Hostname
mailserver2.edetronik.es
Last fetched
mailserver2.edetronik.es resolves to 1 IPv4 address operated by AS8560 in ES.
Nutrition Label
Resolution chain
mailserver2.edetronik.es 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 |
|---|---|---|---|---|
| 82.223.70.103 | 82.223.0.0/16 | AS8560 | — | ES |
WHOIS identity
No WHOIS records are currently associated with mailserver2.edetronik.es in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for mailserver2.edetronik.es.
| Mechanism | Target |
|---|---|
| SPF_IP | 122.103.250.12/32 |
| SPF_IP | 208.77.151.112/29 |
| SPF_IP | 212.81.188.220 |
| SPF_IP | 64.38.239.80/29 |
| SPF_IP | 66.37.25.64/28 |
| SPF_IP | 80.34.174.50 |
| SPF_IP | 82.223.70.103 |
| SPF_MX | mailserver2.edetronik.es |
Related pages
Pivot deeper into the graph from mailserver2.edetronik.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mailserver2.edetronik.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.