agrawalchaitany commited on
Commit
ce22116
·
verified ·
1 Parent(s): 9ab4002

Create README.md

Browse files

added info of original owner

Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Cleaned CICIDS2017 Dataset
2
+
3
+ This dataset is a cleaned and preprocessed version of the [CICIDS2017 dataset](https://www.unb.ca/cic/datasets/ids-2017.html) created by the Canadian Institute for Cybersecurity, University of New Brunswick.
4
+
5
+ ## Modifications
6
+
7
+ - Removed duplicate records
8
+ - Normalized feature names
9
+ - Filtered specific attack types
10
+ - Piviot the different attack data into single dataset
11
+
12
+ ## Source
13
+
14
+ Original dataset: [CICIDS2017](https://www.unb.ca/cic/datasets/ids-2017.html)
15
+
16
+ ## License & Citation
17
+
18
+ This dataset is provided for research purposes. Please refer to the original dataset's license and terms of use as described by the [CICIDS2017 authors](https://www.unb.ca/cic/datasets/ids-2017.html).
19
+
20
+ If you use this dataset, please cite the original authors:
21
+
22
+ ```
23
+ @misc{sharafaldin2018toward,
24
+ title={Toward Generating a New Intrusion Detection Dataset and Intrusion Traffic Characterization},
25
+ author={Sharafaldin, Iman and Lashkari, Arash Habibi and Ghorbani, Ali A},
26
+ year={2018},
27
+ eprint={1804.03599},
28
+ archivePrefix={arXiv},
29
+ primaryClass={cs.CR}
30
+ }
31
+ ```