Giter VIP home page Giter VIP logo

yaraedr's Introduction

Yaraedr

Here is our new tool YARA_EDR. Well it’s not a full fledged EDR but it can call at a small part of an EDR to accurately detect malwares executing in your environment. The tool is a wrapper around the yara binary for windows. It relies on the memory scanning capabilities and scans the virtual memory of all the processes on a system to identify malware patterns. The detection is sent to Elastic search server along with information like user name and hostname. The tool can be used for malware analysis, Threat Hunting, Incident Response. Let’s explore some features of the tool.

Tool can be used in Malware Analysis and Threat Hunting related scenarios. You can write malware signatures in form of yara rules and pass on to the tool. There are two ways to use the program:

  1. Python script
  2. Standalone executable ( packed with Pyinstaller)

Usage:

Option1 : Get help options

python yaraedr.py -h
yaraedr64.exe -h

Option2 : Use elasticsearch to forward logs and use a single yara file

python yaraedr.py -es y -yf
yaraedr64.exe -es y -yf

Option3 : Use elasticsearch to forward logs and use a directory with multiple yara files

python yaraedr.py -es y -yd
yaraedr64.exe -es y -yd

Read More: https://intelliroot.com/resource_library/tools/yaraedr

yaraedr's People

Contributors

intelliroot-tech avatar

Stargazers

Roman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.