Hostname
bezo.nl
Last fetched
bezo.nl resolves to 2 IPv4 addresses operated by AS196752 in NL. WHOIS lists registrar:combell b.v. as the registrar.
Nutrition Label
Resolution chain
bezo.nl 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 |
|---|---|---|---|---|
| 37.252.124.157 | 37.252.124.0/24 | AS196752 | — | NL |
| 83.217.71.216 | 83.217.64.0/19 | AS34762 | — | BE |
WHOIS identity
- Registrar
- registrar:combell b.v.
- Organization
- —
- Contact emails
- —
Subdomains
5 observed subdomains of bezo.nl.
Web-graph footprint
Distinct hostnames that link to or from bezo.nl in the public web crawl.
5 sites link to this hostname.
9 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for bezo.nl.
| Mechanism | Target |
|---|---|
| SPF_A | bezo.nl |
| SPF_INCLUDE | 146746103.spf07.hubspotemail.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 195.3.178.6 |
| SPF_IP | 217.115.202.112 |
| SPF_IP | 31.20.174.39 |
| SPF_IP | 37.152.13.190 |
| SPF_IP | 37.252.124.157 |
| SPF_IP | 82.94.214.144 |
| SPF_MX | bezo.nl |
Related pages
Pivot deeper into the graph from bezo.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bezo.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.