Added HuaweiCloud WAF
parent
c9e2a3c535
commit
26919bc61b
|
@ -2,7 +2,7 @@ id: waf-detect
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: WAF Detection
|
name: WAF Detection
|
||||||
author: dwisiswant0
|
author: dwisiswant0 & lu4nx
|
||||||
severity: info
|
severity: info
|
||||||
|
|
||||||
# Source:
|
# Source:
|
||||||
|
@ -598,7 +598,7 @@ requests:
|
||||||
- '(?i)class=.(db)?waf.?(-row.)?>'
|
- '(?i)class=.(db)?waf.?(-row.)?>'
|
||||||
part: all
|
part: all
|
||||||
- type: regex
|
- type: regex
|
||||||
name: chuangyu
|
name: chuangyudun
|
||||||
regex:
|
regex:
|
||||||
- '(?i)(http(s)?.//(www.)?)?365cyd.(com|net)'
|
- '(?i)(http(s)?.//(www.)?)?365cyd.(com|net)'
|
||||||
part: all
|
part: all
|
||||||
|
@ -658,3 +658,11 @@ requests:
|
||||||
regex:
|
regex:
|
||||||
- '(?i)nginix.wallarm'
|
- '(?i)nginix.wallarm'
|
||||||
part: all
|
part: all
|
||||||
|
- type: regex
|
||||||
|
part: all
|
||||||
|
name: huaweicloud
|
||||||
|
condition: and
|
||||||
|
regex:
|
||||||
|
- '(?)content="CloudWAF"'
|
||||||
|
- 'Server: CloudWAF'
|
||||||
|
- 'Set-Cookie: HWWAFSESID='
|
||||||
|
|
Loading…
Reference in New Issue