Hostname
www.awk.de
Last fetched
www.awk.de resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
www.awk.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 |
|---|---|---|---|---|
| 5.9.138.53 | 5.9.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with www.awk.de in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for www.awk.de.
| Mechanism | Target |
|---|---|
| SPF_A | www.awk.de |
| SPF_INCLUDE | agenturserver.de |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf-de.emailsignatures365.com |
| SPF_INCLUDE | spf.hornetsecurity.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 178.16.57.13 |
| SPF_IP | 194.245.39.3 |
| SPF_IP | 212.7.180.98 |
| SPF_IP | 212.7.183.217 |
| SPF_IP | 212.7.183.219 |
| SPF_IP | 212.7.183.221 |
| SPF_IP | 212.7.183.222 |
| SPF_MX | www.awk.de |
Related pages
Pivot deeper into the graph from www.awk.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.awk.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.