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:
|
2023-11-10 09:15:01 +00:00
|
|
|
max-request: 1
|
2024-04-08 11:30:07 +00:00
|
|
|
product: exim
|
2024-04-08 11:34:33 +00:00
|
|
|
vendor: mailoney
|
|
|
|
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:
|
2023-11-10 06:42:26 +00:00
|
|
|
- "502 Error: command \"HELP\" not implemented"
|
2023-11-10 10:52:05 +00:00
|
|
|
# digest: 4a0a00473045022100c4cd1ba3059e6e4a131db4b30595229314b315314785789ea7c572aa8d493620022036d268ff5a8d9336f5c420a606f8466de7a2b92ec2eeabaeedf4b295ad38097a:922c64590222798bb761d5b6d8e72950
|