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.
|
|
|
|
metadata:
|
2023-11-10 09:15:01 +00:00
|
|
|
max-request: 1
|
|
|
|
product: redis
|
2023-11-08 15:12:25 +00:00
|
|
|
shodan-query: redis
|
2023-11-07 12:34:04 +00:00
|
|
|
vendor: redis
|
2023-11-08 06:13:53 +00:00
|
|
|
tags: redis,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: "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:"
|
2023-11-10 10:52:05 +00:00
|
|
|
# digest: 4b0a00483046022100cdcb8d188514271b3d23ddcb5938ae101a623696da1d8eb8675038370f4bf89c0221008fbfe50e4ff45499182eca5194b89fae4d35119a04e9771c1e299c7191f71b9b:922c64590222798bb761d5b6d8e72950
|