Hostname
cable.bg
Last fetched
cable.bg resolves to 2 IPv4 addresses operated by A1 in BG.
Nutrition Label
Resolution chain
cable.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 |
|---|---|---|---|---|
| 87.227.135.187 | 87.227.128.0/17 | AS8717 | A1 | BG |
| 95.87.254.123 | 95.87.192.0/18 | AS8866 | VIVACOM-AS BULGARIA | BG |
WHOIS identity
No WHOIS records are currently associated with cable.bg in WhisperGraph.
Subdomains
1 observed subdomain of cable.bg.
| Subdomain |
|---|
| www.cable.bg |
Web-graph footprint
Distinct hostnames that link to or from cable.bg in the public web crawl.
9 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for cable.bg.
| Mechanism | Target |
|---|---|
| SPF_IP | 195.230.5.128/28 |
| SPF_IP | 87.227.135.184/29 |
| SPF_IP | 95.87.254.120/29 |
Related pages
Pivot deeper into the graph from cable.bg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cable.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.