Hostname
openaius.com
Last fetched
openaius.com resolves to 2 IPv4 addresses operated by AS138915 in BR. WHOIS lists iana:1697 as the registrar.
Nutrition Label
Resolution chain
openaius.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 38.60.241.98 | 38.60.241.0/24 | AS138915 | — | BR |
| 40.160.16.68 | 40.160.0.0/17 | AS16276 | — | US |
WHOIS identity
- Registrar
- iana:1697
- Organization
- —
- Contact emails
- —
Subdomains
8 observed subdomains of openaius.com.
Threat posture
History
Related pages
Pivot deeper into the graph from openaius.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "openaius.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.