SigmaHQ/rules/cloud/aws_ec2_vm_export_failure.yml

30 lines
841 B
YAML
Raw Normal View History

title: AWS EC2 VM Export Failure
id: 54b9a76a-3c71-4673-b4b3-2edb4566ea7b
status: experimental
2020-09-14 04:03:04 +00:00
description: An attempt to export an AWS EC2 instance has been detected. A VM Export might indicate an attempt to extract information from an instance.
author: Diogo Braz
date: 2020/04/16
2020-09-14 04:07:43 +00:00
references:
- https://docs.aws.amazon.com/vm-import/latest/userguide/vmexport.html#export-instance
logsource:
2020-05-01 23:13:55 +00:00
service: cloudtrail
detection:
2020-05-01 23:13:55 +00:00
selection:
eventName: 'CreateInstanceExportTask'
eventSource: 'ec2.amazonaws.com'
filter1:
errorMessage: '*'
filter2:
errorCode: '*'
filter3:
eventName: 'ConsoleLogin'
2020-10-16 02:31:55 +00:00
responseElements|contains: 'Failure'
2020-05-01 23:13:55 +00:00
condition: selection and (filter1 or filter2 or filter3)
2020-09-14 04:03:04 +00:00
level: low
tags:
- attack.collection
- attack.t1005
- attack.exfiltration
- attack.t1537