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 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 |
CYB011 — Synthetic AI Evasion Attack Trajectory Dataset (Sample)
XpertSystems.ai Synthetic Data Platform · SKU: CYB011-SAMPLE · Version 1.0.0
This is a free preview of the full CYB011 — Synthetic AI Evasion Attack Trajectory Dataset product. It contains roughly ~4% of the full dataset at identical schema, attacker-tier distribution, and statistical fingerprint, so you can evaluate fit before licensing the full product.
| File | Rows (sample) | Rows (full) | Description |
|---|---|---|---|
network_topology.csv |
~200 | ~2,800 | Network segment / defender registry |
campaign_summary.csv |
~200 | ~5,500 | Per-campaign aggregate outcomes |
campaign_events.csv |
~13,310 | ~55,000 | Discrete campaign event log |
attack_trajectories.csv |
~14,000 | ~320,000 | Per-timestep adversarial trajectories |
Dataset Summary
CYB011 simulates end-to-end adversarial AI evasion attack campaigns against ML-based security detection systems, modeled as a 6-phase adversarial state machine:
- 6 adversarial phases: reconnaissance → feature_space_probe → perturbation_craft → evasion_attempt → feedback_adaptation → campaign_consolidation
- 4 attacker capability tiers: script_kiddie, opportunistic, advanced_persistent_threat (APT), nation_state — with per-tier ε-budgets (L∞ perturbation), query budgets (50 → 5,000), base evasion rates, and stealth weights
- 8 defender detection architectures with per-architecture detection_strength (e.g. ensemble_layered 0.91, gradient_boosted 0.78, neural_network 0.74, isolation_forest 0.62)
- L∞ perturbation budget modeling — calibrated mean ε ≈ 0.185 representing realistic imperceptibility constraints
- Query budget tracking — black-box vs white-box attack distinction
- Concept drift injection — adversarial data poisoning of training distributions, ~8% injection rate
- Retraining trigger modeling — defender model refresh after drift detection (~14% trigger rate)
- Transfer attack modeling — perturbations crafted on surrogate models, 31% transfer success rate
- Honeypot density — deception model coverage (5% baseline)
- Coordinated multi-attacker campaigns with 12% coordination rate
- MLOps security signals — gradient access patterns, feature-space probing, lateral pivoting between models
Calibrated Benchmark Targets
The full product is calibrated to 12 benchmark validation tests drawn from authoritative adversarial ML research (MITRE ATLAS, NIST AI 100-2 Adversarial ML Taxonomy, OWASP ML Top 10, USENIX Security adversarial ML papers, IEEE SaTML, Microsoft Counterfit, IBM Adversarial Robustness Toolbox, Anthropic / OpenAI red team reports).
Sample benchmark results:
| Test | Target | Observed | Verdict |
|---|---|---|---|
| evasion_success_rate_apt | 0.1430 | 0.1764 | ✓ PASS |
| detection_rate_ensemble | 0.9100 | 0.9100 | ✓ PASS |
| alert_suppression_rate | 0.0720 | 0.0720 | ✓ PASS |
| perturbation_budget_mean | 0.1850 | 0.1891 | ✓ PASS |
| query_volume_rate | 0.1450 | 0.1250 | ✓ PASS |
| concept_drift_injection_rate | 0.0800 | 0.0600 | ✓ PASS |
| stealth_score_apt | 0.7200 | 0.7200 | ✓ PASS |
| retrain_trigger_rate | 0.1400 | 0.1250 | ✓ PASS |
| campaign_success_rate | 0.3800 | 0.3950 | ✓ PASS |
| lateral_pivot_rate | 0.0950 | 0.0950 | ✓ PASS |
| transfer_attack_success_rate | 0.3100 | 0.3100 | ✓ PASS |
| attribution_risk_score | 0.2800 | 0.3201 | ✓ PASS |
Every CYB011 benchmark in the sample lands within the same calibrated tolerance as the full product. The sample uses 200 campaigns (vs 5,500 at full scale); APT-tier conditional benchmarks (≈ 22% of campaigns) have ~44 samples for robust convergence.
Schema Highlights
attack_trajectories.csv (primary file, per-timestep)
| Column | Type | Description |
|---|---|---|
| campaign_id | string | Unique adversarial campaign ID |
| attacker_id | string | Attacker ID |
| timestep | int | Step in 6-phase lifecycle (0–69) |
| adversarial_phase | string | 1 of 6 phases |
| attacker_tier | string | script_kiddie / opportunistic / apt / nation_state |
| defender_architecture | string | ensemble / gradient_boosted / nn / isolation_forest / etc. |
| segment_id | string | FK to network_topology.csv |
| perturbation_linf | float | L∞ perturbation magnitude (ε) |
| perturbation_l2 | float | L2 perturbation magnitude |
| queries_used | int | Cumulative model queries |
| query_budget_remaining | int | Tier-cap minus queries_used |
| gradient_access | int | Boolean — white-box gradient access |
| evasion_attempted | int | Boolean — evasion submitted at this step |
| evasion_succeeded | int | Boolean — evasion bypassed detection |
| defender_detection_strength | float | Per-architecture detection strength (0–1) |
| concept_drift_injected | int | Boolean — drift injection at this step |
| transfer_attack_used | int | Boolean — perturbation from surrogate model |
| stealth_score | float | Cumulative stealth (0–1) |
| feature_space_dim | int | Target model feature dimensionality |
campaign_summary.csv (per-campaign outcome)
| Column | Type | Description |
|---|---|---|
| campaign_id, attacker_id | string | Identifiers |
| attacker_tier | string | Tier classification target |
| defender_architecture | string | Defender model classification target |
| campaign_outcome | string | success / detected / aborted / blocked |
| evasion_success_flag | int | Boolean — evasion ever succeeded |
| total_queries_used | int | Cumulative query count |
| perturbation_budget_mean | float | Mean ε across campaign |
| concept_drift_injected_flag | int | Boolean — drift injection used |
| retrain_triggered_flag | int | Boolean — defender retraining triggered |
| transfer_attack_success_flag | int | Boolean — transfer attack succeeded |
| lateral_pivot_flag | int | Boolean — pivot to second model |
| stealth_score_final | float | Final stealth score |
| attribution_risk_score | float | Likelihood of attribution (0–1) |
See campaign_events.csv and network_topology.csv for the discrete event
log and segment/defender registry schemas respectively.
Suggested Use Cases
- Training adversarial example detectors — distinguish clean vs perturbed inputs from feature-space telemetry
- Attacker tier attribution — 4-class classification of evasion campaigns by capability tier
- Defender architecture vulnerability assessment — predict which defender architectures are most evadable
- L∞ / L2 perturbation budget detection — calibrate ε-thresholds
- Query budget exhaustion attacks — model black-box query patterns
- Concept drift poisoning detection — distinguish natural drift from adversarial injection
- Transfer attack detection — identify perturbations crafted on surrogate models
- MLOps adversarial robustness benchmarking — evaluate model hardening before deployment
- Honeypot effectiveness analysis — deception model coverage tuning
- Adversarial ML threat modeling — MITRE ATLAS tactic coverage
- Anthropic / OpenAI-style red team simulation — synthetic jailbreak/evasion training data
Loading the Data
import pandas as pd
trajectories = pd.read_csv("attack_trajectories.csv")
summaries = pd.read_csv("campaign_summary.csv")
events = pd.read_csv("campaign_events.csv")
topology = pd.read_csv("network_topology.csv")
# Join trajectory data with campaign-level labels
enriched = trajectories.merge(summaries, on=["campaign_id", "attacker_id"],
how="left", suffixes=("", "_summary"))
enriched = enriched.merge(topology, on="segment_id", how="left")
# 4-class attacker tier target
y_tier = summaries["attacker_tier"]
# Binary evasion success target
y_evasion = summaries["evasion_success_flag"]
# Multi-class defender architecture target
y_defender = topology["defender_architecture"]
# Binary concept drift / poisoning detection
y_poisoned = summaries["concept_drift_injected_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 CYB011 dataset includes ~383,000 rows across all four files, with calibrated benchmark validation against 12 metrics drawn from authoritative adversarial ML research sources (MITRE ATLAS, NIST AI 100-2, OWASP ML Top 10).
📧 pradeep@xpertsystems.ai 🌐 https://xpertsystems.ai
Citation
@dataset{xpertsystems_cyb011_sample_2026,
title = {CYB011: Synthetic AI Evasion Attack Trajectory Dataset (Sample)},
author = {XpertSystems.ai},
year = {2026},
url = {https://huggingface.co/datasets/xpertsystems/cyb011-sample}
}
Generation Details
- Generator version : 1.0.0
- Random seed : 42
- Generated : 2026-05-16 14:56:19 UTC
- Adversarial model : 6-phase evasion campaign state machine
- Overall benchmark : 100.0 / 100 (grade A+)
- Downloads last month
- 18