From 902e4c2b1340124a2238b62c5cac5ca384ec35bc Mon Sep 17 00:00:00 2001 From: Guillaume Granjus Date: Wed, 7 Jun 2023 20:22:16 +0200 Subject: [PATCH] Add favicon detect --- http/technologies/favicon-detect.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/http/technologies/favicon-detect.yaml b/http/technologies/favicon-detect.yaml index a661ef8958..29a7e03165 100644 --- a/http/technologies/favicon-detect.yaml +++ b/http/technologies/favicon-detect.yaml @@ -2668,3 +2668,8 @@ http: name: "Sophos Email Appliance" dsl: - "status_code==200 && (\"-830586692\" == mmh3(base64_py(body)))" + + - type: dsl + name: "Temporal Web UI" + dsl: + - "status_code==200 && (\"557327884\" == mmh3(base64_py(body)))"