Hostname
bourguignon.nl
Last fetched
bourguignon.nl resolves to 1 IPv4 address operated by AS209626 in NL. WHOIS lists registrar:realtime register as the registrar.
Nutrition Label
Resolution chain
bourguignon.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 |
|---|---|---|---|---|
| 89.106.200.1 | 89.106.200.0/24 | AS209626 | — | NL |
WHOIS identity
- Registrar
- registrar:realtime register
- Organization
- —
- Contact emails
- —
Subdomains
10 observed subdomains of bourguignon.nl.
Web-graph footprint
Distinct hostnames that link to or from bourguignon.nl in the public web crawl.
56 sites link to this hostname.
49 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
23 SPF mechanisms authorising senders for bourguignon.nl.
| Mechanism | Target |
|---|---|
| SPF_A | mail.twikey.com |
| SPF_INCLUDE | _spf.paytsoftware.com |
| SPF_INCLUDE | spf.afas.online |
| SPF_INCLUDE | spf.anachron.com |
| SPF_INCLUDE | spf.autodisk.nl |
| SPF_INCLUDE | spf.plan-it-online.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.tribecrm.nl |
| SPF_IP | 145.128.242.41 |
| SPF_IP | 149.72.88.121/32 |
| SPF_IP | 195.81.252.80/32 |
| SPF_IP | 2a02:f18:1:9901:87:250:153:20 |
| SPF_IP | 37.139.142.28/32 |
| SPF_IP | 45.131.181.103 |
| SPF_IP | 5.159.32.243 |
| SPF_IP | 54.240.107.243 |
| SPF_IP | 54.240.107.244 |
| SPF_IP | 80.252.90.207 |
| SPF_IP | 80.252.95.14 |
| SPF_IP | 80.252.95.8/32 |
| SPF_IP | 82.172.191.144 |
| SPF_IP | 85.17.66.193/32 |
| SPF_IP | 87.233.71.250/32 |
Related pages
Pivot deeper into the graph from bourguignon.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bourguignon.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.