Hostname
host.cracked.com
Last fetched
host.cracked.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
host.cracked.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.35.20.114 | 13.35.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.35.20.12 | 13.35.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.35.20.47 | 13.35.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.35.20.60 | 13.35.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.160.78.60 | 18.160.76.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.78.77 | 18.160.76.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.78.88 | 18.160.76.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.78.9 | 18.160.76.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with host.cracked.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for host.cracked.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.createsend.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_IP | 207.238.43.79/32 |
| SPF_IP | 208.66.154.168/29 |
| SPF_IP | 23.227.10.126/32 |
| SPF_IP | 23.227.8.40/29 |
| SPF_IP | 64.69.39.45/32 |
| SPF_MX | host.cracked.com |
Related pages
Pivot deeper into the graph from host.cracked.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "host.cracked.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.