Hostname
aq.org
Last fetched
aq.org resolves to 1 IPv4 address operated by AS63949 in US. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
aq.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 |
|---|---|---|---|---|
| 173.230.150.33 | 173.230.144.0/20 | AS63949 | — | US |
WHOIS identity
- Registrar
- iana:81
- Organization
- jay sekora
- Contact emails
Subdomains
15 observed subdomains of aq.org.
Web-graph footprint
Distinct hostnames that link to or from aq.org in the public web crawl.
6 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- aq.org
SPF policy
10 SPF mechanisms authorising senders for aq.org.
| Mechanism | Target |
|---|---|
| SPF_A | aq.org |
| SPF_A | home.aq.org |
| SPF_A | js.aq.org |
| SPF_A | lists.aq.org |
| SPF_A | mm3.aq.org |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 173.230.150.33 |
| SPF_IP | 66.92.68.127 |
| SPF_IP | 68.183.97.52 |
| SPF_MX | aq.org |
Related pages
Pivot deeper into the graph from aq.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aq.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.