Datasets:
Add License section to README
Browse files
README.md
CHANGED
|
@@ -30,3 +30,11 @@ This repository contains the [CIC-IDS-2017 dataset](https://www.unb.ca/cic/datas
|
|
| 30 |
### Raw Data
|
| 31 |
|
| 32 |
The `pcap/` folder contains the original PCAP files. These are not part of the Hugging Face Dataset Viewer but can be downloaded via Git LFS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
### Raw Data
|
| 31 |
|
| 32 |
The `pcap/` folder contains the original PCAP files. These are not part of the Hugging Face Dataset Viewer but can be downloaded via Git LFS.
|
| 33 |
+
|
| 34 |
+
## License
|
| 35 |
+
|
| 36 |
+
_(Copied from original dataset License section)_
|
| 37 |
+
|
| 38 |
+
The **CICIDS2017** dataset consists of labeled network flows, including full packet payloads in pcap format, the corresponding profiles and the labeled flows (GeneratedLabelledFlows.zip) and CSV files for machine and deep learning purpose (MachineLearningCSV.zip) are publicly available for researchers. If you are using our dataset, you should cite our related paper which outlining the details of the dataset and its underlying principles:
|
| 39 |
+
|
| 40 |
+
- Iman Sharafaldin, Arash Habibi Lashkari, and Ali A. Ghorbani, “Toward Generating a New Intrusion Detection Dataset and Intrusion Traffic Characterization”, 4th International Conference on Information Systems Security and Privacy (ICISSP), Portugal, January 2018.
|