2023-11-07 12:34:04 +00:00
|
|
|
id: dionaea-ftp-honeypot-detect
|
|
|
|
|
|
|
|
info:
|
2023-11-08 06:13:53 +00:00
|
|
|
name: Dionaea FTP Honeypot - Detect
|
2023-11-07 12:34:04 +00:00
|
|
|
author: UnaPibaGeek
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
A Dionaea FTP honeypot has been identified.
|
|
|
|
The response to the 'PASS' 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: dionaea
|
2024-06-07 10:04:29 +00:00
|
|
|
product: ftp
|
|
|
|
tags: dionaea,ftp,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: "USER root\r\n"
|
|
|
|
read: 1024
|
|
|
|
- data: "PASS \r\n"
|
|
|
|
read: 1024
|
|
|
|
|
2023-11-08 15:12:25 +00:00
|
|
|
host:
|
|
|
|
- "{{Hostname}}"
|
|
|
|
port: 21
|
2023-11-07 12:34:04 +00:00
|
|
|
read-size: 2048
|
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
|
|
|
- "500 Syntax error: PASS requires an argument"
|
2023-11-10 10:52:05 +00:00
|
|
|
# digest: 4a0a00473045022100be0bb8582adcb69d0a589e8b3bb74fb8825d78af640609d2860515e9b2f72778022016f5b38a618ef9825c8699f330f74d0ee4a896fc553f15b16d6ed10ef2a29238:922c64590222798bb761d5b6d8e72950
|