diff --git a/README.md b/README.md index e28949f6..937e1a64 100644 --- a/README.md +++ b/README.md @@ -220,14 +220,20 @@ Usage: clamav-unofficial-sigs.sh [OPTION] [PATH|FILE] ## Change Log +### Version 7.2.4 (17 March 2021) + +* eXtremeSHOK.com Maintenance +* Disabled winnow_malware.yara , duplicated in EMAIL_Cryptowall.yar and no longer maintained +* Incremented the config to version 97 + ### Version 7.2.3 (17 March 2021) * eXtremeSHOK.com Maintenance +* Whitelist support for yararules (whitelist signature tracking is disabled for yararules) * Disable JJencode.yar , due to excessive CPU usage * Disable scamnailer , discontinued * Fix working directory variable "urlhausy" to "urlhaus" * Update pfsense guide for 2.5 -* Whitelist support for yararules (whitelist signature tracking is disabled for yararules) * Fix missing tracker-tmp.txt * Thank you @perplexityjeff diff --git a/config/master.conf b/config/master.conf index e7d6f13f..66f1c97b 100644 --- a/config/master.conf +++ b/config/master.conf @@ -252,7 +252,7 @@ winnow.complex.patterns.ldb|MEDIUM # contain hand generated signatures for malw winnow_phish_complete.ndb|HIGH # Phishing and other malicious urls and compromised hosts **DO NOT USE WITH winnow_phish_complete_url** ### OITC YARA Format rules ### Note: Yara signatures require ClamAV 0.100 or newer to work -winnow_malware.yara|LOW # detect spam +winnow_malware.yara|DISABLED # Duplicated in EMAIL_Cryptowall.yar and no longer maintaned ### MiscreantPunch http://malwarefor.me/about/ ## MEDIUM @@ -736,7 +736,7 @@ yararulesproject_url="https://github.com/raw/Yara-Rules/rules/master" # ======================== # DO NOT EDIT ! -config_version="96" +config_version="97" ################################################################################ #