The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
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 |
CYB003 — Synthetic Malware Behaviour & Classification Dataset (Sample)
XpertSystems.ai Synthetic Data Platform · SKU: CYB003-SAMPLE · Version 1.0.0
This is a free preview of the full CYB003 — Synthetic Malware Behaviour & Classification Dataset product. It contains roughly 1 / 56th of the full dataset at identical schema, family/tier distribution, and statistical fingerprint, so you can evaluate fit before licensing the full product.
🤖 Trained baseline available: xpertsystems/cyb003-baseline-classifier — XGBoost + PyTorch MLP for 10-class malware execution-phase prediction, group-aware split by sample, multi-seed evaluation (accuracy 0.905 ± 0.010), honest disclosure of which tasks need the full dataset.
| File | Rows (sample) | Rows (full) | Description |
|---|---|---|---|
environment_profiles.csv |
~100 | ~3,200 | Endpoint environment configurations |
sample_summary.csv |
~100 | ~5,600 | Per-sample aggregate KPIs |
execution_events.csv |
~1,056 | ~60,000 | Discrete malware lifecycle events |
malware_samples.csv |
~6,000 | ~280,000 | Per-timestep sample telemetry |
Dataset Summary
CYB003 simulates malware execution lifecycles across endpoint protection stacks with calibrated detection/evasion outcomes, covering:
- 9 malware families: ransomware, trojan, rootkit, worm, spyware, fileless_malware, cryptominer, botnet_agent, dropper
- 4 threat-actor tiers: commodity, crimeware, apt, nation_state — with per-tier sandbox evasion budgets, LotL (Living-off-the-Land) abuse rates, and polymorphic mutation probabilities
- Endpoint protection stacks: legacy AV, NGAV (ML-based), EDR
- Static PE features: entropy, packing detection, section anomalies, import hash distributions
- Behavioural telemetry: process injection, persistence mechanisms, C2 beacon patterns, lateral spread
- Outcome modelling: AV signature detection, EDR behavioural detection, sandbox evasion success, family attribution confidence
Trained Baseline Available
A working baseline classifier trained on this sample is published at xpertsystems/cyb003-baseline-classifier.
| Component | Detail |
|---|---|
| Task | 10-class malware execution-phase classification |
| Models | XGBoost (model_xgb.json) + PyTorch MLP (model_mlp.safetensors) |
| Features | 69 (after one-hot encoding); pipeline included as feature_engineering.py |
| Split | Group-aware by sample_id — train/val/test samples disjoint |
| Validation | Single seed + multi-seed aggregate across 10 seeds |
| Demo | inference_example.ipynb — end-to-end copy-paste |
| Headline metrics | XGBoost: accuracy 0.905 ± 0.010, macro ROC-AUC 0.975 ± 0.002 (multi-seed) |
The model card documents an honest finding worth knowing before licensing: malware-family classification is at majority baseline on the sample's 100 samples (a sample-size constraint, not a method failure — the full 280k-row dataset has ~5,600 samples and supports family classification properly). The baseline pivots to execution-phase prediction, which is strongly learnable on the sample data (91% accuracy, ROC-AUC 0.98, stable across 10 seeds) and is itself a real SOC use case for dynamic-analysis and EDR phase tagging.
Calibrated Benchmark Targets
The full product is calibrated to 12 benchmark metrics drawn from authoritative threat intelligence and AV-testing sources (VirusTotal, AV-TEST, MITRE ATT&CK Evaluations, Mandiant M-Trends, CrowdStrike GTR, Verizon DBIR). The sample preserves the same calibration:
| Test | Target | Observed | Verdict |
|---|---|---|---|
| av_detection_rate_commodity | 0.6200 | 0.6319 | ✓ PASS |
| edr_detection_rate_apt | 0.3100 | 0.3096 | ✓ PASS |
| sandbox_evasion_rate_nation | 0.7200 | 0.7225 | ✓ PASS |
| lateral_propagation_rate | 0.0950 | 0.1038 | ✓ PASS |
| pe_entropy_mean_packed | 0.9100 | 0.9100 | ✓ PASS |
| lotl_abuse_rate_apt | 0.4300 | 0.4300 | ✓ PASS |
| dwell_time_ratio_apt | 0.3200 | 0.3198 | ✓ PASS |
| family_attribution_confidence | 0.6800 | 0.6808 | ✓ PASS |
| c2_detection_rate | 0.5400 | 0.5394 | ✓ PASS |
| campaign_success_rate | 0.3400 | 0.2900 | ✓ PASS |
| polymorphic_detection_penalty | 0.2400 | 0.2392 | ✓ PASS |
| false_negative_rate_fileless | 0.3800 | 0.4203 | ✓ PASS |
Note: some benchmarks (e.g. campaign success rate, lateral propagation) require larger sample sizes to converge tightly. The full product passes all 12 benchmarks at Grade A- or better.
Schema Highlights
malware_samples.csv (primary file, per-timestep telemetry)
| Column | Type | Description |
|---|---|---|
| sample_id | string | Unique malware sample identifier |
| family_id | string | Malware family instance ID |
| actor_id | string | Threat actor ID |
| timestep | int | Step in malware lifecycle (0–59) |
| malware_family | string | 1 of 9 families |
| threat_actor_tier | string | commodity / crimeware / apt / nation_state |
| target_platform | string | windows / linux / macos / android |
| ep_stack | string | legacy_av / ngav_ml_based / edr_full |
| pe_entropy | float | Portable Executable section entropy (0–1) |
| packer_detected_flag | int | Whether PE packer was detected |
| process_injection_count | int | Process-injection events at this step |
| persistence_mechanism | string | registry / scheduled_task / service / wmi |
| c2_beacon_active | int | Whether C2 channel is beaconing |
| sandbox_evaded | int | Whether sandbox evasion succeeded |
| av_detected | int | AV signature detection at this step |
| edr_detected | int | EDR behavioural detection at this step |
| dwell_time_hours | float | Cumulative dwell time |
| lotl_technique_used | string | Living-off-the-Land binary if any |
sample_summary.csv (per-sample outcome)
| Column | Type | Description |
|---|---|---|
| sample_id, family_id, actor_id | string | Identifiers |
| malware_family | string | Family classification target |
| threat_actor_tier | string | Tier classification target |
| target_platform | string | Platform |
| campaign_success_flag | int | Boolean — successful campaign |
| av_detection_flag | int | Boolean — AV detection ever |
| edr_detection_flag | int | Boolean — EDR detection ever |
| sandbox_evaded_flag | int | Boolean — sandbox evasion ever |
| packer_detected_flag | int | Boolean — packer detected |
| family_attribution_confidence | float | Confidence score (0–1) |
| total_dwell_hours | float | End-to-end dwell |
| lateral_propagation_count | int | Count of lateral spread events |
See execution_events.csv and environment_profiles.csv for the discrete
event log and endpoint environment schemas respectively.
Suggested Use Cases
- Training malware execution-phase classifiers — worked example available
- Training malware family classifiers (9-class with realistic class imbalance and family-specific feature distributions — full dataset recommended for adequate per-class sample size)
- Threat actor attribution modelling (4-tier classification)
- EDR detection benchmarking — packed vs unpacked, signature vs behavioural, fileless vs binary
- Sandbox evasion detection with tier-calibrated evasion budgets
- Polymorphic malware detection — sample mutation effects on AV signature coverage
- C2 beacon detection with realistic beacon-active timestep patterns
- PE entropy / packing detection — entropy distributions tied to ground-truth packing flags
- Living-off-the-Land binary detection for APT-tier samples
Loading the Data
import pandas as pd
samples = pd.read_csv("malware_samples.csv")
summaries = pd.read_csv("sample_summary.csv")
events = pd.read_csv("execution_events.csv")
environments = pd.read_csv("environment_profiles.csv")
# Join per-timestep telemetry with per-sample summary labels
enriched = samples.merge(summaries, on="sample_id", how="left",
suffixes=("", "_summary"))
# Family classification target
y_family = summaries["malware_family"]
# Threat-actor tier target
y_tier = summaries["threat_actor_tier"]
# Binary detection target (per-timestep)
y_detected = (samples["av_detected"] | samples["edr_detected"]).astype(int)
For a worked end-to-end example with execution-phase classification, group-aware splitting, and feature engineering, see the inference notebook in the baseline classifier repo.
License
This sample is released under CC-BY-NC-4.0 (free for non-commercial research and evaluation). The full production dataset is licensed commercially — contact XpertSystems.ai for licensing terms.
Full Product
The full CYB003 dataset includes ~349,000 rows across all four files, with calibrated benchmark validation against 12 metrics drawn from authoritative AV-testing and threat intelligence sources.
📧 pradeep@xpertsystems.ai 🌐 https://xpertsystems.ai
Citation
@dataset{xpertsystems_cyb003_sample_2026,
title = {CYB003: Synthetic Malware Behaviour & Classification Dataset (Sample)},
author = {XpertSystems.ai},
year = {2026},
url = {https://huggingface.co/datasets/xpertsystems/cyb003-sample}
}
Generation Details
- Generator version : 1.0.0
- Random seed : 42
- Generated : 2026-05-16 13:46:05 UTC
- Lifecycle model : Multi-timestep PE + behavioural + outcome simulation
- Overall benchmark : 100.0 / 100 (grade A+)
- Downloads last month
- 42