monkey
monkey copied to clipboard
File deletion techniques does not have explanation message if not attempted
Describe the bug
File deletion not attempted message is empty in ATT&CK report.
To Reproduce
Steps to reproduce the behavior:
- Configure Monkey with default config
- Run the monkey on specific machine
- Check ATT&CK report and see empty message under File Deletion technique
Expected behavior
It should show something like:

Screenshots

Machine version (please complete the following information):
- OS: Windows or Linux
Tasks
- [ ] Add unscanned message to T1107
This happens because T1107 does not have an unscanned message defined for it (not sure why), and none of the conditions to add reasons are met, so the string is left empty. We simply need to define the unscanned message in T1107.py.
ATT&CK report is getting removed in https://github.com/guardicore/monkey/issues/2440