Hostname
pwn.nl
Last fetched
pwn.nl resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in NL. WHOIS lists registrar:kpn as the registrar.
Nutrition Label
Resolution chain
pwn.nl 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 |
|---|---|---|---|---|
| 20.105.216.0 | 20.132.64.0/20 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
WHOIS identity
- Registrar
- registrar:kpn
- Organization
- —
- Contact emails
- —
Subdomains
48 observed subdomains of pwn.nl.
Showing 25 of 48. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from pwn.nl in the public web crawl.
525 sites link to this hostname.
79 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
21 SPF mechanisms authorising senders for pwn.nl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.qp-mail.eu |
| SPF_INCLUDE | spf.flowmailer.net |
| SPF_INCLUDE | spf.mailtopay.nl |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_INCLUDE | spf.topdesk.net |
| SPF_INCLUDE | virtualmail.webpower.eu |
| SPF_IP | 130.214.105.240/28 |
| SPF_IP | 157.133.70.16/28 |
| SPF_IP | 168.245.54.71 |
| SPF_IP | 195.143.61.129/32 |
| SPF_IP | 20.123.194.118 |
| SPF_IP | 34.249.196.78/32 |
| SPF_IP | 34.251.157.56/32 |
| SPF_IP | 34.252.27.239/32 |
| SPF_IP | 35.157.154.159/32 |
| SPF_IP | 35.157.187.101/32 |
| SPF_IP | 37.203.223.0/24 |
| SPF_IP | 46.249.61.0/24 |
| SPF_IP | 46.31.48.0/21 |
| SPF_IP | 94.232.164.10 |
Related pages
Pivot deeper into the graph from pwn.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pwn.nl"})-[: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.