[DOC] v2 metadata columns: schema, coverage, and the measured rejection of the derived prior
Browse files
README.md
CHANGED
|
@@ -111,9 +111,13 @@ CVE and top-frequency techniques (e.g. T1574.007 on 53% of 2024 CVEs) that are
|
|
| 111 |
artifacts of the cross-framework table expansion, not descriptions of real
|
| 112 |
adversary behavior. The column is included as:
|
| 113 |
|
| 114 |
-
1. a
|
| 115 |
-
2. a
|
| 116 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 117 |
|
| 118 |
The full source analysis is documented in the
|
| 119 |
[VulnTrain documentation](https://github.com/vulnerability-lookup/VulnTrain/blob/main/docs/attack-techniques-dataset.md).
|
|
@@ -132,6 +136,32 @@ The full source analysis is documented in the
|
|
| 132 |
| `techniques_derived` | list[string] | CVE2CAPEC weak labels — **not** for training |
|
| 133 |
| `label_sources` | list[string] | `ctid_cve` and/or `ctid_kev` |
|
| 134 |
| `attack_version` | string | Enterprise ATT&CK version the IDs are normalized to |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 135 |
|
| 136 |
## Label statistics
|
| 137 |
|
|
|
|
| 111 |
artifacts of the cross-framework table expansion, not descriptions of real
|
| 112 |
adversary behavior. The column is included as:
|
| 113 |
|
| 114 |
+
1. a baseline that a trained model must beat;
|
| 115 |
+
2. a comparison column for studying where the deterministic chain diverges from analyst judgment.
|
| 116 |
+
|
| 117 |
+
Its use as an inference-time candidate prior was measured and **rejected**
|
| 118 |
+
(2026-08-06): at the parent-technique level the derived candidate sets cover
|
| 119 |
+
only 3.3% of the analyst-chosen techniques on the test split, so any
|
| 120 |
+
re-ranking toward them degrades every ranking metric.
|
| 121 |
|
| 122 |
The full source analysis is documented in the
|
| 123 |
[VulnTrain documentation](https://github.com/vulnerability-lookup/VulnTrain/blob/main/docs/attack-techniques-dataset.md).
|
|
|
|
| 136 |
| `techniques_derived` | list[string] | CVE2CAPEC weak labels — **not** for training |
|
| 137 |
| `label_sources` | list[string] | `ctid_cve` and/or `ctid_kev` |
|
| 138 |
| `attack_version` | string | Enterprise ATT&CK version the IDs are normalized to |
|
| 139 |
+
| `cvss_vector` | string | CVSS vector string, highest available version (empty if none) — v2 |
|
| 140 |
+
| `cvss_version` | string | Version of `cvss_vector`: `4.0`, `3.1`, `3.0` or `2.0` — v2 |
|
| 141 |
+
| `cwes` | list[string] | CWE assignments, e.g. `CWE-502 Deserialization of Untrusted Data` — v2 |
|
| 142 |
+
| `affected_products` | list[string] | `vendor product` pairs from the CVE record — v2 |
|
| 143 |
+
| `cpes` | list[string] | CPE identifiers — v2 |
|
| 144 |
+
|
| 145 |
+
### Structured metadata columns (v2, added 2026-08-06)
|
| 146 |
+
|
| 147 |
+
The v2 columns are extracted from the raw CVE records served by
|
| 148 |
+
[Vulnerability-Lookup](https://vulnerability.circl.lu) (CNA container
|
| 149 |
+
preferred, [CISA ADP Vulnrichment](https://github.com/cisagov/vulnrichment)
|
| 150 |
+
filling many gaps — notably 100% CVSS/CWE coverage on the KEV subset);
|
| 151 |
+
`cpes` is joined from
|
| 152 |
+
[CIRCL/vulnerability-scores](https://huggingface.co/datasets/CIRCL/vulnerability-scores).
|
| 153 |
+
v1 columns are unchanged (the update is strictly additive: identical rows
|
| 154 |
+
and splits). Coverage differs by label source — report results stratified
|
| 155 |
+
by `label_sources` when using these columns as model inputs:
|
| 156 |
+
|
| 157 |
+
| Subset | CVEs | `cvss_vector` | `cwes` | `affected_products` | `cpes` |
|
| 158 |
+
|--------|------|---------------|--------|---------------------|--------|
|
| 159 |
+
| all | 1,207 | 72.0% | 84.3% | 67.4% | 93.2% |
|
| 160 |
+
| `ctid_kev` | 392 | 100% | 100% | 79.8% | 79.1% |
|
| 161 |
+
| `ctid_cve` | 788 | 57.1% | 76.0% | 62.2% | 100% |
|
| 162 |
+
| both | 27 | 100% | 100% | 40.7% | 100% |
|
| 163 |
+
|
| 164 |
+
CVSS versions among the 869 vectors: 677 × v3.1, 173 × v3.0, 18 × v4.0, 1 × v2.0.
|
| 165 |
|
| 166 |
## Label statistics
|
| 167 |
|