Skip to content

Hostname

datagraphs.io

Last fetched

datagraphs.io resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR. WHOIS lists iana:81 as the registrar.

Nutrition Label

WHISPER CANON · datagraphs.ioRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/datagraphs.io

Resolution chain

datagraphs.io resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.65.48.2018.65.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
18.65.48.2718.65.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
18.65.48.5418.65.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
18.65.48.6618.65.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
99.84.234.1099.84.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.234.12799.84.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.234.699.84.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.234.7899.84.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:81
Organization
data language
Contact emails

Subdomains

6 observed subdomains of datagraphs.io.

Web-graph footprint

Distinct hostnames that link to or from datagraphs.io in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from datagraphs.io.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "datagraphs.io"})-[: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.