Hostname
mail.afag.de
Last fetched
mail.afag.de resolves to 1 IPv4 address operated by AS3320 in DE.
Nutrition Label
Resolution chain
mail.afag.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 |
|---|---|---|---|---|
| 217.7.28.51 | 217.0.0.0/13 | AS3320 | — | DE |
WHOIS identity
No WHOIS records are currently associated with mail.afag.de in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for mail.afag.de.
| Mechanism | Target |
|---|---|
| SPF_A | mail.afag.de |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 148.105.0.0/16 |
| SPF_IP | 195.145.107.192/27 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 212.184.68.232/29 |
| SPF_IP | 217.7.28.48/29 |
| SPF_IP | 5.10.5.128/25 |
| SPF_IP | 80.150.221.112/28 |
| SPF_IP | 91.137.96.0/21 |
| SPF_MX | mail.afag.de |
Related pages
Pivot deeper into the graph from mail.afag.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.afag.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.