How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
The main features of oalabs/iocs are: Malware Detection Rules.
Projects with overlapping indexed features include: virustotal/yara — YARA is a pattern matching engine and binary analysis tool used to identify and classify malware samples. It functions… advanced-threat-research/yara-rules — Repository of YARA rules made by Trellix ATR Team. citizenlab/malware-signatures — Yara rules for malware families seen as part of targeted threats project. inquest/yara-rules — A collection of YARA rules we wish to share with the world, most probably referenced from http://blog.inquest.net. intezer/yara-rules. kevthehermit/yararules — My Yara Rules Collection.
YARA is a pattern matching engine and binary analysis tool used to identify and classify malware samples. It functions as a malware research framework that allows for the definition of file descriptions and detection rules to find indicators of compromise within binaries. The system enables the creation of custom detection rules using strings, wildcards, and regular expressions. These rules use boolean logic to match textual or binary patterns, allowing for the classification of files into specific malware families and the automation of threat intelligence. The engine utilizes Aho-Corasick s
Yara rules for malware families seen as part of targeted threats project
A collection of YARA rules we wish to share with the world, most probably referenced from http://blog.inquest.net.
Repository of YARA rules made by Trellix ATR Team