nuclei-templates/dns/ec2-detection.yaml

22 lines
471 B
YAML
Raw Normal View History

2021-03-17 18:19:35 +00:00
id: ec2-detection
info:
2021-03-17 18:19:35 +00:00
name: AWS EC2 detection
author: melbadry9
severity: info
tags: dns,ec2,aws
reference: https://blog.melbadry9.xyz/dangling-dns/aws/ddns-ec2-current-state
dns:
- name: "{{FQDN}}"
type: CNAME
class: inet
recursion: true
retries: 2
2021-03-17 18:19:35 +00:00
extractors:
- type: regex
regex:
2021-03-17 18:19:35 +00:00
- "ec2-[-\\d]+\\.compute[-\\d]*\\.amazonaws\\.com"
- "ec2-[-\\d]+\\.[\\w\\d\\-]+\\.compute[-\\d]*\\.amazonaws\\.com"