Merge pull request #5480 from gy741/rule-add-v123

Create secui-waf-detect
patch-1
Dhiyaneshwaran 2022-11-18 18:37:15 +05:30 committed by GitHub
commit 396a72352b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
id: secui-waf-detect
info:
name: SECUI WAF Detect
author: gy741
severity: info
reference:
- https://www.secui.com/en/network/bluemaxng
metadata:
verified: true
shodan-query: http.favicon.hash:-1101206929
tags: tech,panel,secui
requests:
- method: GET
path:
- "{{BaseURL}}/static/login/favicon.ico"
matchers:
- type: dsl
dsl:
- "status_code==200 && (\"-1101206929\" == mmh3(base64_py(body)))"