Hostname
apac.ooma.net
Last fetched
apac.ooma.net resolves to 4 IPv4 addresses operated by AS15830 in CA.
Nutrition Label
Resolution chain
apac.ooma.net 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 |
|---|---|---|---|---|
| 163.53.214.51 | 163.53.214.0/24 | AS15830 | — | CA |
| 163.53.214.52 | 163.53.214.0/24 | AS15830 | — | CA |
| 163.53.215.51 | 163.53.215.0/24 | AS15830 | — | AU |
| 163.53.215.52 | 163.53.215.0/24 | AS15830 | — | AU |
WHOIS identity
No WHOIS records are currently associated with apac.ooma.net in WhisperGraph.
Subdomains
4 observed subdomains of apac.ooma.net.
| Subdomain |
|---|
| prov.apac.ooma.net |
Showing 1 of 4. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from apac.ooma.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "apac.ooma.net"})-[: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.