chYassine commited on
Commit
c362dc6
·
verified ·
1 Parent(s): 5c9d3da

Create labeled log sessions dataset with attack information

Browse files
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: session_id
5
+ dtype: string
6
+ - name: logs
7
+ list: string
8
+ - name: metadata
9
+ struct:
10
+ - name: duration_seconds
11
+ dtype: float64
12
+ - name: host
13
+ dtype: string
14
+ - name: hour
15
+ dtype: int64
16
+ - name: is_weekend
17
+ dtype: bool
18
+ - name: log_types
19
+ list: string
20
+ - name: n_logs
21
+ dtype: int64
22
+ - name: log_types
23
+ list: string
24
+ - name: log_types_str
25
+ dtype: string
26
+ - name: n_logs
27
+ dtype: int64
28
+ - name: has_attack
29
+ dtype: bool
30
+ - name: attack_types
31
+ list: string
32
+ - name: attack_types_str
33
+ dtype: string
34
+ - name: attack_count
35
+ dtype: int64
36
+ - name: attack_ratio
37
+ dtype: float64
38
+ - name: label
39
+ dtype: int64
40
+ - name: attack_ratio_original
41
+ dtype: float64
42
+ - name: severity_labels
43
+ list: string
44
+ splits:
45
+ - name: train
46
+ num_bytes: 529769012
47
+ num_examples: 26996
48
+ download_size: 71863406
49
+ dataset_size: 529769012
50
+ configs:
51
+ - config_name: default
52
+ data_files:
53
+ - split: train
54
+ path: data/train-*
55
+ ---
data/train-00000-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c393d7563950744665a57d04bd5f08d6f1e75c793f3a8edeac27e5ebf1b328dc
3
+ size 34013671
data/train-00001-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6f3ee413cc309efc461f0e84924ae52bda63d5bb2c03c4b739bfb666c582079
3
+ size 37849735