Level: Critical
Purpose: After a recent DOS attack, some executable malicious files were found on servers, namely shiro.sh and loudscream. This alert will fire if any of these files are found on the server with executable permission.
Scenario: Potential DOS attack on the server.
Resolution: Log into the server and check if the following files are found
Manual Action Steps:
sudo find / -xdev -executable -name “*<FILENAME>*”sudo chmod 444 /path/to/fileAuto Clear: Yes