This is where you can define paths to ignore when running a malware scan.
Example:
^/var/tmp/mysql.sock$
This is where you can define malware signatures to ignore when running a malware scan.
Example:
{CAV}Eicar-Test-Signature
This is where you can define file extensions to ignore when running a malware scan.
Example:
.exe
This is where you can define file extensions to ignore when running a malware scan.
Example:
.exe
This is where you can define paths to ignore when running kernel level file monitoring.
Example:
^/var/www/vhosts/system/.*$
File | Description |
---|---|
/usr/local/maldetect/ignore_paths |
Regex paths to ignore when scanning |
/usr/local/maldetect/ignore_sigs |
Signatures to ignore when scanning |
/usr/local/maldetect/ignore_file_ext |
File extensions to ignore when scanning |
/usr/local/maldetect/ignore_inotify |
Regex paths to ignore when using inotify monitoring |