Hi all,

Some of the engines used by VirusTotal are causing false positives. For 
this reason ASSP_AFC is now able to ignore single results from specific 
engines (vendors). Currently the following single vendor results are 
ignored:

                       'Trapmine'
                       'Qhioo-360'
                       'Maxsecure'
                       'SentinelOne'


This list can be changed using sub set in lib/CorrectASSPcfg.pm

%ASSP_AFC::VirusTotalIgnoreVendor = (
                       'Trapmine' => 1,
                       'Qhioo-360' => 1,
                       'Maxsecure' => 1,
                       'SentinelOne' => 1,
                       'YourChoice1' => 1,
                       'YourChoice2' => 1
); 

- simply add an identical line for each vendor to ignore its results. The 
engine (vendor) name is used case sensitive by ASSP_AFC!
To remove any default ignored vendor, remove the related line or comment 
it out '#'. Setting the value from 1 to 0 will  NOT  remove the entry from 
the list.

Thomas

DISCLAIMER:
*******************************************************
This email and any files transmitted with it may be confidential, legally 
privileged and protected in law and are intended solely for the use of the 

individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no 
known virus in this email!
*******************************************************


_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to