Configure third party ClamAV antivirus signature providers.
warden --task=antivirus:signatureproviders
Option |
Value | Default | Description |
---|---|---|---|
--sanesecurity_enable |
<1|0> | 0 | Enable or disable the SaneSecurity signature provider. |
--sanesecurity_provider_url |
<string> | https://ftp.swin.edu.au/sanesecurity/ | The base URL of this signature provider. |
--sanesecurity_provider_files |
<string1,string2> | badmacro.ndb blurl.ndb bofhland_cracked_URL.ndb bofhland_malware_attach.hdb bofhland_malware_URL.ndb bofhland_phishing_URL.ndb foxhole_filename.cdb foxhole_generic.cdb foxhole_js.cdb foxhole_js.ndb hackingteam.hsb junk.ndb jurlbl.ndb jurlbla.ndb lott.ndb malwarehash.hsb phish.ndb phishtank.ndb porcupine.ndb rogue.hdb scam.ndb shelter.ldb spamattach.hdb spamimg.hdb spear.ndb spearl.ndb winnow.attachments.hdb winnow_bad_cw.hdb winnow_extended_malware.hdb winnow_extended_malware_links.ndb winnow_malware.hdb winnow_malware_links.ndb winnow_phish_complete_url.ndb winnow_spam_complete.ndb | The signature database files to download from this provider. |
--securiteinfo_enable |
<1|0> | 0 | Enable or disable the SaneSecurity signature provider. |
--securiteinfo_provider_url |
<string> | https://www.securiteinfo.com/get/signatures/YOUR_API_KEY/ | The base URL of this signature provider. |
--securiteinfo_provider_files |
<string1,string2> | securiteinfoandroid.hdb securiteinfoascii.hdb securiteinfohtml.hdb javascript.ndb securiteinfopdf.hdb securiteinfo.hdb securiteinfo.ign2 | The signature database files to download from this provider. |
--urlhaus_enable |
<1|0> | 0 | Enable or disable the SaneSecurity signature provider. |
--urlhaus_provider_url |
<string> | https://urlhaus.abuse.ch/downloads/ | The base URL of this signature provider. |
--urlhaus_provider_files |
<string1,string2> | urlhaus.ndb | The signature database files to download from this provider. |
--default |
<yes> | Reset all settings to their default values. | |
--default_option |
<option> | Reset a specific setting to its default value. | |
--restart |
<yes> | Reload the service after saving settings. |
// enable the sanesecurity signatures
warden --task=antivirus:signatureproviders --sanesecurity_enable=1 --restart=yes
// reset the sanesecurity back to its default value
warden --task=antivirus:signatureproviders --default_option=sanesecurity_enable --restart=yes
// reset all settings to their default values
warden --task=antivirus:signatureproviders --default=yes --restart=yes