Coder Social home page Coder Social logo

mole-ids / mole Goto Github PK

View Code? Open in Web Editor NEW
66.0 5.0 9.0 3.11 MB

Yara powered NIDS with high speed packet capture powered by PF_RING

Home Page: https://mole-ids.org

License: Apache License 2.0

YARA 37.33% Go 54.43% Makefile 0.67% Shell 7.57%
pf-ring ids nids yara golang go libpcap

mole's Introduction

Mole

Build Status Docs Go Report Card License

Mole is an experimental Network Intrusion Detection System that uses Yara as matching engine and PF_RING for high speed packet capture.


. Features . Supported OSes . Quickstart . Documentation . Contributing .


Features

  • Yara engine for packet matching
  • PF_RING integration
  • Rule configuration using meta fields from Yara (variables, ranges, ...)

Supported OSes

Planned Windows 10 and MacOS X.

Quickstart

To get your hands on Mole, you can use the 5-Minute Quickstart in our documentation.

Documentation

You can find the complete documentation of Mole at https://docs.mole-ids.org.

Contributing

Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.

mole's People

Contributors

dependabot[bot] avatar jpalanco avatar xumeiquer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

mole's Issues

Payload offset for yara matching

Currently, the payload for matching coincidences takes the whole packet. The expected behavior it is taking the payload of the current layer.

Examples:

For IP layer, the payload will be the data of ip layer.

For TCP, UDP, ... the payload will be the data on that layer.

Enable logging

Implement the same format used by suricata's eve.json

Add flowbits feature from Snort/Suricata

Adding this feature will allow MoleIDS to detect multi-phase attacks.

It could be implemented adding a new entry in the meta section, for example:

rule dummy {
    meta:
        // ...
       flowbits = "set:variable, isset:variable, unset:variable"
    // ...
}

The meta entry flowbits will be a comma separated string with key:value options. The key will be the operation against the flowbits and the value will be the variable where the action takes effect.

It will be also possible to reuse operations, like set:var1, set:var2.

BSD OS Support

Can you please add at least FreeBSD and OpenBSD to your planned list of supported operating systems?

Thanks in advace.

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.