Hostname
sofia.dnes.bg
Last fetched
sofia.dnes.bg resolves to 1 IPv4 address operated by EVOLINK-AS in BG.
Nutrition Label
Resolution chain
sofia.dnes.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 |
|---|---|---|---|---|
| 194.12.229.102 | 194.12.224.0/19 | AS8262 | EVOLINK-AS | BG |
WHOIS identity
No WHOIS records are currently associated with sofia.dnes.bg in WhisperGraph.
Subdomains
1 observed subdomain of sofia.dnes.bg.
| Subdomain |
|---|
| www.sofia.dnes.bg |
Web-graph footprint
Distinct hostnames that link to or from sofia.dnes.bg in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for sofia.dnes.bg.
| Mechanism | Target |
|---|---|
| SPF_A | sofia.dnes.bg |
| SPF_INCLUDE | spf.emailpoint.net |
| SPF_IP | 173.237.189.29 |
| SPF_IP | 194.12.227.222/32 |
| SPF_IP | 194.12.229.224/28 |
| SPF_IP | 194.12.229.96/27 |
| SPF_IP | 78.128.76.161 |
| SPF_IP | 78.142.47.253 |
| SPF_IP | 79.124.76.10 |
| SPF_IP | 85.14.21.145/28 |
| SPF_IP | 85.14.4.112/28 |
| SPF_MX | sofia.dnes.bg |
Related pages
Pivot deeper into the graph from sofia.dnes.bg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sofia.dnes.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.