Hostname
gouda.nl
Last fetched
gouda.nl resolves to 3 IPv4 addresses operated by AS20847 in NL. WHOIS lists registrar:unet b.v.|transistorstraat 7c|1322cj almere|netherlands|| as the registrar.
Nutrition Label
Resolution chain
gouda.nl resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.144.224.28 | 185.144.224.0/23 | AS20847 | — | NL |
| 31.7.6.87 | 31.7.4.0/22 | AS20847 | — | NL |
| 87.233.198.3 | 87.233.192.0/18 | AS15703 | — | NL |
WHOIS identity
- Registrar
- registrar:unet b.v.|transistorstraat 7c|1322cj almere|netherlands||
- Organization
- —
- Contact emails
- —
Subdomains
33 observed subdomains of gouda.nl.
Showing 25 of 33. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from gouda.nl in the public web crawl.
543 sites link to this hostname.
375 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for gouda.nl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.services.centric.eu |
| SPF_INCLUDE | _spf1.gouda.nl |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.zaaksysteem.nl |
| SPF_IP | 212.35.124.164/32 |
| SPF_IP | 45.85.148.5 |
| SPF_IP | 77.74.54.216/32 |
| SPF_IP | 80.69.74.48/24 |
| SPF_IP | 91.230.244.106/32 |
| SPF_IP | 91.231.6.241/32 |
Related pages
Pivot deeper into the graph from gouda.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gouda.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.