Files
blue-team-tools/rules/cloud/aws/aws_ec2_vm_export_failure.yml
T

31 lines
847 B
YAML
Raw Normal View History

2020-05-05 11:32:18 +01:00
title: AWS EC2 VM Export Failure
id: 54b9a76a-3c71-4673-b4b3-2edb4566ea7b
status: experimental
2020-09-13 22:03:04 -06: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
2021-08-20 13:43:00 +01:00
modified: 2021/08/20
2020-09-13 22:07:43 -06:00
references:
- https://docs.aws.amazon.com/vm-import/latest/userguide/vmexport.html#export-instance
logsource:
2021-11-14 09:56:59 +01:00
product: aws
2020-05-02 00:13:55 +01:00
service: cloudtrail
detection:
2020-05-02 00:13:55 +01:00
selection:
eventName: 'CreateInstanceExportTask'
eventSource: 'ec2.amazonaws.com'
filter1:
errorMessage: '*'
filter2:
errorCode: '*'
filter3:
responseElements|contains: 'Failure'
condition: selection and (filter1 or filter2 or filter3)
2020-09-13 22:03:04 -06:00
level: low
tags:
- attack.collection
- attack.t1005
- attack.exfiltration
- attack.t1537