Hostname
dhl.ch
Last fetched
dhl.ch resolves to 2 IPv4 addresses operated by AS35280 in NL.
Nutrition Label
Resolution chain
dhl.ch 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 |
|---|---|---|---|---|
| 159.60.134.155 | 159.60.128.0/20 | AS35280 | — | NL |
| 199.40.253.33 | 199.40.192.0/18 | AS2571 | — | MY |
WHOIS identity
- Registrar
- —
- Organization
- benoit balet
- Contact emails
- —
Subdomains
5 observed subdomains of dhl.ch.
Showing 4 of 5. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dhl.ch in the public web crawl.
85 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for dhl.ch.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | dpdhl._spf.dhl.com |
| SPF_IP | 195.4.131.131 |
| SPF_IP | 91.212.83.132 |
| SPF_IP | 91.212.83.133 |
| SPF_IP | 94.199.214.65/32 |
Related pages
Pivot deeper into the graph from dhl.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dhl.ch"})-[: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.