Hostname
mod.bg
Last fetched
mod.bg resolves to 2 IPv4 addresses operated by CMBG-AS Bulgarian Government Autonomous System in BG.
Nutrition Label
Resolution chain
mod.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 |
|---|---|---|---|---|
| 212.122.184.148 | 212.122.160.0/19 | AS12564 | CMBG-AS Bulgarian Government Autonomous System | BG |
| 212.5.130.148 | 212.5.130.0/24 | AS8795 | MOBIKOM Mobikom Internet Department | BG |
WHOIS identity
- Registrar
- —
- Organization
- ministry of defence
- Contact emails
- —
Subdomains
96 observed subdomains of mod.bg.
Showing 25 of 96. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mod.bg in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for mod.bg.
| Mechanism | Target |
|---|---|
| SPF_MX | mod.bg |
Related pages
Pivot deeper into the graph from mod.bg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mod.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.