Hostname
fr.facebook.ca
Last fetched
fr.facebook.ca resolves to 3 IPv4 addresses operated by FACEBOOK - Facebook, Inc. in US.
Nutrition Label
Resolution chain
fr.facebook.ca resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 102.132.99.35 | 102.132.99.0/24 | AS32934 | FACEBOOK - Facebook, Inc. | US |
| 157.240.197.35 | 157.240.197.0/24 | AS32934 | FACEBOOK - Facebook, Inc. | PE |
| 57.144.180.1 | 57.144.180.0/23 | AS32934 | FACEBOOK - Facebook, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with fr.facebook.ca in WhisperGraph.
Subdomains
1 observed subdomain of fr.facebook.ca.
| Subdomain |
|---|
| www.fr.facebook.ca |
Web-graph footprint
Distinct hostnames that link to or from fr.facebook.ca in the public web crawl.
10 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for fr.facebook.ca.
| Mechanism | Target |
|---|---|
| SPF_A | fr.facebook.ca |
Related pages
Pivot deeper into the graph from fr.facebook.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fr.facebook.ca"})-[: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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.