Hostname
auh.dk
Last fetched
auh.dk resolves to 2 IPv4 addresses operated by REGION-MIDTJYLLAND- in DK.
Nutrition Label
Resolution chain
auh.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 |
|---|---|---|---|---|
| 193.162.119.16 | 193.162.116.0/22 | AS210210 | REGION-MIDTJYLLAND- | DK |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
WHOIS identity
- Registrar
- —
- Organization
- region midtjylland
- Contact emails
Subdomains
31 observed subdomains of auh.dk.
Showing 21 of 31. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from auh.dk in the public web crawl.
682 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for auh.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-external.rm.dk |
| SPF_INCLUDE | _spf-ironport.rm.dk |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.actimo.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.ubivox.com |
| SPF_INCLUDE | uxmail.io |
Related pages
Pivot deeper into the graph from auh.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "auh.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.