Skip to content

Releases: carbonblack/cb-virustotal-connector

Cb VirusTotal Connector 1.0.6

31 Oct 18:02
Compare
Choose a tag to compare

Changelog

  • Updated to use Flask v0.12.4

Cb VirusTotal Connector 1.0.5

18 Oct 20:07
Compare
Choose a tag to compare

Change Log

  • Cb-VirusTotal connector now defaults to sending only hashes of binaries to VirusTotal
    • Connector can be configured to send full binaries as well, Warning: other VT customers may be able to download binaries you submit to VirusTotal
    • Edit config: /etc/cb/integrations/virustotal/connector.conf
    • By setting virustotal_deep_scan_threads to GREATER THAN zero and submit_full_binaries to 1, you will be submitting FULL binaries to VirusTotal for analysis. This is different from virustotal_quick_scan_threads which ONLY submit the HASH to Virus Total.
    • Edit these config parameters to suit your requirements
virustotal_quick_scan_threads=2
virustotal_deep_scan_threads=0
submit_full_binaries=0

Cb VirusTotal Connector 1.0.4

13 Oct 19:04
Compare
Choose a tag to compare

Change Log

  • Updated to use cbint 0.9.2 library.
  • Bug fixes

Cb VirusTotal Connector 1.0.1

15 Sep 15:23
Compare
Choose a tag to compare

Initial Release

Cb Response integration to enable binary detonation with Virus Total