0.3.1 • Published 19 days ago

omega-rules v0.3.1

Weekly downloads
-
License
MIT
Repository
-
Last release
19 days ago

A SIEM detection format for JavaScript objects.

The pattern matching and rule syntax are based on Sigma rules, but adapted for the analysis of javscript objects rather than logfiles.

Why should I use this?

You probably shouldn't.

  • The entire rule engine is written in TypeScript and the evaluation is very much not optimized for use at massive scale.
  • This is a proof of concept for my personal use and to increase my understanding of detection flows.

However, if you are intersted in evaluating arbitrary objects against something closely resembling sigma rules, feel free to give it a shot!

Contributing

Before contributing, please read through the wiki. It details almost anything there is to know. If the wiki is not specific enough, check out the Sigma rule specification, Omega is very much built around it!

Before submitting a PR, please make sure:

  • The project builds yarn build.
  • The tests run without fail yarn test.
  • The format and lint rule are applied and respected yarn lint, yarn format

Inspiration and simialar projects

This project closely follows the sigma rule specification and was inspired by seeing these amazing projects in action:

0.3.0

19 days ago

0.3.1

19 days ago

0.2.0

20 days ago

0.1.0

5 months ago