hihey54 / pragmaticAssessment

Repository for the EuroS&P'23 paper "SoK: Pragmatic Assessment of Machine Learning for Network Intrusion Detection"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repository for the paper "SoK: Pragmatic Assessment of Machine Learning for Network Intrusion Detection", accepted to EuroSP'23.

If you use any part of this codebase, you are kindly invited to cite our paper:

@inproceedings{apruzzese2023pragmatic,
  title={{SoK: Pragmatic Assessment of Machine Learning for Network Intrusion Detection}},
  author={Apruzzese, Giovanni and Laskov, Pavel and Schneider, Johannes},
  booktitle={8th IEEE European Symposium on Security and Privacy (EuroSP)},
  year={2023},
  organization={IEEE}
}

The full code will be released after the presentation of the paper at the main conference.

Description

This repository is organized as follows:

  • pragmatic_assessment: this is the folder containing the source-code of our experiments (data-acquisition, preprocessing, evaluation);
  • user_study: this folder contains some additional data pertaining to our user_study;
  • camera_ready.pdf: this document corresponds to the final version of our paper, which will appear in the proceedings of the conference;
  • supplementary.pdf: this document is an "extension" of our paper, providing additional experimental details and the full results of our pragmatic assessment (it was omitted from the camera ready due to page constraints);
  • full_paper.pdf: this document combines the two previous ones, and was the version of the paper "accepted" during the peer-review process of IEEE EuroSP'23.

For any questions or inquiries, contact: giovanni.apruzzese@uni.li

About

Repository for the EuroS&P'23 paper "SoK: Pragmatic Assessment of Machine Learning for Network Intrusion Detection"

License:MIT License


Languages

Language:Jupyter Notebook 99.0%Language:Python 1.0%