Hostname
dhbbank.com
Last fetched
dhbbank.com resolves to 6 IPv4 addresses operated by AKAMAI-ASN1 in NL. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
dhbbank.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.110.240.136 | 104.110.240.0/24 | AS20940 | AKAMAI-ASN1 | NL |
| 104.110.240.98 | 104.110.240.0/24 | AS20940 | AKAMAI-ASN1 | NL |
| 2.16.6.10 | 2.16.6.0/24 | AS20940 | AKAMAI-ASN1 | NL |
| 2.16.6.5 | 2.16.6.0/24 | AS20940 | AKAMAI-ASN1 | NL |
| 2.18.244.77 | 2.18.244.0/24 | AS20940 | AKAMAI-ASN1 | NL |
| 2.18.244.86 | 2.18.244.0/24 | AS20940 | AKAMAI-ASN1 | NL |
WHOIS identity
- Registrar
- iana:269
- Organization
- ashish sharma
- Contact emails
Subdomains
20 observed subdomains of dhbbank.com.
Showing 19 of 20. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dhbbank.com in the public web crawl.
29 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for dhbbank.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 188.203.135.14 |
| SPF_IP | 23.90.117.122 |
| SPF_IP | 23.90.118.219 |
| SPF_MX | dhbbank.com |
Related pages
Pivot deeper into the graph from dhbbank.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dhbbank.com"})-[: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.