mkYARA
Code signature generator
Automates generation of YARA rules from executable code
Generating YARA rules based on binary code
205 stars
19 watching
49 forks
Language: Python
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
yara-silly-silly/yarasilly2 | Automatically generates YARA rules from sample files for malware analysis | 28 |
nccgroup/yaml2yara | Automated generation of YARA rules from YAML input data | 22 |
arieljt/vtcodesimilarity-yaragen | Automatically generates Yara rules to hunt for similar code samples based on VirusTotal's code similarity feature. | 96 |
fxb-cocacoding/yara-signator | Automatically generates YARA signatures for malware based on disassembly reports and curated malware repository | 157 |
plyara/plyara | A tool to parse YARA rules into a dictionary representation for easier operations and analysis. | 175 |
alienvault-otx/yabin | Generates Yara signatures for identifying malware code similarities | 158 |
inquest/yara-rules | A collection of YARA rules for threat hunting and signature detection. | 368 |
matonis/yara_tools | A Python library for creating YARA rules with automated features. | 72 |
jimmy-sonny/yayagen | An automatic procedure to generate YARA rules from a set of malware reports | 62 |
futurecomputing4ai/autoyara | Automated rule generation tool for malware analysis using biclustering algorithm | 61 |
hyuunnn/hyara | A plugin for multiple reverse engineering tools to generate YARA rules | 224 |
neo23x0/yargen | Generates YARA rules from malware strings while excluding goodware strings and optionally refines the rules for AI use. | 1,569 |
fxb-cocacoding/java2yara | A Java library to generate YARA rules from Java classes | 3 |
darienhuss/shotgunyara | Tools and utilities for generating encoded versions of input data | 9 |
dissectmalware/base64_substring | Generates Yara rules to search for specific keywords in base64-encoded files | 41 |