Hostname
api-beta.oxyrion.com
Last fetched
api-beta.oxyrion.com resolves to 3 IPv4 addresses operated by AS29405 in SK.
Nutrition Label
Resolution chain
api-beta.oxyrion.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 109.74.154.247 | 109.74.144.0/20 | AS29405 | — | SK |
| 188.114.96.4 | 188.114.96.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 188.114.97.4 | 188.114.97.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with api-beta.oxyrion.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for api-beta.oxyrion.com.
| Mechanism | Target |
|---|---|
| SPF_A | api-beta.oxyrion.com |
| SPF_INCLUDE | _spf.bart.sk |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | api-beta.oxyrion.com |
Related pages
Pivot deeper into the graph from api-beta.oxyrion.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api-beta.oxyrion.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.