-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathclasses.json
More file actions
102 lines (102 loc) · 1.98 KB
/
classes.json
File metadata and controls
102 lines (102 loc) · 1.98 KB
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
{
"vectorize_friday/benign": {
"label": -1,
"path": "vectorize_friday/benign/"
},
"attack_bot": {
"label": -1,
"path": "vectorize_friday/attack_bot/"
},
"attack_DDOS": {
"label": -1,
"path": "vectorize_friday/attack_DDOS/"
},
"attack_portscan": {
"label": -1,
"path": "vectorize_friday/attack_portscan/"
},
"Benign_Wednesday": {
"label": -1,
"path": "newwednesday/vectorize/Benign_Wednesday/"
},
"DOS_SlowHttpTest": {
"label": -1,
"path": "newwednesday/vectorize/DOS_SlowHttpTest/"
},
"DOS_SlowLoris": {
"label": -1,
"path": "newwednesday/vectorize/DOS_SlowLoris/"
},
"DOS_Hulk": {
"label": -1,
"path": "newwednesday/vectorize/DOS_Hulk/"
},
"DOS_GoldenEye": {
"label": -1,
"path": "newwednesday/vectorize/DOS_GoldenEye/"
},
"FTPPatator": {
"label": -1,
"path": "tuesday/vectorize/FTPPatator/"
},
"SSHPatator": {
"label": -1,
"path": "tuesday/vectorize/SSHPatator/"
},
"Web_BruteForce": {
"label": -1,
"path": "newthursday/vectorize/Web_BruteForce/"
},
"Web_SQLInjection": {
"label": -1,
"path": "newthursday/vectorize/Web_SQLInjection/"
},
"Web_XSS": {
"label": -1,
"path": "newthursday/vectorize/Web_XSS/"
},
"Inflitration": {
"label": -1,
"path": "vectorize_thursday/attack_infilteration/"
},
"2018-Benign": {
"label": -1,
"path": "Friday-16/Benign/"
},
"2018-Bot": {
"label": -1,
"path": "Friday-02/Bot/"
},
"2018-Web": {
"label": -1,
"path": "Friday-23/Web/"
},
"2018-SQL": {
"label": -1,
"path": "Friday-23/SQL Injection/"
},
"2018-Infilteration": {
"label": -1,
"path": "Thursday-01/Infilteration/"
},
"2018-GoldenEye": {
"label": -1,
"path": "Thursday-15/DoS attacks-GoldenEye"
},
"2018-SlowLoris": {
"label": -1,
"path": "Thursday-15/DoS attacks-Slowloris"
},
"2018-DDoS": {
"label": -1,
"path": "Tuesday-20/DDoS attacks-LOIC-HTTP"
},
"2018-FTP": {
"label": -1,
"path": "Wednesday-14/FTP-BruteForce"
},
"2018-SSH": {
"label": -1,
"path": "Wednesday-14/SSH-BruteForce"
}
}