Skip to content

Hostname

typcky.com

Last fetched

typcky.com resolves to 3 IPv4 addresses operated by ESITED - eSited Solutions in US. WHOIS lists iana:1923 as the registrar.

Nutrition Label

WHISPER CANON · typcky.comRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint5.6/10canon.whisper.security/host/typcky.com

Resolution chain

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

IPPrefixASNOperatorCountry
104.221.166.141104.221.128.0/17AS22552ESITED - eSited SolutionsUS
154.219.107.126154.219.104.0/21AS401701COGNETCLOUD-2 - cognetcloud INCHK
172.65.211.209172.65.208.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

Registrar
iana:1923
Organization
liuzhigang
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from typcky.com.

Cypher and MCP

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

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