Merge pull request #580 from dwisiswant0/master

Improves WAF detects
patch-1
bauthard 2020-10-18 15:13:14 +05:30 committed by GitHub
commit 87e4b03915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 7 deletions

View File

@ -1,7 +1,7 @@
id: what-waf-detect
id: waf-detect
info:
name: What WAF Detection
name: WAF Detection
author: dwisiswant0
severity: info
@ -116,8 +116,6 @@ requests:
- type: regex
name: varnish
regex:
- '(?i)\bxid. \d+'
- '(?i)varnish$'
- '(?i)varnish'
- '(?i).>.?security.by.cachewall.?<.'
- '(?i)cachewall'
@ -240,10 +238,8 @@ requests:
regex:
- '(?i)<RequestId>[0-9a-zA-Z]{16,25}<.RequestId>'
- '(?i)<Error><Code>AccessDenied<.Code>'
- '(?i)\baws(alb)?.'
- '(?i)x.amz.id.\d+'
- '(?i)x.amz.request.id'
- '(?i)amazon(aws.com)?(\d+)?'
condition: or
part: all
- type: regex
@ -305,6 +301,7 @@ requests:
- '(?i).>attention.required!.\|.cloudflare<.+'
- '(?i)http(s)?.//report.(uri.)?cloudflare.com(/cdn.cgi(.beacon/expect.ct)?)?'
- '(?i)ray.id'
- '(?i)__cfduid'
condition: or
part: all
- type: regex
@ -373,7 +370,6 @@ requests:
- '(?i)x.binarysec.via'
- '(?i)x.binarysec.nocache'
- '(?i)binarysec'
- '(?i)\bbinarysec\b'
condition: or
part: all
- type: regex