Skip to content

Hostname

postmaster.facebook.com

Last fetched

postmaster.facebook.com resolves to 3 IPv4 addresses operated by AS31483 in RU.

Nutrition Label

WHISPER CANON · postmaster.facebook.comRouting diversity3.0/10Peering density7.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/postmaster.facebook.com

Resolution chain

postmaster.facebook.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
188.186.146.208188.186.144.0/22AS31483RU
31.13.66.3531.13.66.0/24AS32934FACEBOOK - Facebook, Inc.SG
57.144.196.157.144.196.0/23AS32934FACEBOOK - Facebook, Inc.US

WHOIS identity

No WHOIS records are currently associated with postmaster.facebook.com in WhisperGraph.

Web-graph footprint

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

7 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for postmaster.facebook.com.

MechanismTarget
SPF_Apostmaster.facebook.com

Related pages

Pivot deeper into the graph from postmaster.facebook.com.

Cypher and MCP

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

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