Hostname
comm.dodge.com
Last fetched
comm.dodge.com resolves to 1 IPv4 address operated by DCX - DaimlerChrysler Corporation in US.
Nutrition Label
Resolution chain
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 |
|---|---|---|---|---|
| 129.9.49.60 | 129.9.0.0/16 | AS14852 | DCX - DaimlerChrysler Corporation | US |
WHOIS identity
No WHOIS records are currently associated with comm.dodge.com in WhisperGraph.
Subdomains
2 observed subdomains of comm.dodge.com.
Threat posture
History
Mail and authentication
MX records
- mail7185.fcaemail.com
- mail9037.brand.jeep.com
- mail9038.brand.alfaromeousa.com
- mail9039.brand.dodge.com
- mail9040.brand.ramtrucks.com
- mail9377.comm.chrysler.ca
- mail9378.comm.dodge.ca
- mail9379.comm.jeep.ca
- mail9380.comm.ramtruck.ca
- mail9381.comm.chrysler.com
- mail9382.comm.dodge.com
- mail9383.comm.jeep.com
- mail9384.comm.ramtrucks.com
- mail9385.comm.alfaromeo.ca
- reply.comm.dodge.com
SPF policy
14 SPF mechanisms authorising senders for comm.dodge.com.
| Mechanism | Target |
|---|---|
| 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 comm.dodge.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "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.