Hostname
33.nl
Last fetched
33.nl resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists registrar:registrar.eu as the registrar.
Nutrition Label
Resolution chain
33.nl resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.33.158.106 | 13.33.158.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.33.158.196 | 13.33.158.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.33.158.20 | 13.33.158.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.33.158.64 | 13.33.158.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.33.25.136 | 13.33.25.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.25.15 | 13.33.25.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.25.190 | 13.33.25.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.25.35 | 13.33.25.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- registrar:registrar.eu
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of 33.nl.
Threat posture
History
Related pages
Pivot deeper into the graph from 33.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "33.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.