nuclei-templates/network/honeypot/mailoney-honeypot-detect.yaml

29 lines
645 B
YAML
Raw Normal View History

id: mailoney-honeypot-detect
info:
2023-11-08 06:13:53 +00:00
name: Mailoney Honeypot - Detect
author: UnaPibaGeek
severity: info
description: |
A Mailoney (SMTP) honeypot has been identified.
The response to the 'HELP' command differs from real installations, signaling a possible deceptive setup.
metadata:
max-request: 2
vendor: mailoney
product: exim
2023-11-08 06:13:53 +00:00
tags: mailoney,exim,smtp,honeypot,ir,cti,network
tcp:
2023-11-08 15:12:25 +00:00
- inputs:
- data: "HELP\r\n"
read: 1024
2023-11-08 15:12:25 +00:00
host:
- "{{Hostname}}"
port: 25
read-size: 1024
2023-11-08 15:12:25 +00:00
matchers:
- type: word
words:
- "502 Error: command \"HELP\" not implemented"