Hostname
aafes.com
Last fetched
aafes.com resolves to 3 IPv4 addresses operated by AAFES-NETBLK-ASN - Army & Air Force Exchange Service in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
aafes.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 199.67.2.26 | 199.67.2.0/24 | AS19142 | AAFES-NETBLK-ASN - Army & Air Force Exchange Service | US |
| 199.67.2.30 | 199.67.2.0/24 | AS19142 | AAFES-NETBLK-ASN - Army & Air Force Exchange Service | US |
| 199.67.4.26 | 199.67.4.0/24 | AS19142 | AAFES-NETBLK-ASN - Army & Air Force Exchange Service | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- t. david drake
- Contact emails
Subdomains
286 observed subdomains of aafes.com.
Showing 25 of 286. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from aafes.com in the public web crawl.
426 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for aafes.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.globalsportsinc.com |
| SPF_INCLUDE | e.shopmyexchange.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfva.aafes.com |
| SPF_INCLUDE | spfvb.aafes.com |
| SPF_INCLUDE | spfvc.aafes.com |
Related pages
Pivot deeper into the graph from aafes.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aafes.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.