Sneed-Reactivity/README.md

19 lines
961 B
Markdown
Raw Normal View History

2024-07-24 15:40:28 -05:00
# Sneed-Reactivity
2024-07-24 18:06:15 -05:00
2024-07-24 16:19:05 -05:00
Cross-Platform Open Reactive AntiMalware
2024-07-24 17:48:11 -05:00
## Credits
* VirusTotal - Creating Yara
* [ReversingLabs - Creating Some Yara Rules](https://github.com/reversinglabs/reversinglabs-yara-rules)
* [Yara23x0 - Creating more Yara Rules](https://github.com/Neo23x0/signature-base)
2024-07-25 12:46:51 -05:00
* [mikesxrc - Creating a compilation of even MORE yara rules (had to delete some to clean the console a tad...)](https://github.com/mikesxrs/Open-Source-YARA-rules)
2024-07-24 17:48:11 -05:00
* Sneed Group - Creating the idea/code
* ChatGPT/Gemini - Helping code this amazing project
2024-07-24 18:06:15 -05:00
## Licensing Details
* LICENSE-YARA-RULES-REVERSINGLABS - ReversingLab's Yara Rules (under the yara-ReversingLabs subdirectory)
* LICENSE-YARA-RULES-NEO23X0 - NEO23X0's Yara Rules (under the yara-Neo23x0 subdirectory)
* LICENSE - Our code. (Pretty much any .py file in the main directory as well as requirements.txt)
* mikesxrs sadly had no license in his Yara Rules repo, so I guess take that for what you will.