Hostname
open32.nl
Last fetched
open32.nl resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:1581 as the registrar.
Nutrition Label
Resolution chain
open32.nl 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 |
|---|---|---|---|---|
| 116.202.72.10 | 116.202.0.0/16 | AS24940 | — | DE |
| 168.119.25.20 | 168.119.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:1581
- Organization
- —
- Contact emails
- —
Subdomains
11 observed subdomains of open32.nl.
Web-graph footprint
Distinct hostnames that link to or from open32.nl in the public web crawl.
127 sites link to this hostname.
17 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for open32.nl.
| Mechanism | Target |
|---|---|
| SPF_A | open32.nl |
| SPF_A | smtp01.xenosite.net |
| SPF_INCLUDE | _spf.voipoperator.nl |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.exclaimer.net |
| SPF_INCLUDE | spf.init3.nl |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 0:0:0:0:0:ffff:74ca:480c |
| SPF_IP | 0:0:0:0:0:ffff:74ca:480e |
| SPF_IP | 116.202.72.12 |
| SPF_IP | 116.202.72.14 |
| SPF_IP | 2a01:4f8:c0:3443:0:0:0:2 |
| SPF_IP | 2a01:4f8:c0:3444:0:0:0:2 |
| SPF_IP | 62.212.130.207 |
| SPF_IP | 62.212.154.202 |
| SPF_MX | open32.nl |
Related pages
Pivot deeper into the graph from open32.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "open32.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.