Hostname
hofor.dk
Last fetched
hofor.dk resolves to 1 IPv4 address operated by TEAM-BLUE-DENMARK in DK.
Nutrition Label
Resolution chain
hofor.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 |
|---|---|---|---|---|
| 185.21.41.169 | 185.21.40.0/22 | AS48854 | TEAM-BLUE-DENMARK | DK |
WHOIS identity
- Registrar
- —
- Organization
- hofor a/s
- Contact emails
Subdomains
94 observed subdomains of hofor.dk.
Showing 25 of 94. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from hofor.dk in the public web crawl.
396 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for hofor.dk.
| Mechanism | Target |
|---|---|
| SPF_A | mxi.niras.net |
| SPF_INCLUDE | _spf.presscloud.com |
| SPF_INCLUDE | mailmailmail.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.21.41.169 |
| SPF_IP | 195.41.8.132/32 |
| SPF_IP | 195.41.8.133/32 |
| SPF_IP | 195.41.8.160/32 |
| SPF_IP | 74.241.144.82 |
| SPF_IP | 81.91.13.47 |
| SPF_IP | 91.223.235.69 |
Related pages
Pivot deeper into the graph from hofor.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hofor.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.