Hostname
dataaire.com
Last fetched
dataaire.com resolves to 1 IPv4 address operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
dataaire.com 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.210.238.7 | 3.208.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from dataaire.com in the public web crawl.
Threat posture
History
Mail and authentication
SPF policy
21 SPF mechanisms authorising senders for dataaire.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.atoracle.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf-00311c01.pphosted.com |
| SPF_INCLUDE | spf_a.oracle.com |
| SPF_INCLUDE | spf_c.oracle.com |
| SPF_IP | 12.161.236.221 |
| SPF_IP | 141.145.31.0/24 |
| SPF_IP | 185.85.133.3 |
| SPF_IP | 205.219.85.0/24 |
| SPF_IP | 209.222.82.0/24 |
| SPF_IP | 216.171.174.58 |
| SPF_IP | 216.182.220.0/23 |
| SPF_IP | 62.129.239.111 |
| SPF_IP | 63.240.83.115 |
| SPF_IP | 63.240.96.121 |
| SPF_IP | 63.240.96.122 |
| SPF_IP | 63.240.96.126 |
| SPF_IP | 64.37.236.0/23 |
| SPF_IP | 78.155.136.10 |
Related pages
Pivot deeper into the graph from dataaire.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dataaire.com"})-[: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.