Hostname
onthoutons.nl
Last fetched
onthoutons.nl resolves to 4 IPv4 addresses operated by AS20940 in NL. WHOIS lists registrar:kpn as the registrar.
Nutrition Label
Resolution chain
onthoutons.nl resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.16.106.152 | 2.16.106.0/24 | AS20940 | — | NL |
| 2.16.106.162 | 2.16.106.0/24 | AS20940 | — | NL |
| 2.16.6.11 | 2.16.6.0/24 | AS20940 | — | NL |
| 2.16.6.7 | 2.16.6.0/24 | AS20940 | — | NL |
WHOIS identity
- Registrar
- registrar:kpn
- Organization
- —
- Contact emails
- —
Subdomains
3 observed subdomains of onthoutons.nl.
Web-graph footprint
Distinct hostnames that link to or from onthoutons.nl in the public web crawl.
80 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for onthoutons.nl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.232.249.243 |
| SPF_IP | 195.35.251.1/26 |
| SPF_IP | 45.82.188.138 |
| SPF_IP | 87.195.48.69 |
| SPF_IP | 91.238.177.64 |
Related pages
Pivot deeper into the graph from onthoutons.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "onthoutons.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.