Fixed dns/elasticbeanstalk-takeover Template
parent
a5af4a1f44
commit
366d4a37b8
|
@ -2,7 +2,7 @@ id: elasticbeanstalk-takeover
|
|||
|
||||
info:
|
||||
name: ElasticBeanstalk Subdomain Takeover Detection
|
||||
author: philippedelteil,rotemreiss,zy9ard3
|
||||
author: philippedelteil,rotemreiss,zy9ard3,joaonevess
|
||||
severity: high
|
||||
description: ElasticBeanstalk subdomain takeover detected. A subdomain takeover occurs when an attacker gains control over a subdomain of a target domain. Typically, this happens when the subdomain has a canonical
|
||||
name (CNAME) in the Domain Name System (DNS), but no host is providing content for it.
|
||||
|
@ -35,7 +35,7 @@ dns:
|
|||
matchers:
|
||||
- type: regex
|
||||
regex:
|
||||
- CNAME\t.*\.(us|af|ap|ca|eu|me|sa)\-(east|west|south|northeast|southeast|central)\-[1-9]+\.elasticbeanstalk\.com
|
||||
- CNAME\t.*\.(us|af|ap|ca|eu|me|sa|il)\-(north|east|west|south|northeast|southeast|central)\-[1-9]+\.elasticbeanstalk\.com
|
||||
|
||||
- type: word
|
||||
words:
|
||||
|
|
Loading…
Reference in New Issue