Ignore Lists contain the list of files or directories that are excluded from Malware Scanner scanning and you can modify these lists from the command line. There are basically three actions that can be done to these lists:
add |
add file PATHS to the Ignore List |
delete |
delete file PATHS from the Ignore List |
list |
shows Ignore List entries (optional arguments apply) |
where PATHS are the absolute paths to files or folders divided by whitespace.
For instance, you can run the following commands to list all the items in the ignore lists, add an item to the ignore list and delete an item from the ignore list respectively:
imunify360-agent malware ignore list
imunify360-agent malware ignore add PATHS
imunify360-agent malware ignore delete PATHS