Hostname
raet.nl
Last fetched
raet.nl resolves to 1 IPv4 address operated by AS61213 in NO. WHOIS lists registrar:registrar.eu as the registrar.
Nutrition Label
Resolution chain
raet.nl resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.206.5.29 | 185.206.4.0/23 | AS61213 | — | NO |
WHOIS identity
- Registrar
- registrar:registrar.eu
- Organization
- —
- Contact emails
- —
Subdomains
10 observed subdomains of raet.nl.
Web-graph footprint
Distinct hostnames that link to or from raet.nl in the public web crawl.
94 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for raet.nl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 145.222.191.177 |
| SPF_IP | 20.33.25.8 |
| SPF_IP | 2a03:4800:8:3:0:0:0:27 |
| SPF_IP | 2a03:4800:8:3:0:0:0:52 |
| SPF_IP | 2a03:4800:a:320:0:0:0:3 |
| SPF_IP | 80.79.96.131 |
| SPF_IP | 80.79.99.86 |
| SPF_MX | raet.nl |
Related pages
Pivot deeper into the graph from raet.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "raet.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.