Main Page/IT/clamav

From Lewis Consultancy Wiki
< Main Page‎ | IT
Revision as of 09:32, 2 July 2014 by Clewis (talk | contribs) (Created page with "=Notes on ClamAV= ==Create a custom signature== This is useful for scanning mail for zip files that contain .EXE and .SCR files which will almost ceratinly be malicious. Crea...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Notes on ClamAV

Create a custom signature

This is useful for scanning mail for zip files that contain .EXE and .SCR files which will almost ceratinly be malicious.

Create a file in /var/lib/clamav called zipexe.zmd:

ZippedExe:0:.*\.exe:*:*:*:*:*:*
ZippedExe:0:.*\.scr:*:*:*:*:*:*

and restart clamav.