Skip to content

Topic: Analysis of Synthetical Data Generation Techniques for the Evaluation of Network-based Intrusion Detection Systems

Notifications You must be signed in to change notification settings

AryanSaeedi/MasterThesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MasterThesis

Folder Preprocessing:

  • Shows the steps of how the preprocessing of the real data is done
    • the 10 downlaoded datasets of CSE-CIC-IDS2018 are loaded, then combined
    • unnecessary columns are dropped
    • preprocessing steps are carried out
      • droping nan, inf and -inf, negative values
      • changing time to UNIX format
    • aggregating and saving the classes back into different datasets
      • "BruteForce": ["FTP-BruteForce", "SSH-Bruteforce", "Brute Force -Web", "Brute Force -XSS"],
      • "DoS": ["DoS attacks-GoldenEye", "DoS attacks-Slowloris", "DoS attacks-Hulk", "DoS attacks-SlowHTTPTest", "DDoS attacks-LOIC-HTTP", "DDOS attack-HOIC", "DDOS attack-LOIC-UDP"],
      • "Infiltration": ["Infilteration"],
      • "Bot": ["Bot"],
      • "Benign": ["Benign"]

Folder Models

Folder Classifiers

About

Topic: Analysis of Synthetical Data Generation Techniques for the Evaluation of Network-based Intrusion Detection Systems

Resources

Stars

Watchers

Forks