Code Monkey home page Code Monkey logo

linuxdevil / research-ids Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 7.72 MB

This repository contains Python code for researching Intrusion Detection Systems (IDS) using various algorithms, including the Lion Optimization Algorithm (LOA), Artificial Bee Colony (ABC), and Grey Wolf Optimization (GWO).

Python 15.65% HTML 29.24% Jupyter Notebook 55.11%
intrusion-detection-system python research lion-optimization artificial-bee-colony bee-colony-optimization grey-wolf-optimizer

research-ids's Introduction

Intrusion Detection System (IDS) Research Repository

This repository contains Python code for researching Intrusion Detection Systems (IDS) using various algorithms, including the Lion Optimization Algorithm (LOA).

Introduction

An IDS is a security technology that monitors and analyzes network traffic or system events for signs of unauthorized access, malicious activities, or policy violations. This research project aims to develop and evaluate IDS algorithms that can improve the detection and prevention of cyber attacks, data breaches, and other security incidents.

This repository contains Python code for implementing and evaluating various IDS algorithms, including the LOA. It also includes several datasets for training and testing these algorithms.

Getting Started

To use the code in this repository, you will need Python 3 and several Python packages, including numpy, pandas, scikit-learn, and matplotlib. You can install these packages using pip:

bashCopy code

pip install numpy pandas scikit-learn

To download the code and datasets from this repository, you can use git:

bashCopy code

git clone https://github.com/LinuxDevil/Research-IDS.git

Algorithms

This repository currently includes implementations of the following IDS algorithms:

  • Lion Optimization Algorithm (LOA)
  • ...

Datasets

This repository includes several datasets for training and testing IDS algorithms. These datasets are stored in the data directory and are in CSV format. Each dataset includes a set of features and a binary label indicating whether an event is a normal or an attack.

The current datasets are:

  • NSL-KDD: This is a dataset of network traffic that contains both normal and attack events. It is a modified version of the KDD Cup 1999 dataset and is commonly used for evaluating IDS algorithms.

Usage

To use the code in this repository, you can run the main Python scripts in the src directory. These scripts include:

  • hyper_param_loa.py: Runs the LOA algorithm on a given IDS function with hyperparameters specified in a parameter grid.
  • 'loa_cnn': Runs the LOA algorithm with CNN
  • more to come

To run one of these scripts, you can use Python:

bashCopy code

python src/hyper_param_loa.py

Contributing

Contributions to this repository are welcome. If you would like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. Make your changes and commit them to your branch.
  4. Create a pull request to merge your changes into the main branch of the repository.

research-ids's People

Stargazers

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