Hostname
dgfs.dk
Last fetched
dgfs.dk resolves to 1 IPv4 address operated by GOOGLE - Google LLC in NL.
Nutrition Label
Resolution chain
dgfs.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 |
|---|---|---|---|---|
| 35.214.245.76 | 35.214.128.0/17 | AS15169 | GOOGLE - Google LLC | NL |
WHOIS identity
- Registrar
- —
- Organization
- dagrofa foodservice a/s
- Contact emails
Subdomains
10 observed subdomains of dgfs.dk.
Showing 6 of 10. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dgfs.dk in the public web crawl.
70 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for dgfs.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mailcontrol.com |
| SPF_INCLUDE | spf.actimo.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 52.169.78.163 |
| SPF_IP | 83.136.91.196 |
| SPF_IP | 85.115.52.190/32 |
| SPF_IP | 85.115.54.190/32 |
Related pages
Pivot deeper into the graph from dgfs.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dgfs.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.