Skip to content

Hostname

i.org

Last fetched

i.org resolves to 2 IPv4 addresses operated by FACEBOOK - Facebook, Inc. in SG. WHOIS lists iana:3237 as the registrar.

Nutrition Label

WHISPER CANON · i.orgRouting diversity2.4/10Peering density7.0/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/i.org

Resolution chain

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

IPPrefixASNOperatorCountry
31.13.66.431.13.66.0/24AS32934FACEBOOK - Facebook, Inc.SG
57.144.164.14157.144.164.0/23AS32934FACEBOOK - Facebook, Inc.IE

WHOIS identity

Registrar
iana:3237
Organization
-facebook
Contact emails

Subdomains

15 observed subdomains of i.org.

Web-graph footprint

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

8 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for i.org.

MechanismTarget
SPF_INCLUDE_spf.fb.com
SPF_IP192.201.64.23
SPF_IP66.220.144.128/25
SPF_IP66.220.155.128/25
SPF_IP69.171.232.0/24
SPF_IP69.63.178.128/25
SPF_IP69.63.179.25
SPF_IP69.63.184.0/25

Related pages

Pivot deeper into the graph from i.org.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "i.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.