Hostname
daion.nl
Last fetched
daion.nl resolves to 2 IPv4 addresses operated by AS43350 in NL.
Nutrition Label
Resolution chain
daion.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.107.46.179 | 185.107.44.0/22 | AS43350 | — | NL |
| 51.210.175.60 | 51.210.0.0/16 | AS16276 | — | FR |
WHOIS identity
No WHOIS records are currently associated with daion.nl in WhisperGraph.
Subdomains
4 observed subdomains of daion.nl.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for daion.nl.
| Mechanism | Target |
|---|---|
| SPF_A | daion.nl |
| SPF_IP | 109.236.85.232 |
| SPF_IP | 188.132.128.0/21 |
| SPF_IP | 77.92.152.0/24 |
| SPF_IP | 77.92.152.15 |
| SPF_IP | 77.92.152.20 |
| SPF_IP | 77.92.153.0/24 |
| SPF_MX | daion.nl |
| SPF_MX | mail.daion.nl |
Related pages
Pivot deeper into the graph from daion.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "daion.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.