An open API service indexing awesome lists of open source software.

https://github.com/2n3g5c9/smart-network-sensor

🔦 Meta-alerting compression of NIDS sensors data based on anomaly detection (old project).
https://github.com/2n3g5c9/smart-network-sensor

jupyter keras nids-sensors tensorflow

Last synced: 3 months ago
JSON representation

🔦 Meta-alerting compression of NIDS sensors data based on anomaly detection (old project).

Awesome Lists containing this project

README

          


smart-network-sensor


Foreword
  •  
Getting started
  •  
Tech/frameworks used
  •  
License


languages-badge
license-badge
repo-size-badge
last-commit-badge
open-issues-badge

## ✍️ Foreword

NIDS sensors can generate a tremendous number of alerts (most often false positives) that are hard to make sense of. Here are analyzed 3 public datasets, and resulted in a 96-98% compression ratio over the number of generated alerts.


smart-network-sensor example

## 🏁 Getting started

### Prerequisites

You must have **[Python 3.7](https://www.python.org/downloads/)** and **[Jupyter](https://jupyter.org/install)** installed, as well as the Python dependencies specific to the project (you can use **[Pipenv](https://github.com/pypa/pipenv)**).

### Installation

Clone the repository:

````bash
git clone https://github.com/2n3g5c9/smart-network-sensor && cd smart-network-sensor
````

### How to use

Simply install the dependencies and run `jupyter`:

````bash
jupyter notebook
````

## 🪄 Tech/frameworks used

- [Jupyter](https://jupyter.org/): Open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text.
- [Python 3](https://www.python.org/): Programming language that lets you work quickly and integrate systems more effectively.

## 📃 License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details