Hostname
reply.comm.dodge.com
Last fetched
reply.comm.dodge.com resolves to 1 IPv4 address operated by ASN-4IXP 4b42 Internet Exchange Point in US.
Nutrition Label
Resolution chain
reply.comm.dodge.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 74.112.69.40 | 0.0.0.0/0 | AS35708 | ASN-4IXP 4b42 Internet Exchange Point | US |
WHOIS identity
No WHOIS records are currently associated with reply.comm.dodge.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- reply.comm.dodge.com
SPF policy
15 SPF mechanisms authorising senders for reply.comm.dodge.com.
| Mechanism | Target |
|---|---|
| SPF_A | reply.comm.dodge.com |
| SPF_IP | 129.33.239.141 |
| SPF_IP | 129.41.172.210 |
| SPF_IP | 129.41.172.211 |
| SPF_IP | 129.41.172.212 |
| SPF_IP | 129.41.172.213 |
| SPF_IP | 129.41.173.102 |
| SPF_IP | 129.41.173.103 |
| SPF_IP | 129.41.173.104 |
| SPF_IP | 129.41.173.105 |
| SPF_IP | 129.41.173.106 |
| SPF_IP | 129.41.173.107 |
| SPF_IP | 129.41.173.108 |
| SPF_IP | 129.41.173.109 |
| SPF_IP | 129.41.173.110 |
Related pages
Pivot deeper into the graph from reply.comm.dodge.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "reply.comm.dodge.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.