File size: 1,088 Bytes
d0651ba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: input
    dtype: large_string
  - name: output
    dtype:
      class_label:
        names:
          '0': '0'
          '1': '1'
  - name: Attack
    dtype:
      class_label:
        names:
          '0': Benign
          '1': Bot
          '2': Brute Force -Web
          '3': Brute Force -XSS
          '4': DDOS attack-HOIC
          '5': DDOS attack-LOIC-UDP
          '6': DDoS attacks-LOIC-HTTP
          '7': DoS attacks-GoldenEye
          '8': DoS attacks-Hulk
          '9': DoS attacks-SlowHTTPTest
          '10': DoS attacks-Slowloris
          '11': FTP-BruteForce
          '12': Infilteration
          '13': SQL Injection
          '14': SSH-Bruteforce
  - name: __null_dask_index__
    dtype: int64
  splits:
  - name: train
    num_bytes: 17990690407
    num_examples: 17949022
  - name: test
    num_bytes: 946856777
    num_examples: 944686
  download_size: 3448494615
  dataset_size: 18937547184
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---