Skip to content

Hostname

x2.network

Last fetched

x2.network resolves to 1 IPv4 address operated by AS63949 in BR. WHOIS lists iana:1861 as the registrar.

Nutrition Label

WHISPER CANON · x2.networkRouting diversity1.5/10Peering density4.4/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/x2.network

Resolution chain

x2.network resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
172.233.17.247172.233.0.0/19AS63949BR

WHOIS identity

Registrar
iana:1861
Organization
novanax ltda.
Contact emails

Subdomains

95 observed subdomains of x2.network.

Web-graph footprint

Distinct hostnames that link to or from x2.network in the public web crawl.

9 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for x2.network.

MechanismTarget
SPF_Ax2.network
SPF_IP142.132.135.197
SPF_MXx2.network

Related pages

Pivot deeper into the graph from x2.network.

Cypher and MCP

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

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