Hostname
barcode.bg
Last fetched
barcode.bg resolves to 1 IPv4 address operated by AS8866 in BG.
Nutrition Label
Resolution chain
barcode.bg 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 |
|---|---|---|---|---|
| 46.10.199.46 | 46.10.196.0/22 | AS8866 | — | BG |
WHOIS identity
- Registrar
- —
- Organization
- microinvest
- Contact emails
- —
Subdomains
2 observed subdomains of barcode.bg.
| Subdomain |
|---|
| mail.barcode.bg |
| www.barcode.bg |
Web-graph footprint
Distinct hostnames that link to or from barcode.bg in the public web crawl.
8 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
- barcode.bg
SPF policy
3 SPF mechanisms authorising senders for barcode.bg.
| Mechanism | Target |
|---|---|
| SPF_A | barcode.bg |
| SPF_IP | 164.138.221.58 |
| SPF_MX | barcode.bg |
Related pages
Pivot deeper into the graph from barcode.bg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "barcode.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.