Potential Malicious Usage of CloudTrail System Manager
Description
Detect when System Manager successfully executes commands against an instance.
Query · sigma
selection_event: eventName: SendCommand eventSource: ssm.amazonaws.com selection_status_success: errorCode: Success selection_status_null: errorCode: null condition: selection_event and 1 of selection_status_*
Known false positives
- There are legitimate uses of SSM to send commands to EC2 instances
- Legitimate users may have to use SSM to perform actions against machines in the Cloud to update or maintain them