Hostname
dehner.de
Last fetched
dehner.de resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in CA.
Nutrition Label
Resolution chain
dehner.de resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.248.255.244 | 13.248.240.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with dehner.de in WhisperGraph.
Subdomains
51 observed subdomains of dehner.de.
Showing 25 of 51. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dehner.de in the public web crawl.
737 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for dehner.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.hornetsecurity.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 62.159.41.0/27 |
| SPF_IP | 62.204.177.24/29 |
| SPF_IP | 62.204.178.224/27 |
| SPF_IP | 93.104.246.192/27 |
Related pages
Pivot deeper into the graph from dehner.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dehner.de"})-[: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.