Hostname
booden.net
Last fetched
booden.net resolves to 2 IPv4 addresses operated by AS48635 in NL. WHOIS lists iana:839 as the registrar.
Nutrition Label
Resolution chain
booden.net 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 |
|---|---|---|---|---|
| 145.131.41.80 | 145.131.41.0/24 | AS48635 | — | NL |
| 20.107.224.0 | 20.64.0.0/10 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | IE |
WHOIS identity
- Registrar
- iana:839
- Organization
- ronald booden
- Contact emails
- —
Subdomains
7 observed subdomains of booden.net.
Web-graph footprint
Distinct hostnames that link to or from booden.net in the public web crawl.
63 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for booden.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.exactonline.nl |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from booden.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "booden.net"})-[: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.