diff --git a/network/detection/mongodb-detect.yaml b/network/detection/mongodb-detect.yaml index 9ee2e6f54a..539a1243df 100644 --- a/network/detection/mongodb-detect.yaml +++ b/network/detection/mongodb-detect.yaml @@ -1,14 +1,18 @@ id: mongodb-detect info: - name: MongoDB Service Detection + name: MongoDB Service - Detect author: pdteam severity: info + description: | + MongoDB 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 reference: - https://github.com/orleven/Tentacle tags: network,mongodb - description: | - MongoDB is an open source NoSQL database management program. NoSQL is used as an alternative to traditional relational databases. network: - inputs: @@ -25,3 +29,5 @@ network: words: - "logicalSessionTimeout" - "localTime" + +# Enhanced by md on 2023/02/06