google/turbinia

Extend Redis analysis task

Closed

#1,032 opened on Apr 5, 2022

 (0 comments) (0 reactions) (0 assignees)Python (170 forks)github user discovery
enhancementgood first issuenew-task

Repository metrics

Stars
 (789 stars)
PR merge metrics
 (Avg merge 41d 10h) (6 merged PRs in 30d)

Description

Add detection for below Redis vulnerability. https://nvd.nist.gov/vuln/detail/CVE-2022-0543 https://thehackernews.com/2022/03/muhstik-botnet-targeting-redis-servers.html

This might not be trivial as it has to do with the way Redis loads the Lua interpreter on certain Linux distributions. We might be able to find exploitation evidence in redis logs of cache files.

Contributor guide