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

30 lines
757 B
YAML
Raw Normal View History

2022-11-14 05:26:02 +00:00
id: pop3-detect
info:
name: POP3 Detection
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.
metadata:
verified: true
shodan-query: 'pop3 port:110'
reference:
- https://nmap.org/nsedoc/scripts/pop3-ntlm-info.html
tags: network,detect,pop3,mail
network:
- 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