Skip to content

Hostname

nat123.cc

Last fetched

nat123.cc resolves to 2 IPv4 addresses operated by AS-COLOCROSSING - HostPapa in US. WHOIS lists iana:420 as the registrar.

Nutrition Label

WHISPER CANON · nat123.ccRouting diversity2.4/10Peering density8.0/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/nat123.cc

Resolution chain

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

IPPrefixASNOperatorCountry
23.95.34.13823.95.34.0/24AS36352AS-COLOCROSSING - HostPapaUS
47.251.168.7247.251.128.0/17AS45102ALIBABA-CN-NET - Alibaba (US) Technology Co., Ltd.US

WHOIS identity

Registrar
iana:420
Organization
Contact emails

Subdomains

153 observed subdomains of nat123.cc.

Threat posture

History

Related pages

Pivot deeper into the graph from nat123.cc.

Cypher and MCP

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

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