Hostname
avenrutas.com
Last fetched
avenrutas.com resolves to 2 IPv4 addresses operated by AS201942 in ES. WHOIS lists iana:140 as the registrar.
Nutrition Label
Resolution chain
avenrutas.com 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 |
|---|---|---|---|---|
| 31.170.100.185 | 31.170.100.0/22 | AS201942 | — | ES |
| 82.194.68.117 | 82.194.64.0/20 | AS16371 | — | ES |
WHOIS identity
- Registrar
- iana:140
- Organization
- c/o whoisproxy.com
- Contact emails
- avcreativos2021@gmail.com
- ac4a434cf60c2f60b759580bd300ed36e34d5ede3669c8d36c26d2d6b0a4a21c@avenrutas.com.whoisproxy.org
- ac9e730c2be262649895c31a20c9fb8c3bce2a813d9797d577445bee1ea05125@avenrutas.com.whoisproxy.org
- d7c83e3f19fa9fdd56083c6a22df32ec1fc425d9bff81561f9b38df51823eddf@avenrutas.com.whoisproxy.org
- dc2dab3362affd95e4f601b21f501502280afa65a6f58baad4103d0d70baa00c@avenrutas.com.whoisproxy.org
- e2dadea75bea2f603f77bc67a97c3d4b99d0f983919fb28f3eab4e6c5dd0ceb3@avenrutas.com.whoisproxy.org
Subdomains
2 observed subdomains of avenrutas.com.
| Subdomain |
|---|
| mx.avenrutas.com |
| www.avenrutas.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for avenrutas.com.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | spf.dominioabsoluto.net |
Related pages
Pivot deeper into the graph from avenrutas.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "avenrutas.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.