Skip to content

Hostname

net.store.bg

Last fetched

net.store.bg resolves to 4 IPv4 addresses operated by VIVACOM-AS - Vivacom Bulgaria EAD in BG.

Nutrition Label

WHISPER CANON · net.store.bgRouting diversity2.4/10Peering density9.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/net.store.bg

Resolution chain

net.store.bg resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
62.176.76.13162.176.64.0/19AS8866VIVACOM-AS - Vivacom Bulgaria EADBG
62.176.76.13362.176.64.0/19AS8866VIVACOM-AS - Vivacom Bulgaria EADBG
87.120.129.1687.120.128.0/23AS34224NETERRA-AS - Neterra Ltd.BG
87.120.129.1787.120.128.0/23AS34224NETERRA-AS - Neterra Ltd.BG

WHOIS identity

No WHOIS records are currently associated with net.store.bg in WhisperGraph.

Subdomains

1 observed subdomain of net.store.bg.

Threat posture

History

Related pages

Pivot deeper into the graph from net.store.bg.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "net.store.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.