From cd35c9dc5a3079114e8ad0a9ea0153f504d88959 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Mon, 6 Feb 2023 10:25:10 -0500 Subject: [PATCH] Enhancement: network/detection/redis-detect.yaml by md --- network/detection/redis-detect.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/network/detection/redis-detect.yaml b/network/detection/redis-detect.yaml index ac536804b3..35ae515fbd 100644 --- a/network/detection/redis-detect.yaml +++ b/network/detection/redis-detect.yaml @@ -1,9 +1,14 @@ id: redis-detect info: - name: Redis Detection + name: Redis Service - Detect author: pussycat0x severity: info + description: Redis service was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 metadata: verified: true shodan-query: product:"redis" @@ -25,3 +30,5 @@ network: - "CONFIG REWRITE" - "NOAUTH Authentication" condition: or + +# Enhanced by md on 2023/02/06