From d7e18e05eec6284c2093e7812d19814e7be357ec Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Mon, 6 Feb 2023 10:18:42 -0500 Subject: [PATCH] Enhancement: network/detection/pop3-detect.yaml by md --- network/detection/pop3-detect.yaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/network/detection/pop3-detect.yaml b/network/detection/pop3-detect.yaml index 4d1a60a13d..09503b16a0 100644 --- a/network/detection/pop3-detect.yaml +++ b/network/detection/pop3-detect.yaml @@ -1,16 +1,20 @@ id: pop3-detect info: - name: POP3 Detection + name: POP3 Protocol - Detect author: pussycat0x severity: info description: | - In computing, the Post Office Protocol is an application-layer Internet standard protocol used by e-mail clients to retrieve e-mail from a mail server. POP version 3 is the version in common use, and along with IMAP the most common protocols for email retrieval. + POP3 protocol was detected. + reference: + - https://nmap.org/nsedoc/scripts/pop3-ntlm-info.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: 'pop3 port:110' - reference: - - https://nmap.org/nsedoc/scripts/pop3-ntlm-info.html tags: network,detect,pop3,mail network: @@ -27,3 +31,5 @@ network: - "+OK Dovecot ready" - "POP3" condition: or + +# Enhanced by md on 2023/02/06