Hostname
dap.ch
Last fetched
dap.ch appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
dap.ch has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- —
- Organization
- dap-computersystemtechnik
- Contact emails
- —
Subdomains
17 observed subdomains of dap.ch.
Web-graph footprint
Distinct hostnames that link to or from dap.ch in the public web crawl.
7 sites link to this hostname.
29 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for dap.ch.
| Mechanism | Target |
|---|---|
| SPF_A | dap.ch |
| SPF_A | dispatch-eu.ppe-hosted.com |
| SPF_A | dispatch-us.ppe-hosted.com |
| SPF_INCLUDE | spf.hornetsecurity.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.183.29.34/32 |
| SPF_IP | 198.37.155.74/32 |
| SPF_IP | 208.91.114.151/32 |
| SPF_IP | 213.160.44.36 |
| SPF_IP | 213.160.44.43 |
| SPF_IP | 213.160.62.38 |
| SPF_IP | 213.193.120.213 |
| SPF_MX | dap.ch |
Related pages
Pivot deeper into the graph from dap.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dap.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.