Skip to content

Hostname

collabora.ctc-bg.com

Last fetched

collabora.ctc-bg.com resolves to 2 IPv4 addresses operated by VIVACOM-AS - Vivacom Bulgaria EAD in BG.

Nutrition Label

WHISPER CANON · collabora.ctc-bg.comRouting diversity2.4/10Peering density8.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/collabora.ctc-bg.com

Resolution chain

collabora.ctc-bg.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
87.243.111.12887.243.104.0/21AS8866VIVACOM-AS - Vivacom Bulgaria EADBG
90.154.134.19290.154.128.0/21AS8866VIVACOM-AS - Vivacom Bulgaria EADBG

WHOIS identity

No WHOIS records are currently associated with collabora.ctc-bg.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from collabora.ctc-bg.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "collabora.ctc-bg.com"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.