minor update
parent
fadaea8d4c
commit
f7bbcab1a4
|
@ -1,7 +1,7 @@
|
|||
id: ec2-based-detector
|
||||
id: ec2-detection
|
||||
|
||||
info:
|
||||
name: amazon ec2-based subdomain detection
|
||||
name: AWS EC2 detection
|
||||
author: melbadry9
|
||||
severity: info
|
||||
tags: dns,ec2,aws
|
||||
|
@ -14,8 +14,8 @@ dns:
|
|||
recursion: true
|
||||
retries: 2
|
||||
|
||||
matchers:
|
||||
extractors:
|
||||
- type: regex
|
||||
regex:
|
||||
- "ec2-[-\\d]+\\.compute[-\\d]*\\.amazonaws\\.com"
|
||||
- "ec2-[-\\d]+\\.[\\w\\d\\-]+\\.compute[-\\d]*\\.amazonaws\\.com"
|
||||
- "ec2-[-\\d]+\\.compute[-\\d]*\\.amazonaws\\.com"
|
||||
- "ec2-[-\\d]+\\.[\\w\\d\\-]+\\.compute[-\\d]*\\.amazonaws\\.com"
|
Loading…
Reference in New Issue