Hostname
athleta.com
Last fetched
athleta.com resolves to 6 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in DE. WHOIS lists iana:3786 as the registrar.
Nutrition Label
Resolution chain
athleta.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 |
|---|---|---|---|---|
| 23.209.210.52 | 23.209.208.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.220.113.187 | 23.220.112.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | NL |
| 23.52.182.50 | 23.52.180.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.74.18.126 | 23.74.16.0/21 | AS3786 | LGDACOM LG DACOM Corporation | KR |
| 72.246.28.216 | 72.246.28.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 88.221.169.120 | 88.221.168.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
WHOIS identity
- Registrar
- iana:3786
- Organization
- gap (apparel)
- Contact emails
Subdomains
15 observed subdomains of athleta.com.
Web-graph footprint
Distinct hostnames that link to or from athleta.com in the public web crawl.
403 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for athleta.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf1.gap.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 67.216.176.146 |
| SPF_IP | 67.216.176.147/32 |
| SPF_IP | 67.216.187.35 |
| SPF_IP | 67.216.191.149 |
| SPF_IP | 70.37.176.254 |
| SPF_IP | 70.37.180.254 |
Related pages
Pivot deeper into the graph from athleta.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "athleta.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.