30 lines
824 B
YAML
30 lines
824 B
YAML
id: redis-honeypot-detect
|
|
|
|
info:
|
|
name: Redis Honeypot - Detect
|
|
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:
|
|
max-request: 1
|
|
product: redis
|
|
shodan-query: redis
|
|
vendor: redis
|
|
tags: redis,honeypot,ir,cti,network
|
|
|
|
tcp:
|
|
- inputs:
|
|
- data: "QUIT"
|
|
|
|
host:
|
|
- "{{Hostname}}"
|
|
port: 6379
|
|
read-size: 1024
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "-ERR unknown command `QUIT`, with args beginning with:"
|
|
# digest: 4b0a00483046022100cdcb8d188514271b3d23ddcb5938ae101a623696da1d8eb8675038370f4bf89c0221008fbfe50e4ff45499182eca5194b89fae4d35119a04e9771c1e299c7191f71b9b:922c64590222798bb761d5b6d8e72950 |