nuclei-templates/dns/ec2-detection.yaml

28 lines
651 B
YAML

id: ec2-detection
info:
name: AWS EC2 Detection
author: melbadry9
severity: info
description: Amazon Elastic Compute Cloud (EC2) detected.
tags: dns,ec2,aws
reference:
- https://blog.melbadry9.xyz/dangling-dns/aws/ddns-ec2-current-state
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cve-id:
cwe-id: CWE-200
dns:
- name: "{{FQDN}}"
type: CNAME
extractors:
- type: regex
regex:
- "ec2-[-\\d]+\\.compute[-\\d]*\\.amazonaws\\.com"
- "ec2-[-\\d]+\\.[\\w\\d\\-]+\\.compute[-\\d]*\\.amazonaws\\.com"
# Enhanced by mp on 2022/03/14