security/clamav: add third party signatures#1184
security/clamav: add third party signatures#1184fichtner merged 8 commits intoopnsense:masterfrom mimugmail:clamav
Conversation
|
double 👍 -> i think one of the best improvements!! please, please merge!!! |
|
On their page, mailexpert and sanesecurity have described the instructions for the case of the false positives and what or how to solve them. do you think you can still build this into the current Version? Tutorial for false positives mailexperts: Whitelist specific signature Example: Whitelist files 5523530941c409b349ef40fa9415247e: 51204: Malware.Expert.Generic.Eval.1 Despite a BAD signature existing in the malware.expert.cld.it will just IGNORE it See Tutorial false positives sanesecurity: Locally whitelisting a false positive While you wait for the false positive to be fixed, you can create your own local whitelist: Example 1: Pdf.Exploit.CVE_2016_1091-2 is causing issues echo “Pdf.Exploit.CVE_2016_1091-2” >> local_whitelist.ign2 Example 2: Sanesecurity.Spam.10154.UNOFFICIAL is causing issues echo “Sanesecurity.Spam.10154” >> local_whitelist.ign2 |
|
Lets make it Perfect 🥇 |
|
Mailexperts and sanesecurity use the same two files for whitelisting. The files have to be created in the clamav Database folder. |
|
It would be best to have a selection box where the user could simply add the selected false positives via the "add to whitelist" Button. that would make it perfect. The feature does not even have pfsense in the clamav. |
|
You mean a checkbox? This would mean all content of a file has to be loaded into the model to allow this. I'd not recommend this as the hoster of such a file could easily crash your config.xml when adding some megabytes of data. |
|
@mimugmail what would you suggest? |
|
merge to master, keep in dev, see how many FP's are coming. Then we'll see if it's worth the work to add a ignore for each file. |
|
Ok 👍 |
security/clamav/pkg-descr
Outdated
|
|
||
| 1.0 | ||
|
|
||
| * Initial release |
Co-Authored-By: mimugmail <m.muenz@gmail.com>
Co-Authored-By: mimugmail <m.muenz@gmail.com>
|
Done, no idea why I always write persistent wrong :) |
|
Merged, thanks! |
|
It's a persistent issue for sure. :D |
|
Just for your information! (Forum topic -tests) |

Closes #1162