Hostname
awea.org
Last fetched
awea.org resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
awea.org resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 15.197.225.128 | 15.197.224.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.33.251.168 | 3.33.240.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
- Registrar
- iana:146
- Organization
- american wind energy association
- Contact emails
Subdomains
44 observed subdomains of awea.org.
Showing 25 of 44. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from awea.org in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
23 SPF mechanisms authorising senders for awea.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.pcbscloud.com |
| SPF_INCLUDE | informz.net |
| SPF_INCLUDE | spf-a.a2zinc.net |
| SPF_INCLUDE | spf.aristotle.com |
| SPF_INCLUDE | spf.cadmiumcd.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 108.166.20.32/27 |
| SPF_IP | 147.160.167.0/26 |
| SPF_IP | 147.75.3.75 |
| SPF_IP | 198.90.22.203/32 |
| SPF_IP | 199.85.213.71 |
| SPF_IP | 205.201.40.23 |
| SPF_IP | 208.118.191.2 |
| SPF_IP | 208.118.191.4 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
| SPF_IP | 63.251.90.16/29 |
| SPF_IP | 63.251.90.32/28 |
| SPF_IP | 64.94.78.96/29 |
| SPF_IP | 67.223.113.2 |
| SPF_IP | 67.223.113.8 |
| SPF_IP | 69.174.82.0/23 |
| SPF_IP | 69.63.158.0/24 |
Related pages
Pivot deeper into the graph from awea.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "awea.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.