Hostname
facebook.com.es
Last fetched
facebook.com.es resolves to 5 IPv4 addresses operated by FACEBOOK - Facebook, Inc. in DE.
Nutrition Label
Resolution chain
facebook.com.es resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 157.240.253.13 | 157.240.253.0/24 | AS32934 | FACEBOOK - Facebook, Inc. | DE |
| 157.240.30.18 | 157.240.30.0/24 | AS32934 | FACEBOOK - Facebook, Inc. | CZ |
| 57.144.142.141 | 57.144.142.0/23 | AS32934 | FACEBOOK - Facebook, Inc. | IN |
| 57.144.150.141 | 57.144.150.0/23 | AS32934 | FACEBOOK - Facebook, Inc. | SG |
| 57.144.248.141 | 57.144.248.0/23 | AS32934 | FACEBOOK - Facebook, Inc. | IE |
WHOIS identity
No WHOIS records are currently associated with facebook.com.es in WhisperGraph.
Subdomains
1 observed subdomain of facebook.com.es.
| Subdomain |
|---|
| m.facebook.com.es |
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for facebook.com.es.
| Mechanism | Target |
|---|---|
| SPF_A | facebook.com.es |
Related pages
Pivot deeper into the graph from facebook.com.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "facebook.com.es"})-[: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.