Hostname
dexiro.es
Last fetched
dexiro.es resolves to 2 IPv4 addresses operated by AS51167 in DE.
Nutrition Label
Resolution chain
dexiro.es 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 |
|---|---|---|---|---|
| 213.136.76.149 | 213.136.76.0/23 | AS51167 | — | DE |
| 213.136.92.171 | 213.136.92.0/23 | AS51167 | — | DE |
WHOIS identity
No WHOIS records are currently associated with dexiro.es in WhisperGraph.
Subdomains
2 observed subdomains of dexiro.es.
| Subdomain |
|---|
| mail.dexiro.es |
| www.dexiro.es |
Web-graph footprint
Distinct hostnames that link to or from dexiro.es in the public web crawl.
6 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for dexiro.es.
| Mechanism | Target |
|---|---|
| SPF_A | antares.k12comunicacion.com |
| SPF_A | dexiro.es |
| SPF_A | lug.k12comunicacion.com |
| SPF_MX | dexiro.es |
Related pages
Pivot deeper into the graph from dexiro.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dexiro.es"})-[: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.