2021-03-17 18:19:35 +00:00
|
|
|
id: ec2-detection
|
2021-03-17 16:23:10 +00:00
|
|
|
|
|
|
|
info:
|
2022-03-14 13:44:54 +00:00
|
|
|
name: AWS EC2 Detection
|
2021-03-17 16:23:10 +00:00
|
|
|
author: melbadry9
|
|
|
|
severity: info
|
2022-03-14 13:44:54 +00:00
|
|
|
description: Amazon Elastic Compute Cloud (EC2) detected.
|
|
|
|
reference:
|
2024-06-19 08:33:39 +00:00
|
|
|
- https://aws.amazon.com/ec2/
|
|
|
|
- https://infosecwriteups.com/dangling-dns-aws-ec2-e2d801701e8
|
2022-03-14 13:44:54 +00:00
|
|
|
classification:
|
|
|
|
cwe-id: CWE-200
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: dns,ec2,aws
|
2021-03-17 16:23:10 +00:00
|
|
|
|
|
|
|
dns:
|
|
|
|
- name: "{{FQDN}}"
|
|
|
|
type: CNAME
|
|
|
|
|
2021-03-17 18:19:35 +00:00
|
|
|
extractors:
|
2021-03-17 16:23:10 +00:00
|
|
|
- type: regex
|
|
|
|
regex:
|
2021-03-17 18:19:35 +00:00
|
|
|
- "ec2-[-\\d]+\\.compute[-\\d]*\\.amazonaws\\.com"
|
2023-10-14 11:27:55 +00:00
|
|
|
- "ec2-[-\\d]+\\.[\\w\\d\\-]+\\.compute[-\\d]*\\.amazonaws\\.com"
|
2024-06-19 11:08:13 +00:00
|
|
|
# digest: 490a0046304402201c3fc8b811bd7ad8ae91400c81046f0535ffbd09c16ee81c1bfab12b6f8dec830220359bfdcef980f58598baa3e0928dcedf112617c450d10f8ea6f7e520f5a9fdfc:922c64590222798bb761d5b6d8e72950
|