Hostname
aa.com
Last fetched
aa.com resolves to 6 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in TR. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
aa.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.26.128.136 | 184.26.128.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | TR |
| 23.14.92.136 | 23.14.92.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 23.209.208.158 | 23.209.208.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.52.180.119 | 23.52.180.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.75.64.135 | 23.75.64.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | CZ |
| 2.19.216.123 | 2.19.216.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | CZ |
WHOIS identity
- Registrar
- iana:299
- Organization
- american airlines,
- Contact emails
Subdomains
678 observed subdomains of aa.com.
Showing 25 of 678. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from aa.com in the public web crawl.
12,414 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
22 SPF mechanisms authorising senders for aa.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-dc4.sapsf.com |
| SPF_INCLUDE | onprem.aa.com |
| SPF_INCLUDE | spf.aa.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 108.166.43.0/24 |
| SPF_IP | 12.104.201.5/32 |
| SPF_IP | 13.111.0.0/18 |
| SPF_IP | 136.147.176.0/20 |
| SPF_IP | 146.20.91.152/32 |
| SPF_IP | 146.20.91.153/32 |
| SPF_IP | 161.47.34.7/32 |
| SPF_IP | 169.44.200.37 |
| SPF_IP | 169.44.200.38 |
| SPF_IP | 169.55.103.7 |
| SPF_IP | 169.55.103.8 |
| SPF_IP | 173.203.2.22/32 |
| SPF_IP | 194.37.255.29/32 |
| SPF_IP | 204.232.172.40/32 |
| SPF_IP | 66.48.80.132 |
| SPF_IP | 70.42.227.151/32 |
| SPF_IP | 70.42.227.152/32 |
| SPF_IP | 91.198.224.29/32 |
Related pages
Pivot deeper into the graph from aa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aa.com"})-[: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.