Hostname
awo.org
Last fetched
awo.org resolves to 1 IPv4 address operated by AS50372 in DE. WHOIS lists iana:15 as the registrar.
Nutrition Label
Resolution chain
awo.org 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.57.42.18 | 5.57.42.0/24 | AS50372 | — | DE |
WHOIS identity
- Registrar
- iana:15
- Organization
- awo bundesverband e. v.
- Contact emails
Subdomains
85 observed subdomains of awo.org.
Showing 25 of 85. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from awo.org in the public web crawl.
1,469 sites link to this hostname.
243 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
16 SPF mechanisms authorising senders for awo.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.nl2go.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 1.179.112.0/20 |
| SPF_IP | 116.202.218.36 |
| SPF_IP | 178.63.0.145 |
| SPF_IP | 185.41.28.0/24 |
| SPF_IP | 217.160.192.184/32 |
| SPF_IP | 46.30.57.116 |
| SPF_IP | 5.57.41.102 |
| SPF_IP | 5.57.41.219 |
| SPF_IP | 5.57.42.18 |
| SPF_IP | 62.55.182.68/32 |
| SPF_IP | 77.32.148.0/24 |
| SPF_IP | 92.198.41.178/29 |
| SPF_MX | awo.org |
Related pages
Pivot deeper into the graph from awo.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "awo.org"})-[: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.