Dataset Preview
Duplicate
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 6 new columns ({'timestep', 'event_type', 'severity_class', 'vuln_id', 'scanner_id', 'patch_vendor_id'}) and 12 missing columns ({'mean_time_to_remediate_days', 'scanner_coverage', 'internet_exposed_flag', 'criticality_tier', 'patch_mgmt_maturity', 'sla_medium_days', 'environment_type', 'os_family', 'asset_type', 'sbom_depth_score', 'sla_high_days', 'sla_critical_days'}).

This happened while the csv dataset builder was generating data using

hf://datasets/xpertsystems/cyb009-sample/vuln_lifecycle_events.csv (at revision f11c8466e5861a69461f9b0b5a0531eb49c546e5), [/tmp/hf-datasets-cache/medium/datasets/76441685674151-config-parquet-and-info-xpertsystems-cyb009-sampl-5b3fe7c1/hub/datasets--xpertsystems--cyb009-sample/snapshots/f11c8466e5861a69461f9b0b5a0531eb49c546e5/asset_inventory.csv (origin=hf://datasets/xpertsystems/cyb009-sample@f11c8466e5861a69461f9b0b5a0531eb49c546e5/asset_inventory.csv), /tmp/hf-datasets-cache/medium/datasets/76441685674151-config-parquet-and-info-xpertsystems-cyb009-sampl-5b3fe7c1/hub/datasets--xpertsystems--cyb009-sample/snapshots/f11c8466e5861a69461f9b0b5a0531eb49c546e5/vuln_lifecycle_events.csv (origin=hf://datasets/xpertsystems/cyb009-sample@f11c8466e5861a69461f9b0b5a0531eb49c546e5/vuln_lifecycle_events.csv), /tmp/hf-datasets-cache/medium/datasets/76441685674151-config-parquet-and-info-xpertsystems-cyb009-sampl-5b3fe7c1/hub/datasets--xpertsystems--cyb009-sample/snapshots/f11c8466e5861a69461f9b0b5a0531eb49c546e5/vuln_summary.csv (origin=hf://datasets/xpertsystems/cyb009-sample@f11c8466e5861a69461f9b0b5a0531eb49c546e5/vuln_summary.csv), /tmp/hf-datasets-cache/medium/datasets/76441685674151-config-parquet-and-info-xpertsystems-cyb009-sampl-5b3fe7c1/hub/datasets--xpertsystems--cyb009-sample/snapshots/f11c8466e5861a69461f9b0b5a0531eb49c546e5/vulnerability_records.csv (origin=hf://datasets/xpertsystems/cyb009-sample@f11c8466e5861a69461f9b0b5a0531eb49c546e5/vulnerability_records.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
              vuln_id: string
              asset_id: string
              org_id: string
              event_type: string
              timestep: int64
              severity_class: string
              scanner_id: string
              patch_vendor_id: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1216
              to
              {'asset_id': Value('string'), 'org_id': Value('string'), 'asset_type': Value('string'), 'criticality_tier': Value('string'), 'environment_type': Value('string'), 'os_family': Value('string'), 'scanner_coverage': Value('float64'), 'patch_mgmt_maturity': Value('float64'), 'mean_time_to_remediate_days': Value('float64'), 'sla_critical_days': Value('int64'), 'sla_high_days': Value('int64'), 'sla_medium_days': Value('int64'), 'internet_exposed_flag': Value('int64'), 'sbom_depth_score': Value('float64')}
              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 6 new columns ({'timestep', 'event_type', 'severity_class', 'vuln_id', 'scanner_id', 'patch_vendor_id'}) and 12 missing columns ({'mean_time_to_remediate_days', 'scanner_coverage', 'internet_exposed_flag', 'criticality_tier', 'patch_mgmt_maturity', 'sla_medium_days', 'environment_type', 'os_family', 'asset_type', 'sbom_depth_score', 'sla_high_days', 'sla_critical_days'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/xpertsystems/cyb009-sample/vuln_lifecycle_events.csv (at revision f11c8466e5861a69461f9b0b5a0531eb49c546e5), [/tmp/hf-datasets-cache/medium/datasets/76441685674151-config-parquet-and-info-xpertsystems-cyb009-sampl-5b3fe7c1/hub/datasets--xpertsystems--cyb009-sample/snapshots/f11c8466e5861a69461f9b0b5a0531eb49c546e5/asset_inventory.csv (origin=hf://datasets/xpertsystems/cyb009-sample@f11c8466e5861a69461f9b0b5a0531eb49c546e5/asset_inventory.csv), /tmp/hf-datasets-cache/medium/datasets/76441685674151-config-parquet-and-info-xpertsystems-cyb009-sampl-5b3fe7c1/hub/datasets--xpertsystems--cyb009-sample/snapshots/f11c8466e5861a69461f9b0b5a0531eb49c546e5/vuln_lifecycle_events.csv (origin=hf://datasets/xpertsystems/cyb009-sample@f11c8466e5861a69461f9b0b5a0531eb49c546e5/vuln_lifecycle_events.csv), /tmp/hf-datasets-cache/medium/datasets/76441685674151-config-parquet-and-info-xpertsystems-cyb009-sampl-5b3fe7c1/hub/datasets--xpertsystems--cyb009-sample/snapshots/f11c8466e5861a69461f9b0b5a0531eb49c546e5/vuln_summary.csv (origin=hf://datasets/xpertsystems/cyb009-sample@f11c8466e5861a69461f9b0b5a0531eb49c546e5/vuln_summary.csv), /tmp/hf-datasets-cache/medium/datasets/76441685674151-config-parquet-and-info-xpertsystems-cyb009-sampl-5b3fe7c1/hub/datasets--xpertsystems--cyb009-sample/snapshots/f11c8466e5861a69461f9b0b5a0531eb49c546e5/vulnerability_records.csv (origin=hf://datasets/xpertsystems/cyb009-sample@f11c8466e5861a69461f9b0b5a0531eb49c546e5/vulnerability_records.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.

asset_id
string
org_id
string
asset_type
string
criticality_tier
string
environment_type
string
os_family
string
scanner_coverage
float64
patch_mgmt_maturity
float64
mean_time_to_remediate_days
float64
sla_critical_days
int64
sla_high_days
int64
sla_medium_days
int64
internet_exposed_flag
int64
sbom_depth_score
float64
ASSET000001
ORG0001
endpoint_workstation
high
on_premises_datacenter
embedded_rtos
0.7683
0.5661
60.9
30
90
180
0
0.5048
ASSET000002
ORG0001
supply_chain_dependency
medium
public_cloud_azure
windows
0.7093
0.6198
45.8
60
180
360
1
0.3183
ASSET000003
ORG0001
database_server
low
hybrid_cloud
macos
0.6784
0.5929
117.7
90
270
540
1
0.5052
ASSET000004
ORG0001
container_workload
medium
public_cloud_azure
linux
0.741
0.6061
59.5
60
180
360
1
0.4675
ASSET000005
ORG0001
endpoint_workstation
low
ot_ics_network
embedded_rtos
0.618
0.5844
67.2
90
270
540
1
0.3552
ASSET000006
ORG0001
network_service
high
hybrid_cloud
linux
0.7891
0.4661
45
30
90
180
0
0.3924
ASSET000007
ORG0001
cloud_vm
medium
public_cloud_azure
android_iot
0.6745
0.4991
59.5
60
180
360
0
0.4213
ASSET000008
ORG0001
endpoint_workstation
medium
edge_iot_fleet
embedded_rtos
0.6967
0.5273
55.7
60
180
360
0
0.3653
ASSET000009
ORG0001
supply_chain_dependency
medium
hybrid_cloud
macos
0.7081
0.5417
64.9
60
180
360
0
0.4472
ASSET000010
ORG0001
saas_integration
low
public_cloud_azure
freebsd
0.6222
0.5457
106
90
270
540
0
0.4764
ASSET000011
ORG0001
saas_integration
medium
hybrid_cloud
freebsd
0.7142
0.4803
50.9
60
180
360
1
0.3991
ASSET000012
ORG0001
server_on_premises
medium
ot_ics_network
linux
0.7447
0.6486
37.2
60
180
360
1
0.5853
ASSET000013
ORG0001
supply_chain_dependency
medium
public_cloud_gcp
macos
0.6706
0.4788
66.2
60
180
360
1
0.3021
ASSET000014
ORG0001
cloud_vm
medium
hybrid_cloud
embedded_rtos
0.6947
0.5183
52.2
60
180
360
1
0.2932
ASSET000015
ORG0001
server_on_premises
high
public_cloud_gcp
windows
0.8732
0.5839
34.2
30
90
180
1
0.5104
ASSET000016
ORG0001
network_service
medium
hybrid_cloud
embedded_rtos
0.6752
0.6174
41.8
60
180
360
0
0.5271
ASSET000017
ORG0001
endpoint_workstation
medium
hybrid_cloud
embedded_rtos
0.7744
0.5774
59.9
60
180
360
0
0.433
ASSET000018
ORG0001
web_application
medium
public_cloud_aws
embedded_rtos
0.7186
0.6592
50.1
60
180
360
1
0.207
ASSET000019
ORG0001
saas_integration
high
hybrid_cloud
macos
0.8282
0.5134
89.8
30
90
180
1
0.4323
ASSET000020
ORG0001
ot_ics_controller
high
public_cloud_aws
linux
0.7687
0.5641
29.7
30
90
180
0
0.3669
ASSET000021
ORG0001
database_server
critical
hybrid_cloud
macos
0.9155
0.5474
30.9
7
21
42
0
0.5037
ASSET000022
ORG0001
network_service
medium
public_cloud_gcp
embedded_rtos
0.7204
0.5725
30.6
60
180
360
1
0.6225
ASSET000023
ORG0001
ot_ics_controller
low
saas_dependent
android_iot
0.5068
0.5278
119.2
90
270
540
0
0.4924
ASSET000024
ORG0001
web_application
high
on_premises_datacenter
embedded_rtos
0.751
0.6948
42.4
30
90
180
0
0.1694
ASSET000025
ORG0001
cloud_vm
medium
hybrid_cloud
windows
0.7287
0.6137
48.9
60
180
360
1
0.5674
ASSET000026
ORG0001
database_server
low
hybrid_cloud
windows
0.5989
0.6278
84.4
90
270
540
0
0.4761
ASSET000027
ORG0001
container_workload
low
hybrid_cloud
android_iot
0.5622
0.5902
37.3
90
270
540
0
0.3141
ASSET000028
ORG0001
endpoint_workstation
critical
saas_dependent
android_iot
0.886
0.5388
36
7
21
42
0
0.4639
ASSET000029
ORG0001
supply_chain_dependency
medium
saas_dependent
android_iot
0.6964
0.5848
77.3
60
180
360
0
0.1695
ASSET000030
ORG0001
container_workload
medium
ot_ics_network
windows
0.7633
0.547
110.9
60
180
360
0
0.3851
ASSET000031
ORG0001
container_workload
medium
ot_ics_network
windows
0.7509
0.5252
74.9
60
180
360
0
0.3547
ASSET000032
ORG0001
database_server
low
public_cloud_gcp
freebsd
0.5458
0.563
50.3
90
270
540
0
0.3382
ASSET000033
ORG0001
network_service
low
public_cloud_aws
freebsd
0.6389
0.5279
89.7
90
270
540
0
0.4654
ASSET000034
ORG0001
ot_ics_controller
medium
public_cloud_gcp
macos
0.648
0.6025
75.5
60
180
360
0
0.4747
ASSET000035
ORG0001
saas_integration
high
public_cloud_aws
freebsd
0.7966
0.5153
48.6
30
90
180
1
0.3394
ASSET000036
ORG0001
api_gateway
medium
hybrid_cloud
freebsd
0.745
0.5792
68.4
60
180
360
0
0.3662
ASSET000037
ORG0001
server_on_premises
low
saas_dependent
android_iot
0.597
0.5396
55.2
90
270
540
0
0.6178
ASSET000038
ORG0001
ot_ics_controller
critical
on_premises_datacenter
windows
0.783
0.4823
36.3
7
21
42
0
0.4071
ASSET000039
ORG0001
ot_ics_controller
low
on_premises_datacenter
freebsd
0.6006
0.5563
72.1
90
270
540
0
0.4604
ASSET000040
ORG0001
api_gateway
medium
hybrid_cloud
linux
0.6179
0.4781
86.7
60
180
360
0
0.4191
ASSET000041
ORG0001
database_server
low
saas_dependent
macos
0.6469
0.5612
52.9
90
270
540
1
0.5174
ASSET000042
ORG0001
web_application
high
on_premises_datacenter
windows
0.8182
0.4841
74.6
30
90
180
0
0.3633
ASSET000043
ORG0001
cloud_vm
critical
on_premises_datacenter
freebsd
0.8678
0.5927
18.6
7
21
42
0
0.3531
ASSET000044
ORG0001
endpoint_workstation
medium
public_cloud_gcp
freebsd
0.706
0.5901
58.3
60
180
360
0
0.2994
ASSET000045
ORG0001
network_service
medium
public_cloud_aws
embedded_rtos
0.6779
0.5859
48.7
60
180
360
0
0.4277
ASSET000046
ORG0001
container_workload
low
public_cloud_azure
macos
0.5764
0.5879
114.8
90
270
540
0
0.3617
ASSET000047
ORG0001
endpoint_workstation
medium
public_cloud_azure
embedded_rtos
0.7149
0.6531
64
60
180
360
0
0.5079
ASSET000048
ORG0001
ot_ics_controller
medium
public_cloud_gcp
android_iot
0.7547
0.607
79.2
60
180
360
0
0.4332
ASSET000049
ORG0001
web_application
high
ot_ics_network
android_iot
0.8383
0.6489
39.7
30
90
180
0
0.2066
ASSET000050
ORG0001
web_application
high
saas_dependent
freebsd
0.799
0.573
72.3
30
90
180
0
0.4451
ASSET000051
ORG0001
supply_chain_dependency
high
edge_iot_fleet
android_iot
0.8586
0.5556
94.7
30
90
180
0
0.3957
ASSET000052
ORG0001
iot_firmware_device
low
edge_iot_fleet
linux
0.5301
0.5942
54.7
90
270
540
0
0.3918
ASSET000053
ORG0001
server_on_premises
medium
hybrid_cloud
android_iot
0.7049
0.5519
64.3
60
180
360
0
0.3962
ASSET000054
ORG0001
api_gateway
high
public_cloud_aws
macos
0.7902
0.5618
41.2
30
90
180
0
0.5288
ASSET000055
ORG0001
iot_firmware_device
critical
on_premises_datacenter
linux
0.9114
0.5211
36.7
7
21
42
0
0.5589
ASSET000056
ORG0001
cloud_vm
low
hybrid_cloud
embedded_rtos
0.6003
0.5131
88.2
90
270
540
1
0.2099
ASSET000057
ORG0001
iot_firmware_device
high
ot_ics_network
windows
0.8823
0.6099
30.7
30
90
180
0
0.31
ASSET000058
ORG0001
supply_chain_dependency
high
hybrid_cloud
windows
0.7364
0.5416
56
30
90
180
0
0.3826
ASSET000059
ORG0001
server_on_premises
high
edge_iot_fleet
windows
0.777
0.5294
63.2
30
90
180
1
0.4471
ASSET000060
ORG0001
cloud_vm
high
public_cloud_aws
linux
0.7702
0.5938
89.8
30
90
180
0
0.2981
ASSET000061
ORG0001
endpoint_workstation
medium
saas_dependent
macos
0.6899
0.5953
104
60
180
360
0
0.5302
ASSET000062
ORG0001
web_application
low
saas_dependent
android_iot
0.5813
0.5484
41.6
90
270
540
0
0.374
ASSET000063
ORG0001
container_workload
low
saas_dependent
embedded_rtos
0.6173
0.5585
70.4
90
270
540
0
0.3116
ASSET000064
ORG0001
supply_chain_dependency
low
on_premises_datacenter
macos
0.558
0.5862
74.5
90
270
540
1
0.4959
ASSET000065
ORG0001
iot_firmware_device
high
public_cloud_gcp
android_iot
0.8217
0.4701
38.8
30
90
180
1
0.3246
ASSET000066
ORG0001
server_on_premises
medium
saas_dependent
windows
0.7281
0.71
87.8
60
180
360
1
0.4011
ASSET000067
ORG0001
ot_ics_controller
critical
ot_ics_network
windows
0.907
0.5383
30.7
7
21
42
0
0.5733
ASSET000068
ORG0001
database_server
critical
hybrid_cloud
linux
0.7826
0.5201
30.9
7
21
42
1
0.3797
ASSET000069
ORG0001
api_gateway
low
on_premises_datacenter
embedded_rtos
0.6151
0.5124
50.4
90
270
540
0
0.4315
ASSET000070
ORG0001
cloud_vm
medium
hybrid_cloud
linux
0.7387
0.4733
22.5
60
180
360
0
0.4289
ASSET000071
ORG0001
api_gateway
low
public_cloud_azure
android_iot
0.5471
0.6131
69.2
90
270
540
1
0.334
ASSET000072
ORG0001
saas_integration
low
on_premises_datacenter
android_iot
0.5279
0.6155
35.4
90
270
540
1
0.1579
ASSET000073
ORG0001
container_workload
medium
on_premises_datacenter
windows
0.6755
0.5448
112.8
60
180
360
1
0.5539
ASSET000074
ORG0001
api_gateway
high
on_premises_datacenter
macos
0.8202
0.6054
57.4
30
90
180
1
0.4696
ASSET000075
ORG0001
saas_integration
low
public_cloud_aws
macos
0.6619
0.668
79.9
90
270
540
0
0.4267
ASSET000076
ORG0001
web_application
low
ot_ics_network
freebsd
0.5907
0.4889
84.7
90
270
540
0
0.3549
ASSET000077
ORG0001
network_service
medium
edge_iot_fleet
macos
0.6613
0.5223
82.7
60
180
360
1
0.6287
ASSET000078
ORG0001
iot_firmware_device
high
hybrid_cloud
windows
0.7591
0.5164
48.5
30
90
180
1
0.3571
ASSET000079
ORG0001
saas_integration
medium
edge_iot_fleet
linux
0.7214
0.5324
61.1
60
180
360
1
0.3711
ASSET000080
ORG0001
container_workload
critical
public_cloud_azure
linux
0.8289
0.6533
31.5
7
21
42
1
0.2263
ASSET000081
ORG0001
network_service
high
ot_ics_network
embedded_rtos
0.7873
0.4994
107
30
90
180
0
0.4165
ASSET000082
ORG0001
saas_integration
critical
public_cloud_azure
linux
0.8717
0.6723
24.8
7
21
42
1
0.2264
ASSET000083
ORG0001
web_application
medium
public_cloud_gcp
embedded_rtos
0.7224
0.5689
71.7
60
180
360
1
0.407
ASSET000084
ORG0001
supply_chain_dependency
low
ot_ics_network
windows
0.565
0.5721
73.9
90
270
540
0
0.543
ASSET000085
ORG0001
network_service
critical
on_premises_datacenter
linux
0.7971
0.4535
37.8
7
21
42
0
0.4588
ASSET000086
ORG0001
container_workload
critical
on_premises_datacenter
android_iot
0.887
0.5015
29
7
21
42
0
0.5917
ASSET000087
ORG0001
web_application
high
public_cloud_aws
macos
0.8216
0.5153
96.5
30
90
180
0
0.2836
ASSET000088
ORG0001
network_service
low
public_cloud_gcp
android_iot
0.5955
0.4904
59.8
90
270
540
0
0.3052
ASSET000089
ORG0001
api_gateway
high
ot_ics_network
linux
0.857
0.5988
39.9
30
90
180
1
0.3521
ASSET000090
ORG0001
api_gateway
medium
public_cloud_aws
embedded_rtos
0.702
0.5919
105.6
60
180
360
0
0.41
ASSET000091
ORG0001
network_service
low
hybrid_cloud
macos
0.6274
0.6235
83.5
90
270
540
1
0.4172
ASSET000092
ORG0001
iot_firmware_device
low
public_cloud_gcp
embedded_rtos
0.4468
0.59
56.4
90
270
540
0
0.2333
ASSET000093
ORG0001
supply_chain_dependency
medium
public_cloud_aws
linux
0.7759
0.5915
31.7
60
180
360
0
0.4707
ASSET000094
ORG0001
database_server
low
public_cloud_aws
windows
0.5814
0.5691
49.7
90
270
540
0
0.378
ASSET000095
ORG0001
saas_integration
medium
public_cloud_azure
windows
0.65
0.5949
31.1
60
180
360
0
0.43
ASSET000096
ORG0001
ot_ics_controller
high
public_cloud_aws
android_iot
0.7831
0.5489
48.6
30
90
180
0
0.3579
ASSET000097
ORG0001
api_gateway
medium
public_cloud_gcp
linux
0.7089
0.6165
62.3
60
180
360
0
0.3183
ASSET000098
ORG0001
saas_integration
high
public_cloud_aws
freebsd
0.7531
0.5898
33.4
30
90
180
0
0.6379
ASSET000099
ORG0001
endpoint_workstation
low
hybrid_cloud
android_iot
0.6054
0.5875
74.9
90
270
540
1
0.6447
ASSET000100
ORG0001
server_on_premises
critical
on_premises_datacenter
windows
0.8948
0.537
46.8
7
21
42
0
0.3071
End of preview.

CYB009 — Synthetic Vulnerability Intelligence Dataset (Sample)

XpertSystems.ai Synthetic Data Platform · SKU: CYB009-SAMPLE · Version 1.0.0

This is a free preview of the full CYB009 — Synthetic Vulnerability Intelligence Dataset product. It contains roughly ~65% of the full dataset rows (but generated from ~40% the org/asset count) at identical schema, CVSS distribution, and statistical fingerprint, so you can evaluate fit before licensing the full product.

Note: This sample is larger than other CYB SKU samples (~45 MB total). CYB009 has subset-conditional benchmarks (CISA KEV listing rate, supply chain propagation) that need a reasonable vulnerability population to demonstrate convergence reliably. At smaller sizes, those benchmarks fail to converge, which would understate the full product's calibration quality.

File Rows (sample) Rows (full) Description
asset_inventory.csv ~1280 ~3,200 Enterprise asset fleet registry
vuln_summary.csv ~2638 ~6,500 Per-vulnerability aggregate outcomes
vuln_lifecycle_events.csv ~28,779 ~55,000 Discrete lifecycle event log
vulnerability_records.csv ~316,560 ~487,500 Per-timestep trajectory (primary file)

Dataset Summary

CYB009 simulates end-to-end vulnerability lifecycles as an 8-phase state machine across enterprise asset fleets with calibrated CVSS, EPSS, and CISA KEV modeling, covering:

  • 8-phase vulnerability lifecycle: discovery → cvss_scoring → vendor_disclosure → patch_development → patch_release → exploitation_in_wild → organisational_triage → remediation_deployment
  • Vulnerability classes (NIST NVD-calibrated CVSS distributions): memory_corruption, injection_family, authentication_bypass, deserialization, cryptographic_weakness, race_condition, supply_chain, web_application, configuration, information_disclosure
  • Asset criticality tiers: tier_1_critical, tier_2_business, tier_3_supporting, tier_4_endpoint — with differentiated SLA targets and remediation behaviors
  • CVSS Base, Temporal, and Environmental scoring (CVSS v3.1)
  • EPSS v3 modeling — exploit prediction scores with decay factors
  • CISA KEV catalog modeling — listing probability conditional on confirmed exploitation
  • Zero-day exploitation modeling — Mandiant M-Trends 2023 calibrated
  • Supply chain compromise propagation — ENISA / Sonatype calibrated
  • Responsible disclosure modeling — 72% disclosure rate baseline
  • Compensating controls and risk acceptance outcomes
  • Internet-exposed asset modeling — 38% exposure baseline

Calibrated Benchmark Targets

The full product is calibrated to 12 benchmark validation tests drawn from authoritative vulnerability intelligence sources (NIST NVD CVE distributions 2019-2024, EPSS v3 / FIRST / Cyentia empirical data, Rapid7 Vulnerability Intelligence Report, Qualys TruRisk Report, Tenable Research SLA benchmarks, Mandiant M-Trends, Verizon DBIR, CISA SBOM / Supply Chain Guidance, CISA KEV Catalog).

Sample benchmark results:

Test Target Range Observed Source Verdict
T01 CVSS base score mean (all vulns) [6.800–7.400] 7.2601 NIST NVD ✓ PASS
T02 Exploitation rate (critical-tier asse [0.170–0.220] 0.1748 EPSS v3 ✓ PASS
T03 Mean TTE from exploit window (days) [7.000–14.000] 11.2200 Rapid7 ✓ PASS
T04 Patch lag days mean (all classes) [30.000–55.000] 35.7600 Qualys TruRisk ✓ PASS
T05 SLA compliance (critical-severity vul [0.720–0.800] 0.7077 Tenable ~ MARGINAL
T06 Zero-day exploitation rate (fleet) [0.025–0.040] 0.0288 Mandiant ✓ PASS
T07 False positive rate (misconfiguration [0.100–0.180] 0.1149 Verizon DBIR ✓ PASS
T08 Supply chain propagation rate [0.070–0.120] 0.0738 CISA SBOM ✓ PASS
T09 EPSS mean (critical-severity vulns) [0.140–0.220] 0.1681 EPSS v3 ✓ PASS
T10 TTR mean days (high-sev, remediated) [42.000–62.000] 41.5800 Verizon DBIR ~ MARGINAL
T11 CISA KEV listing rate (exploited vuln [0.040–0.070] 0.0690 CISA KEV ✓ PASS
T12 SLA breach rate (critical-severity vu [0.180–0.280] 0.2923 Qualys TruRisk ~ MARGINAL

Note: CYB009 uses range-based benchmarks (target intervals like [lo, hi]) rather than point targets, reflecting how authoritative sources report vulnerability statistics. Every benchmark in the sample lands within the same calibrated range as the full product.

Schema Highlights

vulnerability_records.csv (primary file, per-timestep)

Column Type Description
vuln_id string Synthetic CVE-style identifier
asset_id string FK to asset_inventory.csv
timestep int Day in lifecycle (0–119)
lifecycle_phase string 1 of 8 phases
vuln_class string 10 vulnerability classes
cvss_base_score float CVSS v3.1 Base Score (0–10)
cvss_temporal_score float Time-adjusted CVSS
cvss_environmental_score float Org-specific adjusted CVSS
severity string none / low / medium / high / critical
epss_score float EPSS v3 exploitation probability (0–1)
exploit_maturity string unproven / poc / functional / weaponised
patch_status string unavailable / official_fix / mitigation / unpatched
exploited_in_wild_flag int Boolean — active exploitation observed
cisa_kev_listed_flag int Boolean — listed in CISA KEV catalog
zero_day_flag int Boolean — zero-day exploitation
supply_chain_flag int Boolean — supply chain compromise
internet_exposed int Boolean — asset internet-facing
asset_criticality_tier string tier_1_critical / tier_2_business / tier_3_supporting / tier_4_endpoint
days_since_disclosure int Days from public disclosure
sla_breached_flag int Boolean — SLA breached for this severity

vuln_summary.csv (per-vulnerability outcome)

Column Type Description
vuln_id, asset_id string Identifiers
vuln_class string Classification target
cvss_base_score_final float Final CVSS Base Score
severity_final string Final severity bucket
epss_score_max float Peak EPSS during lifecycle
patch_dev_days int Days from disclosure to patch release
remediation_days int Days from patch to org remediation
exploited_in_wild int Boolean — was exploited
cisa_kev_listed int Boolean — KEV catalog listing
zero_day int Boolean — zero-day
supply_chain_compromise int Boolean — supply chain origin
false_positive_flag int Boolean — discovery was FP
remediation_outcome string patched / mitigated / accepted / unpatched
sla_breached int Boolean — SLA breach

See vuln_lifecycle_events.csv and asset_inventory.csv for the discrete event log and asset registry schemas respectively.

Suggested Use Cases

  • Training vulnerability triage models — predict CVSS/EPSS-prioritized remediation order
  • Zero-day prediction — feature engineering from pre-disclosure telemetry
  • CISA KEV listing prediction — early-warning for emergency patching
  • Supply chain compromise detection — SBOM signal modeling
  • Patch deployment ETA forecasting — per-class patch development duration prediction
  • SLA breach prediction — early-warning for at-risk vulnerabilities
  • Asset criticality classification from inventory features
  • EPSS calibration validation — empirical vs predicted exploitation
  • Compensating control effectiveness modeling
  • Risk acceptance decision modeling — predict which vulns get accepted vs remediated
  • Lifecycle phase transition prediction — multi-class sequence modeling

Loading the Data

import pandas as pd

records  = pd.read_csv("vulnerability_records.csv")
vulns    = pd.read_csv("vuln_summary.csv")
events   = pd.read_csv("vuln_lifecycle_events.csv")
assets   = pd.read_csv("asset_inventory.csv")

# Join trajectory data with vulnerability-level labels and asset context
enriched = records.merge(vulns, on=["vuln_id", "asset_id"], how="left",
                         suffixes=("", "_summary"))
enriched = enriched.merge(assets, on="asset_id", how="left")

# Binary exploitation-in-wild target
y_exploited = vulns["exploited_in_wild"]

# Binary CISA KEV listing target (rare event ~6.5%)
y_kev = vulns["cisa_kev_listed"]

# Multi-class vulnerability classification
y_class = vulns["vuln_class"]

# Binary SLA breach prediction
y_sla = records["sla_breached_flag"]

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 CYB009 dataset includes ~552,000 rows across all four files, with calibrated benchmark validation against 12 metrics drawn from authoritative vulnerability intelligence sources (NIST NVD, EPSS v3, CISA KEV, Mandiant, Verizon DBIR, Rapid7, Qualys, Tenable).

📧 pradeep@xpertsystems.ai 🌐 https://xpertsystems.ai

Citation

@dataset{xpertsystems_cyb009_sample_2026,
  title  = {CYB009: Synthetic Vulnerability Intelligence Dataset (Sample)},
  author = {XpertSystems.ai},
  year   = {2026},
  url    = {https://huggingface.co/datasets/xpertsystems/cyb009-sample}
}

Generation Details

  • Generator version : 1.0.0
  • Random seed : 42
  • Generated : 2026-05-16 14:32:26 UTC
  • Lifecycle model : 8-phase vulnerability state machine
  • Overall benchmark : 93.0 / 100 (grade A)
Downloads last month
18