Hostname
codinggroup.dk
Last fetched
codinggroup.dk resolves to 2 IPv4 addresses operated by AS215686 in DK.
Nutrition Label
Resolution chain
codinggroup.dk 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 |
|---|---|---|---|---|
| 194.39.242.104 | 194.39.242.0/24 | AS215686 | — | DK |
| 86.48.24.106 | 86.48.24.0/22 | AS40021 | CONTABO-40021 - Contabo Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- hostinggroup aps
- Contact emails
Subdomains
20 observed subdomains of codinggroup.dk.
Showing 15 of 20. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from codinggroup.dk in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for codinggroup.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | icloud.com |
Related pages
Pivot deeper into the graph from codinggroup.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "codinggroup.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.