Techniques
Sample rules
AWS EC2 Instance Connect SSH Public Key Uploaded
- source: elastic
- technicques:
- T1021
- T1098
Description
Identifies when a new SSH public key is uploaded to an AWS EC2 instance using the EC2 Instance Connect service. This action could indicate an adversary attempting to maintain access to the instance. The rule detects the SendSerialConsoleSSHPublicKey or SendSSHPublicKey API actions, which are logged when manually uploading an SSH key to an EC2 instance or serial connection. It is important to know that this API call happens automatically by the EC2 Instance Connect service when a user connects to an EC2 instance using the EC2 Instance Connect service via the CLI or AWS Management Console.
Detection logic
event.dataset: aws.cloudtrail
and event.provider: ec2-instance-connect.amazonaws.com
and event.action: (SendSSHPublicKey or SendSerialConsoleSSHPublicKey)
and event.outcome: success