elastic / detection-rules

https://www.elastic.co/guide/en/security/current/detection-engine-overview.html
Other
1.92k stars 492 forks source link

Fix Attribute Issue in RTA common.py #3983

Closed shashank-elastic closed 1 month ago

shashank-elastic commented 1 month ago

Pull Request

Issue link(s): Issue reported in community slack

image

Summary - What I changed

How To Test

(venv) PS C:\Users\shashank_suryanaraya\detection-rules> python -m rta -n winrar_encrypted
[!] Missing dependencies for C:\Users\shashank_suryanaraya\detection-rules\rta\winrar_encrypted.py:main()
    - bin\Rar.exe
(venv) PS C:\Users\shashank_suryanaraya\detection-rules>

Checklist

Contributor checklist

protectionsmachine commented 1 month ago

Bug - Guidelines

These guidelines serve as a reminder set of considerations when addressing a bug in the code.

Documentation and Context

Code Standards and Practices

Testing

Additional Checks