Skip to content

nimishsrivastav/yara-rules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

YARA Rules for Malware Detection

In this project, I have utilized Yara Rules to detect malwares based on their signatures from which can help in detection taking inspiration from Yara Rules repository.

Malware samples have been procured from following repo: Fabrizio Monaco - Malware Samples.

This is an in-development repo. I will be adding more rules for detection of malware.

Usage

A Python script is created to execute the rules against the sample files. Python script is executable, just need to type below command in the terminal and hit enter:

./execute_rules.py

This script can also be used on Windows by creating a batch file.

@echo off
REM Change to the directory where the Python script is located`
cd C:\scripts
REM Run the Python script with the full path to the Python executable
C:\Python39\python.exe execute_rules.py
pause

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published