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:34:33 +00:00
|
|
|
vendor: mailoney
|
2024-06-07 10:04:29 +00:00
|
|
|
product: exim
|
|
|
|
shodan-query: cpe:"cpe:2.3:a:exim:exim"
|
|
|
|
tags: mailoney,exim,smtp,honeypot,ir,cti,network,tcp
|
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"
|
2024-06-08 16:02:17 +00:00
|
|
|
# digest: 490a0046304402201d4492d2d26403ba17d155a725e71627a8655968f9e34bf09ece9948fdb2ff34022011b3eb29abd7fa6490c6dac7fcfefec7c906b2465f375441f489bfe67804c1bd:922c64590222798bb761d5b6d8e72950
|