Hostname
ibg.bg
Last fetched
ibg.bg resolves to 1 IPv4 address operated by EVOLINK-AS in BG.
Nutrition Label
Resolution chain
ibg.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 |
|---|---|---|---|---|
| 85.14.21.146 | 85.14.21.0/24 | AS8262 | EVOLINK-AS | BG |
WHOIS identity
- Registrar
- —
- Organization
- investor.bg ad
- Contact emails
- —
Subdomains
29 observed subdomains of ibg.bg.
Showing 25 of 29. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ibg.bg in the public web crawl.
125 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for ibg.bg.
| Mechanism | Target |
|---|---|
| SPF_A | ibg.bg |
| SPF_IP | 194.12.227.222/32 |
| SPF_IP | 194.12.229.224/28 |
| SPF_IP | 194.12.229.96/27 |
| SPF_IP | 85.14.21.145/28 |
| SPF_IP | 85.14.28.160/27 |
| SPF_IP | 85.14.4.112/28 |
| SPF_IP | 91.148.168.228 |
| SPF_IP | 91.148.168.28/32 |
| SPF_MX | ibg.bg |
Related pages
Pivot deeper into the graph from ibg.bg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ibg.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.