Skip to content

Hostname

threatx.io

Last fetched

threatx.io resolves to 4 IPv4 addresses operated by SOFTLAYER - IBM Cloud in US. WHOIS lists iana:292 as the registrar.

Nutrition Label

WHISPER CANON · threatx.ioRouting diversity2.4/10Peering density7.6/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency3.3/10Resolver footprint5.2/10canon.whisper.security/host/threatx.io

Resolution chain

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

IPPrefixASNOperatorCountry
169.60.132.2169.60.128.0/18AS36351SOFTLAYER - IBM CloudUS
169.60.132.3169.60.128.0/18AS36351SOFTLAYER - IBM CloudUS
169.63.25.133169.63.0.0/18AS36351SOFTLAYER - IBM CloudUS
169.63.25.134169.63.0.0/18AS36351SOFTLAYER - IBM CloudUS

WHOIS identity

Registrar
iana:292
Organization
domains by proxy,
Contact emails

Subdomains

50 observed subdomains of threatx.io.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for threatx.io.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com

Related pages

Pivot deeper into the graph from threatx.io.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "threatx.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.