Hostname
whatsapp.com
Last fetched
whatsapp.com resolves to 7 IPv4 addresses operated by FACEBOOK - Facebook, Inc. in US. WHOIS lists iana:3237 as the registrar.
Nutrition Label
Resolution chain
whatsapp.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 157.240.24.60 | 157.240.24.0/24 | AS32934 | FACEBOOK - Facebook, Inc. | US |
| 179.60.195.51 | 179.60.195.0/24 | AS32934 | FACEBOOK - Facebook, Inc. | BE |
| 179.60.195.51 | 179.60.195.0/24 | AS32934 | FACEBOOK - Facebook, Inc. | BE |
| 57.144.249.32 | 57.144.248.0/23 | AS32934 | FACEBOOK - Facebook, Inc. | IE |
| 57.144.239.32 | 57.144.238.0/23 | AS32934 | FACEBOOK - Facebook, Inc. | IE |
| 57.144.223.32 | 57.144.222.0/23 | AS32934 | FACEBOOK - Facebook, Inc. | IE |
| 157.240.0.60 | 157.240.0.0/24 | AS32934 | FACEBOOK - Facebook, Inc. | DE |
| 157.240.253.60 | 157.240.253.0/24 | AS32934 | FACEBOOK - Facebook, Inc. | DE |
WHOIS identity
- Registrar
- iana:3237
- Organization
- attn whatsapp.com care of network solutions
- Contact emails
Subdomains
13 observed subdomains of whatsapp.com.
Web-graph footprint
Distinct hostnames that link to or from whatsapp.com in the public web crawl.
190,789 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for whatsapp.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.fb.com |
| SPF_INCLUDE | facebookmail.com |
Related pages
Pivot deeper into the graph from whatsapp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "whatsapp.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.