pradeep-xpert commited on
Commit
31d9487
·
verified ·
1 Parent(s): 1995364

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -2
README.md CHANGED
@@ -16,7 +16,7 @@ tags:
16
  - raas
17
  pretty_name: CYB005 — Synthetic Ransomware Attack Simulation (Sample)
18
  size_categories:
19
- - 1K<n<10K
20
  ---
21
 
22
  # CYB005 — Synthetic Ransomware Attack Simulation Dataset (Sample)
@@ -28,6 +28,13 @@ Simulation Dataset** product. It contains roughly **~10% of the full
28
  dataset** at identical schema, actor-tier distribution, and statistical
29
  fingerprint, so you can evaluate fit before licensing the full product.
30
 
 
 
 
 
 
 
 
31
  *Note: This sample is intentionally larger than the other CYB SKU samples.
32
  CYB005 benchmarks are conditional on small actor-tier subsets (e.g.
33
  nation_state campaigns are ~10% of the fleet), so a larger sample is needed
@@ -61,6 +68,27 @@ state machine** across enterprise, cloud, and OT/ICS environments, with:
61
  - **Living-off-the-Land (LotL)** abuse and EDR signature lag modeling
62
  - **Financial impact scoring** with ransom demand × payment probability
63
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  ## Calibrated Benchmark Targets
65
 
66
  The full product is calibrated to 12 benchmark metrics drawn from
@@ -137,7 +165,8 @@ log and segment registry schemas respectively.
137
 
138
  ## Suggested Use Cases
139
 
140
- - Training **ransomware classifier** models (4-tier actor attribution)
 
141
  - **Backup posture risk modeling** — predict recovery likelihood from
142
  6-tier backup maturity
143
  - **Dwell time forecasting** under varying actor capability and defender
@@ -175,6 +204,10 @@ y_recovered = summaries["recovery_without_payment_flag"]
175
  y_wiper = summaries["wiper_component_flag"]
176
  ```
177
 
 
 
 
 
178
  ## License
179
 
180
  This **sample** is released under **CC-BY-NC-4.0** (free for non-commercial
 
16
  - raas
17
  pretty_name: CYB005 — Synthetic Ransomware Attack Simulation (Sample)
18
  size_categories:
19
+ - 10K<n<100K
20
  ---
21
 
22
  # CYB005 — Synthetic Ransomware Attack Simulation Dataset (Sample)
 
28
  dataset** at identical schema, actor-tier distribution, and statistical
29
  fingerprint, so you can evaluate fit before licensing the full product.
30
 
31
+ > 🤖 **Trained baseline available:**
32
+ > [**xpertsystems/cyb005-baseline-classifier**](https://huggingface.co/xpertsystems/cyb005-baseline-classifier)
33
+ > — XGBoost + PyTorch MLP for **4-tier threat-actor attribution** (the
34
+ > README's stated headline use case), group-aware split by campaign,
35
+ > multi-seed evaluation (ROC-AUC 0.853 ± 0.031), honest leakage audit
36
+ > of every per-timestep feature.
37
+
38
  *Note: This sample is intentionally larger than the other CYB SKU samples.
39
  CYB005 benchmarks are conditional on small actor-tier subsets (e.g.
40
  nation_state campaigns are ~10% of the fleet), so a larger sample is needed
 
68
  - **Living-off-the-Land (LotL)** abuse and EDR signature lag modeling
69
  - **Financial impact scoring** with ransom demand × payment probability
70
 
71
+ ## Trained Baseline Available
72
+
73
+ A working baseline classifier trained on this sample is published at
74
+ **[xpertsystems/cyb005-baseline-classifier](https://huggingface.co/xpertsystems/cyb005-baseline-classifier)**.
75
+
76
+ | Component | Detail |
77
+ |---|---|
78
+ | Task | **4-class threat-actor capability-tier attribution** (the README's headline use case) |
79
+ | Models | XGBoost (`model_xgb.json`) + PyTorch MLP (`model_mlp.safetensors`) |
80
+ | Features | 63 (after one-hot encoding); pipeline included as `feature_engineering.py` |
81
+ | Split | **Group-aware by campaign_id** — train/val/test campaigns disjoint |
82
+ | Validation | Single seed + multi-seed aggregate across 10 seeds |
83
+ | Demo | `inference_example.ipynb` — end-to-end copy-paste |
84
+ | Headline metrics | XGBoost: accuracy 0.603 ± 0.040, macro ROC-AUC 0.853 ± 0.031 (multi-seed) |
85
+
86
+ This is the **first XpertSystems baseline to ship the dataset's stated
87
+ headline use case** (rather than pivoting to a phase-prediction subtask
88
+ as the smaller CYB002 / CYB003 / CYB004 samples required). CYB005's
89
+ 500-campaign sample is large enough that tier attribution learns
90
+ honestly under group-aware splitting.
91
+
92
  ## Calibrated Benchmark Targets
93
 
94
  The full product is calibrated to 12 benchmark metrics drawn from
 
165
 
166
  ## Suggested Use Cases
167
 
168
+ - Training **ransomware classifier** models
169
+ [worked example available](https://huggingface.co/xpertsystems/cyb005-baseline-classifier)
170
  - **Backup posture risk modeling** — predict recovery likelihood from
171
  6-tier backup maturity
172
  - **Dwell time forecasting** under varying actor capability and defender
 
204
  y_wiper = summaries["wiper_component_flag"]
205
  ```
206
 
207
+ For a worked end-to-end example with actor-tier classification,
208
+ group-aware splitting, and feature engineering, see the inference notebook
209
+ in the [baseline classifier repo](https://huggingface.co/xpertsystems/cyb005-baseline-classifier/blob/main/inference_example.ipynb).
210
+
211
  ## License
212
 
213
  This **sample** is released under **CC-BY-NC-4.0** (free for non-commercial