Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,14 +22,21 @@ configs:
|
|
| 22 |
|
| 23 |
NetFlow V3 datasets for machine learning-based network intrusion detection research.
|
| 24 |
|
| 25 |
-
This repository republishes the NetFlow V3 datasets introduced in *Temporal Analysis of NetFlow Datasets for Network Intrusion Detection Systems* by Majed Luay, Siamak Layeghy, Seyedehfaezeh Hosseininoorbin, Mohanad Sarhan, Nour Moustafa, and Marius Portmann.
|
| 26 |
|
| 27 |
## Description
|
| 28 |
|
| 29 |
-
NetFlow V3 extends earlier NetFlow datasets with temporal features for time-based analysis in NIDS research.
|
| 30 |
|
| 31 |
## Citation
|
| 32 |
|
| 33 |
If you use this dataset, please cite the original paper:
|
| 34 |
|
| 35 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
NetFlow V3 datasets for machine learning-based network intrusion detection research.
|
| 24 |
|
| 25 |
+
This repository republishes the NetFlow V3 datasets introduced in *Temporal Analysis of NetFlow Datasets for Network Intrusion Detection Systems* by Majed Luay, Siamak Layeghy, Seyedehfaezeh Hosseininoorbin, Mohanad Sarhan, Nour Moustafa, and Marius Portmann. [arXiv](https://arxiv.org/abs/2503.04404)
|
| 26 |
|
| 27 |
## Description
|
| 28 |
|
| 29 |
+
NetFlow V3 extends earlier NetFlow datasets with temporal features for time-based analysis in NIDS research. [arXiv](https://arxiv.org/abs/2503.04404)
|
| 30 |
|
| 31 |
## Citation
|
| 32 |
|
| 33 |
If you use this dataset, please cite the original paper:
|
| 34 |
|
| 35 |
+
```bibtex
|
| 36 |
+
@article{luay2025temporal,
|
| 37 |
+
title={Temporal Analysis of NetFlow Datasets for Network Intrusion Detection Systems},
|
| 38 |
+
author={Luay, Majed and Layeghy, Siamak and Hosseininoorbin, Seyedehfaezeh and Sarhan, Mohanad and Moustafa, Nour and Portmann, Marius},
|
| 39 |
+
journal={arXiv preprint arXiv:2503.04404},
|
| 40 |
+
year={2025},
|
| 41 |
+
doi={10.48550/arXiv.2503.04404}
|
| 42 |
+
}
|