Skip to content

Hostname

2xu.no

Last fetched

2xu.no resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SE.

Nutrition Label

WHISPER CANON · 2xu.noRouting diversity3.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/2xu.no

Resolution chain

2xu.no resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
16.12.9.016.12.9.0/24AS16509AMAZON-02 - Amazon.com, Inc.SE
3.5.217.2073.5.217.0/24AS16509AMAZON-02 - Amazon.com, Inc.SE
52.95.170.6652.95.170.0/24AS16509AMAZON-02 - Amazon.com, Inc.SE
52.95.171.3852.95.171.0/24AS16509AMAZON-02 - Amazon.com, Inc.SE

WHOIS identity

No WHOIS records are currently associated with 2xu.no in WhisperGraph.

Subdomains

2 observed subdomains of 2xu.no.

Web-graph footprint

Distinct hostnames that link to or from 2xu.no in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for 2xu.no.

MechanismTarget
SPF_INCLUDEau._netblocks.mimecast.com
SPF_INCLUDEmail.zendesk.com
SPF_MX2xu.no

Related pages

Pivot deeper into the graph from 2xu.no.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "2xu.no"})-[: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.