Hostname
aapt.org
Last fetched
aapt.org resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
aapt.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 |
|---|---|---|---|---|
| 3.137.67.5 | 3.136.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:69
- Organization
- amer assoc of physics teachers
- Contact emails
Subdomains
19 observed subdomains of aapt.org.
Web-graph footprint
Distinct hostnames that link to or from aapt.org in the public web crawl.
879 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for aapt.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | informz.net |
| SPF_IP | 18.188.85.48 |
| SPF_IP | 18.220.130.64 |
| SPF_IP | 20.237.54.85/32 |
| SPF_IP | 205.201.40.49/32 |
| SPF_IP | 205.201.40.67 |
| SPF_IP | 205.201.44.176 |
| SPF_IP | 3.137.67.5 |
| SPF_IP | 4.227.234.120/32 |
| SPF_IP | 63.65.178.0/24 |
| SPF_IP | 64.132.221.30/32 |
| SPF_MX | aapt.org |
Related pages
Pivot deeper into the graph from aapt.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aapt.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.