Hostname
kc2.cc
Last fetched
kc2.cc resolves to 2 IPv4 addresses operated by TRELLIAN-AS-AP - Trellian Pty. Limited in AU. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
kc2.cc resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.224.212.216 | 103.224.212.0/23 | AS133618 | TRELLIAN-AS-AP - Trellian Pty. Limited | AU |
| 23.225.48.69 | 23.224.0.0/15 | AS40065 | CNSERVERS - CNSERVERS LLC | — |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
16 observed subdomains of kc2.cc.
Web-graph footprint
Distinct hostnames that link to or from kc2.cc in the public web crawl.
2 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from kc2.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kc2.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.