Hostname
zena.mx
Last fetched
zena.mx resolves to 4 IPv4 addresses operated by AS16276 in IT.
Nutrition Label
Resolution chain
zena.mx resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 46.105.87.45 | 46.105.0.0/16 | AS16276 | — | IT |
| 79.137.19.13 | 79.137.0.0/17 | AS16276 | — | FR |
| 87.98.244.214 | 87.98.128.0/17 | AS16276 | — | DE |
| 93.93.112.128 | 93.93.112.0/21 | AS8560 | — | ES |
WHOIS identity
No WHOIS records are currently associated with zena.mx in WhisperGraph.
Subdomains
6 observed subdomains of zena.mx.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for zena.mx.
| Mechanism | Target |
|---|---|
| SPF_A | zena.mx |
| SPF_INCLUDE | _spf.zenahost.it |
| SPF_MX | zena.mx |
Related pages
Pivot deeper into the graph from zena.mx.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "zena.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.