Hostname
afd.de
Last fetched
afd.de resolves to 4 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
afd.de resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 148.251.78.221 | 148.251.0.0/16 | AS24940 | — | DE |
| 195.201.193.99 | 195.201.0.0/16 | AS24940 | — | DE |
| 57.129.83.60 | 57.129.0.0/17 | AS16276 | — | DE |
| 57.129.83.68 | 57.129.0.0/17 | AS16276 | — | DE |
WHOIS identity
No WHOIS records are currently associated with afd.de in WhisperGraph.
Subdomains
26 observed subdomains of afd.de.
Showing 22 of 26. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from afd.de in the public web crawl.
1,964 sites link to this hostname.
277 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for afd.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.hornetsecurity.com |
| SPF_INCLUDE | spf.primary-domains.afd-hosting.de |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 194.37.255.0/24 |
| SPF_IP | 82.165.37.54/32 |
| SPF_IP | 91.198.224.0/24 |
Related pages
Pivot deeper into the graph from afd.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "afd.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.