Hostname
update.fbsbx.com
Last fetched
update.fbsbx.com resolves to 5 IPv4 addresses operated by FACEBOOK - Facebook, Inc. in DE.
Nutrition Label
Resolution chain
update.fbsbx.com 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.0.13 | 157.240.0.0/24 | AS32934 | FACEBOOK - Facebook, Inc. | DE |
| 157.240.241.17 | 157.240.241.0/24 | AS32934 | FACEBOOK - Facebook, Inc. | US |
| 157.240.30.18 | 157.240.30.0/24 | AS32934 | FACEBOOK - Facebook, Inc. | CZ |
| 57.144.180.141 | 57.144.180.0/23 | AS32934 | FACEBOOK - Facebook, Inc. | US |
| 57.144.248.141 | 57.144.248.0/23 | AS32934 | FACEBOOK - Facebook, Inc. | IE |
WHOIS identity
No WHOIS records are currently associated with update.fbsbx.com in WhisperGraph.
Subdomains
4 observed subdomains of update.fbsbx.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for update.fbsbx.com.
| Mechanism | Target |
|---|---|
| SPF_A | update.fbsbx.com |
Related pages
Pivot deeper into the graph from update.fbsbx.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "update.fbsbx.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.