Hostname
monki.dk
Last fetched
monki.dk resolves to 4 IPv4 addresses operated by AS20940 in US. WHOIS lists registrar:csc digital brand service, inc as the registrar.
Nutrition Label
Resolution chain
monki.dk resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.91.175.138 | 104.102.245.0/24 | AS20940 | — | US |
| 104.91.175.150 | 104.102.245.0/24 | AS20940 | — | US |
| 23.64.121.74 | 23.65.23.0/24 | AS20940 | — | MX |
| 23.64.121.91 | 23.65.23.0/24 | AS20940 | — | MX |
WHOIS identity
- Registrar
- registrar:csc digital brand service, inc
- Organization
- h & m hennes & mauritz ab
- Contact emails
- —
Subdomains
1 observed subdomain of monki.dk.
| Subdomain |
|---|
| www.monki.dk |
Web-graph footprint
Distinct hostnames that link to or from monki.dk in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from monki.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "monki.dk"})-[: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.