Hostname
oim.dk
Last fetched
oim.dk resolves to 2 IPv4 addresses operated by VKT-HK Viking Telecom Limited in SE.
Nutrition Label
Resolution chain
oim.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 |
|---|---|---|---|---|
| 172.232.147.252 | 172.232.128.0/19 | AS63949 | VKT-HK Viking Telecom Limited | SE |
| 172.233.57.17 | 172.233.32.0/19 | AS63949 | VKT-HK Viking Telecom Limited | NL |
WHOIS identity
- Registrar
- —
- Organization
- ?konomi- og indenrigsministeriet
- Contact emails
Subdomains
12 observed subdomains of oim.dk.
Web-graph footprint
Distinct hostnames that link to or from oim.dk in the public web crawl.
87 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for oim.dk.
| Mechanism | Target |
|---|---|
| SPF_A | epost.sm.dk |
| SPF_INCLUDE | _spf.sitnet.dk |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | umint.sitnet.dk |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 5.179.94.107 |
| SPF_IP | 5.179.94.120 |
| SPF_IP | 5.179.94.127 |
| SPF_IP | 92.43.124.146 |
| SPF_MX | oim.dk |
Related pages
Pivot deeper into the graph from oim.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oim.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.