Hostname
bozikov.com
Last fetched
bozikov.com resolves to 1 IPv4 address operated by AS3212 in SI. WHOIS lists iana:2487 as the registrar.
Nutrition Label
Resolution chain
bozikov.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 |
|---|---|---|---|---|
| 194.152.31.96 | 194.152.0.0/19 | AS3212 | — | SI |
WHOIS identity
- Registrar
- iana:2487
- Organization
- oxylus d.o.o.
- Contact emails
Subdomains
2 observed subdomains of bozikov.com.
| Subdomain |
|---|
| mailman.bozikov.com |
| www.bozikov.com |
Web-graph footprint
Distinct hostnames that link to or from bozikov.com in the public web crawl.
6 sites link to this hostname.
13 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for bozikov.com.
| Mechanism | Target |
|---|---|
| SPF_A | bozikov.com |
| SPF_A | mx.crmsistemi.si |
| SPF_INCLUDE | _spf.mail-neoserv.si |
| SPF_IP | 194.152.31.96 |
| SPF_IP | 195.206.228.81 |
| SPF_IP | 195.206.228.92 |
| SPF_IP | 195.206.228.95 |
| SPF_IP | 86.58.39.247 |
| SPF_MX | bozikov.com |
Related pages
Pivot deeper into the graph from bozikov.com.
- IP · 194.152.31.96
- ASN · AS3212
- Registrar · iana:2487
- Country · SI
- Email · owner@bozikov.com.customers.whoisprivacycorp.com
- TLD · .com
- Browse hostnames · bo…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bozikov.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.