Git Product home page Git Product logo

s2ipt's Introduction

#s2ipt IDS/IPS

##s2ipt is a lightweight python-powered Netfilter IDS/IPS whose aim is to translate Snort community rules into iptables ones.

The Team:

  • Luigi Pino (University of Sannio BN IT)
  • Luciano Ocone (University of Sannio BN IT)
  • Alessandro Esposito (University of Sannio BN IT)
  • Team Leader: Ing. Antonio Pirozzi (University of Sannio BN IT)
  • Supervisor: Prof. Aaron C. Visaggio (University of Sannio BN IT)

First of all, you have to run './install.sh' script to set up the environment for s2ipt, as superuser.

# ./install.sh

If your system doesn't recognize the script as executable, run 'chmod +x install.sh' and then retry.

# chmod +x install.sh

This command will also download the latest Snort community-rules files.
If the download fails for some reasons, you have to run this script again with '-d' option.

# ./install.sh -d

Now, you can run this tool just invoking 's2ipt' as superuser, with '--log', '--drop', '--reject' or '--revert' option, also specifying the interface to apply the iptables rules.

Example of usage:

# s2ipt --iface eth0 --log

When using '--log', '--drop' or '--reject', is mandatory to provide a network interface.
In order to restore the iptables backup created before 's2ipt' execution, use '--revert'.

# s2ipt --revert

You can also run 's2ipt' only specifying the interface, assuming '--log' as default.

For more information run 's2ipt --help'.

# s2ipt --help

The 's2ipt-daemon.sh' is an utility that automatically checks for most recent Snort community-rules according to the interval set in 'daemon/s2ipt-update.config' file.

s2ipt's People

Contributors

antoniopirozzi avatar luigipino avatar

Watchers

deger avatar  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.