Hostname
aa.edu
Last fetched
aa.edu resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
aa.edu 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 |
|---|---|---|---|---|
| 104.21.37.162 | 104.21.32.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.210.117 | 172.67.208.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- —
- Organization
- albuquerque academy
- Contact emails
- —
Subdomains
30 observed subdomains of aa.edu.
Showing 25 of 30. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from aa.edu in the public web crawl.
114 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for aa.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 149.72.118.28 |
| SPF_IP | 167.89.21.209 |
| SPF_IP | 4.14.112.142 |
| SPF_IP | 4.14.116.64/27 |
| SPF_IP | 54.240.38.138/31 |
| SPF_IP | 54.240.60.29/30 |
| SPF_IP | 70.32.75.161 |
| SPF_MX | aa.edu |
Related pages
Pivot deeper into the graph from aa.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aa.edu"})-[: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.