Skip to content

Hostname

xmts.us

Last fetched

xmts.us resolves to 2 IPv4 addresses operated by GOOGLE-CLOUD-PLATFORM - Google LLC in US. WHOIS lists iana:625 as the registrar.

Nutrition Label

WHISPER CANON · xmts.usRouting diversity2.4/10Peering density7.0/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint5.2/10canon.whisper.security/host/xmts.us

Resolution chain

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

IPPrefixASNOperatorCountry
34.96.116.13834.96.0.0/14AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS
75.126.104.24875.126.0.0/16AS36351SOFTLAYER - IBM CloudUS

WHOIS identity

Registrar
iana:625
Organization
conrad rhoades
Contact emails

Subdomains

89 observed subdomains of xmts.us.

Web-graph footprint

Distinct hostnames that link to or from xmts.us in the public web crawl.

14 sites linked to from this hostname.

Sample inbound links

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from xmts.us.

Cypher and MCP

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

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