Hostname
dnbdouglas.com
Last fetched
dnbdouglas.com resolves to 6 IPv4 addresses operated by AKAMAI-ASN1 in PL. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
dnbdouglas.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.81.60.153 | 104.81.60.0/23 | AS20940 | AKAMAI-ASN1 | PL |
| 104.81.60.168 | 104.81.60.0/23 | AS20940 | AKAMAI-ASN1 | PL |
| 23.212.110.16 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.57 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.48.224.108 | 23.48.224.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.48.224.113 | 23.48.224.0/24 | AS20940 | AKAMAI-ASN1 | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
2 observed subdomains of dnbdouglas.com.
| Subdomain |
|---|
| olb.dnbdouglas.com |
| www.dnbdouglas.com |
Web-graph footprint
Distinct hostnames that link to or from dnbdouglas.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for dnbdouglas.com.
| Mechanism | Target |
|---|---|
| SPF_A | dnbdouglas.com |
| SPF_INCLUDE | dnbdouglas-com.spf.smtp25.com |
| SPF_INCLUDE | spf.edgepilot.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from dnbdouglas.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dnbdouglas.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.