Hostname
akdae.de
Last fetched
akdae.de resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
akdae.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 |
|---|---|---|---|---|
| 3.70.116.149 | 3.64.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with akdae.de in WhisperGraph.
Subdomains
6 observed subdomains of akdae.de.
Web-graph footprint
Distinct hostnames that link to or from akdae.de in the public web crawl.
1,155 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for akdae.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | baek.de |
| SPF_INCLUDE | spf.baek-de.cloud.nospamproxy.com |
| SPF_IP | 217.7.104.174/32 |
Related pages
Pivot deeper into the graph from akdae.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "akdae.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.