File size: 1,893 Bytes
fb128ab aac0572 aba2ba7 aac0572 aba2ba7 0c7c8c5 60c2f98 c26a715 60c2f98 c26a715 60c2f98 c26a715 60c2f98 c26a715 60c2f98 c26a715 60c2f98 c26a715 |
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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 |
---
license: mit
dataset_info:
features:
- name: text
dtype: string
- name: label
dtype:
class_label:
names:
'0': attack
'1': normal
splits:
- name: train
num_bytes: 2168348027
num_examples: 1256906
- name: test
num_bytes: 872478068
num_examples: 509916
download_size: 289772525
dataset_size: 3040826095
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
task_categories:
- text-classification
- zero-shot-classification
- text-generation
pretty_name: Normal & Malicious Packet Data Set
size_categories:
- 1M<n<10M
---
# Dataset Card for Dataset Name
### Dataset Summary
This is a dataset of collection of malicious and normal packet payloads.
They have been categorized into Attack and Normal.
### Supported Tasks and Leaderboards
[More Information Needed]
### Languages
Hex and Ascii payloads
## Dataset Structure
### Data Instances
[More Information Needed]
### Data Fields
[More Information Needed]
### Data Splits
Split is Between Train and Test.
## Dataset Creation
### Source Data
Data Source: https://www.unb.ca/cic/datasets/ids-2017.html
#### Initial Data Collection and Normalization
[More Information Needed]
#### Who are the source language producers?
[More Information Needed]
### Annotations
#### Annotation process
[More Information Needed]
#### Who are the annotators?
[More Information Needed]
### Personal and Sensitive Information
[More Information Needed]
## Considerations for Using the Data
### Social Impact of Dataset
[More Information Needed]
### Discussion of Biases
[More Information Needed]
### Other Known Limitations
[More Information Needed]
## Additional Information
### Dataset Curators
https://huggingface.co/rdpahalavan
### Contributions
https://huggingface.co/rdpahalavan |