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