yaraScanParser
Parser
A tool to parse JSON output from Yara Scan Service's malware analysis and extract relevant information for rule optimization.
11 stars
3 watching
1 forks
Language: Python
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jheise/yarascanner | A web service for scanning files with Yara rules to detect malware and other threats | 27 |
sh3llyr/statistrings | Analyze strings in files to aid malware detection and hunting by calculating their prevalence | 12 |
plyara/plyara | Tool to parse YARA rules into a dictionary representation for easier manipulation and analysis | 174 |
nogoodconfig/pyarascanner | A multithreaded tool for scanning files against YARA rules to detect malware or suspicious activity | 26 |
virustotal/yara-python | A Python interface to a popular malware analysis tool | 660 |
uppusaikiran/yara-finder | Tools to detect and analyze malware using Yara rules | 1 |
bitsofbinary/yaraparser | A Python tool to parse and represent Yara rules in a structured format | 8 |
stellarbear/yarasharp | A C# wrapper around the Yara pattern matching library for detecting malware and analyzing binaries | 36 |
virustotal/yara | A tool for creating pattern matching rules to identify and classify malware samples | 8,300 |
michelcrypt4d4mus/yaralyzer | Analyzes binary and text data for YARA and regex matches, visualizes results with colors, and attempts to decode matched regions | 107 |
dissectmalware/yaradbg-backend | An application backend designed to facilitate Yara rule analysis and root cause identification in malware detection. | 24 |
kevthehermit/yarapcap | A tool that extracts HTTP streams from PCAP files and scans them with YARA for malware detection | 101 |
imp0rtp3/yobi | A web browser extension that intercepts and analyzes script requests to detect malware using YARA rules | 47 |
xen0ph0n/yaragenerator | Automates the creation of Yara rules to detect malware and other malicious objects of interest by analyzing sample files from various sources. | 332 |
dissectmalware/yaradbg-frontend | A web application for analyzing Yara rules and inspecting malware files | 37 |