chYassine commited on
Commit
24b472c
·
verified ·
1 Parent(s): 5764a3e

Create labeled log sessions dataset with attack information

Browse files
data-00000-of-00003.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca4122773a2c2a2cfadc8d6b9ae0fcbda5ec0f4f9967bce70835047af9c934cc
3
+ size 831747960
data-00001-of-00003.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b041d3ea2c1f8ca140553d0e54dc129241da41f85daec32febeea2f1577af157
3
+ size 319481136
data-00002-of-00003.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5033c99ecee491ca92e40845cbe026543fe353ea8d5e9856f4435857fde8ec9
3
+ size 312554416
dataset_info.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "session_id": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "logs": {
10
+ "feature": {
11
+ "dtype": "string",
12
+ "_type": "Value"
13
+ },
14
+ "_type": "List"
15
+ },
16
+ "metadata": {
17
+ "duration_seconds": {
18
+ "dtype": "float64",
19
+ "_type": "Value"
20
+ },
21
+ "host": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "hour": {
26
+ "dtype": "int64",
27
+ "_type": "Value"
28
+ },
29
+ "is_weekend": {
30
+ "dtype": "bool",
31
+ "_type": "Value"
32
+ },
33
+ "log_types": {
34
+ "feature": {
35
+ "dtype": "string",
36
+ "_type": "Value"
37
+ },
38
+ "_type": "List"
39
+ },
40
+ "n_logs": {
41
+ "dtype": "int64",
42
+ "_type": "Value"
43
+ }
44
+ },
45
+ "log_types": {
46
+ "feature": {
47
+ "dtype": "string",
48
+ "_type": "Value"
49
+ },
50
+ "_type": "List"
51
+ },
52
+ "log_types_str": {
53
+ "dtype": "string",
54
+ "_type": "Value"
55
+ },
56
+ "n_logs": {
57
+ "dtype": "int64",
58
+ "_type": "Value"
59
+ },
60
+ "has_attack": {
61
+ "dtype": "bool",
62
+ "_type": "Value"
63
+ },
64
+ "attack_types": {
65
+ "feature": {
66
+ "dtype": "string",
67
+ "_type": "Value"
68
+ },
69
+ "_type": "List"
70
+ },
71
+ "attack_types_str": {
72
+ "dtype": "string",
73
+ "_type": "Value"
74
+ },
75
+ "attack_count": {
76
+ "dtype": "int64",
77
+ "_type": "Value"
78
+ },
79
+ "attack_ratio": {
80
+ "dtype": "float64",
81
+ "_type": "Value"
82
+ },
83
+ "label": {
84
+ "dtype": "int64",
85
+ "_type": "Value"
86
+ },
87
+ "attack_ratio_original": {
88
+ "dtype": "float64",
89
+ "_type": "Value"
90
+ },
91
+ "severity_labels": {
92
+ "feature": {
93
+ "dtype": "string",
94
+ "_type": "Value"
95
+ },
96
+ "_type": "List"
97
+ }
98
+ },
99
+ "homepage": "",
100
+ "license": ""
101
+ }
state.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00003.arrow"
5
+ },
6
+ {
7
+ "filename": "data-00001-of-00003.arrow"
8
+ },
9
+ {
10
+ "filename": "data-00002-of-00003.arrow"
11
+ }
12
+ ],
13
+ "_fingerprint": "66530bc34e501e08",
14
+ "_format_columns": null,
15
+ "_format_kwargs": {},
16
+ "_format_type": null,
17
+ "_output_all_columns": false,
18
+ "_split": null
19
+ }