Giter Site home page Giter Site logo

msstate-dasi / csb Goto Github PK

View Code? Open in Web Editor NEW
9.0 7.0 7.0 196.23 MB

Big Data Benchmarking Suite for Cyber-Security Analytics

License: GNU General Public License v3.0

Shell 2.55% Scala 84.38% Java 13.06%
spark big-data benchmark property-graph graphx neo4j neo4j-plugin

csb's Introduction

Big Data Benchmarking Suite for Cyber-Security Analytics

The first publicly-available Big Data benchmarking suite for next-generation Intrusion Detection Systems, based on Property-Graphs.

Motivation

A common trend in Intrusion Detection Systems (IDSs) is to consider data structures based on graphs to analyze network traffic and attack patterns. Timely detecting a threat is fundamental to reduce the risk to which the system is exposed, but no current studies aim at providing useful information to size Cloud or HPC infrastructures to meet certain service level objectives.

In this project we are researching, designing and implementing a distributed benchmark for the evaluation of the performance of next-generation IDSs.

Several studies employing big data benchmarks have been conducted over the years to evaluate and characterize various big data systems and architectures. However, most of the state-of-the-art big data benchmarks are designed for specific types of systems, and lack diversity of data and workloads. Moreover, the diversity and rapid evolution of big data systems impose challenges on workload selection and implementation, as it is unpractical to implement all big data workloads

Furthermore, the fidelity of the performance results in context of real applications, such as in the area of Cyber-Security, mandates the use of application-specific benchmarks that require application-specific data generators which synthetically scales up and down a synthetic data set and keeps this dataset similar to the real data. Synthetic graphs have advantage over the real graphs in terms of feasibility of finding a set of them covering a rich configuration space. However, very less approaches pays attention to keeping veracity of the real life data during the data generation.

For the above reasons, we offer a comprehensive suite which provides:

  • Fast and flexible synthetic data generators with high degree veracity
  • Intrusion detection representative workloads
  • A user-friendly interface to monitor the cluster performance, showing application and system metrics

Architecture

The suite is composed of three main components:

  1. A dataset generator
  2. Representative workloads
  3. Metrics of interest and visualization

Benchmark Architecture

The first and second components are provided by the CSB module, while the third component is provided by the Metrics Collector module.

In addition, some example datasets are provided.

Licensing

This project is an open source product and it is supported under the GPLv3 license. For more information, see LICENSE.txt.

csb's People

Contributors

chmod84 avatar jiatistuta avatar scordio avatar supperpiccle avatar tuxprogrammer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

csb's Issues

Remove the augmented log logic

Since we don't use the Snort labels, all the augmented log logic could be removed.

DataParser should be changed to handle the original Bro log file.

Add 'ts' timestamp to EdgeData

It could be implemented as a Long type (currently, it is commented out as a java.util.Date type but this type is not convenient to handle for our scope).

The following components should be changed accordingly:

  • The EdgeData case class, its companion object and all methods should be changed to support the new field
  • The DataParser::logToGraph() method should be changed to parse the value from the logfile
  • The DataDistributions class should be changed to compute the timestamp probability distribution and to expose a getTsSample() method; the probability distribution should be an unconditional probability distribution
  • The GraphSynth::genProperties() method should be changed to support the new field

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.