diff --git a/network/detection/rtsp-detect.yaml b/network/detection/rtsp-detect.yaml index 0ff69bb553..b7357d3715 100644 --- a/network/detection/rtsp-detect.yaml +++ b/network/detection/rtsp-detect.yaml @@ -1,13 +1,17 @@ id: rtsp-detect info: - name: RTSP Detect + name: RTSP - Detect author: pussycat0x severity: info description: | - The Real Time Streaming Protocol is an application-level network protocol designed for multiplexing and packetizing multimedia transport streams over a suitable transport protocol. + RTSP was detected. reference: | https://nmap.org/nsedoc/scripts/rtsp-methods.html + 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: RTSP/1.0 @@ -27,3 +31,5 @@ network: - type: word words: - "RTSP/1.0" + +# Enhanced by md on 2023/03/29