Hostname
digitalgroup.dk
Last fetched
digitalgroup.dk resolves to 1 IPv4 address operated by AS47292 in DK.
Nutrition Label
Resolution chain
digitalgroup.dk 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 |
|---|---|---|---|---|
| 77.66.124.120 | 77.66.124.0/23 | AS47292 | — | DK |
WHOIS identity
- Registrar
- —
- Organization
- digital group a/s
- Contact emails
Subdomains
7 observed subdomains of digitalgroup.dk.
Web-graph footprint
Distinct hostnames that link to or from digitalgroup.dk in the public web crawl.
15 sites link to this hostname.
18 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for digitalgroup.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.smtp2go.com |
| SPF_IP | 168.245.10.19 |
| SPF_IP | 178.157.248.171 |
| SPF_IP | 185.4.217.23 |
| SPF_IP | 195.128.175.69 |
| SPF_IP | 40.68.36.243/32 |
| SPF_IP | 52.186.121.110/32 |
| SPF_IP | 62.70.4.47/32 |
| SPF_IP | 77.66.124.120 |
| SPF_IP | 77.66.39.245 |
| SPF_IP | 87.116.13.58 |
| SPF_IP | 91.238.212.34 |
Related pages
Pivot deeper into the graph from digitalgroup.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "digitalgroup.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.