2023-11-07 12:34:04 +00:00
|
|
|
id: redis-honeypot-detect
|
|
|
|
|
|
|
|
info:
|
2023-11-08 06:13:53 +00:00
|
|
|
name: Redis Honeypot - Detect
|
2023-11-07 12:34:04 +00:00
|
|
|
author: UnaPibaGeek
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
A Redis honeypot has been identified.
|
|
|
|
The response to the 'QUIT' command differs from real installations, signaling a possible deceptive setup.
|
2024-03-26 08:03:04 +00:00
|
|
|
classification:
|
|
|
|
cpe: cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*
|
2023-11-07 12:34:04 +00:00
|
|
|
metadata:
|
2023-11-10 09:15:01 +00:00
|
|
|
max-request: 1
|
2024-04-08 11:34:33 +00:00
|
|
|
vendor: redis
|
2024-06-07 10:04:29 +00:00
|
|
|
product: redis
|
|
|
|
shodan-query:
|
|
|
|
- redis
|
|
|
|
- redis_version
|
|
|
|
tags: redis,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: "QUIT"
|
|
|
|
|
2023-11-08 15:12:25 +00:00
|
|
|
host:
|
|
|
|
- "{{Hostname}}"
|
|
|
|
port: 6379
|
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
|
|
|
- "-ERR unknown command `QUIT`, with args beginning with:"
|
2024-06-08 16:02:17 +00:00
|
|
|
# digest: 490a0046304402205ef5f150985b83faeac52ecefea699bc896850872f41ed83671e38ae11b0c41a022068024467a49e96b56d62fde1ac18a5f71b866446966b914bf1f7d92933b494d5:922c64590222798bb761d5b6d8e72950
|