/yaradbg-frontend

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Introduction

YaraDbg is a free web-based Yara debugger to help security analysts to write hunting or detection rules with less effort and more confidence. By using YaraDbg, you can perform a thorough root-cause-analysis (RCA) on why some of your Yara rules did or did not match with a specific file. It can also help you to better maintain a large set of yara rules.

YaraDbg frontend, this project, is the frontend application for YaraDbg (live on: https://yaradbg.dev). If you are interested on the backend implementation visit YaraDbg Backend project.

Demo

Please see: https://twitter.com/DissectMalware/status/1651336730937794560

Live Yaradbg

Visit https://yaradbg.dev

Run locally using Docker

Check this YaraDbg Container project out.