34 lines
830 B
YAML
34 lines
830 B
YAML
id: pop3-detect
|
|
|
|
info:
|
|
name: POP3 Protocol - Detect
|
|
author: pussycat0x
|
|
severity: info
|
|
description: |
|
|
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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: pop3 port:110
|
|
verified: true
|
|
tags: network,detect,pop3,mail
|
|
|
|
tcp:
|
|
- inputs:
|
|
- data: "\n"
|
|
|
|
host:
|
|
- "{{Hostname}}"
|
|
port: 110
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "+OK Dovecot ready"
|
|
- "POP3"
|
|
condition: or
|
|
# digest: 4b0a00483046022100d84d6f9281d16623990024d7997066ee842178cb92068b2cb6d12230f025f600022100b6e6e3586e8cf4221345a7bf191355738f793f1afeda02034f1df31e511af58c:922c64590222798bb761d5b6d8e72950 |