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 11 new columns ({'api_call_name', 'network_dst_ip_class', 'registry_key_path', 'timestep', 'target_pid', 'sample_id', 'file_path_mutated', 'execution_phase', 'dns_query_domain_class', 'family_id', 'event_type'}) and 12 missing columns ({'sandbox_presence_flag', 'network_segment_type', 'patch_currency_score', 'platform_type', 'ep_stack', 'profile_id', 'segment_id', 'user_privilege_level', 'network_egress_filtered', 'av_signature_age_days', 'edr_behavioural_enabled', 'endpoint_os'}).
This happened while the csv dataset builder was generating data using
hf://datasets/xpertsystems/cyb003-sample/execution_events.csv (at revision ecf6a426fd08be3f6e0cd5b682ac4926d59c37ea), [/tmp/hf-datasets-cache/medium/datasets/75406366313924-config-parquet-and-info-xpertsystems-cyb003-sampl-a9269a24/hub/datasets--xpertsystems--cyb003-sample/snapshots/ecf6a426fd08be3f6e0cd5b682ac4926d59c37ea/environment_profiles.csv (origin=hf://datasets/xpertsystems/cyb003-sample@ecf6a426fd08be3f6e0cd5b682ac4926d59c37ea/environment_profiles.csv), /tmp/hf-datasets-cache/medium/datasets/75406366313924-config-parquet-and-info-xpertsystems-cyb003-sampl-a9269a24/hub/datasets--xpertsystems--cyb003-sample/snapshots/ecf6a426fd08be3f6e0cd5b682ac4926d59c37ea/execution_events.csv (origin=hf://datasets/xpertsystems/cyb003-sample@ecf6a426fd08be3f6e0cd5b682ac4926d59c37ea/execution_events.csv), /tmp/hf-datasets-cache/medium/datasets/75406366313924-config-parquet-and-info-xpertsystems-cyb003-sampl-a9269a24/hub/datasets--xpertsystems--cyb003-sample/snapshots/ecf6a426fd08be3f6e0cd5b682ac4926d59c37ea/malware_samples.csv (origin=hf://datasets/xpertsystems/cyb003-sample@ecf6a426fd08be3f6e0cd5b682ac4926d59c37ea/malware_samples.csv), /tmp/hf-datasets-cache/medium/datasets/75406366313924-config-parquet-and-info-xpertsystems-cyb003-sampl-a9269a24/hub/datasets--xpertsystems--cyb003-sample/snapshots/ecf6a426fd08be3f6e0cd5b682ac4926d59c37ea/sample_summary.csv (origin=hf://datasets/xpertsystems/cyb003-sample@ecf6a426fd08be3f6e0cd5b682ac4926d59c37ea/sample_summary.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
sample_id: string
family_id: string
event_type: string
timestep: int64
execution_phase: string
target_pid: int64
api_call_name: string
registry_key_path: string
file_path_mutated: string
network_dst_ip_class: string
dns_query_domain_class: string
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1656
to
{'profile_id': Value('string'), 'segment_id': Value('string'), 'endpoint_os': Value('string'), 'platform_type': Value('string'), 'ep_stack': Value('string'), 'patch_currency_score': Value('float64'), 'user_privilege_level': Value('string'), 'network_segment_type': Value('string'), 'sandbox_presence_flag': Value('int64'), 'av_signature_age_days': Value('int64'), 'edr_behavioural_enabled': Value('int64'), 'network_egress_filtered': Value('int64')}
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 11 new columns ({'api_call_name', 'network_dst_ip_class', 'registry_key_path', 'timestep', 'target_pid', 'sample_id', 'file_path_mutated', 'execution_phase', 'dns_query_domain_class', 'family_id', 'event_type'}) and 12 missing columns ({'sandbox_presence_flag', 'network_segment_type', 'patch_currency_score', 'platform_type', 'ep_stack', 'profile_id', 'segment_id', 'user_privilege_level', 'network_egress_filtered', 'av_signature_age_days', 'edr_behavioural_enabled', 'endpoint_os'}).
This happened while the csv dataset builder was generating data using
hf://datasets/xpertsystems/cyb003-sample/execution_events.csv (at revision ecf6a426fd08be3f6e0cd5b682ac4926d59c37ea), [/tmp/hf-datasets-cache/medium/datasets/75406366313924-config-parquet-and-info-xpertsystems-cyb003-sampl-a9269a24/hub/datasets--xpertsystems--cyb003-sample/snapshots/ecf6a426fd08be3f6e0cd5b682ac4926d59c37ea/environment_profiles.csv (origin=hf://datasets/xpertsystems/cyb003-sample@ecf6a426fd08be3f6e0cd5b682ac4926d59c37ea/environment_profiles.csv), /tmp/hf-datasets-cache/medium/datasets/75406366313924-config-parquet-and-info-xpertsystems-cyb003-sampl-a9269a24/hub/datasets--xpertsystems--cyb003-sample/snapshots/ecf6a426fd08be3f6e0cd5b682ac4926d59c37ea/execution_events.csv (origin=hf://datasets/xpertsystems/cyb003-sample@ecf6a426fd08be3f6e0cd5b682ac4926d59c37ea/execution_events.csv), /tmp/hf-datasets-cache/medium/datasets/75406366313924-config-parquet-and-info-xpertsystems-cyb003-sampl-a9269a24/hub/datasets--xpertsystems--cyb003-sample/snapshots/ecf6a426fd08be3f6e0cd5b682ac4926d59c37ea/malware_samples.csv (origin=hf://datasets/xpertsystems/cyb003-sample@ecf6a426fd08be3f6e0cd5b682ac4926d59c37ea/malware_samples.csv), /tmp/hf-datasets-cache/medium/datasets/75406366313924-config-parquet-and-info-xpertsystems-cyb003-sampl-a9269a24/hub/datasets--xpertsystems--cyb003-sample/snapshots/ecf6a426fd08be3f6e0cd5b682ac4926d59c37ea/sample_summary.csv (origin=hf://datasets/xpertsystems/cyb003-sample@ecf6a426fd08be3f6e0cd5b682ac4926d59c37ea/sample_summary.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.
profile_id string | segment_id string | endpoint_os string | platform_type string | ep_stack string | patch_currency_score float64 | user_privilege_level string | network_segment_type string | sandbox_presence_flag int64 | av_signature_age_days int64 | edr_behavioural_enabled int64 | network_egress_filtered int64 |
|---|---|---|---|---|---|---|---|---|---|---|---|
EP0000 | SEG00000 | linux_ubuntu_22 | linux | edr_endpoint_detect | 0.6879 | power_user | soc_management | 0 | 53 | 1 | 1 |
EP0000 | SEG00001 | linux_ubuntu_22 | linux | edr_endpoint_detect | 0.7067 | standard_user | cloud_workload | 0 | 20 | 1 | 0 |
EP0000 | SEG00002 | linux_ubuntu_22 | linux | edr_endpoint_detect | 0.6568 | local_admin | ot_ics_control | 0 | 34 | 1 | 0 |
EP0000 | SEG00003 | linux_ubuntu_22 | linux | edr_endpoint_detect | 0.4043 | local_admin | cloud_workload | 0 | 10 | 1 | 1 |
EP0000 | SEG00004 | linux_ubuntu_22 | linux | edr_endpoint_detect | 0.5174 | standard_user | dmz_perimeter | 0 | 58 | 0 | 1 |
EP0000 | SEG00005 | linux_ubuntu_22 | linux | edr_endpoint_detect | 0.7211 | domain_admin | endpoint_subnet | 0 | 89 | 1 | 1 |
EP0000 | SEG00006 | linux_ubuntu_22 | linux | edr_endpoint_detect | 0.974 | power_user | dmz_perimeter | 0 | 33 | 1 | 1 |
EP0000 | SEG00007 | linux_ubuntu_22 | linux | edr_endpoint_detect | 0.4959 | power_user | cloud_workload | 0 | 28 | 1 | 1 |
EP0000 | SEG00008 | linux_ubuntu_22 | linux | edr_endpoint_detect | 0.7267 | domain_admin | soc_management | 0 | 24 | 1 | 1 |
EP0000 | SEG00009 | linux_ubuntu_22 | linux | edr_endpoint_detect | 0.7572 | standard_user | zero_trust_zone | 0 | 8 | 1 | 1 |
EP0001 | SEG00010 | windows_10_enterprise | windows | edr_endpoint_detect | 0.7419 | local_admin | endpoint_subnet | 0 | 14 | 0 | 1 |
EP0001 | SEG00011 | windows_10_enterprise | windows | edr_endpoint_detect | 0.8289 | standard_user | zero_trust_zone | 1 | 26 | 1 | 1 |
EP0001 | SEG00012 | windows_10_enterprise | windows | edr_endpoint_detect | 0.7897 | local_admin | soc_management | 1 | 24 | 1 | 1 |
EP0001 | SEG00013 | windows_10_enterprise | windows | edr_endpoint_detect | 0.582 | power_user | ot_ics_control | 0 | 38 | 1 | 1 |
EP0001 | SEG00014 | windows_10_enterprise | windows | edr_endpoint_detect | 0.9319 | standard_user | soc_management | 0 | 11 | 1 | 1 |
EP0001 | SEG00015 | windows_10_enterprise | windows | edr_endpoint_detect | 0.7557 | standard_user | cloud_workload | 0 | 19 | 1 | 0 |
EP0001 | SEG00016 | windows_10_enterprise | windows | edr_endpoint_detect | 0.8857 | standard_user | ot_ics_control | 0 | 34 | 1 | 1 |
EP0001 | SEG00017 | windows_10_enterprise | windows | edr_endpoint_detect | 0.7022 | standard_user | ot_ics_control | 1 | 7 | 1 | 1 |
EP0001 | SEG00018 | windows_10_enterprise | windows | edr_endpoint_detect | 0.7981 | standard_user | zero_trust_zone | 0 | 41 | 1 | 1 |
EP0001 | SEG00019 | windows_10_enterprise | windows | edr_endpoint_detect | 0.9174 | standard_user | soc_management | 0 | 38 | 1 | 1 |
EP0002 | SEG00020 | windows_11_pro | windows | legacy_av_only | 0.6409 | standard_user | ot_ics_control | 0 | 32 | 0 | 1 |
EP0002 | SEG00021 | windows_11_pro | windows | legacy_av_only | 0.8474 | standard_user | endpoint_subnet | 0 | 38 | 0 | 0 |
EP0002 | SEG00022 | windows_11_pro | windows | legacy_av_only | 0.6909 | local_admin | dmz_perimeter | 0 | 18 | 0 | 1 |
EP0002 | SEG00023 | windows_11_pro | windows | legacy_av_only | 0.7945 | local_admin | soc_management | 0 | 61 | 0 | 1 |
EP0002 | SEG00024 | windows_11_pro | windows | legacy_av_only | 0.6691 | local_admin | ot_ics_control | 0 | 56 | 0 | 0 |
EP0002 | SEG00025 | windows_11_pro | windows | legacy_av_only | 0.4522 | standard_user | ot_ics_control | 0 | 32 | 0 | 1 |
EP0002 | SEG00026 | windows_11_pro | windows | legacy_av_only | 0.5832 | local_admin | soc_management | 1 | 28 | 0 | 0 |
EP0002 | SEG00027 | windows_11_pro | windows | legacy_av_only | 0.7093 | power_user | endpoint_subnet | 0 | 43 | 0 | 1 |
EP0002 | SEG00028 | windows_11_pro | windows | legacy_av_only | 0.7467 | standard_user | corporate_lan | 0 | 15 | 0 | 0 |
EP0002 | SEG00029 | windows_11_pro | windows | legacy_av_only | 0.5412 | standard_user | cloud_workload | 0 | 38 | 0 | 1 |
EP0003 | SEG00030 | windows_11_pro | windows | edr_endpoint_detect | 0.7865 | power_user | dmz_perimeter | 0 | 32 | 1 | 1 |
EP0003 | SEG00031 | windows_11_pro | windows | edr_endpoint_detect | 0.6372 | standard_user | soc_management | 1 | 19 | 1 | 1 |
EP0003 | SEG00032 | windows_11_pro | windows | edr_endpoint_detect | 0.6934 | power_user | corporate_lan | 0 | 33 | 1 | 1 |
EP0003 | SEG00033 | windows_11_pro | windows | edr_endpoint_detect | 0.7385 | domain_admin | dmz_perimeter | 0 | 60 | 1 | 1 |
EP0003 | SEG00034 | windows_11_pro | windows | edr_endpoint_detect | 0.7786 | standard_user | endpoint_subnet | 0 | 6 | 1 | 1 |
EP0003 | SEG00035 | windows_11_pro | windows | edr_endpoint_detect | 0.6339 | standard_user | endpoint_subnet | 0 | 11 | 1 | 1 |
EP0003 | SEG00036 | windows_11_pro | windows | edr_endpoint_detect | 0.7419 | domain_admin | ot_ics_control | 0 | 21 | 1 | 0 |
EP0003 | SEG00037 | windows_11_pro | windows | edr_endpoint_detect | 0.8665 | power_user | zero_trust_zone | 0 | 38 | 1 | 1 |
EP0003 | SEG00038 | windows_11_pro | windows | edr_endpoint_detect | 0.8828 | standard_user | zero_trust_zone | 0 | 31 | 1 | 1 |
EP0003 | SEG00039 | windows_11_pro | windows | edr_endpoint_detect | 0.9041 | local_admin | corporate_lan | 0 | 38 | 1 | 1 |
EP0004 | SEG00040 | macos_ventura | macos | ngav_ml_based | 0.5386 | local_admin | zero_trust_zone | 1 | 20 | 1 | 1 |
EP0004 | SEG00041 | macos_ventura | macos | ngav_ml_based | 0.7013 | power_user | endpoint_subnet | 1 | 26 | 1 | 1 |
EP0004 | SEG00042 | macos_ventura | macos | ngav_ml_based | 0.887 | power_user | endpoint_subnet | 0 | 49 | 1 | 0 |
EP0004 | SEG00043 | macos_ventura | macos | ngav_ml_based | 0.6565 | standard_user | corporate_lan | 0 | 29 | 1 | 1 |
EP0004 | SEG00044 | macos_ventura | macos | ngav_ml_based | 0.7937 | standard_user | endpoint_subnet | 1 | 35 | 1 | 1 |
EP0004 | SEG00045 | macos_ventura | macos | ngav_ml_based | 0.7552 | power_user | soc_management | 0 | 25 | 0 | 1 |
EP0004 | SEG00046 | macos_ventura | macos | ngav_ml_based | 0.6478 | standard_user | endpoint_subnet | 0 | 17 | 1 | 1 |
EP0004 | SEG00047 | macos_ventura | macos | ngav_ml_based | 0.7649 | power_user | corporate_lan | 0 | 39 | 1 | 1 |
EP0004 | SEG00048 | macos_ventura | macos | ngav_ml_based | 0.7757 | local_admin | ot_ics_control | 1 | 47 | 1 | 1 |
EP0004 | SEG00049 | macos_ventura | macos | ngav_ml_based | 0.6457 | standard_user | zero_trust_zone | 0 | 27 | 1 | 1 |
EP0005 | SEG00050 | windows_11_pro | windows | legacy_av_only | 0.7159 | power_user | soc_management | 1 | 13 | 0 | 0 |
EP0005 | SEG00051 | windows_11_pro | windows | legacy_av_only | 0.8155 | standard_user | corporate_lan | 0 | 36 | 0 | 0 |
EP0005 | SEG00052 | windows_11_pro | windows | legacy_av_only | 0.6809 | local_admin | zero_trust_zone | 0 | 34 | 0 | 1 |
EP0005 | SEG00053 | windows_11_pro | windows | legacy_av_only | 0.7103 | standard_user | zero_trust_zone | 0 | 22 | 0 | 1 |
EP0005 | SEG00054 | windows_11_pro | windows | legacy_av_only | 0.8066 | power_user | dmz_perimeter | 0 | 97 | 0 | 1 |
EP0005 | SEG00055 | windows_11_pro | windows | legacy_av_only | 0.9149 | power_user | soc_management | 0 | 61 | 0 | 1 |
EP0005 | SEG00056 | windows_11_pro | windows | legacy_av_only | 0.7198 | standard_user | cloud_workload | 0 | 33 | 0 | 1 |
EP0005 | SEG00057 | windows_11_pro | windows | legacy_av_only | 0.8392 | power_user | endpoint_subnet | 0 | 34 | 0 | 1 |
EP0005 | SEG00058 | windows_11_pro | windows | legacy_av_only | 0.5952 | local_admin | ot_ics_control | 0 | 61 | 0 | 0 |
EP0005 | SEG00059 | windows_11_pro | windows | legacy_av_only | 0.566 | power_user | soc_management | 0 | 51 | 0 | 1 |
EP0006 | SEG00060 | windows_11_pro | windows | av_plus_firewall | 0.3458 | local_admin | zero_trust_zone | 0 | 24 | 0 | 1 |
EP0006 | SEG00061 | windows_11_pro | windows | av_plus_firewall | 0.8588 | domain_admin | soc_management | 1 | 34 | 0 | 0 |
EP0006 | SEG00062 | windows_11_pro | windows | av_plus_firewall | 0.6398 | standard_user | zero_trust_zone | 0 | 24 | 0 | 1 |
EP0006 | SEG00063 | windows_11_pro | windows | av_plus_firewall | 0.601 | power_user | zero_trust_zone | 1 | 10 | 0 | 1 |
EP0006 | SEG00064 | windows_11_pro | windows | av_plus_firewall | 0.5506 | standard_user | corporate_lan | 0 | 6 | 0 | 1 |
EP0006 | SEG00065 | windows_11_pro | windows | av_plus_firewall | 0.722 | local_admin | dmz_perimeter | 0 | 30 | 0 | 1 |
EP0006 | SEG00066 | windows_11_pro | windows | av_plus_firewall | 0.7108 | power_user | soc_management | 1 | 60 | 0 | 1 |
EP0006 | SEG00067 | windows_11_pro | windows | av_plus_firewall | 0.8451 | standard_user | endpoint_subnet | 0 | 23 | 0 | 0 |
EP0006 | SEG00068 | windows_11_pro | windows | av_plus_firewall | 0.6441 | standard_user | corporate_lan | 0 | 27 | 0 | 0 |
EP0006 | SEG00069 | windows_11_pro | windows | av_plus_firewall | 0.8095 | local_admin | corporate_lan | 0 | 19 | 0 | 1 |
EP0007 | SEG00070 | windows_server_2022 | windows | av_plus_firewall | 0.3908 | standard_user | ot_ics_control | 0 | 7 | 0 | 1 |
EP0007 | SEG00071 | windows_server_2022 | windows | av_plus_firewall | 0.732 | power_user | endpoint_subnet | 0 | 21 | 0 | 0 |
EP0007 | SEG00072 | windows_server_2022 | windows | av_plus_firewall | 0.6249 | standard_user | dmz_perimeter | 0 | 26 | 0 | 1 |
EP0007 | SEG00073 | windows_server_2022 | windows | av_plus_firewall | 0.2915 | domain_admin | dmz_perimeter | 0 | 29 | 0 | 1 |
EP0007 | SEG00074 | windows_server_2022 | windows | av_plus_firewall | 0.6047 | standard_user | corporate_lan | 0 | 54 | 0 | 1 |
EP0007 | SEG00075 | windows_server_2022 | windows | av_plus_firewall | 0.5656 | standard_user | ot_ics_control | 0 | 35 | 0 | 0 |
EP0007 | SEG00076 | windows_server_2022 | windows | av_plus_firewall | 0.6661 | local_admin | corporate_lan | 0 | 54 | 0 | 1 |
EP0007 | SEG00077 | windows_server_2022 | windows | av_plus_firewall | 0.8648 | domain_admin | endpoint_subnet | 1 | 38 | 0 | 1 |
EP0007 | SEG00078 | windows_server_2022 | windows | av_plus_firewall | 0.9469 | standard_user | ot_ics_control | 0 | 36 | 0 | 1 |
EP0007 | SEG00079 | windows_server_2022 | windows | av_plus_firewall | 0.6484 | power_user | ot_ics_control | 0 | 40 | 0 | 0 |
EP0008 | SEG00080 | windows_10_enterprise | windows | ngav_ml_based | 0.6387 | local_admin | endpoint_subnet | 0 | 14 | 0 | 1 |
EP0008 | SEG00081 | windows_10_enterprise | windows | ngav_ml_based | 0.8585 | local_admin | ot_ics_control | 0 | 43 | 1 | 1 |
EP0008 | SEG00082 | windows_10_enterprise | windows | ngav_ml_based | 0.4997 | standard_user | soc_management | 0 | 21 | 1 | 1 |
EP0008 | SEG00083 | windows_10_enterprise | windows | ngav_ml_based | 0.6481 | power_user | soc_management | 0 | 21 | 1 | 1 |
EP0008 | SEG00084 | windows_10_enterprise | windows | ngav_ml_based | 0.8529 | local_admin | zero_trust_zone | 0 | 27 | 0 | 1 |
EP0008 | SEG00085 | windows_10_enterprise | windows | ngav_ml_based | 0.8328 | local_admin | soc_management | 0 | 20 | 1 | 1 |
EP0008 | SEG00086 | windows_10_enterprise | windows | ngav_ml_based | 0.6236 | local_admin | ot_ics_control | 1 | 12 | 1 | 1 |
EP0008 | SEG00087 | windows_10_enterprise | windows | ngav_ml_based | 0.9442 | power_user | ot_ics_control | 1 | 26 | 0 | 1 |
EP0008 | SEG00088 | windows_10_enterprise | windows | ngav_ml_based | 0.469 | standard_user | dmz_perimeter | 0 | 22 | 1 | 1 |
EP0008 | SEG00089 | windows_10_enterprise | windows | ngav_ml_based | 0.4636 | domain_admin | endpoint_subnet | 0 | 21 | 1 | 1 |
EP0009 | SEG00090 | windows_10_enterprise | windows | av_plus_firewall | 0.6697 | local_admin | corporate_lan | 0 | 24 | 0 | 0 |
EP0009 | SEG00091 | windows_10_enterprise | windows | av_plus_firewall | 0.8528 | local_admin | zero_trust_zone | 1 | 3 | 0 | 1 |
EP0009 | SEG00092 | windows_10_enterprise | windows | av_plus_firewall | 0.8987 | standard_user | soc_management | 0 | 21 | 0 | 1 |
EP0009 | SEG00093 | windows_10_enterprise | windows | av_plus_firewall | 0.7061 | standard_user | corporate_lan | 0 | 58 | 0 | 1 |
EP0009 | SEG00094 | windows_10_enterprise | windows | av_plus_firewall | 0.6249 | local_admin | soc_management | 0 | 56 | 0 | 1 |
EP0009 | SEG00095 | windows_10_enterprise | windows | av_plus_firewall | 0.878 | standard_user | corporate_lan | 1 | 26 | 0 | 1 |
EP0009 | SEG00096 | windows_10_enterprise | windows | av_plus_firewall | 0.6884 | domain_admin | soc_management | 1 | 26 | 0 | 1 |
EP0009 | SEG00097 | windows_10_enterprise | windows | av_plus_firewall | 0.6432 | standard_user | corporate_lan | 0 | 2 | 0 | 1 |
EP0009 | SEG00098 | windows_10_enterprise | windows | av_plus_firewall | 0.3956 | local_admin | ot_ics_control | 0 | 17 | 0 | 1 |
EP0009 | SEG00099 | windows_10_enterprise | windows | av_plus_firewall | 0.6064 | local_admin | endpoint_subnet | 0 | 40 | 0 | 1 |
End of preview.