--- license: apache-2.0 task_categories: - tabular-classification tags: - cybersecurity - synthetic - anomaly-detection - identity - ot-ics --- # Live Target Lab — synthetic event samples Labelled SAMPLE events produced by the [live-target-lab](https://github.com/samuelgtetteh/live-target-lab) test harness, which continuously streams synthetic events to the Identity and OT/ICS detectors. - `identity_events.jsonl` — synthetic login events; `injected_label` is the intended ground truth (`malicious` = a lateral-movement/credential-stuffing pattern, `benign` = ordinary login). - `ics_readings.jsonl` — synthetic HAI sensor readings; `injected_label` marks readings with an injected spike (`malicious`) vs normal jitter (`benign`). These are illustrative samples for exploration; the lab itself (which generates fresh data forever and reports ground-truth feedback) is on GitHub and GHCR. Pairs with the detector models [`stetteh/identity-anomaly`](https://huggingface.co/stetteh/identity-anomaly) and [`stetteh/otics-anomaly`](https://huggingface.co/stetteh/otics-anomaly).