Hostname
abn.nl
Last fetched
abn.nl resolves to 4 IPv4 addresses operated by AS7552 in VN. WHOIS lists registrar:abn amro bank n.v. as the registrar.
Nutrition Label
Resolution chain
abn.nl resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 27.67.51.90 | 27.67.51.0/24 | AS7552 | — | VN |
| 27.67.51.91 | 27.67.51.0/24 | AS7552 | — | VN |
| 96.7.218.233 | 96.7.218.0/24 | AS20940 | — | US |
| 96.7.218.243 | 96.7.218.0/24 | AS20940 | — | US |
WHOIS identity
- Registrar
- registrar:abn amro bank n.v.
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of abn.nl.
| Subdomain |
|---|
| www.abn.nl |
Web-graph footprint
Distinct hostnames that link to or from abn.nl in the public web crawl.
15 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from abn.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "abn.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.