Issue
How to list currently infected files from CLI in ImunifyAV and Imunify360?
Environment
- Imunify360
- ImunifyAV
- CLI
Solution
To display only infected files, it is suitable to use the --by-status parameter and the found value for it. The proper command would be:
# imunify360-agent malware malicious list --limit=50000 --user username --by-status found
Available by-status values:
- found
- cleanup_started
- cleanup_done
- cleanup_removed
- cleanup_restore_pending
- cleanup_restore_started
- restore_from_backup_started
- restored_from_backup
Comments
0 comments
Please sign in to leave a comment.