Hostname
automundo.com.ar
Last fetched
automundo.com.ar resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
automundo.com.ar resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.6.7 | 104.21.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.134.32 | 172.67.128.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 23.21.137.105 | 23.20.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with automundo.com.ar in WhisperGraph.
Subdomains
8 observed subdomains of automundo.com.ar.
Web-graph footprint
Distinct hostnames that link to or from automundo.com.ar in the public web crawl.
70 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for automundo.com.ar.
| Mechanism | Target |
|---|---|
| SPF_A | automundo.com.ar |
| SPF_IP | 107.155.108.86 |
| SPF_IP | 15.235.49.117 |
| SPF_IP | 162.216.5.96 |
| SPF_IP | 198.178.120.8 |
| SPF_IP | 209.133.221.57 |
| SPF_IP | 23.21.137.105 |
| SPF_IP | 51.222.139.254 |
| SPF_MX | automundo.com.ar |
Related pages
Pivot deeper into the graph from automundo.com.ar.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "automundo.com.ar"})-[: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.