Hostname
prevner.nl
Last fetched
prevner.nl resolves to 2 IPv4 addresses operated by AS206281 in NL. WHOIS lists registrar:domain robot as the registrar.
Nutrition Label
Resolution chain
prevner.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 |
|---|---|---|---|---|
| 185.104.29.104 | 185.104.29.0/24 | AS206281 | — | NL |
| 31.3.109.164 | 31.3.109.0/24 | AS197731 | — | NL |
WHOIS identity
- Registrar
- registrar:domain robot
- Organization
- —
- Contact emails
- —
Subdomains
5 observed subdomains of prevner.nl.
Web-graph footprint
Distinct hostnames that link to or from prevner.nl in the public web crawl.
14 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for prevner.nl.
| Mechanism | Target |
|---|---|
| SPF_A | nameserverdesk.nl |
| SPF_A | prevner.nl |
| SPF_INCLUDE | codesk.nl |
| SPF_INCLUDE | filter-out.zxcs.nl |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.104.29.104 |
| SPF_IP | 2a06:2ec0:1:0:0:0:0:134 |
| SPF_MX | prevner.nl |
Related pages
Pivot deeper into the graph from prevner.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "prevner.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.