Skip to content

Hostname

mx.xirra.net

Last fetched

mx.xirra.net resolves to 1 IPv4 address operated by AS51191 in DE.

Nutrition Label

WHISPER CANON · mx.xirra.netRouting diversity1.5/10Peering density2.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/mx.xirra.net

Resolution chain

mx.xirra.net resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
130.185.110.12130.185.153.0/24AS51191DE

WHOIS identity

No WHOIS records are currently associated with mx.xirra.net in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for mx.xirra.net.

MechanismTarget
SPF_Amx.xirra.net
SPF_IP130.185.110.12
SPF_IP2a01:4a0:2000:0:0:0:0:12

Related pages

Pivot deeper into the graph from mx.xirra.net.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "mx.xirra.net"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.