Skip to content

Hostname

xangle.io

Last fetched

xangle.io resolves to 5 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in KR. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · xangle.ioRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency3.3/10Resolver footprint4.6/10canon.whisper.security/host/xangle.io

Resolution chain

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

IPPrefixASNOperatorCountry
15.165.240.25115.164.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.KR
208.91.112.55208.91.112.0/24AS40934TRIANGLE-COMMUNICATIONS - Triangle CommunicationsUS
208.91.112.55208.91.112.0/24AS40934TRIANGLE-COMMUNICATIONS - Triangle CommunicationsCA
3.36.25.313.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
3.38.125.463.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
3.38.35.2093.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR

WHOIS identity

Registrar
iana:146
Organization
domains by proxy,
Contact emails

Subdomains

28 observed subdomains of xangle.io.

Web-graph footprint

Distinct hostnames that link to or from xangle.io in the public web crawl.

413 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for xangle.io.

MechanismTarget
SPF_Asmtpidc.xangle.io
SPF_Asmtpidc2.xangle.io
SPF_Axangle.io
SPF_INCLUDE_spf.google.com
SPF_INCLUDEspf.brevo.com
SPF_MXxangle.io

Related pages

Pivot deeper into the graph from xangle.io.

Cypher and MCP

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

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