The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 3 new columns ({'detector_id', 'partner_attacker_id', 'event_type'}) and 9 missing columns ({'attack_phase', 'evasion_budget_consumed', 'feature_delta_linf_norm', 'detection_outcome', 'feature_delta_l2_norm', 'attacker_capability_tier', 'perturbation_magnitude', 'detector_confidence_score', 'query_count_cumulative'}).

This happened while the csv dataset builder was generating data using

hf://datasets/xpertsystems/cyb011-sample/campaign_events.csv (at revision ff8b83d4691ab4a65f42dfdcac9087cdfefba54b), [/tmp/hf-datasets-cache/medium/datasets/76384763363068-config-parquet-and-info-xpertsystems-cyb011-sampl-5ed0d001/hub/datasets--xpertsystems--cyb011-sample/snapshots/ff8b83d4691ab4a65f42dfdcac9087cdfefba54b/attack_trajectories.csv (origin=hf://datasets/xpertsystems/cyb011-sample@ff8b83d4691ab4a65f42dfdcac9087cdfefba54b/attack_trajectories.csv), /tmp/hf-datasets-cache/medium/datasets/76384763363068-config-parquet-and-info-xpertsystems-cyb011-sampl-5ed0d001/hub/datasets--xpertsystems--cyb011-sample/snapshots/ff8b83d4691ab4a65f42dfdcac9087cdfefba54b/campaign_events.csv (origin=hf://datasets/xpertsystems/cyb011-sample@ff8b83d4691ab4a65f42dfdcac9087cdfefba54b/campaign_events.csv), /tmp/hf-datasets-cache/medium/datasets/76384763363068-config-parquet-and-info-xpertsystems-cyb011-sampl-5ed0d001/hub/datasets--xpertsystems--cyb011-sample/snapshots/ff8b83d4691ab4a65f42dfdcac9087cdfefba54b/campaign_summary.csv (origin=hf://datasets/xpertsystems/cyb011-sample@ff8b83d4691ab4a65f42dfdcac9087cdfefba54b/campaign_summary.csv), /tmp/hf-datasets-cache/medium/datasets/76384763363068-config-parquet-and-info-xpertsystems-cyb011-sampl-5ed0d001/hub/datasets--xpertsystems--cyb011-sample/snapshots/ff8b83d4691ab4a65f42dfdcac9087cdfefba54b/network_topology.csv (origin=hf://datasets/xpertsystems/cyb011-sample@ff8b83d4691ab4a65f42dfdcac9087cdfefba54b/network_topology.csv)]

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              campaign_id: string
              attacker_id: string
              event_type: string
              timestep: int64
              target_segment_id: string
              detector_id: string
              partner_attacker_id: double
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1135
              to
              {'campaign_id': Value('string'), 'attacker_id': Value('string'), 'timestep': Value('int64'), 'attack_phase': Value('string'), 'perturbation_magnitude': Value('float64'), 'feature_delta_l2_norm': Value('float64'), 'feature_delta_linf_norm': Value('float64'), 'detector_confidence_score': Value('float64'), 'detection_outcome': Value('string'), 'query_count_cumulative': Value('int64'), 'evasion_budget_consumed': Value('float64'), 'target_segment_id': Value('string'), 'attacker_capability_tier': Value('string')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 3 new columns ({'detector_id', 'partner_attacker_id', 'event_type'}) and 9 missing columns ({'attack_phase', 'evasion_budget_consumed', 'feature_delta_linf_norm', 'detection_outcome', 'feature_delta_l2_norm', 'attacker_capability_tier', 'perturbation_magnitude', 'detector_confidence_score', 'query_count_cumulative'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/xpertsystems/cyb011-sample/campaign_events.csv (at revision ff8b83d4691ab4a65f42dfdcac9087cdfefba54b), [/tmp/hf-datasets-cache/medium/datasets/76384763363068-config-parquet-and-info-xpertsystems-cyb011-sampl-5ed0d001/hub/datasets--xpertsystems--cyb011-sample/snapshots/ff8b83d4691ab4a65f42dfdcac9087cdfefba54b/attack_trajectories.csv (origin=hf://datasets/xpertsystems/cyb011-sample@ff8b83d4691ab4a65f42dfdcac9087cdfefba54b/attack_trajectories.csv), /tmp/hf-datasets-cache/medium/datasets/76384763363068-config-parquet-and-info-xpertsystems-cyb011-sampl-5ed0d001/hub/datasets--xpertsystems--cyb011-sample/snapshots/ff8b83d4691ab4a65f42dfdcac9087cdfefba54b/campaign_events.csv (origin=hf://datasets/xpertsystems/cyb011-sample@ff8b83d4691ab4a65f42dfdcac9087cdfefba54b/campaign_events.csv), /tmp/hf-datasets-cache/medium/datasets/76384763363068-config-parquet-and-info-xpertsystems-cyb011-sampl-5ed0d001/hub/datasets--xpertsystems--cyb011-sample/snapshots/ff8b83d4691ab4a65f42dfdcac9087cdfefba54b/campaign_summary.csv (origin=hf://datasets/xpertsystems/cyb011-sample@ff8b83d4691ab4a65f42dfdcac9087cdfefba54b/campaign_summary.csv), /tmp/hf-datasets-cache/medium/datasets/76384763363068-config-parquet-and-info-xpertsystems-cyb011-sampl-5ed0d001/hub/datasets--xpertsystems--cyb011-sample/snapshots/ff8b83d4691ab4a65f42dfdcac9087cdfefba54b/network_topology.csv (origin=hf://datasets/xpertsystems/cyb011-sample@ff8b83d4691ab4a65f42dfdcac9087cdfefba54b/network_topology.csv)]
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

campaign_id
string
attacker_id
string
timestep
int64
attack_phase
string
perturbation_magnitude
float64
feature_delta_l2_norm
float64
feature_delta_linf_norm
float64
detector_confidence_score
float64
detection_outcome
string
query_count_cumulative
int64
evasion_budget_consumed
float64
target_segment_id
string
attacker_capability_tier
string
ATK0001_C0001
ATK0001
1
idle_dwell
0.341728
1.518674
0.341728
0.681763
suppressed_alert
0
0
SEG00156
script_kiddie
ATK0001_C0001
ATK0001
2
idle_dwell
0.149603
0.842969
0.149603
0.34254
suppressed_alert
0
0
SEG00081
script_kiddie
ATK0001_C0001
ATK0001
3
reconnaissance
0.11997
0.587728
0.11997
0.360217
suppressed_alert
0
0
SEG00114
script_kiddie
ATK0001_C0001
ATK0001
4
reconnaissance
0.238123
1.037952
0.238123
0.254006
suppressed_alert
0
0
SEG00093
script_kiddie
ATK0001_C0001
ATK0001
5
feature_space_probe
0.22966
0.918642
0.22966
0.124905
suppressed_alert
1
0
SEG00042
script_kiddie
ATK0001_C0001
ATK0001
6
feature_space_probe
0.253657
1.105667
0.253657
0.052451
suppressed_alert
2
0
SEG00090
script_kiddie
ATK0001_C0001
ATK0001
7
idle_dwell
0.266056
1.289757
0.266056
0.506623
suppressed_alert
2
0
SEG00152
script_kiddie
ATK0001_C0001
ATK0001
8
feature_space_probe
0.147726
0.590904
0.147726
0.858419
suppressed_alert
3
0
SEG00133
script_kiddie
ATK0001_C0001
ATK0001
9
feature_space_probe
0.149465
0.60713
0.149465
0.238746
suppressed_alert
4
0
SEG00147
script_kiddie
ATK0001_C0001
ATK0001
10
feature_space_probe
0.198915
0.994576
0.198915
0.421106
suppressed_alert
5
0
SEG00162
script_kiddie
ATK0001_C0001
ATK0001
11
feature_space_probe
0.143421
0.691551
0.143421
0.606994
suppressed_alert
6
0
SEG00029
script_kiddie
ATK0001_C0001
ATK0001
12
perturbation_craft
0.197599
0.957897
0.197599
0.749327
suppressed_alert
6
0
SEG00014
script_kiddie
ATK0001_C0001
ATK0001
13
perturbation_craft
0.175976
0.830077
0.175976
0.239296
suppressed_alert
6
0
SEG00022
script_kiddie
ATK0001_C0001
ATK0001
14
perturbation_craft
0.277246
1.524853
0.277246
0.551881
suppressed_alert
6
0
SEG00047
script_kiddie
ATK0001_C0001
ATK0001
15
evasion_attempt
0.056922
0.449298
0.05
0.506178
suppressed_alert
7
0.056922
SEG00156
script_kiddie
ATK0001_C0001
ATK0001
16
idle_dwell
0.183773
1.03551
0.183773
0.150471
suppressed_alert
7
0.056922
SEG00081
script_kiddie
ATK0001_C0001
ATK0001
17
evasion_attempt
0.371987
3.842345
0.05
0.133671
evasion_success
8
0.214454
SEG00114
script_kiddie
ATK0001_C0001
ATK0001
18
evasion_attempt
0.04284
0.436495
0.04284
0.48407
suppressed_alert
9
0.157249
SEG00093
script_kiddie
ATK0001_C0001
ATK0001
19
evasion_attempt
0.332855
2.802283
0.05
0.432514
suppressed_alert
10
0.201151
SEG00042
script_kiddie
ATK0001_C0001
ATK0001
20
evasion_attempt
0.187933
1.862538
0.05
0.359542
suppressed_alert
11
0.198507
SEG00090
script_kiddie
ATK0001_C0001
ATK0001
21
evasion_attempt
0.160621
1.591092
0.05
0.776124
marginal_alert
12
0.192193
SEG00152
script_kiddie
ATK0001_C0001
ATK0001
22
evasion_attempt
0.12052
0.941395
0.05
0.855427
high_confidence_alert
13
0.181954
SEG00133
script_kiddie
ATK0001_C0001
ATK0001
23
evasion_attempt
0.334728
2.977701
0.05
0.6631
marginal_alert
14
0.201051
SEG00147
script_kiddie
ATK0001_C0001
ATK0001
24
evasion_attempt
0.261276
2.856755
0.05
0.737762
marginal_alert
15
0.207743
SEG00162
script_kiddie
ATK0001_C0001
ATK0001
25
evasion_attempt
0.159737
1.540579
0.05
0.950559
high_confidence_alert
16
0.202942
SEG00029
script_kiddie
ATK0001_C0001
ATK0001
26
evasion_attempt
0.109985
1.21989
0.05
0.501438
suppressed_alert
17
0.194491
SEG00014
script_kiddie
ATK0001_C0001
ATK0001
27
evasion_attempt
0.072168
0.693709
0.05
0.671069
marginal_alert
18
0.184298
SEG00022
script_kiddie
ATK0001_C0001
ATK0001
28
evasion_attempt
0.207525
2.519585
0.05
0.365405
suppressed_alert
19
0.186085
SEG00047
script_kiddie
ATK0001_C0001
ATK0001
29
idle_dwell
0.233567
1.037995
0.233567
0.308254
suppressed_alert
19
0.186085
SEG00156
script_kiddie
ATK0001_C0001
ATK0001
30
evasion_attempt
0.170198
1.690014
0.05
0.714389
marginal_alert
20
0.18495
SEG00081
script_kiddie
ATK0001_C0001
ATK0001
31
evasion_attempt
0.258527
2.045113
0.05
0.387957
suppressed_alert
21
0.189855
SEG00114
script_kiddie
ATK0001_C0001
ATK0001
32
idle_dwell
0.188521
0.821743
0.188521
0.124684
suppressed_alert
21
0.189855
SEG00093
script_kiddie
ATK0001_C0001
ATK0001
33
evasion_attempt
0.203375
1.798171
0.05
0.506889
suppressed_alert
22
0.1907
SEG00042
script_kiddie
ATK0001_C0001
ATK0001
34
evasion_attempt
0.001
0.007236
0.001
0.386567
suppressed_alert
23
0.179541
SEG00090
script_kiddie
ATK0001_C0001
ATK0001
35
evasion_attempt
0.338102
3.585032
0.05
0.345028
suppressed_alert
24
0.18835
SEG00152
script_kiddie
ATK0001_C0001
ATK0001
36
evasion_attempt
0.26364
2.256077
0.05
0.280732
suppressed_alert
25
0.192313
SEG00133
script_kiddie
ATK0001_C0001
ATK0001
37
evasion_attempt
0.156399
1.075378
0.05
0.632123
marginal_alert
26
0.190517
SEG00147
script_kiddie
ATK0001_C0001
ATK0001
38
evasion_attempt
0.13765
1.118844
0.05
0.794228
high_confidence_alert
27
0.188
SEG00162
script_kiddie
ATK0001_C0001
ATK0001
39
evasion_attempt
0.174804
1.363321
0.05
0.851467
high_confidence_alert
28
0.1874
SEG00029
script_kiddie
ATK0001_C0001
ATK0001
40
idle_dwell
0.24141
1.170279
0.24141
0.371061
suppressed_alert
28
0.1874
SEG00014
script_kiddie
ATK0001_C0001
ATK0001
41
idle_dwell
0.106905
0.504269
0.106905
0.669295
suppressed_alert
28
0.1874
SEG00022
script_kiddie
ATK0001_C0001
ATK0001
42
evasion_attempt
0.098159
0.975592
0.05
0.657225
marginal_alert
29
0.18352
SEG00047
script_kiddie
ATK0001_C0001
ATK0001
43
evasion_attempt
0.262886
2.056364
0.05
0.909981
high_confidence_alert
30
0.186827
SEG00156
script_kiddie
ATK0001_C0001
ATK0001
44
evasion_attempt
0.161276
2.108356
0.05
0.904853
high_confidence_alert
31
0.185805
SEG00081
script_kiddie
ATK0001_C0001
ATK0001
45
idle_dwell
0.308281
1.510264
0.308281
0.100026
suppressed_alert
31
0.185805
SEG00114
script_kiddie
ATK0001_C0001
ATK0001
46
idle_dwell
0.229994
1.002518
0.229994
0.131134
suppressed_alert
31
0.185805
SEG00093
script_kiddie
ATK0001_C0001
ATK0001
47
evasion_attempt
0.291306
1.887852
0.05
0.191283
evasion_success
32
0.189862
SEG00042
script_kiddie
ATK0001_C0001
ATK0001
48
evasion_attempt
0.190443
1.863721
0.05
0.488933
suppressed_alert
33
0.189884
SEG00090
script_kiddie
ATK0001_C0001
ATK0001
49
evasion_attempt
0.179507
1.680642
0.05
0.577907
marginal_alert
34
0.189513
SEG00152
script_kiddie
ATK0001_C0001
ATK0001
50
evasion_attempt
0.158045
1.141651
0.05
0.366523
suppressed_alert
35
0.188428
SEG00133
script_kiddie
ATK0001_C0001
ATK0001
51
evasion_attempt
0.364242
2.990436
0.05
0.525346
marginal_alert
36
0.194289
SEG00147
script_kiddie
ATK0001_C0001
ATK0001
52
evasion_attempt
0.145831
1.465455
0.05
0.878451
high_confidence_alert
37
0.192725
SEG00162
script_kiddie
ATK0001_C0001
ATK0001
53
evasion_attempt
0.11991
1.387533
0.05
0.73897
marginal_alert
38
0.19045
SEG00029
script_kiddie
ATK0001_C0001
ATK0001
54
evasion_attempt
0.142223
1.207946
0.05
0.4622
suppressed_alert
39
0.188989
SEG00014
script_kiddie
ATK0001_C0001
ATK0001
55
evasion_attempt
0.244489
1.971108
0.05
0.381221
suppressed_alert
40
0.190621
SEG00022
script_kiddie
ATK0001_C0001
ATK0001
56
evasion_attempt
0.195142
2.013809
0.05
0.560544
marginal_alert
41
0.19075
SEG00047
script_kiddie
ATK0001_C0001
ATK0001
57
evasion_attempt
0.254474
2.224159
0.05
0.857784
high_confidence_alert
42
0.19252
SEG00156
script_kiddie
ATK0001_C0001
ATK0001
58
evasion_attempt
0.159891
1.467761
0.05
0.441764
suppressed_alert
43
0.191638
SEG00081
script_kiddie
ATK0001_C0001
ATK0001
59
evasion_attempt
0.383254
3.30419
0.05
0.71572
marginal_alert
44
0.196681
SEG00114
script_kiddie
ATK0001_C0001
ATK0001
60
idle_dwell
0.05016
0.218642
0.05016
0.752537
suppressed_alert
44
0.196681
SEG00093
script_kiddie
ATK0001_C0001
ATK0001
61
evasion_attempt
0.161146
1.229703
0.05
0.320677
suppressed_alert
45
0.19577
SEG00042
script_kiddie
ATK0001_C0001
ATK0001
62
evasion_attempt
0.189775
1.976056
0.05
0.38292
suppressed_alert
46
0.19562
SEG00090
script_kiddie
ATK0001_C0001
ATK0001
63
feedback_adaptation
0.101005
0.489638
0.101005
0.368022
suppressed_alert
46
0.19562
SEG00152
script_kiddie
ATK0001_C0001
ATK0001
64
idle_dwell
0.436043
1.744171
0.436043
0.249309
suppressed_alert
46
0.19562
SEG00133
script_kiddie
ATK0001_C0001
ATK0001
65
campaign_consolidation
0.174563
0.709078
0.174563
0.522644
suppressed_alert
46
0.19562
SEG00147
script_kiddie
ATK0001_C0001
ATK0001
66
campaign_consolidation
0.379075
1.895373
0.379075
0.391762
suppressed_alert
46
0.19562
SEG00162
script_kiddie
ATK0001_C0001
ATK0001
67
idle_dwell
0.357699
1.724763
0.357699
0.150387
suppressed_alert
46
0.19562
SEG00029
script_kiddie
ATK0001_C0001
ATK0001
68
idle_dwell
0.464439
2.251452
0.464439
0.331071
suppressed_alert
46
0.19562
SEG00014
script_kiddie
ATK0001_C0001
ATK0001
69
campaign_consolidation
0.178346
0.841254
0.178346
0.343959
suppressed_alert
46
0.19562
SEG00022
script_kiddie
ATK0001_C0001
ATK0001
70
campaign_consolidation
0.110641
0.608523
0.110641
0.213483
suppressed_alert
46
0.19562
SEG00047
script_kiddie
ATK0001_C0002
ATK0001
1
reconnaissance
0.201262
0.996194
0.201262
0.376488
suppressed_alert
0
0
SEG00011
script_kiddie
ATK0001_C0002
ATK0001
2
reconnaissance
0.247433
1.199477
0.247433
0.477542
suppressed_alert
0
0
SEG00137
script_kiddie
ATK0001_C0002
ATK0001
3
reconnaissance
0.044045
0.172002
0.044045
0.880732
suppressed_alert
0
0
SEG00173
script_kiddie
ATK0001_C0002
ATK0001
4
idle_dwell
0.120787
0.396026
0.120787
0.533956
suppressed_alert
0
0
SEG00127
script_kiddie
ATK0001_C0002
ATK0001
5
reconnaissance
0.166204
0.551235
0.166204
0.494726
suppressed_alert
0
0
SEG00144
script_kiddie
ATK0001_C0002
ATK0001
6
reconnaissance
0.283397
1.532702
0.283397
0.548434
suppressed_alert
0
0
SEG00159
script_kiddie
ATK0001_C0002
ATK0001
7
reconnaissance
0.172355
0.746317
0.172355
0.139412
suppressed_alert
0
0
SEG00030
script_kiddie
ATK0001_C0002
ATK0001
8
feature_space_probe
0.285938
1.294639
0.285938
0.494311
suppressed_alert
1
0
SEG00194
script_kiddie
ATK0001_C0002
ATK0001
9
feature_space_probe
0.188493
0.884113
0.188493
0.420125
suppressed_alert
2
0
SEG00180
script_kiddie
ATK0001_C0002
ATK0001
10
feature_space_probe
0.191435
0.94271
0.191435
0.559226
suppressed_alert
3
0
SEG00021
script_kiddie
ATK0001_C0002
ATK0001
11
feature_space_probe
0.197837
0.943623
0.197837
0.473796
suppressed_alert
4
0
SEG00169
script_kiddie
ATK0001_C0002
ATK0001
12
idle_dwell
0.190848
0.944648
0.190848
0.94301
suppressed_alert
4
0
SEG00141
script_kiddie
ATK0001_C0002
ATK0001
13
idle_dwell
0.338688
1.641851
0.338688
0.302761
suppressed_alert
4
0
SEG00014
script_kiddie
ATK0001_C0002
ATK0001
14
perturbation_craft
0.188076
0.786779
0.188076
0.194371
suppressed_alert
4
0
SEG00019
script_kiddie
ATK0001_C0002
ATK0001
15
perturbation_craft
0.147349
0.729341
0.147349
0.616602
suppressed_alert
4
0
SEG00011
script_kiddie
ATK0001_C0002
ATK0001
16
evasion_attempt
0.06808
0.755342
0.05
0.895672
high_confidence_alert
5
0.06808
SEG00137
script_kiddie
ATK0001_C0002
ATK0001
17
evasion_attempt
0.332938
2.165999
0.05
0.589678
marginal_alert
6
0.200509
SEG00173
script_kiddie
ATK0001_C0002
ATK0001
18
evasion_attempt
0.258558
1.941611
0.05
0.570689
marginal_alert
7
0.219859
SEG00127
script_kiddie
ATK0001_C0002
ATK0001
19
evasion_attempt
0.328936
2.089776
0.05
0.391387
suppressed_alert
8
0.247128
SEG00144
script_kiddie
ATK0001_C0002
ATK0001
20
evasion_attempt
0.08913
0.951468
0.05
0.787211
high_confidence_alert
9
0.215528
SEG00159
script_kiddie
ATK0001_C0002
ATK0001
21
evasion_attempt
0.170579
1.272506
0.05
0.30896
suppressed_alert
10
0.208037
SEG00030
script_kiddie
ATK0001_C0002
ATK0001
22
evasion_attempt
0.128758
0.947753
0.05
0.612866
marginal_alert
11
0.196711
SEG00194
script_kiddie
ATK0001_C0002
ATK0001
23
evasion_attempt
0.234867
2.619215
0.05
0.530332
marginal_alert
12
0.201481
SEG00180
script_kiddie
ATK0001_C0002
ATK0001
24
evasion_attempt
0.187589
1.78128
0.05
0.720895
marginal_alert
13
0.199937
SEG00021
script_kiddie
ATK0001_C0002
ATK0001
25
idle_dwell
0.102549
0.489128
0.102549
0.094709
suppressed_alert
13
0.199937
SEG00169
script_kiddie
ATK0001_C0002
ATK0001
26
evasion_attempt
0.209157
1.811039
0.05
0.229314
evasion_success
14
0.200859
SEG00141
script_kiddie
ATK0001_C0002
ATK0001
27
evasion_attempt
0.284498
3.220724
0.05
0.467888
suppressed_alert
15
0.208463
SEG00014
script_kiddie
ATK0001_C0002
ATK0001
28
evasion_attempt
0.035866
0.330575
0.035866
0.283563
suppressed_alert
16
0.19408
SEG00019
script_kiddie
ATK0001_C0002
ATK0001
29
idle_dwell
0.268236
1.327702
0.268236
0.276132
suppressed_alert
16
0.19408
SEG00011
script_kiddie
ATK0001_C0002
ATK0001
30
evasion_attempt
0.087439
0.908613
0.05
0.523918
marginal_alert
17
0.185877
SEG00137
script_kiddie
End of preview.