Hostname
intrum.dk
Last fetched
intrum.dk resolves to 1 IPv4 address operated by Fujitsu Invia Finland IP-network in FI. WHOIS lists registrar:abion ab as the registrar.
Nutrition Label
Resolution chain
intrum.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 |
|---|---|---|---|---|
| 213.138.141.44 | 213.138.128.0/19 | AS1342 | Fujitsu Invia Finland IP-network | FI |
WHOIS identity
- Registrar
- registrar:abion ab
- Organization
- intrum ab
- Contact emails
Subdomains
11 observed subdomains of intrum.dk.
Web-graph footprint
Distinct hostnames that link to or from intrum.dk in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for intrum.dk.
| Mechanism | Target |
|---|---|
| SPF_IP | 213.138.142.160/27 |
| SPF_IP | 213.138.145.0/28 |
| SPF_IP | 213.138.147.128/27 |
| SPF_IP | 213.214.158.144/28 |
Related pages
Pivot deeper into the graph from intrum.dk.
- IP · 213.138.141.44
- ASN · AS1342Fujitsu Invia Finland IP-network
- Registrar · registrar:abion ab
- Country · FI
- Email · se.ho.invoices.mail@intrum.com
- TLD · .dk
- Browse hostnames · in…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "intrum.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.