Skip to content

Hostname

et18.cc

Last fetched

et18.cc resolves to 8 IPv4 addresses operated by AS133199 in HK.

Nutrition Label

WHISPER CANON · et18.ccRouting diversity4.2/10Peering density7.9/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/et18.cc

Resolution chain

et18.cc resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
103.254.151.69103.254.151.0/24AS133199HK
20.2.138.24520.0.0.0/11AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationHK
20.205.28.2920.192.0.0/10AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationHK
20.6.128.14120.0.0.0/11AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationHK
40.81.28.18140.80.0.0/12AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationHK
103.254.148.188103.254.148.0/24AS133199HK
154.218.0.93154.218.0.0/24AS54801ZILLION-NETWORK - Zillion Network Inc.HK
154.218.0.89154.218.0.0/24AS54801ZILLION-NETWORK - Zillion Network Inc.HK

WHOIS identity

No WHOIS records are currently associated with et18.cc in WhisperGraph.

Subdomains

1 observed subdomain of et18.cc.

Subdomain
www.et18.cc

Threat posture

History

Related pages

Pivot deeper into the graph from et18.cc.

Cypher and MCP

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

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