Hostname
dika.bg
Last fetched
dika.bg resolves to 1 IPv4 address operated by AS8717 in BG.
Nutrition Label
Resolution chain
dika.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 |
|---|---|---|---|---|
| 213.222.60.6 | 213.222.32.0/19 | AS8717 | — | BG |
WHOIS identity
No WHOIS records are currently associated with dika.bg in WhisperGraph.
Subdomains
5 observed subdomains of dika.bg.
Showing 4 of 5. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dika.bg in the public web crawl.
29 sites link to this hostname.
9 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for dika.bg.
| Mechanism | Target |
|---|---|
| SPF_A | dika.bg |
| SPF_INCLUDE | _spf.cmailpro.net |
| SPF_IP | 77.77.149.171 |
| SPF_IP | 91.215.216.49 |
| SPF_IP | 91.230.192.83 |
| SPF_MX | dika.bg |
Related pages
Pivot deeper into the graph from dika.bg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dika.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.