Coder Social home page Coder Social logo

secuml's Introduction

SecuML

SecuML is a Python tool that aims to foster the use of Machine Learning in Computer Security. It is distributed under the GPL2+ license. It allows security experts to train models easily and comes up with a web user interface to visualize the results and interact with the models. SecuML can be applied to any detection problem. It requires as input numerical features representing each instance. It supports binary labels (malicious vs. benign) and categorical labels which represent families of malicious or benign behaviours.

Features

See the documentation for more detail.

Requirements

  • rabbit-mq server (>= 3.3.5) (only for active learning and rare category detection)
  • Python packages :
    • celery (>= 3.1.13) (only for active learning and rare category detection)
    • flask (>= 0.10.1)
    • flask_sqlalchemy (>= 1.0)
    • metric-learn (>= 0.3.0)
    • numpy (>= 1.8.2)
    • pandas (>= 0.14.1)
    • scikit-learn (>= 0.18.1)
    • sqlalchemy (>= 1.0.12)

Database

SecuML requires an access to a database (MySQL or PostgreSQL) where the user has the following permissions: SELECT, INSERT, UPDATE, DELETE.

MySQL database
  • MySQL server (>= 5.5.49)
  • Python package :
    • mysql.connector (>= 2.1.3)
PostgreSQL database
  • PostgreSQL server (>= 9.4.13)
  • Python package :
    • psycopg2 (>= 2.5.4)

JS and CSS libraries

The required librairies can be dowloaded with the script download_libraries.

Configuration

The environment variable ̀SECUMLCONF must be set to the path of the configuration file which must follow the following format (see SecuML_travis_conf.yml):

input_data_dir: <directory containing the input datasets>
output_data_dir: <directory where the results of the experiments are stored>
db_uri: <URI of the database>

Papers and Presentations

Authors

secuml's People

Contributors

ah-anssi avatar

Watchers

 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.