Skip to content

Hostname

mx3.zydecode.net

Last fetched

mx3.zydecode.net resolves to 2 IPv4 addresses operated by RACKSPACE - Rackspace Hosting in US.

Nutrition Label

WHISPER CANON · mx3.zydecode.netRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/mx3.zydecode.net

Resolution chain

mx3.zydecode.net resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.130.6.52104.130.0.0/18AS27357RACKSPACE - Rackspace HostingUS
159.223.149.105159.223.144.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS

WHOIS identity

No WHOIS records are currently associated with mx3.zydecode.net in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for mx3.zydecode.net.

MechanismTarget
SPF_Amx3.zydecode.net
SPF_IP104.130.6.52

Related pages

Pivot deeper into the graph from mx3.zydecode.net.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "mx3.zydecode.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.