Hostname
abv.bg
Last fetched
abv.bg resolves to 2 IPv4 addresses operated by NETINFO in BG.
Nutrition Label
Resolution chain
abv.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 |
|---|---|---|---|---|
| 194.153.145.104 | 194.153.145.0/24 | AS13147 | NETINFO | BG |
| 194.153.145.60 | 194.153.145.0/24 | AS13147 | NETINFO | BG |
WHOIS identity
- Registrar
- —
- Organization
- darik net ead
- Contact emails
- —
Subdomains
156 observed subdomains of abv.bg.
Showing 25 of 156. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from abv.bg in the public web crawl.
530 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for abv.bg.
| Mechanism | Target |
|---|---|
| SPF_IP | 194.153.145.0/24 |
| SPF_IP | 84.238.194.0/24 |
Related pages
Pivot deeper into the graph from abv.bg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "abv.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.