Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malpedia/signator-rules
Collection of rules created using YARA-Signator over Malpedia
https://github.com/malpedia/signator-rules
Last synced: about 12 hours ago
JSON representation
Collection of rules created using YARA-Signator over Malpedia
- Host: GitHub
- URL: https://github.com/malpedia/signator-rules
- Owner: malpedia
- Created: 2021-09-10T15:43:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T14:04:35.000Z (2 days ago)
- Last Synced: 2024-11-11T14:35:12.074Z (2 days ago)
- Language: YARA
- Size: 14.5 MB
- Stars: 112
- Watchers: 15
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Malpedia's yara-signator rules
This repository intends to simplify access to and synchronization of [Malpedia](https://malpedia.caad.fkie.fraunhofer.de/)'s automatically generated, code-based YARA rules.
The rules are periodically created by Felix Bilstein, using the tool [YARA-Signator](https://github.com/fxb-cocacoding/yara-signator) - approach described in this [paper](https://journal.cecyf.fr/ojs/index.php/cybin/article/view/24).
The content of the `rules` folder is also identical with what is returned by the respective [Malpedia API call](https://malpedia.caad.fkie.fraunhofer.de/api/get/yara/auto/zip).
They are released under the [CC BY-SA 4.0 license](https://creativecommons.org/licenses/by-sa/4.0/), allowing commercial usage.
## Latest Release: 2024-11-11
Across Malpedia, the current rule set achieves:
```
++++++++++++++++++ Statistics +++++++++++++++++++
Evaluation date: 2024-11-11
Samples (all): 14664
Samples (detectable): 5928
Families: 3259
-------------------------------------------------
Families covered by rules: 1468
Rules without FPs: 1456
Rules without FNs: 1386
'Clean' Rules: 1378
-------------------------------------------------
True Positives: 5714
False Positives: 40
True Negatives: 7240
False Negatives: 214-------------------------------------------------
PPV / Precision: 0.993
TPR / Recall: 0.964
F1: 0.978```
with no false positives against the [VirusTotal goodware data set](https://blog.virustotal.com/2019/10/test-your-yara-rules-against-goodware.html).