Hostname
daphorst.nl
Last fetched
daphorst.nl resolves to 2 IPv4 addresses operated by INCAPSULA - Incapsula Inc in US. WHOIS lists registrar:ab nameisp as the registrar.
Nutrition Label
Resolution chain
daphorst.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 |
|---|---|---|---|---|
| 45.223.167.51 | 45.223.167.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
| 45.223.179.51 | 45.223.179.0/24 | AS19551 | INCAPSULA - Incapsula Inc | GB |
WHOIS identity
- Registrar
- registrar:ab nameisp
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of daphorst.nl.
| Subdomain |
|---|
| wildcard.daphorst.nl |
| www.daphorst.nl |
Web-graph footprint
Distinct hostnames that link to or from daphorst.nl in the public web crawl.
20 sites link to this hostname.
16 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for daphorst.nl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.exsilia.net |
| SPF_INCLUDE | _spf.mailcampaigns.nl |
| SPF_INCLUDE | _spf.sherpaan.nl |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 149.210.154.204/32 |
| SPF_IP | 213.197.224.21/32 |
| SPF_IP | 82.201.103.107/32 |
Related pages
Pivot deeper into the graph from daphorst.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "daphorst.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.