Hostname
bdg.bg
Last fetched
bdg.bg resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in NL.
Nutrition Label
Resolution chain
bdg.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 |
|---|---|---|---|---|
| 167.99.19.75 | 167.99.16.0/22 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | NL |
WHOIS identity
- Registrar
- —
- Organization
- ralev.kom eood
- Contact emails
- —
Subdomains
10 observed subdomains of bdg.bg.
Web-graph footprint
Distinct hostnames that link to or from bdg.bg in the public web crawl.
23 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for bdg.bg.
| Mechanism | Target |
|---|---|
| SPF_A | bdg.bg |
| SPF_INCLUDE | pandora.spf.superhosting.bg |
| SPF_INCLUDE | smtp-out.spf.superhosting.bg |
| SPF_IP | 167.99.19.75 |
| SPF_IP | 188.166.23.125 |
| SPF_IP | 91.196.124.227 |
| SPF_IP | 91.196.125.227 |
| SPF_IP | 91.196.127.200 |
| SPF_MX | bdg.bg |
Related pages
Pivot deeper into the graph from bdg.bg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bdg.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.