Hostname
aeaweb.org
Last fetched
aeaweb.org resolves to 1 IPv4 address operated by PAIR-NETWORKS - pair Networks in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
aeaweb.org resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 66.39.77.50 | 66.39.0.0/17 | AS7859 | PAIR-NETWORKS - pair Networks | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- american economic association
- Contact emails
Subdomains
21 observed subdomains of aeaweb.org.
Showing 17 of 21. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from aeaweb.org in the public web crawl.
12,388 sites link to this hostname.
4,892 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
41 SPF mechanisms authorising senders for aeaweb.org.
| Mechanism | Target |
|---|---|
| SPF_A | aeaweb.org |
| SPF_IP | 198.144.41.19 |
| SPF_IP | 198.144.41.22 |
| SPF_IP | 209.197.108.139 |
| SPF_IP | 216.92.111.32 |
| SPF_IP | 216.92.125.5 |
| SPF_IP | 216.92.131.60 |
| SPF_IP | 216.92.138.93 |
| SPF_IP | 216.92.171.222 |
| SPF_IP | 216.92.192.115 |
| SPF_IP | 216.92.199.130 |
| SPF_IP | 216.92.216.33 |
| SPF_IP | 216.92.238.206 |
| SPF_IP | 216.92.98.49 |
| SPF_IP | 2607:f440:0:0:0:0:4227:3c04 |
| SPF_IP | 2607:f440:0:0:0:0:4227:4c78 |
| SPF_IP | 2607:f440:0:0:0:0:d85c:833c |
| SPF_IP | 2607:f440:0:0:0:0:d85c:abde |
| SPF_IP | 2607:f440:0:0:0:0:d85c:d821 |
| SPF_IP | 3.208.19.161 |
| SPF_IP | 3.219.14.196/32 |
| SPF_IP | 3.238.195.138 |
| SPF_IP | 34.229.111.70 |
| SPF_IP | 44.202.220.229 |
| SPF_IP | 44.210.125.140 |
| SPF_IP | 52.70.86.95 |
| SPF_IP | 54.173.133.139 |
| SPF_IP | 65.156.0.0/23 |
| SPF_IP | 66.207.128.0/20 |
| SPF_IP | 66.207.131.0/20 |
| SPF_IP | 66.207.131.38 |
| SPF_IP | 66.39.130.37 |
| SPF_IP | 66.39.135.37 |
| SPF_IP | 66.39.144.63 |
| SPF_IP | 66.39.147.65 |
| SPF_IP | 66.39.38.77 |
| SPF_IP | 66.39.47.42 |
| SPF_IP | 66.39.60.4 |
| SPF_IP | 66.39.65.66 |
| SPF_IP | 66.39.76.120 |
| SPF_MX | aeaweb.org |
Related pages
Pivot deeper into the graph from aeaweb.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aeaweb.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.