Coder Social home page Coder Social logo

shuji-oh / similarity_can_ids Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 1.0 75 KB

"Normal and Malicious Sliding Windows Similarity Analysis Method for Fast and Accurate IDS against DoS Attacks on In-Vehicle Networks" IEEE Access 2020

Python 30.27% C 69.52% Makefile 0.22%
controller-area-network intrusion-detection-system similarity entropy in-vehicle-network

similarity_can_ids's Introduction

similarity_CAN_IDS: Normal and Malicious Sliding Windows Similarity Analysis Method for Fast and Accurate IDS against DoS Attacks on In-Vehicle Networks

Build Status

Overview

The similarity_CAN_IDS is a state-of-the-art DoS attacks detection method on CAN bus.

Shuji Ohira, Araya Kibrom Desta, Ismail Arai, Hiroyuki Inoue, Kazutoshi Fujikawa, "Normal and Malicious Sliding Windows Similarity Analysis Method for Fast and Accurate IDS against DoS Attacks on In-Vehicle Networks.", IEEE Access, Vol.8, pp.42422-42435, 2020.

@article{ohira2020similarity_based_IDS,
  title={Normal and Malicious Sliding Windows Similarity Analysis Method for Fast and Accurate IDS against DoS Attacks on In-Vehicle Networks},
  author={Ohira, Shuji and Araya, Kibrom Desta and Arai, Ismail and Inoue, Hiroyuki and Fujikawa, Kazutoshi},
  journal={IEEE Access},
  volume={8},
  pages={42422--42435},
  year={2020},
  publisher={IEEE}
}

Description

We demonstrated that an entropy_CAN_IDS (conventional method) cannot detect an entropy-manipulated attack in which an adversary adjusts the entropy of a DoS attack to a normal value. Thus, we proposed the similarity_CAN_IDS that is a state-of-the-art detection method on the CAN bus. The proposed method use not entropy but similarity to detect intrusion detection.

Directory Structure

similarity_CAN_IDS
┣━ off-line_learning_phase
┃ ┣━ README.md
┃ ┣━ output_similarity.py
┃ ┣━ eval_similarity_CAN_IDS.py
┃ ┗━ output_params.py
┣━ on-line_detection_phase
┃ ┣━ similarity_CAN_IDS.c
┃ ┣━ Makefile
┃ ┣━ lib.c
┃ ┣━ lib.h
┃ ┗━ terminal.h
┣━ CIDs.txt
┣━ optimazed_params.txt
┗━ README.md

Requirement

python3, gcc

Usage

$ git clone https://github.com/shuji-oh/similarity_CAN_IDS  
$ cd similarity_CAN_IDS/off-line_learning_phase  
$ python3 output_params.py ../test_data/test_data.log  
$ cd ../on-line_detection_phase/  
$ make  
$ ./similarity_CAN_IDS can0  

Contribution

Author

shuji-oh

similarity_can_ids's People

Contributors

shuji-oh avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

xianlimei

similarity_can_ids's Issues

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.