--- license: cc-by-4.0 task_categories: - tabular-classification - other tags: - host-intrusion-detection - tetragon - ebpf - sequence-modeling - att-and-ck - anomaly-detection size_categories: - 10M`) collapse to a single `vscode_server_bin` alias. The full original → alias map is shipped at `reproduction/alias_map.json`. - **Composite re-composition.** `parent_child_pair` and `token` are regenerated from the aliased atomic columns via the canonical `format_token`, so the original (un-aliased) basename never re-enters these fields. - **Path rewriting.** `proc_cwd_normalized` is rewritten by ordered rules: `/home/` → `/home/_user_`, `/Users/` → `/Users/_user_`, `/mnt/projects/` → `/workspace/_project_`, `/projects/` → `/workspace/_project_`, residual `rypow_` → `custom_`. - **Exec-id pseudonymization.** `proc_exec_id` and `process_tree_root_exec_id` are rewritten as `exec_<32hex>` via salted HMAC-SHA256 (16-byte digest, hex-encoded). Equality joins are preserved (lineage walks still work); the original base64-encoded `host:ts:pid` payload is erased. - **Defensive global string sweep.** A final substring pass over every string column substitutes `rypow → research_user`, `prox1 → sandbox_host`, `dendroaspis → agent_platform_v02`, `ryan_admin → privileged_user` as a safety net. - **Post-write assertions.** A regex sweep over the released shards (notebook §22-24) confirms zero matches on raw or base64-decoded values for any of: `prox1`, `rypow`, `ryan_admin`, `/home/rypow/`, `/projects/ml_final_project`, `/mnt/projects/`, `dendroaspis`, `/datasets/`, MAC-address pattern. `proc_exec_id` and `process_tree_root_exec_id` are format-checked against `^exec_[0-9a-f]{32}$`. Every basename in the three basename columns is asserted to be in the alias-map closure. --- ## Considerations for using the data ### Sources of bias - **Single host, single developer.** All baseline (benign) telemetry comes from one Linux container running one developer's daily workflow over six days. Tool habits (VSCode, npm, git, claude-code) appear at high frequency; absent activities (CI/CD pipelines, multi-tenant traffic, GPU jobs) are simply not represented. - **Container-internal UIDs.** Tetragon 1.6.1 emits container-internal UIDs; the encoder buckets uids into 5 classes (ROOT / RESEARCH_USER / SYSTEM_LOW / DAEMON_HIGH / OTHER) rather than treating them as a continuous identifier. Researchers reusing these buckets on multi-host data should re-bucket. - **Time skew.** Train spans 5 d 20 h, test spans only 4 h 15 m. The test window concentrates 30 % attack-event mass, which is unrealistically dense for production traffic; downstream metrics (AUROC, AP) on this corpus reflect the campaign's deliberate density. - **Hash-bucket sparsity.** Hash columns are sized for plausible multi-host saturation; on this single-host corpus most are < 50 % utilized (see hash-bucket table above). - **Aliased basename narrative.** The v0.2.1 anonymizer collapses a long tail of one-off custom binaries into `custom_tool_NNN` slots and folds per-build VSCode commit-hash binaries into `vscode_server_bin`. The resulting parquet looks like a "standardized agentic-research workstation" baseline more than the specific developer's machine; the true diversity of custom-script names was higher than what survives in the released string columns. ### Social impact This is a defensive-research dataset. It enables researchers to develop and benchmark host-anomaly-detection models without operating live attack infrastructure. The bundled ATT&CK technique inventory is **not** an attack tutorial — payload generation requires a separate Atomic Red Team installation and is out of scope. ### Known limitations - **No ground-truth event-level labels.** Labels are time-window only; some benign system activity (e.g. background daemons running during an ART technique window) is *labeled-attack* by association. - **Train has zero attack events.** All ART intervals fall in test by construction. Unsupervised / self-supervised methods are the natural fit; fully supervised classifiers would need to engineer their own train-time positives. - **Single Tetragon version.** Format quirks of Tetragon 1.6.1 (e.g. KPROBE_ACTION enum coverage, ns-PID inum semantics) are baked in. Older / newer Tetragon emits slightly different envelopes; the parser pin in `reproduction/PARSER_VERSION` documents the exact reference build. - **Linux only.** Tetragon is Linux-only; this corpus has no Windows or macOS analogue. ### Intended use + dual-use disclaimer **Intended use.** This dataset supports: - training and evaluating sequence / anomaly models on host telemetry, - benchmarking baselines (n-gram, XGBoost, IsolationForest, LSTM, Mamba, Transformer) on a fixed split, - studying ATT&CK-technique-specific detectability, - research on attack representations, lineage features, and event encoders. **Not intended use.** The attack telemetry is real ATT&CK technique execution but generated in an isolated lab LXC container; the corpus is **not** an attack template, **not** a payload library, and **not** a substitute for production EDR data. Operators who reuse the bundled tracing policies + parser to collect their own corpus are responsible for their own sandboxing. --- ## Additional information ### License CC BY 4.0 — see `LICENSE` in this repo. Code under `reproduction/scripts/` (in the project repository) is MIT-licensed. ### Citation ```bibtex @dataset{dendroaspis_v0_2_2026, title = {v0.2 Tetragon-native HIDS corpus with 21 ATT\&CK techniques}, author = {Powers, Ryan William}, year = {2026}, version = {0.2.1}, doi = {}, url = {} } ``` ### Contact GitHub: [@ryypow](https://github.com/ryypow). Issues / corrections preferred via the project repository. repos: https://github.com/ryypow/dendroaspis