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
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