nuclei-templates/network/detection/pop3-detect.yaml

37 lines
698 B
YAML
Raw Normal View History

2022-11-14 05:26:02 +00:00
id: pop3-detect
info:
name: POP3 Protocol - Detect
2022-11-14 05:26:02 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2022-11-14 05:26:02 +00:00
metadata:
max-request: 2
2022-11-14 05:26:02 +00:00
verified: true
shodan-query: 'pop3 port:110'
tags: network,detect,pop3,mail
tcp:
2022-11-14 05:26:02 +00:00
- inputs:
- data: "\n"
2022-11-14 06:02:31 +00:00
2022-11-14 05:26:02 +00:00
host:
- "{{Hostname}}"
- "{{Host}}:110"
2022-11-14 06:02:31 +00:00
2022-11-14 05:26:02 +00:00
matchers:
- type: word
words:
- "+OK Dovecot ready"
- "POP3"
2022-11-21 05:05:36 +00:00
condition: or
# Enhanced by md on 2023/02/06