Hostname
autoromo.com.mx
Last fetched
autoromo.com.mx resolves to 2 IPv4 addresses operated by AS265504 in MX.
Nutrition Label
Resolution chain
autoromo.com.mx resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 168.0.223.41 | 168.9.0.0/20 | AS265504 | — | MX |
| 200.94.106.45 | 200.94.253.0/24 | AS265504 | — | MX |
WHOIS identity
No WHOIS records are currently associated with autoromo.com.mx in WhisperGraph.
Subdomains
3 observed subdomains of autoromo.com.mx.
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for autoromo.com.mx.
| Mechanism | Target |
|---|---|
| SPF_A | autoromo.com.mx |
| SPF_IP | 200.57.136.120 |
| SPF_IP | 200.94.106.83 |
| SPF_IP | 200.94.106.86 |
Related pages
Pivot deeper into the graph from autoromo.com.mx.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "autoromo.com.mx"})-[: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.