Skip to content

Hostname

data4ai.com

Last fetched

data4ai.com resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · data4ai.comRouting diversity1.5/10Peering density5.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.0/10canon.whisper.security/host/data4ai.com

Resolution chain

data4ai.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.236.30.9104.236.0.0/18AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS

WHOIS identity

Registrar
iana:146
Organization
nexperian holding
Contact emails

Web-graph footprint

Distinct hostnames that link to or from data4ai.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

11 SPF mechanisms authorising senders for data4ai.com.

MechanismTarget
SPF_INCLUDE_spf2.brightdata.com
SPF_INCLUDEmail.zendesk.com
SPF_IP149.72.167.103
SPF_IP159.183.10.36
SPF_IP159.183.141.128
SPF_IP50.16.61.184
SPF_IP50.19.167.127
SPF_IP52.2.193.101
SPF_IP52.200.201.152
SPF_IP72.44.56.225
SPF_IP75.101.224.12

Related pages

Pivot deeper into the graph from data4ai.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "data4ai.com"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.