Hostname
intrum.pl
Last fetched
intrum.pl resolves to 1 IPv4 address operated by Fujitsu Invia Finland IP-network in FI. WHOIS lists registrar:key-systems gmbh as the registrar.
Nutrition Label
Resolution chain
intrum.pl 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:key-systems gmbh
- Organization
- —
- Contact emails
- —
Subdomains
16 observed subdomains of intrum.pl.
Web-graph footprint
Distinct hostnames that link to or from intrum.pl in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for intrum.pl.
| Mechanism | Target |
|---|---|
| SPF_A | 37-128-126-3.ip.netia.com.pl |
| SPF_IP | 194.11.129.224 |
| SPF_IP | 194.11.129.253 |
| SPF_IP | 194.204.27.130 |
| SPF_IP | 194.204.27.131/32 |
| SPF_IP | 213.138.140.195/32 |
| 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.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "intrum.pl"})-[: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.