FindYara Logo

FindYara

0
Free
Visit Website

Use this IDA python plugin to scan your binary with yara rules. All the yara rule matches will be listed with their offset so you can quickly jump to them! 🍻 All credit for this plugin and the code goes to David Berard (@p0ly) 🍻 This plugin is copied from David's excellent findcrypt-yara plugin. This plugin just extends his to use any yara rule. The plugin can be launched from the menu using Edit->Plugins->FindYara or using the hot-key combination Ctrl-Alt-Y. When launched the FindYara will open a file selection dialogue that allows you to select your Yara rules file. Once the rule file has been selected FindYara will scan the loaded binary for rule matches. All rule matches are displayed in a selection box that allows you to double click the matches and jump to their location in the binary. FindYara scans the loaded PE sections in IDA, this means that yara rules that include matches on the PE header will not match in IDA. IDA does not load the PE header as a scannable section. Also, if you have not selected Load resources when loading your binary in IDA then the resources section will be unavailable for scanning. This can lead to false negatives.

FEATURES

ALTERNATIVES

UDcide provides an alternative approach to dealing with Android malware by targeting specific behaviors for removal.

A tool that reveals invisible links within JavaScript files

Explores malware interaction with Windows API and methods for detection and prevention.

BARF is an open source binary analysis framework for supporting various binary code analysis tasks in information security.

A command-line utility for examining Objective-C runtime information in Mach-O files and generating class declarations.

YARA module for supporting DCSO format bloom filters with hashlookup capabilities.

YARA extension for Visual Studio Code with code completion and snippets

Falcon Sandbox is a malware analysis framework that provides in-depth static and dynamic analysis of files, offering hybrid analysis, behavior indicators, and integrations with various security tools.