Releases: carbonblack/cb-virustotal-connector
Releases · carbonblack/cb-virustotal-connector
Cb VirusTotal Connector 1.0.6
Cb VirusTotal Connector 1.0.5
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
Change Log
- Updated to use cbint 0.9.2 library.
- Bug fixes
Cb VirusTotal Connector 1.0.1
Initial Release
Cb Response integration to enable binary detonation with Virus Total