Hostname
onesky.org
Last fetched
onesky.org resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
onesky.org resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 35.82.65.0 | 35.80.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.240.6.109 | 44.224.0.0/11 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.24.164.220 | 52.24.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.213.99.243 | 54.213.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- half the sky foundation
- Contact emails
Subdomains
47 observed subdomains of onesky.org.
Showing 25 of 47. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from onesky.org in the public web crawl.
90 sites link to this hostname.
111 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for onesky.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | bmsend.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.salesforce.com |
| SPF_IP | 104.130.211.181 |
| SPF_IP | 104.130.72.4 |
| SPF_IP | 216.75.21.61 |
| SPF_IP | 45.33.47.64 |
| SPF_IP | 74.207.240.75 |
Related pages
Pivot deeper into the graph from onesky.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "onesky.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.