Hostname
k0d.cc
Last fetched
k0d.cc resolves to 1 IPv4 address operated by AS204601 in NL. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
k0d.cc resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 45.88.104.183 | 45.88.104.0/24 | AS204601 | — | NL |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
10 observed subdomains of k0d.cc.
Web-graph footprint
Distinct hostnames that link to or from k0d.cc in the public web crawl.
61 sites link to this hostname.
8 sites linked to from this hostname.
Sample inbound links
- freecomputerbooks.com
- beta.seo-anomaly-beijing.online
- beta.seo-anomaly-chongqing.online
- beta.seo-anomaly-delhi.online
- beta.seo-anomaly-dhaka.online
- beta.seo-anomaly-guangzhou.online
- beta.seo-anomaly-istanbul.online
- beta.seo-anomaly-jakarta.online
- beta.seo-anomaly-los-angeles.online
- beta.seo-anomaly-manila.online
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for k0d.cc.
| Mechanism | Target |
|---|---|
| SPF_A | k0d.cc |
| SPF_IP | 45.88.104.183 |
| SPF_MX | k0d.cc |
Related pages
Pivot deeper into the graph from k0d.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "k0d.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.