Hostname
cdn.khadi.de
Last fetched
cdn.khadi.de resolves to 3 IPv4 addresses operated by AS60068 in RU.
Nutrition Label
Resolution chain
cdn.khadi.de resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 37.19.202.45 | 37.19.202.0/24 | AS60068 | — | RU |
| 49.231.118.79 | 49.231.112.0/20 | AS45430 | — | TH |
| 49.231.121.40 | 49.231.121.0/24 | AS45430 | — | TH |
WHOIS identity
No WHOIS records are currently associated with cdn.khadi.de in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from cdn.khadi.de in the public web crawl.
8 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from cdn.khadi.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cdn.khadi.de"})-[: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.