fixed false negative

patch-1
sandeep 2023-09-22 16:03:37 +05:30
parent ee1762e4f6
commit fa97c496c5
1 changed files with 2 additions and 3 deletions

View File

@ -33,14 +33,13 @@ dns:
matchers-condition: and
matchers:
- type: regex
regex:
- CNAME\t[a-z0-9_-]*\.(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)\-(east|west|south|northeast|southeast|central)\-[1-9]+\.elasticbeanstalk\.com
- type: word
words:
- "NXDOMAIN"
- NXDOMAIN
extractors:
- type: regex