Hostname
mx3.zydecode.net
Last fetched
mx3.zydecode.net resolves to 2 IPv4 addresses operated by RACKSPACE - Rackspace Hosting in US.
Nutrition Label
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.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.130.6.52 | 104.130.0.0/18 | AS27357 | RACKSPACE - Rackspace Hosting | US |
| 159.223.149.105 | 159.223.144.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | US |
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.
| Mechanism | Target |
|---|---|
| SPF_A | mx3.zydecode.net |
| SPF_IP | 104.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.