Skip to content

Hostname

0.internet.org

Last fetched

0.internet.org resolves to 2 IPv4 addresses operated by FACEBOOK - Facebook, Inc. in US.

Nutrition Label

WHISPER CANON · 0.internet.orgRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/0.internet.org

Resolution chain

0.internet.org resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
31.13.71.3731.13.71.0/24AS32934FACEBOOK - Facebook, Inc.US
57.144.22.657.144.22.0/23AS32934FACEBOOK - Facebook, Inc.US

WHOIS identity

No WHOIS records are currently associated with 0.internet.org in WhisperGraph.

Subdomains

5 observed subdomains of 0.internet.org.

Web-graph footprint

Distinct hostnames that link to or from 0.internet.org in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for 0.internet.org.

MechanismTarget
SPF_A0.internet.org

Related pages

Pivot deeper into the graph from 0.internet.org.

Cypher and MCP

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

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