Hostname
help.cracked.com
Last fetched
help.cracked.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
help.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 |
|---|---|---|---|---|
| 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 |
| 18.165.32.103 | 18.165.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.165.32.127 | 18.165.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.165.32.57 | 18.165.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.165.32.6 | 18.165.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with help.cracked.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for help.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 | help.cracked.com |
Related pages
Pivot deeper into the graph from help.cracked.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "help.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.