Hostname
google.lite.facebook.com
Last fetched
google.lite.facebook.com resolves to 2 IPv4 addresses operated by FACEBOOK - Facebook, Inc. in FR.
Nutrition Label
Resolution chain
google.lite.facebook.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 157.240.202.14 | 157.240.202.0/24 | AS32934 | FACEBOOK - Facebook, Inc. | FR |
| 157.240.208.16 | 157.240.208.0/24 | AS32934 | FACEBOOK - Facebook, Inc. | ID |
WHOIS identity
No WHOIS records are currently associated with google.lite.facebook.com in WhisperGraph.
Subdomains
1 observed subdomain of google.lite.facebook.com.
| Subdomain |
|---|
| ko-kr.google.lite.facebook.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for google.lite.facebook.com.
| Mechanism | Target |
|---|---|
| SPF_A | google.lite.facebook.com |
Related pages
Pivot deeper into the graph from google.lite.facebook.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "google.lite.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.