Issue
How do I add files to the Ignore list for the ImunifyAV(+) or Imunify360 malware scanner?
Environment
- Imunify360
- ImunifyAV(+)
Solution
- You can add a file(s) to the Ignore List via the ImunifyAV/360 user interface as admin. Navigate the Malware Scanner UI section > Ignore List tab:
- To proceed via the CLI, the commands for Imunify360 and ImunifyAV(+) would be:
imunify360-agent malware ignore add /full/path/to/file
imunify-antivirus malware ignore add /full/path/to/file
- For adding files to the Ignore List in bulk. Create a list of files (their full paths) to the ignorelist.txt file and use the following command:
< ignorelist.txt xargs -n 1 imunify360-agent malware ignore add
< ignorelist.txt xargs -n 1 imunify-antivirus malware ignore add
Comments
0 comments
Please sign in to leave a comment.