Click any tag below to further narrow down your results
Links
This tool generates Windows PE executables that trigger YARA rule matches, helping users validate their malware detection signatures. It automates the creation of test files based on specific patterns, ensuring effective scanning and rule accuracy. Safe to use, the executables exit immediately without executing harmful code.
Malcontent is a tool designed to detect supply-chain malware using context analysis and differential methods. It supports various file formats and programming languages, analyzing Linux programs primarily, but also works with macOS and Windows. It features three modes: analyze, diff, and scan, allowing for in-depth examination of program capabilities and risks.
A Python library named YARA-AST enables users to parse and manipulate YARA rules using Abstract Syntax Trees, boasting a 100% parsing success rate across over 273,000 tested rules. It supports various syntaxes including YARA-L and YARA-X, and offers advanced features like hex wildcards, regex modifiers, and compatibility with VirusTotal modules. The library facilitates syntax validation, formatting, and performance optimization, making it highly versatile for threat detection and analysis.