Update favicon-detection.yaml
Signed-off-by: GwanYeong Kim <gy741.kim@gmail.com>patch-1
parent
5f6f075abd
commit
b5d3bae2bc
|
@ -2024,3 +2024,11 @@ requests:
|
|||
name: "One Identity Password Manager"
|
||||
dsl:
|
||||
- "status_code==200 && (\"983384876\" == mmh3(base64_py(body)))"
|
||||
- type: dsl
|
||||
name: "Kaseya"
|
||||
dsl:
|
||||
- "status_code==200 && (\"-1445519482\" == mmh3(base64_py(body)))"
|
||||
- type: dsl
|
||||
name: "OpenSNS"
|
||||
dsl:
|
||||
- "status_code==200 && (\"1167011145\" == mmh3(base64_py(body)))"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
id: sonicwall-email-security-detect
|
||||
|
||||
info:
|
||||
name: SonicWall Email Security Detection
|
||||
name: SonicWall Email Security Detection
|
||||
author: gy741
|
||||
severity: info
|
||||
reference: |
|
||||
|
|
Loading…
Reference in New Issue