2023-11-07 12:34:04 +00:00
|
|
|
id: mailoney-honeypot-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Mailoney Honeypot Detection
|
|
|
|
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
|
|
|
|
tags: mailoney,exim,smtp,honeypot
|
|
|
|
|
|
|
|
tcp:
|
|
|
|
- host:
|
|
|
|
- "{{Hostname}}"
|
2023-11-07 19:02:53 +00:00
|
|
|
port: 25
|
|
|
|
|
2023-11-07 12:34:04 +00:00
|
|
|
inputs:
|
|
|
|
- data: "HELP\r\n"
|
|
|
|
read: 1024
|
|
|
|
|
|
|
|
read-size: 1024
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "502 Error: command \"HELP\" not implemented"
|