KLara Logo

KLara

0
Free
Visit Website

KLara project is aimed at helping Threat Intelligence researchers hunt for new malware using Yara. In order to hunt efficiently for malware, one needs a large collection of samples to search over. Researchers usually need to fire a Yara rule over a collection / set of malicious files and then get the results back. In some cases, the rule needs adjusting. Unfortunately, scanning a large collection of files takes time. Instead, if a custom architecture is used, scanning 10TB of files can take around 30 minutes. KLara, a distributed system written in Python, allows researchers to scan one or more Yara rules over collections with samples, getting notifications by e-mail as well as the web interface when scan results are ready. Features Modern web interface, allowing researchers to 'fire and forget' their rules, getting back results by e-mail / API Powerful API, allowing for automatic Yara jobs submissions, checking their status and getting back results. API Documentation will be released soon. Distributed system, running on commodity hardware, easy to deploy and implement. Architecture KLara leverages Yara's power, distributing scans using a dispatcher-worker mode.

FEATURES

ALTERNATIVES

A script to detect and remove Canary Tokens with simple signature-based detections.

A software reverse engineering framework with full-featured analysis tools and support for multiple platforms, instruction sets, and executable formats.

Repository of scripts, signatures, and IOCs related to various malware analysis topics.

A payload creation framework for the retrieval and execution of arbitrary CSharp source code.

A collection of resources for beginners to learn assembly language.

Yaraprocessor allows for scanning data streams in unique ways and dynamic scanning of payloads from network packet captures.

A tool for translating Dalvik bytecode to Java bytecode for analyzing Android applications.

A generator for YARA rules that creates rules from strings found in malware files while removing strings from goodware files.