Skip to content

Machine Learning Based - Intrusion Detection System

Notifications You must be signed in to change notification settings

nadhirfr/rf-ids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Random Forest - IDS

This is an Intrution Detection System with Machine Learning Based (Random Forest). This IDS used to detect DDoS Attack in Software-Defined Network with utilizing sFlow-RT (sFlow protocol). The analyze of Machine Learning Model can be found here: https://github.com/nadhirfr/cic-ids-2018

ko-fi

Feature:

  • Django Framework
  • API (WebSocket and HTTP)
  • Realtime Attack Alert
  • Read Traffic from sFlow-RT
  • Full async process (Django-Channels)

Dashboard Dashboard Log Log

HTTP API Documentation:

URL : http://ip_address/api/?sec=latestLog&limit=limitShow
Method : GET
Example : http://127.0.0.1/api/?sec=10&limit=5
Get 5 data in last 10 seconds

GET status of service : http://ip_address/api/status/

WS Access URL : ws://ip_address/ws/api/