33 lines
841 B
YAML
33 lines
841 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:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: pop3 port:110
|
|
tags: network,detect,pop3,mail,detection,tcp
|
|
tcp:
|
|
- inputs:
|
|
- data: "\n"
|
|
|
|
host:
|
|
- "{{Hostname}}"
|
|
port: 110
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "+OK Dovecot ready"
|
|
- "POP3"
|
|
condition: or
|
|
# digest: 4a0a0047304502201f0b1da6d19cb08a4b9802a7308cf305d5b76b3d32bcdf14bb14628a82e56135022100c8fe0068675da396ee4c5b988ea5cb3c077627cfde522f6e97bd2c21e66c7457:922c64590222798bb761d5b6d8e72950 |