Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/m0n4/YARA-Matches-Correspondance-Array

A tool designed to help writing and updating YARA rules.
https://github.com/m0n4/YARA-Matches-Correspondance-Array

cti yara

Last synced: 3 months ago
JSON representation

A tool designed to help writing and updating YARA rules.

Awesome Lists containing this project

README

        

# YARA Matches Correspondance Array

YMCA is designed for threat hunters, incident responders, security analysts or anyone writing detection or hunting rules.
This tool focuses exclusively on the strings section of the rules.
It visually presents the correspondences between a ruleset and a collection of samples.

## Usage
- Download and run the standalone binary ([Linux](https://github.com/m0n4/YARA-Matches-Correspondance-Array/releases/tag/Linux) / [Windows](https://github.com/m0n4/YARA-Matches-Correspondance-Array/releases/tag/Windows))
- Head to [localhost:4449](http://localhost:4449/)

## Use Case
- To have a complete view of the coverage of a new rule.
- To review the accuracy of an existing rule at the start of a new campaign.

## Screenshot
![Screenshot](https://user-images.githubusercontent.com/29152432/151853523-c7154cc9-38e2-4124-a719-6b82ef466c9f.png)