From b5d3bae2bc1724bdc31ef27c922453a316eaf6a6 Mon Sep 17 00:00:00 2001 From: GwanYeong Kim Date: Fri, 9 Jul 2021 16:44:28 +0900 Subject: [PATCH] Update favicon-detection.yaml Signed-off-by: GwanYeong Kim --- technologies/favicon-detection.yaml | 8 ++++++++ technologies/sonicwall-email-security-detect.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/technologies/favicon-detection.yaml b/technologies/favicon-detection.yaml index 624f917a05..1a180e71b7 100644 --- a/technologies/favicon-detection.yaml +++ b/technologies/favicon-detection.yaml @@ -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)))" diff --git a/technologies/sonicwall-email-security-detect.yaml b/technologies/sonicwall-email-security-detect.yaml index 5f8f24e3d8..72a0f40847 100644 --- a/technologies/sonicwall-email-security-detect.yaml +++ b/technologies/sonicwall-email-security-detect.yaml @@ -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: |