yara_scanner
Yara Scanner
A Python wrapper around libyara that provides scanning capabilities with customizable options and distributed multi-core processing.
A Python wrapper library for libyara and a local server for fully utilizing the CPUs of the system to scan with yara...with additional capabilities.
18 stars
4 watching
8 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
microsoft/libyara.net | A .NET wrapper for the yara threat intelligence analysis library, providing a simplified API for integrating yara into .NET projects. | 51 |
alexander-hanel/ida_yara | A tool for scanning binary data in IDA using Yara signatures | 22 |
virustotal/yara-python | A Python interface to a popular malware analysis tool | 660 |
yara-rules/yara-endpoint | A tool used to scan files and assets for malware using Yara signatures, offering incident response capabilities. | 104 |
nospaceships/node-yara | Provides bindings for YARA, allowing Node.js to interface with the YARA rule compilation and scanning functionality. | 13 |
google/yara-procdump-python | A Python wrapper around the Yara API to access process memory | 11 |
rpgeeganage/audit-node-modules-with-yara | A tool to scan node modules for malicious scripts by applying YARA rules | 20 |
ramadhanamizudin/python-icap-yara | An ICAP server with a YARA scanner for URL and content analysis | 57 |
politoinc/yara-scanner | An extension that integrates Yara scanner functionality into Burp Suite's interface. | 46 |
kevthehermit/yaramail | Automated scanner and extractor of attachments from emails | 28 |
kevthehermit/yarapcap | A tool that extracts HTTP streams from PCAP files and scans them with YARA for malware detection | 101 |
stellarbear/yarasharp | A C# wrapper around the Yara pattern matching library for detecting malware and analyzing binaries | 36 |
airbus-cert/dnyara | A .Net wrapper library for the native Yara library to quickly identify and classify malware samples. | 38 |
bandrel/ocyara | Performs OCR on images and scans them for matches to Yara rules | 40 |
techbliss/yara_mailware_quick_menu_scanner | A utility that integrates Yara pattern scanning into Windows' right-click menu, allowing users to scan files and folders for malware patterns. | 35 |