Hostname
com.onesky.org
Last fetched
com.onesky.org resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
com.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
No WHOIS records are currently associated with com.onesky.org in WhisperGraph.
Subdomains
3 observed subdomains of com.onesky.org.
| Subdomain |
|---|
| google.com.onesky.org |
Showing 1 of 3. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for com.onesky.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | bmsend.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.salesforce.com.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 com.onesky.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "com.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.