Hostname
bugi.oliwerix.com
Last fetched
bugi.oliwerix.com resolves to 2 IPv4 addresses operated by AS21283 in SI.
Nutrition Label
Resolution chain
bugi.oliwerix.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 |
|---|---|---|---|---|
| 146.212.204.196 | 146.212.0.0/16 | AS21283 | — | SI |
| 92.37.113.136 | 92.37.0.0/17 | AS21283 | — | SI |
WHOIS identity
No WHOIS records are currently associated with bugi.oliwerix.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from bugi.oliwerix.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bugi.oliwerix.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.