Skip to content

Hostname

55tt2.com

Last fetched

55tt2.com resolves to 2 IPv4 addresses operated by NETSEC-HK Netsec Limited in HK. WHOIS lists iana:1556 as the registrar.

Nutrition Label

WHISPER CANON · 55tt2.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/55tt2.com

Resolution chain

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

IPPrefixASNOperatorCountry
112.121.188.93112.121.188.0/24AS45753NETSEC-HK Netsec LimitedHK
74.48.77.11374.48.64.0/18AS35916MULTA-ASN1 - MULTACOM CORPORATIONUS

WHOIS identity

Registrar
iana:1556
Organization
chen guan xi
Contact emails

Subdomains

2 observed subdomains of 55tt2.com.

Web-graph footprint

Distinct hostnames that link to or from 55tt2.com in the public web crawl.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from 55tt2.com.

Cypher and MCP

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

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