keys-i commited on
Commit
110ab5c
·
verified ·
1 Parent(s): fd12286

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
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. [oai_citation:0‡arXiv](https://arxiv.org/abs/2503.04404?utm_source=chatgpt.com)
26
 
27
  ## Description
28
 
29
- NetFlow V3 extends earlier NetFlow datasets with temporal features for time-based analysis in NIDS research. [oai_citation:1‡arXiv](https://arxiv.org/abs/2503.04404?utm_source=chatgpt.com)
30
 
31
  ## Citation
32
 
33
  If you use this dataset, please cite the original paper:
34
 
35
- Luay, M., Layeghy, S., Hosseininoorbin, S., Sarhan, M., Moustafa, N., & Portmann, M. (2025). *Temporal Analysis of NetFlow Datasets for Network Intrusion Detection Systems*. arXiv:2503.04404. [oai_citation:2‡arXiv](https://arxiv.org/abs/2503.04404?utm_source=chatgpt.com)
 
 
 
 
 
 
 
 
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
+ }