Hostname
dhl.com
Last fetched
dhl.com resolves to 2 IPv4 addresses operated by DHLNET - DHL Information Services Europe s.r.o in US. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
dhl.com 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 |
|---|---|---|---|---|
| 156.137.3.32 | 156.137.0.0/21 | AS2571 | DHLNET - DHL Information Services Europe s.r.o | US |
| 165.72.192.32 | 165.72.192.0/24 | AS19905 | SECURITYSERVICES - Vercara, LLC | CZ |
WHOIS identity
- Registrar
- iana:269
- Organization
- deutsche post
- Contact emails
Subdomains
1,031 observed subdomains of dhl.com.
Showing 25 of 1,031. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dhl.com in the public web crawl.
18,630 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for dhl.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 3a._spf.dhl.com |
| SPF_INCLUDE | 3b._spf.dhl.com |
| SPF_INCLUDE | 3c._spf.dhl.com |
| SPF_INCLUDE | 3d._spf.dhl.com |
| SPF_INCLUDE | 3e._spf.dhl.com |
| SPF_INCLUDE | 3f._spf.dhl.com |
| SPF_INCLUDE | dpdhl._spf.dhl.com |
| SPF_INCLUDE | e2ma.net |
| SPF_INCLUDE | mrsc._spf.dhl.com |
| SPF_INCLUDE | spf.mandrillapp.com |
Related pages
Pivot deeper into the graph from dhl.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dhl.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.