Hostname
huizedoodle.nl
Last fetched
huizedoodle.nl resolves to 2 IPv4 addresses operated by KPN - KPN B.V. in NL.
Nutrition Label
Resolution chain
huizedoodle.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 |
|---|---|---|---|---|
| 77.169.214.218 | 77.168.0.0/14 | AS1136 | KPN - KPN B.V. | NL |
| 87.106.108.19 | 87.106.108.0/24 | AS8560 | IONOS-AS - IONOS SE | DE |
WHOIS identity
No WHOIS records are currently associated with huizedoodle.nl in WhisperGraph.
Subdomains
5 observed subdomains of huizedoodle.nl.
Threat posture
History
Mail and authentication
MX records
- huizedoodle.nl
SPF policy
6 SPF mechanisms authorising senders for huizedoodle.nl.
| Mechanism | Target |
|---|---|
| SPF_A | huizedoodle.nl |
| SPF_A | mail.not4u.nl |
| SPF_IP | 2a01:7c8:bb02:833:5054:ff:feda:35a8 |
| SPF_IP | 37.97.176.251 |
| SPF_MX | huizedoodle.nl |
| SPF_MX | mail.not4u.nl |
Related pages
Pivot deeper into the graph from huizedoodle.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "huizedoodle.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.