File size: 1,290 Bytes
9c2554b
 
 
 
 
 
 
 
 
 
 
 
 
ce22116
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9c2554b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
dataset: "cleaned-cicids2017"
language: "en"
license: "other"
tags:
  - cybersecurity
  - intrusion-detection
  - cicids2017
pretty_name: "Cleaned CICIDS2017 Dataset"
source_datasets:
  - "cicids2017"
---

# Cleaned CICIDS2017 Dataset

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.

## Modifications

- Removed duplicate records
- Normalized feature names
- Filtered specific attack types
- Piviot the different attack data into single dataset

## Source

Original dataset: [CICIDS2017](https://www.unb.ca/cic/datasets/ids-2017.html)

## License & Citation

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).

If you use this dataset, please cite the original authors:

```
@misc{sharafaldin2018toward,
  title={Toward Generating a New Intrusion Detection Dataset and Intrusion Traffic Characterization},
  author={Sharafaldin, Iman and Lashkari, Arash Habibi and Ghorbani, Ali A},
  year={2018},
  eprint={1804.03599},
  archivePrefix={arXiv},
  primaryClass={cs.CR}
}
```