Skip to content

Hostname

ahtsj.com

Last fetched

ahtsj.com resolves to 3 IPv4 addresses operated by CISCO-UMBRELLA - Cisco OpenDNS, LLC in US. WHOIS lists iana:4187 as the registrar.

Nutrition Label

WHISPER CANON · ahtsj.comRouting diversity3.0/10Peering density8.2/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/ahtsj.com

Resolution chain

ahtsj.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
146.112.61.108146.112.61.0/24AS36692CISCO-UMBRELLA - Cisco OpenDNS, LLCUS
156.239.74.247156.239.64.0/20AS9294HK
8.217.74.2328.217.0.0/17AS45102HK

WHOIS identity

Registrar
iana:4187
Organization
an hui hua guang yi biao xian lan you xian gong si
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from ahtsj.com.

Cypher and MCP

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

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