Hostname
dapperonline.nl
Last fetched
dapperonline.nl resolves to 2 IPv4 addresses operated by NL-BIT - BIT BV in NL. WHOIS lists registrar:hostingteam as the registrar.
Nutrition Label
Resolution chain
dapperonline.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 |
|---|---|---|---|---|
| 212.114.121.134 | 212.114.96.0/19 | AS12859 | NL-BIT - BIT BV | NL |
| 213.136.16.74 | 213.136.0.0/19 | AS12859 | NL-BIT - BIT BV | NL |
WHOIS identity
- Registrar
- registrar:hostingteam
- Organization
- —
- Contact emails
- —
Subdomains
17 observed subdomains of dapperonline.nl.
Web-graph footprint
Distinct hostnames that link to or from dapperonline.nl in the public web crawl.
8 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for dapperonline.nl.
| Mechanism | Target |
|---|---|
| SPF_A | dapperonline.nl |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 185.69.102.101 |
| SPF_IP | 212.114.121.131 |
| SPF_IP | 212.114.121.134 |
| SPF_IP | 212.114.121.136 |
| SPF_IP | 213.136.16.74 |
| SPF_IP | 31.149.88.180 |
Related pages
Pivot deeper into the graph from dapperonline.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dapperonline.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.