Hostname
shopix.bg
Last fetched
shopix.bg resolves to 2 IPv4 addresses operated by AS8860 in BG.
Nutrition Label
Resolution chain
shopix.bg 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 |
|---|---|---|---|---|
| 79.98.104.36 | 79.98.104.0/24 | AS8860 | — | BG |
| 79.98.111.78 | 79.98.111.0/24 | AS8860 | — | BG |
WHOIS identity
No WHOIS records are currently associated with shopix.bg in WhisperGraph.
Subdomains
8 observed subdomains of shopix.bg.
Web-graph footprint
Distinct hostnames that link to or from shopix.bg in the public web crawl.
9 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
- shopix.bg
SPF policy
6 SPF mechanisms authorising senders for shopix.bg.
| Mechanism | Target |
|---|---|
| SPF_A | shopix.bg |
| SPF_IP | 79.98.104.180 |
| SPF_IP | 79.98.104.36 |
| SPF_IP | 79.98.108.64 |
| SPF_IP | 79.98.111.78 |
| SPF_MX | shopix.bg |
Related pages
Pivot deeper into the graph from shopix.bg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "shopix.bg"})-[: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.