Enhancement: network/detection/pop3-detect.yaml by md

patch-1
MostInterestingBotInTheWorld 2023-02-06 10:18:42 -05:00
parent 139e64e18f
commit d7e18e05ee
1 changed files with 10 additions and 4 deletions

View File

@ -1,16 +1,20 @@
id: pop3-detect id: pop3-detect
info: info:
name: POP3 Detection name: POP3 Protocol - Detect
author: pussycat0x author: pussycat0x
severity: info severity: info
description: | 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: metadata:
verified: true verified: true
shodan-query: 'pop3 port:110' shodan-query: 'pop3 port:110'
reference:
- https://nmap.org/nsedoc/scripts/pop3-ntlm-info.html
tags: network,detect,pop3,mail tags: network,detect,pop3,mail
network: network:
@ -27,3 +31,5 @@ network:
- "+OK Dovecot ready" - "+OK Dovecot ready"
- "POP3" - "POP3"
condition: or condition: or
# Enhanced by md on 2023/02/06