Hostname
mx.torohost.es
Last fetched
mx.torohost.es resolves to 2 IPv4 addresses operated by AS8560 in DE.
Nutrition Label
Resolution chain
mx.torohost.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 |
|---|---|---|---|---|
| 212.227.192.181 | 212.227.0.0/16 | AS8560 | — | DE |
| 213.165.70.105 | 213.165.70.0/23 | AS8560 | — | ES |
WHOIS identity
No WHOIS records are currently associated with mx.torohost.es in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for mx.torohost.es.
| Mechanism | Target |
|---|---|
| SPF_IP | 2001:ba0:287:8b00:0:0:0:1 |
| SPF_IP | 212.227.192.181 |
| SPF_IP | 213.165.70.105 |
| SPF_IP | 2a01:239:2ec:4d00:0:0:0:1 |
Related pages
Pivot deeper into the graph from mx.torohost.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mx.torohost.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.