26 lines
774 B
YAML
26 lines
774 B
YAML
id: ec2-detection
|
|
|
|
info:
|
|
name: AWS EC2 Detection
|
|
author: melbadry9
|
|
severity: info
|
|
description: Amazon Elastic Compute Cloud (EC2) detected.
|
|
reference:
|
|
- https://aws.amazon.com/ec2/
|
|
- https://infosecwriteups.com/dangling-dns-aws-ec2-e2d801701e8
|
|
classification:
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
tags: dns,ec2,aws
|
|
|
|
dns:
|
|
- name: "{{FQDN}}"
|
|
type: CNAME
|
|
|
|
extractors:
|
|
- type: regex
|
|
regex:
|
|
- "ec2-[-\\d]+\\.compute[-\\d]*\\.amazonaws\\.com"
|
|
- "ec2-[-\\d]+\\.[\\w\\d\\-]+\\.compute[-\\d]*\\.amazonaws\\.com"
|
|
# digest: 490a0046304402201c3fc8b811bd7ad8ae91400c81046f0535ffbd09c16ee81c1bfab12b6f8dec830220359bfdcef980f58598baa3e0928dcedf112617c450d10f8ea6f7e520f5a9fdfc:922c64590222798bb761d5b6d8e72950 |