Skip to content

Hostname

mx5.nso.eu

Last fetched

mx5.nso.eu resolves to 5 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · mx5.nso.euRouting diversity3.5/10Peering density6.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/mx5.nso.eu

Resolution chain

mx5.nso.eu resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
52.2.95.11252.2.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.4.138.4652.4.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
52.45.19.17752.44.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.5.202.6752.4.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.164.100.1854.164.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with mx5.nso.eu in WhisperGraph.

Subdomains

1 observed subdomain of mx5.nso.eu.

Threat posture

History

Mail and authentication

SPF policy

12 SPF mechanisms authorising senders for mx5.nso.eu.

MechanismTarget
SPF_IP18.205.228.94/32
SPF_IP18.207.12.57/32
SPF_IP34.194.51.1
SPF_IP34.230.214.253
SPF_IP34.236.127.150/32
SPF_IP52.2.95.112
SPF_IP52.4.138.46
SPF_IP52.45.19.177
SPF_IP52.45.214.19
SPF_IP52.5.202.67
SPF_IP54.157.90.193
SPF_IP54.164.100.18

Related pages

Pivot deeper into the graph from mx5.nso.eu.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "mx5.nso.eu"})-[: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.