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:"
|
|
|
|
# digest: 4a0a00473045022100dbea18bfbb860a6feeff5405b8c0ddcb2e1dad561184900ed0019e5a6ab4955202207f4a20ad928b7a43dfff4dba44e478584d0fe415e811d165f9351c3fd4c68a86:922c64590222798bb761d5b6d8e72950
|