pradeep-xpert commited on
Commit
230d71e
·
verified ·
1 Parent(s): ff885aa

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. README.md +187 -0
  2. attack_events.csv +0 -0
  3. campaign_events.csv +740 -0
  4. campaign_summary.csv +101 -0
  5. network_topology.csv +652 -0
README.md ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ task_categories:
4
+ - tabular-classification
5
+ - time-series-forecasting
6
+ tags:
7
+ - cybersecurity
8
+ - mitre-attack
9
+ - kill-chain
10
+ - apt
11
+ - ransomware
12
+ - synthetic-data
13
+ - threat-modeling
14
+ - red-team
15
+ - blue-team
16
+ pretty_name: CYB002 — Synthetic Cyber Attack Dataset (Sample)
17
+ size_categories:
18
+ - 1K<n<10K
19
+ ---
20
+
21
+ # CYB002 — Synthetic Cyber Attack Dataset (Sample)
22
+
23
+ **XpertSystems.ai Synthetic Data Platform · SKU: CYB002-SAMPLE · Version 1.0.0**
24
+
25
+ This is a **free preview** of the full **CYB002 — Synthetic Cyber Attack
26
+ Dataset** product. It contains roughly **1 / 60th of the full dataset** at
27
+ identical schema, attacker-tier distribution, and statistical fingerprint, so
28
+ you can evaluate fit before licensing the full product.
29
+
30
+ | File | Rows (sample) | Rows (full) | Description |
31
+ |-------------------------|---------------|---------------|----------------------------------------------|
32
+ | `network_topology.csv` | ~651 | ~3,200 | Network segments and asset inventory |
33
+ | `campaign_summary.csv` | ~100 | ~6,000 | Per-campaign outcome aggregates |
34
+ | `campaign_events.csv` | ~739 | ~65,000 | Discrete campaign event log |
35
+ | `attack_events.csv` | ~4,353 | ~380,000 | Timestep-level kill-chain events |
36
+
37
+ ## Dataset Summary
38
+
39
+ CYB002 simulates end-to-end cyber attack lifecycles as a **9-phase MITRE
40
+ ATT&CK kill-chain state machine** across enterprise, cloud, endpoint, and
41
+ OT/ICS environments, with:
42
+
43
+ - **9 ATT&CK phases**: reconnaissance, resource_development, initial_access,
44
+ execution, persistence, privilege_escalation, defense_evasion,
45
+ lateral_movement, exfiltration
46
+ - **4 attacker capability tiers**: opportunistic, organized_crime, apt,
47
+ nation_state — with per-tier dwell time, lateral hop rate, and stealth
48
+ weight distributions
49
+ - **5 defender maturity levels**: ad_hoc, defined, managed, quantitatively_
50
+ managed, optimizing
51
+ - **MITRE ATT&CK technique catalogue** with representative subset of
52
+ Enterprise v14 techniques mapped to each phase
53
+ - **EDR coverage modelling** with configurable effectiveness
54
+ - **Ransomware deployment, supply chain compromise, and exfiltration**
55
+ outcome paths
56
+
57
+ ## Calibrated Benchmark Targets
58
+
59
+ The full product is calibrated to 12 benchmark metrics drawn from
60
+ authoritative threat intelligence sources (Mandiant M-Trends, IBM CODB,
61
+ Verizon DBIR, CrowdStrike GTR, MITRE ATT&CK Evaluations, SANS, ENISA).
62
+ The sample preserves the same calibration. Observed values on this sample:
63
+
64
+ | Test | Target | Observed | Verdict |
65
+ |------|--------|----------|---------|
66
+ | dwell_time_hours_apt | 21.0000 | 21.1595 | ✓ PASS |
67
+ | detection_rate_advanced | 0.8600 | 0.8600 | ✓ PASS |
68
+ | exfiltration_success_rate | 0.3100 | 0.3000 | ✓ PASS |
69
+ | lateral_hop_rate_apt | 0.0720 | 0.0552 | ✓ PASS |
70
+ | suppressed_alert_rate | 0.0770 | 0.0719 | ✓ PASS |
71
+ | mttd_hours_advanced | 4.2000 | 3.3541 | ✓ PASS |
72
+ | mttr_hours_advanced | 18.0000 | 19.7415 | ✓ PASS |
73
+ | ransomware_deployment_rate | 0.2400 | 0.2100 | ✓ PASS |
74
+ | campaign_success_rate | 0.3400 | 0.4300 | ~ MARGINAL |
75
+ | privilege_escalation_rate | 0.6200 | 0.6600 | ✓ PASS |
76
+ | edr_block_rate | 0.4300 | 0.3680 | ~ MARGINAL |
77
+ | supply_chain_compromise_rate | 0.0850 | 0.0800 | ✓ PASS |
78
+
79
+ *Note: some benchmarks (e.g. APT dwell time, MTTR) require larger sample
80
+ sizes to converge. The full product passes all 12 benchmarks at Grade A-.*
81
+
82
+ ## Schema Highlights
83
+
84
+ ### `attack_events.csv` (primary file, timestep-level)
85
+
86
+ | Column | Type | Description |
87
+ |------------------------------|---------|----------------------------------------------|
88
+ | campaign_id | string | Parent campaign FK |
89
+ | attacker_id | string | Attacker FK |
90
+ | timestep | int | Step in kill-chain simulation |
91
+ | phase | string | 1 of 9 ATT&CK phases |
92
+ | technique_id | string | MITRE ATT&CK technique ID (e.g. T1059.001) |
93
+ | technique_name | string | Human-readable technique name |
94
+ | tactic | string | ATT&CK tactic category |
95
+ | segment_id | string | FK to `network_topology.csv` |
96
+ | asset_id | string | Target asset within segment |
97
+ | attacker_tier | string | opportunistic / organized_crime / apt / nation_state |
98
+ | defender_maturity | string | ad_hoc / defined / managed / quant / optimizing |
99
+ | stealth_score | float | Action stealth weight (0–1) |
100
+ | detected | int | Whether action was detected (0/1) |
101
+ | blocked | int | Whether action was blocked (0/1) |
102
+ | edr_deployed | int | EDR present on target asset |
103
+ | alert_severity | string | INFO / LOW / MEDIUM / HIGH / CRITICAL |
104
+ | dwell_hours_so_far | float | Cumulative dwell time at this step |
105
+
106
+ ### `campaign_summary.csv` (per-campaign outcome)
107
+
108
+ | Column | Type | Description |
109
+ |---------------------------------|---------|--------------------------------------------|
110
+ | campaign_id, attacker_id | string | Identifiers |
111
+ | attacker_tier, defender_maturity| string | Categorical |
112
+ | campaign_outcome | string | success / detected / blocked / aborted |
113
+ | total_dwell_hours | float | End-to-end attacker dwell time |
114
+ | mttd_hours, mttr_hours | float | Mean time to detect / respond |
115
+ | exfiltrated_bytes | int | Bytes exfiltrated (0 if none) |
116
+ | ransomware_deployed | int | Boolean |
117
+ | lateral_hops | int | Count of lateral movement actions |
118
+ | privilege_escalated | int | Boolean |
119
+ | supply_chain_used | int | Boolean |
120
+
121
+ See `campaign_events.csv` and `network_topology.csv` for the discrete event
122
+ log and asset inventory schemas respectively.
123
+
124
+ ## Suggested Use Cases
125
+
126
+ - Training **kill-chain phase classifiers** (predict next ATT&CK phase)
127
+ - Benchmarking **APT detection** algorithms (long dwell, low stealth_score)
128
+ - **Campaign outcome prediction** (success / detected / blocked / aborted)
129
+ - **MTTD / MTTR forecasting** under varying defender maturity
130
+ - **Ransomware risk modelling** across attacker tiers
131
+ - **Red-team simulation training data** for purple-team exercises
132
+ - **SOC alert triage** benchmarking with realistic severity distributions
133
+
134
+ ## Loading the Data
135
+
136
+ ```python
137
+ import pandas as pd
138
+
139
+ attacks = pd.read_csv("attack_events.csv")
140
+ campaigns = pd.read_csv("campaign_summary.csv")
141
+ events = pd.read_csv("campaign_events.csv")
142
+ topology = pd.read_csv("network_topology.csv")
143
+
144
+ # Join to get the full attack context
145
+ enriched = attacks.merge(campaigns, on=["campaign_id", "attacker_id"], how="left")
146
+ enriched = enriched.merge(topology, on="segment_id", how="left")
147
+
148
+ # Binary detection target
149
+ y = attacks["detected"].astype(int)
150
+
151
+ # Campaign-level outcome target
152
+ y_outcome = campaigns["campaign_outcome"]
153
+ ```
154
+
155
+ ## License
156
+
157
+ This **sample** is released under **CC-BY-NC-4.0** (free for non-commercial
158
+ research and evaluation). The **full production dataset** is licensed
159
+ commercially — contact XpertSystems.ai for licensing terms.
160
+
161
+ ## Full Product
162
+
163
+ The full CYB002 dataset includes **~454,000 rows** across all four files,
164
+ with calibrated benchmark validation against 12 metrics drawn from
165
+ authoritative threat intelligence sources.
166
+
167
+ 📧 **pradeep@xpertsystems.ai**
168
+ 🌐 **https://xpertsystems.ai**
169
+
170
+ ## Citation
171
+
172
+ ```bibtex
173
+ @dataset{xpertsystems_cyb002_sample_2026,
174
+ title = {CYB002: Synthetic Cyber Attack Dataset (Sample)},
175
+ author = {XpertSystems.ai},
176
+ year = {2026},
177
+ url = {https://huggingface.co/datasets/xpertsystems/cyb002-sample}
178
+ }
179
+ ```
180
+
181
+ ## Generation Details
182
+
183
+ - Generator version : 2.0.0
184
+ - Random seed : 42
185
+ - Generated : 2026-05-16 13:39:22 UTC
186
+ - Kill-chain model : 9-phase MITRE ATT&CK state machine
187
+ - Overall benchmark : 95.3 / 100 (grade A)
attack_events.csv ADDED
The diff for this file is too large to render. See raw diff
 
campaign_events.csv ADDED
@@ -0,0 +1,740 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ campaign_id,attacker_id,event_type,timestep,target_segment_id,target_asset_id,responder_id,related_campaign_id
2
+ CAMP-000000,ATK-0000,recon_scan_initiated,0,SEG-0006,ASSET-7732-0102,RESP-030,
3
+ CAMP-000000,ATK-0000,supply_chain_compromise,3,SEG-0006,ASSET-6646-0330,RESP-043,
4
+ CAMP-000000,ATK-0000,payload_executed,15,SEG-0006,ASSET-5557-0621,RESP-048,
5
+ CAMP-000000,ATK-0000,coordinated_attack_sync,15,SEG-0006,,,CAMP-617914
6
+ CAMP-000000,ATK-0000,persistence_mechanism_installed,19,SEG-0006,ASSET-4580-0019,RESP-008,
7
+ CAMP-000000,ATK-0000,privilege_escalation_attempted,33,SEG-0006,ASSET-0483-0632,RESP-008,
8
+ CAMP-000000,ATK-0000,lateral_movement_initiated,38,SEG-0006,ASSET-5839-0171,RESP-048,
9
+ CAMP-000000,ATK-0000,data_staged_for_exfil,64,SEG-0006,ASSET-6978-0402,RESP-027,
10
+ CAMP-000000,ATK-0000,coordinated_attack_sync,64,SEG-0006,,,CAMP-458248
11
+ CAMP-000000,ATK-0000,ransomware_deployed,67,SEG-0006,,RESP-006,
12
+ CAMP-000000,ATK-0000,shadow_copy_deleted,67,SEG-0006,,RESP-015,
13
+ CAMP-000000,ATK-0000,campaign_fail,67,SEG-0006,,,CAMP-000000
14
+ CAMP-000001,ATK-0000,recon_scan_initiated,0,SEG-0005,ASSET-2327-0411,RESP-021,
15
+ CAMP-000001,ATK-0000,supply_chain_compromise,11,SEG-0005,ASSET-5344-0570,RESP-020,
16
+ CAMP-000001,ATK-0000,emergency_abort,11,SEG-0005,,RESP-015,
17
+ CAMP-000001,ATK-0000,exfiltration_complete,12,SEG-0005,,RESP-007,
18
+ CAMP-000001,ATK-0000,campaign_abort_triggered,12,SEG-0005,,,
19
+ CAMP-000002,ATK-0000,recon_scan_initiated,0,SEG-0010,ASSET-0475-0232,RESP-025,
20
+ CAMP-000002,ATK-0000,phishing_email_delivered,3,SEG-0010,ASSET-8810-0313,RESP-014,
21
+ CAMP-000002,ATK-0000,payload_executed,6,SEG-0010,ASSET-0852-0527,RESP-001,
22
+ CAMP-000002,ATK-0000,persistence_mechanism_installed,12,SEG-0010,ASSET-4331-0720,RESP-010,
23
+ CAMP-000002,ATK-0000,privilege_escalation_attempted,15,SEG-0010,ASSET-4606-0867,RESP-028,
24
+ CAMP-000002,ATK-0000,lateral_movement_initiated,22,SEG-0010,ASSET-3195-0931,RESP-035,
25
+ CAMP-000002,ATK-0000,data_staged_for_exfil,28,SEG-0010,ASSET-0030-0240,RESP-014,
26
+ CAMP-000002,ATK-0000,exfiltration_initiated,32,SEG-0010,ASSET-4070-0363,RESP-020,
27
+ CAMP-000002,ATK-0000,siem_alert_triggered,36,SEG-0010,ASSET-0783-0368,RESP-043,
28
+ CAMP-000002,ATK-0000,exfiltration_complete,39,SEG-0010,,RESP-001,
29
+ CAMP-000002,ATK-0000,campaign_complete,39,SEG-0010,,,
30
+ CAMP-000003,ATK-0000,recon_scan_initiated,0,SEG-0010,ASSET-8708-0171,RESP-045,
31
+ CAMP-000003,ATK-0000,phishing_email_delivered,6,SEG-0010,ASSET-8428-0624,RESP-007,
32
+ CAMP-000003,ATK-0000,payload_executed,13,SEG-0010,ASSET-2243-0152,RESP-040,
33
+ CAMP-000003,ATK-0000,persistence_mechanism_installed,17,SEG-0010,ASSET-9049-0038,RESP-012,
34
+ CAMP-000003,ATK-0000,privilege_escalation_attempted,29,SEG-0010,ASSET-9785-0893,RESP-008,
35
+ CAMP-000003,ATK-0000,cloud_iam_escalation,29,SEG-0010,,,
36
+ CAMP-000003,ATK-0000,lateral_movement_initiated,38,SEG-0010,ASSET-0959-0607,RESP-017,
37
+ CAMP-000003,ATK-0000,data_staged_for_exfil,47,SEG-0010,ASSET-5103-0919,RESP-030,
38
+ CAMP-000003,ATK-0000,exfiltration_initiated,54,SEG-0010,ASSET-9732-0885,RESP-008,
39
+ CAMP-000003,ATK-0000,siem_alert_triggered,58,SEG-0010,ASSET-0008-0170,RESP-025,
40
+ CAMP-000003,ATK-0000,exfiltration_complete,62,SEG-0010,,RESP-013,
41
+ CAMP-000003,ATK-0000,ransomware_deployed,62,SEG-0010,,RESP-042,
42
+ CAMP-000003,ATK-0000,campaign_complete,62,SEG-0010,,,
43
+ CAMP-000004,ATK-0000,recon_scan_initiated,0,SEG-0002,ASSET-5867-0335,RESP-016,
44
+ CAMP-000004,ATK-0000,phishing_email_delivered,11,SEG-0002,ASSET-4947-0181,RESP-003,
45
+ CAMP-000004,ATK-0000,campaign_complete,14,SEG-0002,,,
46
+ CAMP-000005,ATK-0000,recon_scan_initiated,0,SEG-0008,ASSET-2335-0198,RESP-028,
47
+ CAMP-000005,ATK-0000,supply_chain_compromise,3,SEG-0008,ASSET-2080-0331,RESP-004,
48
+ CAMP-000005,ATK-0000,payload_executed,9,SEG-0008,ASSET-0329-0947,RESP-022,
49
+ CAMP-000005,ATK-0000,persistence_mechanism_installed,22,SEG-0008,ASSET-2969-0568,RESP-027,
50
+ CAMP-000005,ATK-0000,privilege_escalation_attempted,32,SEG-0008,ASSET-4685-0381,RESP-038,
51
+ CAMP-000005,ATK-0000,lateral_movement_initiated,35,SEG-0008,ASSET-3411-0966,RESP-046,
52
+ CAMP-000005,ATK-0000,data_staged_for_exfil,56,SEG-0008,ASSET-6838-0510,RESP-006,
53
+ CAMP-000005,ATK-0000,exfiltration_initiated,72,SEG-0008,ASSET-7624-0440,RESP-013,
54
+ CAMP-000005,ATK-0000,siem_alert_triggered,77,SEG-0008,ASSET-0381-0305,RESP-014,
55
+ CAMP-000005,ATK-0000,exfiltration_complete,80,SEG-0008,,RESP-013,
56
+ CAMP-000005,ATK-0000,ransomware_deployed,80,SEG-0008,,RESP-014,
57
+ CAMP-000005,ATK-0000,shadow_copy_deleted,80,SEG-0008,,RESP-040,
58
+ CAMP-000005,ATK-0000,campaign_fail,80,SEG-0008,,,
59
+ CAMP-000006,ATK-0000,recon_scan_initiated,0,SEG-0007,ASSET-9625-0270,RESP-017,
60
+ CAMP-000006,ATK-0000,phishing_email_delivered,5,SEG-0007,ASSET-6642-0058,RESP-021,
61
+ CAMP-000006,ATK-0000,payload_executed,25,SEG-0007,ASSET-1836-0357,RESP-002,
62
+ CAMP-000006,ATK-0000,persistence_mechanism_installed,32,SEG-0007,ASSET-2839-0375,RESP-021,
63
+ CAMP-000006,ATK-0000,privilege_escalation_attempted,50,SEG-0007,ASSET-3072-0374,RESP-041,
64
+ CAMP-000006,ATK-0000,campaign_fail,65,SEG-0007,,,
65
+ CAMP-000007,ATK-0000,recon_scan_initiated,0,SEG-0008,ASSET-1820-0038,RESP-047,
66
+ CAMP-000007,ATK-0000,phishing_email_delivered,9,SEG-0008,ASSET-6063-0832,RESP-047,
67
+ CAMP-000007,ATK-0000,payload_executed,31,SEG-0008,ASSET-4826-0343,RESP-045,
68
+ CAMP-000007,ATK-0000,persistence_mechanism_installed,41,SEG-0008,ASSET-9737-0100,RESP-035,
69
+ CAMP-000007,ATK-0000,privilege_escalation_attempted,44,SEG-0008,ASSET-4417-0216,RESP-023,
70
+ CAMP-000007,ATK-0000,lateral_movement_initiated,48,SEG-0008,ASSET-6412-0500,RESP-018,
71
+ CAMP-000007,ATK-0000,data_staged_for_exfil,53,SEG-0008,ASSET-1195-0079,RESP-010,
72
+ CAMP-000007,ATK-0000,exfiltration_initiated,56,SEG-0008,ASSET-0156-0267,RESP-013,
73
+ CAMP-000007,ATK-0000,siem_alert_triggered,68,SEG-0008,ASSET-7963-0125,RESP-039,
74
+ CAMP-000007,ATK-0000,campaign_complete,79,SEG-0008,,,
75
+ CAMP-000008,ATK-0000,recon_scan_initiated,0,SEG-0002,ASSET-5248-0009,RESP-025,
76
+ CAMP-000008,ATK-0000,phishing_email_delivered,9,SEG-0002,ASSET-2968-0224,RESP-011,
77
+ CAMP-000008,ATK-0000,payload_executed,14,SEG-0002,ASSET-9495-0416,RESP-003,
78
+ CAMP-000008,ATK-0000,persistence_mechanism_installed,18,SEG-0002,ASSET-2516-0685,RESP-022,
79
+ CAMP-000008,ATK-0000,privilege_escalation_attempted,21,SEG-0002,ASSET-1113-0927,RESP-039,
80
+ CAMP-000008,ATK-0000,lateral_movement_initiated,34,SEG-0002,ASSET-4989-0712,RESP-005,
81
+ CAMP-000008,ATK-0000,campaign_complete,37,SEG-0002,,,
82
+ CAMP-000009,ATK-0000,recon_scan_initiated,0,SEG-0004,ASSET-7931-0670,RESP-027,
83
+ CAMP-000009,ATK-0000,phishing_email_delivered,3,SEG-0004,ASSET-5871-0562,RESP-001,
84
+ CAMP-000009,ATK-0000,payload_executed,7,SEG-0004,ASSET-5297-0015,RESP-005,
85
+ CAMP-000009,ATK-0000,persistence_mechanism_installed,11,SEG-0004,ASSET-8481-0279,RESP-036,
86
+ CAMP-000009,ATK-0000,privilege_escalation_attempted,17,SEG-0004,ASSET-7727-0231,RESP-010,
87
+ CAMP-000009,ATK-0000,lateral_movement_initiated,31,SEG-0004,ASSET-7079-0782,RESP-030,
88
+ CAMP-000009,ATK-0000,data_staged_for_exfil,34,SEG-0004,ASSET-2753-0225,RESP-012,
89
+ CAMP-000009,ATK-0000,exfiltration_initiated,48,SEG-0004,ASSET-5633-0026,RESP-042,
90
+ CAMP-000009,ATK-0000,siem_alert_triggered,58,SEG-0004,ASSET-8577-0871,RESP-043,
91
+ CAMP-000009,ATK-0000,exfiltration_complete,61,SEG-0004,,RESP-002,
92
+ CAMP-000009,ATK-0000,campaign_complete,61,SEG-0004,,,
93
+ CAMP-000010,ATK-0001,recon_scan_initiated,0,SEG-0011,ASSET-2088-0323,RESP-040,
94
+ CAMP-000010,ATK-0001,phishing_email_delivered,21,SEG-0011,ASSET-8645-0416,RESP-017,
95
+ CAMP-000010,ATK-0001,payload_executed,37,SEG-0011,ASSET-1089-0926,RESP-007,
96
+ CAMP-000010,ATK-0001,persistence_mechanism_installed,41,SEG-0011,ASSET-5657-0621,RESP-005,
97
+ CAMP-000010,ATK-0001,privilege_escalation_attempted,51,SEG-0011,ASSET-0090-0977,RESP-029,
98
+ CAMP-000010,ATK-0001,campaign_fail,61,SEG-0011,,,
99
+ CAMP-000011,ATK-0001,recon_scan_initiated,0,SEG-0003,ASSET-1734-0998,RESP-000,
100
+ CAMP-000011,ATK-0001,phishing_email_delivered,5,SEG-0003,ASSET-7796-0394,RESP-008,
101
+ CAMP-000011,ATK-0001,payload_executed,18,SEG-0003,ASSET-6977-0269,RESP-046,
102
+ CAMP-000011,ATK-0001,persistence_mechanism_installed,24,SEG-0003,ASSET-3535-0651,RESP-049,
103
+ CAMP-000011,ATK-0001,privilege_escalation_attempted,55,SEG-0003,ASSET-3355-0487,RESP-018,
104
+ CAMP-000011,ATK-0001,cloud_iam_escalation,55,SEG-0003,,,
105
+ CAMP-000011,ATK-0001,lateral_movement_initiated,58,SEG-0003,ASSET-4703-0831,RESP-008,
106
+ CAMP-000011,ATK-0001,data_staged_for_exfil,61,SEG-0003,ASSET-8831-0806,RESP-017,
107
+ CAMP-000011,ATK-0001,exfiltration_initiated,67,SEG-0003,ASSET-7312-0576,RESP-040,
108
+ CAMP-000011,ATK-0001,siem_alert_triggered,71,SEG-0003,ASSET-7254-0381,RESP-007,
109
+ CAMP-000011,ATK-0001,exfiltration_complete,74,SEG-0003,,RESP-014,
110
+ CAMP-000011,ATK-0001,campaign_complete,74,SEG-0003,,,
111
+ CAMP-000012,ATK-0001,recon_scan_initiated,0,SEG-0010,ASSET-1409-0285,RESP-005,
112
+ CAMP-000012,ATK-0001,phishing_email_delivered,6,SEG-0010,ASSET-9375-0446,RESP-006,
113
+ CAMP-000012,ATK-0001,payload_executed,28,SEG-0010,ASSET-7991-0072,RESP-039,
114
+ CAMP-000012,ATK-0001,persistence_mechanism_installed,39,SEG-0010,ASSET-1181-0391,RESP-000,
115
+ CAMP-000012,ATK-0001,privilege_escalation_attempted,53,SEG-0010,ASSET-0228-0755,RESP-005,
116
+ CAMP-000012,ATK-0001,lateral_movement_initiated,71,SEG-0010,ASSET-4288-0599,RESP-019,
117
+ CAMP-000012,ATK-0001,data_staged_for_exfil,77,SEG-0010,ASSET-1219-0581,RESP-036,
118
+ CAMP-000012,ATK-0001,campaign_complete,80,SEG-0010,,,
119
+ CAMP-000013,ATK-0001,recon_scan_initiated,0,SEG-0001,ASSET-7542-0093,RESP-013,
120
+ CAMP-000013,ATK-0001,supply_chain_compromise,5,SEG-0001,ASSET-4706-0171,RESP-024,
121
+ CAMP-000013,ATK-0001,payload_executed,10,SEG-0001,ASSET-7208-0055,RESP-020,
122
+ CAMP-000013,ATK-0001,persistence_mechanism_installed,14,SEG-0001,ASSET-1823-0617,RESP-006,
123
+ CAMP-000013,ATK-0001,privilege_escalation_attempted,33,SEG-0001,ASSET-6239-0298,RESP-034,
124
+ CAMP-000013,ATK-0001,lateral_movement_initiated,45,SEG-0001,ASSET-3720-0237,RESP-004,
125
+ CAMP-000013,ATK-0001,data_staged_for_exfil,51,SEG-0001,ASSET-3723-0962,RESP-044,
126
+ CAMP-000013,ATK-0001,exfiltration_initiated,73,SEG-0001,ASSET-9930-0715,RESP-002,
127
+ CAMP-000013,ATK-0001,exfiltration_complete,80,SEG-0001,,RESP-022,
128
+ CAMP-000013,ATK-0001,campaign_fail,80,SEG-0001,,,
129
+ CAMP-000014,ATK-0001,recon_scan_initiated,0,SEG-0007,ASSET-1562-0034,RESP-021,
130
+ CAMP-000014,ATK-0001,phishing_email_delivered,3,SEG-0007,ASSET-7573-0657,RESP-000,
131
+ CAMP-000014,ATK-0001,payload_executed,10,SEG-0007,ASSET-4900-0276,RESP-019,
132
+ CAMP-000014,ATK-0001,persistence_mechanism_installed,21,SEG-0007,ASSET-0667-0948,RESP-042,
133
+ CAMP-000014,ATK-0001,privilege_escalation_attempted,43,SEG-0007,ASSET-1159-0173,RESP-048,
134
+ CAMP-000014,ATK-0001,lateral_movement_initiated,53,SEG-0007,ASSET-2310-0191,RESP-015,
135
+ CAMP-000014,ATK-0001,data_staged_for_exfil,57,SEG-0007,ASSET-8865-0952,RESP-043,
136
+ CAMP-000014,ATK-0001,exfiltration_initiated,69,SEG-0007,ASSET-4327-0411,RESP-019,
137
+ CAMP-000014,ATK-0001,siem_alert_triggered,74,SEG-0007,ASSET-5057-0918,RESP-002,
138
+ CAMP-000014,ATK-0001,exfiltration_complete,80,SEG-0007,,RESP-029,
139
+ CAMP-000014,ATK-0001,ransomware_deployed,80,SEG-0007,,RESP-035,
140
+ CAMP-000014,ATK-0001,shadow_copy_deleted,80,SEG-0007,,RESP-018,
141
+ CAMP-000014,ATK-0001,campaign_fail,80,SEG-0007,,,
142
+ CAMP-000015,ATK-0001,recon_scan_initiated,0,SEG-0010,ASSET-6603-0791,RESP-029,
143
+ CAMP-000015,ATK-0001,supply_chain_compromise,17,SEG-0010,ASSET-6809-0058,RESP-025,
144
+ CAMP-000015,ATK-0001,payload_executed,20,SEG-0010,ASSET-8990-0849,RESP-028,
145
+ CAMP-000015,ATK-0001,persistence_mechanism_installed,35,SEG-0010,ASSET-3293-0607,RESP-005,
146
+ CAMP-000015,ATK-0001,privilege_escalation_attempted,38,SEG-0010,ASSET-2727-0035,RESP-046,
147
+ CAMP-000015,ATK-0001,lateral_movement_initiated,44,SEG-0010,ASSET-5166-0261,RESP-026,
148
+ CAMP-000015,ATK-0001,honeypot_interaction,51,SEG-0010,,RESP-013,
149
+ CAMP-000015,ATK-0001,campaign_abort_triggered,52,SEG-0010,,,
150
+ CAMP-000016,ATK-0001,recon_scan_initiated,0,SEG-0011,ASSET-9814-0348,RESP-048,
151
+ CAMP-000016,ATK-0001,phishing_email_delivered,7,SEG-0011,ASSET-4991-0365,RESP-036,
152
+ CAMP-000016,ATK-0001,payload_executed,17,SEG-0011,ASSET-0805-0664,RESP-006,
153
+ CAMP-000016,ATK-0001,persistence_mechanism_installed,23,SEG-0011,ASSET-8311-0911,RESP-031,
154
+ CAMP-000016,ATK-0001,privilege_escalation_attempted,28,SEG-0011,ASSET-9035-0482,RESP-007,
155
+ CAMP-000016,ATK-0001,lateral_movement_initiated,60,SEG-0011,ASSET-5900-0060,RESP-013,
156
+ CAMP-000016,ATK-0001,data_staged_for_exfil,77,SEG-0011,ASSET-3219-0739,RESP-009,
157
+ CAMP-000016,ATK-0001,campaign_complete,80,SEG-0011,,,CAMP-000003
158
+ CAMP-000017,ATK-0001,recon_scan_initiated,0,SEG-0002,ASSET-0348-0289,RESP-033,
159
+ CAMP-000017,ATK-0001,phishing_email_delivered,5,SEG-0002,ASSET-9261-0231,RESP-022,
160
+ CAMP-000017,ATK-0001,payload_executed,8,SEG-0002,ASSET-4751-0123,RESP-018,
161
+ CAMP-000017,ATK-0001,persistence_mechanism_installed,26,SEG-0002,ASSET-5027-0846,RESP-049,
162
+ CAMP-000017,ATK-0001,privilege_escalation_attempted,36,SEG-0002,ASSET-9776-0121,RESP-011,
163
+ CAMP-000017,ATK-0001,lateral_movement_initiated,45,SEG-0002,ASSET-2817-0771,RESP-009,
164
+ CAMP-000017,ATK-0001,data_staged_for_exfil,57,SEG-0002,ASSET-1746-0272,RESP-036,
165
+ CAMP-000017,ATK-0001,exfiltration_initiated,62,SEG-0002,ASSET-8691-0231,RESP-018,
166
+ CAMP-000017,ATK-0001,siem_alert_triggered,75,SEG-0002,ASSET-6846-0157,RESP-015,
167
+ CAMP-000017,ATK-0001,exfiltration_complete,80,SEG-0002,,RESP-041,
168
+ CAMP-000017,ATK-0001,ransomware_deployed,80,SEG-0002,,RESP-036,
169
+ CAMP-000017,ATK-0001,shadow_copy_deleted,80,SEG-0002,,RESP-027,
170
+ CAMP-000017,ATK-0001,campaign_complete,80,SEG-0002,,,
171
+ CAMP-000018,ATK-0001,recon_scan_initiated,0,SEG-0000,ASSET-2011-0732,RESP-003,
172
+ CAMP-000018,ATK-0001,phishing_email_delivered,7,SEG-0000,ASSET-4604-0686,RESP-008,
173
+ CAMP-000018,ATK-0001,payload_executed,17,SEG-0000,ASSET-9939-0868,RESP-004,
174
+ CAMP-000018,ATK-0001,persistence_mechanism_installed,21,SEG-0000,ASSET-4340-0493,RESP-029,
175
+ CAMP-000018,ATK-0001,privilege_escalation_attempted,24,SEG-0000,ASSET-0330-0079,RESP-021,
176
+ CAMP-000018,ATK-0001,campaign_fail,31,SEG-0000,,,
177
+ CAMP-000019,ATK-0001,recon_scan_initiated,0,SEG-0011,ASSET-0838-0684,RESP-033,
178
+ CAMP-000019,ATK-0001,supply_chain_compromise,12,SEG-0011,ASSET-6196-0230,RESP-009,
179
+ CAMP-000019,ATK-0001,campaign_complete,21,SEG-0011,,,
180
+ CAMP-000020,ATK-0002,recon_scan_initiated,0,SEG-0009,ASSET-3541-0871,RESP-019,
181
+ CAMP-000020,ATK-0002,phishing_email_delivered,17,SEG-0009,ASSET-0821-0060,RESP-014,
182
+ CAMP-000020,ATK-0002,payload_executed,23,SEG-0009,ASSET-1944-0390,RESP-005,
183
+ CAMP-000020,ATK-0002,persistence_mechanism_installed,33,SEG-0009,ASSET-7721-0255,RESP-003,
184
+ CAMP-000020,ATK-0002,privilege_escalation_attempted,37,SEG-0009,ASSET-5437-0861,RESP-003,
185
+ CAMP-000020,ATK-0002,lateral_movement_initiated,54,SEG-0009,ASSET-0677-0173,RESP-015,
186
+ CAMP-000020,ATK-0002,data_staged_for_exfil,57,SEG-0009,ASSET-0382-0302,RESP-048,
187
+ CAMP-000020,ATK-0002,exfiltration_initiated,77,SEG-0009,ASSET-6763-0607,RESP-013,
188
+ CAMP-000020,ATK-0002,campaign_complete,80,SEG-0009,,,
189
+ CAMP-000021,ATK-0002,recon_scan_initiated,0,SEG-0002,ASSET-4523-0927,RESP-000,
190
+ CAMP-000021,ATK-0002,campaign_fail,5,SEG-0002,,,
191
+ CAMP-000022,ATK-0002,recon_scan_initiated,0,SEG-0000,ASSET-0084-0528,RESP-038,
192
+ CAMP-000022,ATK-0002,phishing_email_delivered,3,SEG-0000,ASSET-4622-0031,RESP-004,
193
+ CAMP-000022,ATK-0002,campaign_fail,7,SEG-0000,,,
194
+ CAMP-000023,ATK-0002,recon_scan_initiated,0,SEG-0011,ASSET-7993-0216,RESP-043,
195
+ CAMP-000023,ATK-0002,phishing_email_delivered,4,SEG-0011,ASSET-6393-0433,RESP-048,
196
+ CAMP-000023,ATK-0002,payload_executed,7,SEG-0011,ASSET-9309-0426,RESP-041,
197
+ CAMP-000023,ATK-0002,persistence_mechanism_installed,16,SEG-0011,ASSET-5115-0313,RESP-001,
198
+ CAMP-000023,ATK-0002,privilege_escalation_attempted,19,SEG-0011,ASSET-7215-0591,RESP-019,
199
+ CAMP-000023,ATK-0002,cloud_iam_escalation,19,SEG-0011,,,
200
+ CAMP-000023,ATK-0002,lateral_movement_initiated,34,SEG-0011,ASSET-8513-0736,RESP-017,
201
+ CAMP-000023,ATK-0002,data_staged_for_exfil,51,SEG-0011,ASSET-0909-0409,RESP-034,
202
+ CAMP-000023,ATK-0002,ransomware_deployed,59,SEG-0011,,RESP-000,
203
+ CAMP-000023,ATK-0002,shadow_copy_deleted,59,SEG-0011,,RESP-019,
204
+ CAMP-000023,ATK-0002,campaign_complete,59,SEG-0011,,,
205
+ CAMP-000024,ATK-0002,recon_scan_initiated,0,SEG-0007,ASSET-4786-0840,RESP-029,
206
+ CAMP-000024,ATK-0002,ransomware_deployed,13,SEG-0007,,RESP-000,
207
+ CAMP-000024,ATK-0002,shadow_copy_deleted,13,SEG-0007,,RESP-039,
208
+ CAMP-000024,ATK-0002,campaign_fail,13,SEG-0007,,,
209
+ CAMP-000025,ATK-0002,recon_scan_initiated,0,SEG-0000,ASSET-5260-0961,RESP-010,
210
+ CAMP-000025,ATK-0002,phishing_email_delivered,4,SEG-0000,ASSET-2297-0393,RESP-049,
211
+ CAMP-000025,ATK-0002,payload_executed,10,SEG-0000,ASSET-6742-0838,RESP-006,
212
+ CAMP-000025,ATK-0002,persistence_mechanism_installed,23,SEG-0000,ASSET-2456-0336,RESP-023,
213
+ CAMP-000025,ATK-0002,privilege_escalation_attempted,26,SEG-0000,ASSET-6809-0550,RESP-023,
214
+ CAMP-000025,ATK-0002,lateral_movement_initiated,43,SEG-0000,ASSET-3302-0068,RESP-025,
215
+ CAMP-000025,ATK-0002,honeypot_interaction,49,SEG-0000,,RESP-039,
216
+ CAMP-000025,ATK-0002,campaign_abort_triggered,50,SEG-0000,,,
217
+ CAMP-000026,ATK-0002,recon_scan_initiated,0,SEG-0011,ASSET-1177-0829,RESP-028,
218
+ CAMP-000026,ATK-0002,phishing_email_delivered,3,SEG-0011,ASSET-0376-0406,RESP-032,
219
+ CAMP-000026,ATK-0002,payload_executed,6,SEG-0011,ASSET-6908-0698,RESP-006,
220
+ CAMP-000026,ATK-0002,persistence_mechanism_installed,16,SEG-0011,ASSET-7201-0127,RESP-031,
221
+ CAMP-000026,ATK-0002,privilege_escalation_attempted,30,SEG-0011,ASSET-7212-0717,RESP-035,
222
+ CAMP-000026,ATK-0002,cloud_iam_escalation,30,SEG-0011,,,
223
+ CAMP-000026,ATK-0002,lateral_movement_initiated,37,SEG-0011,ASSET-8234-0735,RESP-026,
224
+ CAMP-000026,ATK-0002,data_staged_for_exfil,46,SEG-0011,ASSET-6749-0250,RESP-025,
225
+ CAMP-000026,ATK-0002,exfiltration_initiated,54,SEG-0011,ASSET-9382-0530,RESP-009,
226
+ CAMP-000026,ATK-0002,siem_alert_triggered,62,SEG-0011,ASSET-7247-0105,RESP-041,
227
+ CAMP-000026,ATK-0002,exfiltration_complete,66,SEG-0011,,RESP-023,
228
+ CAMP-000026,ATK-0002,campaign_complete,66,SEG-0011,,,
229
+ CAMP-000027,ATK-0002,recon_scan_initiated,0,SEG-0008,ASSET-3309-0906,RESP-046,
230
+ CAMP-000027,ATK-0002,phishing_email_delivered,25,SEG-0008,ASSET-5336-0155,RESP-010,
231
+ CAMP-000027,ATK-0002,payload_executed,30,SEG-0008,ASSET-4196-0337,RESP-000,
232
+ CAMP-000027,ATK-0002,persistence_mechanism_installed,34,SEG-0008,ASSET-5784-0768,RESP-049,
233
+ CAMP-000027,ATK-0002,privilege_escalation_attempted,48,SEG-0008,ASSET-5559-0426,RESP-003,
234
+ CAMP-000027,ATK-0002,lateral_movement_initiated,58,SEG-0008,ASSET-9330-0239,RESP-047,
235
+ CAMP-000027,ATK-0002,data_staged_for_exfil,62,SEG-0008,ASSET-3960-0531,RESP-031,
236
+ CAMP-000027,ATK-0002,exfiltration_initiated,68,SEG-0008,ASSET-0089-0050,RESP-027,
237
+ CAMP-000027,ATK-0002,campaign_fail,80,SEG-0008,,,
238
+ CAMP-000028,ATK-0002,recon_scan_initiated,0,SEG-0002,ASSET-2929-0553,RESP-015,
239
+ CAMP-000028,ATK-0002,phishing_email_delivered,24,SEG-0002,ASSET-7313-0808,RESP-010,
240
+ CAMP-000028,ATK-0002,payload_executed,29,SEG-0002,ASSET-4500-0532,RESP-039,
241
+ CAMP-000028,ATK-0002,persistence_mechanism_installed,36,SEG-0002,ASSET-0624-0775,RESP-036,
242
+ CAMP-000028,ATK-0002,privilege_escalation_attempted,47,SEG-0002,ASSET-4207-0725,RESP-027,
243
+ CAMP-000028,ATK-0002,lateral_movement_initiated,66,SEG-0002,ASSET-3712-0026,RESP-013,
244
+ CAMP-000028,ATK-0002,data_staged_for_exfil,70,SEG-0002,ASSET-8161-0353,RESP-046,
245
+ CAMP-000028,ATK-0002,exfiltration_initiated,73,SEG-0002,ASSET-9369-0394,RESP-016,
246
+ CAMP-000028,ATK-0002,campaign_fail,80,SEG-0002,,,
247
+ CAMP-000029,ATK-0002,recon_scan_initiated,0,SEG-0010,ASSET-1599-0498,RESP-019,
248
+ CAMP-000029,ATK-0002,emergency_abort,0,SEG-0010,,RESP-049,
249
+ CAMP-000029,ATK-0002,campaign_abort_triggered,1,SEG-0010,,,CAMP-000009
250
+ CAMP-000030,ATK-0003,recon_scan_initiated,0,SEG-0008,ASSET-5399-0804,RESP-024,
251
+ CAMP-000030,ATK-0003,phishing_email_delivered,4,SEG-0008,ASSET-5000-0403,RESP-017,
252
+ CAMP-000030,ATK-0003,payload_executed,7,SEG-0008,ASSET-9292-0734,RESP-033,
253
+ CAMP-000030,ATK-0003,persistence_mechanism_installed,12,SEG-0008,ASSET-0972-0588,RESP-014,
254
+ CAMP-000030,ATK-0003,privilege_escalation_attempted,15,SEG-0008,ASSET-7206-0826,RESP-035,
255
+ CAMP-000030,ATK-0003,emergency_abort,29,SEG-0008,,RESP-015,
256
+ CAMP-000030,ATK-0003,campaign_abort_triggered,30,SEG-0008,,,
257
+ CAMP-000031,ATK-0003,recon_scan_initiated,0,SEG-0011,ASSET-0388-0977,RESP-004,
258
+ CAMP-000031,ATK-0003,supply_chain_compromise,3,SEG-0011,ASSET-6828-0456,RESP-029,
259
+ CAMP-000031,ATK-0003,coordinated_attack_sync,3,SEG-0011,,,CAMP-041566
260
+ CAMP-000031,ATK-0003,payload_executed,10,SEG-0011,ASSET-0711-0503,RESP-045,
261
+ CAMP-000031,ATK-0003,emergency_abort,11,SEG-0011,,RESP-045,
262
+ CAMP-000031,ATK-0003,campaign_abort_triggered,12,SEG-0011,,,CAMP-000007
263
+ CAMP-000032,ATK-0003,recon_scan_initiated,0,SEG-0001,ASSET-0343-0544,RESP-003,
264
+ CAMP-000032,ATK-0003,emergency_abort,5,SEG-0001,,RESP-005,
265
+ CAMP-000032,ATK-0003,campaign_abort_triggered,6,SEG-0001,,,
266
+ CAMP-000033,ATK-0003,recon_scan_initiated,0,SEG-0010,ASSET-0216-0933,RESP-005,
267
+ CAMP-000033,ATK-0003,phishing_email_delivered,8,SEG-0010,ASSET-0351-0689,RESP-038,
268
+ CAMP-000033,ATK-0003,payload_executed,14,SEG-0010,ASSET-1675-0970,RESP-044,
269
+ CAMP-000033,ATK-0003,persistence_mechanism_installed,24,SEG-0010,ASSET-1683-0292,RESP-025,
270
+ CAMP-000033,ATK-0003,privilege_escalation_attempted,28,SEG-0010,ASSET-3560-0081,RESP-042,
271
+ CAMP-000033,ATK-0003,cloud_iam_escalation,28,SEG-0010,,,
272
+ CAMP-000033,ATK-0003,lateral_movement_initiated,37,SEG-0010,ASSET-1727-0964,RESP-009,
273
+ CAMP-000033,ATK-0003,honeypot_interaction,37,SEG-0010,,RESP-006,
274
+ CAMP-000033,ATK-0003,campaign_abort_triggered,38,SEG-0010,,,
275
+ CAMP-000034,ATK-0003,recon_scan_initiated,0,SEG-0009,ASSET-6541-0613,RESP-001,
276
+ CAMP-000034,ATK-0003,phishing_email_delivered,8,SEG-0009,ASSET-9035-0024,RESP-018,
277
+ CAMP-000034,ATK-0003,payload_executed,14,SEG-0009,ASSET-0730-0237,RESP-015,
278
+ CAMP-000034,ATK-0003,persistence_mechanism_installed,17,SEG-0009,ASSET-5374-0641,RESP-039,
279
+ CAMP-000034,ATK-0003,campaign_complete,20,SEG-0009,,,
280
+ CAMP-000035,ATK-0003,recon_scan_initiated,0,SEG-0004,ASSET-0185-0814,RESP-014,
281
+ CAMP-000035,ATK-0003,emergency_abort,4,SEG-0004,,RESP-002,
282
+ CAMP-000035,ATK-0003,campaign_abort_triggered,5,SEG-0004,,,
283
+ CAMP-000036,ATK-0003,recon_scan_initiated,0,SEG-0010,ASSET-6551-0449,RESP-002,
284
+ CAMP-000036,ATK-0003,phishing_email_delivered,5,SEG-0010,ASSET-4686-0123,RESP-039,
285
+ CAMP-000036,ATK-0003,payload_executed,17,SEG-0010,ASSET-0541-0220,RESP-037,
286
+ CAMP-000036,ATK-0003,persistence_mechanism_installed,23,SEG-0010,ASSET-6356-0333,RESP-006,
287
+ CAMP-000036,ATK-0003,privilege_escalation_attempted,40,SEG-0010,ASSET-2894-0982,RESP-037,
288
+ CAMP-000036,ATK-0003,cloud_iam_escalation,40,SEG-0010,,,
289
+ CAMP-000036,ATK-0003,lateral_movement_initiated,43,SEG-0010,ASSET-1161-0149,RESP-020,
290
+ CAMP-000036,ATK-0003,data_staged_for_exfil,56,SEG-0010,ASSET-6819-0721,RESP-036,
291
+ CAMP-000036,ATK-0003,exfiltration_initiated,60,SEG-0010,ASSET-4284-0537,RESP-049,
292
+ CAMP-000036,ATK-0003,siem_alert_triggered,63,SEG-0010,ASSET-0900-0127,RESP-026,
293
+ CAMP-000036,ATK-0003,exfiltration_complete,71,SEG-0010,,RESP-029,
294
+ CAMP-000036,ATK-0003,campaign_fail,71,SEG-0010,,,
295
+ CAMP-000037,ATK-0003,recon_scan_initiated,0,SEG-0008,ASSET-3066-0845,RESP-017,
296
+ CAMP-000037,ATK-0003,phishing_email_delivered,9,SEG-0008,ASSET-8736-0919,RESP-045,
297
+ CAMP-000037,ATK-0003,payload_executed,12,SEG-0008,ASSET-4974-0516,RESP-042,
298
+ CAMP-000037,ATK-0003,campaign_complete,17,SEG-0008,,,
299
+ CAMP-000038,ATK-0003,recon_scan_initiated,0,SEG-0000,ASSET-3306-0366,RESP-034,
300
+ CAMP-000038,ATK-0003,supply_chain_compromise,6,SEG-0000,ASSET-3387-0922,RESP-017,
301
+ CAMP-000038,ATK-0003,emergency_abort,7,SEG-0000,,RESP-046,
302
+ CAMP-000038,ATK-0003,campaign_abort_triggered,8,SEG-0000,,,
303
+ CAMP-000039,ATK-0003,recon_scan_initiated,0,SEG-0004,ASSET-7990-0832,RESP-009,
304
+ CAMP-000039,ATK-0003,phishing_email_delivered,10,SEG-0004,ASSET-8970-0347,RESP-012,
305
+ CAMP-000039,ATK-0003,payload_executed,35,SEG-0004,ASSET-4968-0296,RESP-044,
306
+ CAMP-000039,ATK-0003,persistence_mechanism_installed,39,SEG-0004,ASSET-0151-0659,RESP-035,
307
+ CAMP-000039,ATK-0003,privilege_escalation_attempted,47,SEG-0004,ASSET-7665-0630,RESP-002,
308
+ CAMP-000039,ATK-0003,lateral_movement_initiated,55,SEG-0004,ASSET-1135-0334,RESP-033,
309
+ CAMP-000039,ATK-0003,data_staged_for_exfil,61,SEG-0004,ASSET-8544-0524,RESP-019,
310
+ CAMP-000039,ATK-0003,exfiltration_initiated,68,SEG-0004,ASSET-4114-0114,RESP-010,
311
+ CAMP-000039,ATK-0003,siem_alert_triggered,74,SEG-0004,ASSET-8958-0559,RESP-003,
312
+ CAMP-000039,ATK-0003,exfiltration_complete,80,SEG-0004,,RESP-018,
313
+ CAMP-000039,ATK-0003,ransomware_deployed,80,SEG-0004,,RESP-016,
314
+ CAMP-000039,ATK-0003,shadow_copy_deleted,80,SEG-0004,,RESP-032,
315
+ CAMP-000039,ATK-0003,campaign_complete,80,SEG-0004,,,
316
+ CAMP-000040,ATK-0004,recon_scan_initiated,0,SEG-0000,ASSET-5646-0389,RESP-003,
317
+ CAMP-000040,ATK-0004,phishing_email_delivered,21,SEG-0000,ASSET-6763-0603,RESP-046,
318
+ CAMP-000040,ATK-0004,payload_executed,45,SEG-0000,ASSET-0200-0335,RESP-033,
319
+ CAMP-000040,ATK-0004,persistence_mechanism_installed,50,SEG-0000,ASSET-0018-0077,RESP-036,
320
+ CAMP-000040,ATK-0004,privilege_escalation_attempted,60,SEG-0000,ASSET-6220-0709,RESP-039,
321
+ CAMP-000040,ATK-0004,lateral_movement_initiated,74,SEG-0000,ASSET-6302-0138,RESP-026,
322
+ CAMP-000040,ATK-0004,campaign_complete,80,SEG-0000,,,
323
+ CAMP-000041,ATK-0004,recon_scan_initiated,0,SEG-0003,ASSET-4907-0849,RESP-031,
324
+ CAMP-000041,ATK-0004,phishing_email_delivered,4,SEG-0003,ASSET-9459-0765,RESP-003,
325
+ CAMP-000041,ATK-0004,payload_executed,8,SEG-0003,ASSET-1525-0218,RESP-043,
326
+ CAMP-000041,ATK-0004,persistence_mechanism_installed,18,SEG-0003,ASSET-2890-0793,RESP-011,
327
+ CAMP-000041,ATK-0004,privilege_escalation_attempted,26,SEG-0003,ASSET-2946-0910,RESP-005,
328
+ CAMP-000041,ATK-0004,ransomware_deployed,29,SEG-0003,,RESP-001,
329
+ CAMP-000041,ATK-0004,campaign_complete,29,SEG-0003,,,
330
+ CAMP-000042,ATK-0004,recon_scan_initiated,0,SEG-0009,ASSET-6706-0588,RESP-027,
331
+ CAMP-000042,ATK-0004,phishing_email_delivered,3,SEG-0009,ASSET-8371-0565,RESP-006,
332
+ CAMP-000042,ATK-0004,coordinated_attack_sync,3,SEG-0009,,,CAMP-911479
333
+ CAMP-000042,ATK-0004,payload_executed,35,SEG-0009,ASSET-2639-0706,RESP-009,
334
+ CAMP-000042,ATK-0004,persistence_mechanism_installed,41,SEG-0009,ASSET-4619-0764,RESP-012,
335
+ CAMP-000042,ATK-0004,privilege_escalation_attempted,57,SEG-0009,ASSET-8277-0119,RESP-038,
336
+ CAMP-000042,ATK-0004,lateral_movement_initiated,75,SEG-0009,ASSET-4447-0968,RESP-006,
337
+ CAMP-000042,ATK-0004,coordinated_attack_sync,75,SEG-0009,,,CAMP-046479
338
+ CAMP-000042,ATK-0004,campaign_fail,80,SEG-0009,,,CAMP-000029
339
+ CAMP-000043,ATK-0004,recon_scan_initiated,0,SEG-0003,ASSET-3233-0538,RESP-030,
340
+ CAMP-000043,ATK-0004,phishing_email_delivered,15,SEG-0003,ASSET-5571-0315,RESP-028,
341
+ CAMP-000043,ATK-0004,payload_executed,19,SEG-0003,ASSET-9762-0028,RESP-000,
342
+ CAMP-000043,ATK-0004,persistence_mechanism_installed,25,SEG-0003,ASSET-1616-0960,RESP-006,
343
+ CAMP-000043,ATK-0004,privilege_escalation_attempted,31,SEG-0003,ASSET-8881-0318,RESP-017,
344
+ CAMP-000043,ATK-0004,lateral_movement_initiated,44,SEG-0003,ASSET-7375-0878,RESP-047,
345
+ CAMP-000043,ATK-0004,data_staged_for_exfil,47,SEG-0003,ASSET-3029-0836,RESP-011,
346
+ CAMP-000043,ATK-0004,exfiltration_initiated,55,SEG-0003,ASSET-7814-0717,RESP-011,
347
+ CAMP-000043,ATK-0004,siem_alert_triggered,62,SEG-0003,ASSET-4142-0380,RESP-021,
348
+ CAMP-000043,ATK-0004,exfiltration_complete,75,SEG-0003,,RESP-017,
349
+ CAMP-000043,ATK-0004,campaign_fail,75,SEG-0003,,,
350
+ CAMP-000044,ATK-0004,recon_scan_initiated,0,SEG-0011,ASSET-0802-0064,RESP-030,
351
+ CAMP-000044,ATK-0004,emergency_abort,16,SEG-0011,,RESP-036,
352
+ CAMP-000044,ATK-0004,campaign_abort_triggered,17,SEG-0011,,,
353
+ CAMP-000045,ATK-0004,recon_scan_initiated,0,SEG-0010,ASSET-9621-0920,RESP-021,
354
+ CAMP-000045,ATK-0004,phishing_email_delivered,11,SEG-0010,ASSET-4258-0772,RESP-027,
355
+ CAMP-000045,ATK-0004,payload_executed,20,SEG-0010,ASSET-0746-0601,RESP-008,
356
+ CAMP-000045,ATK-0004,persistence_mechanism_installed,31,SEG-0010,ASSET-9463-0972,RESP-009,
357
+ CAMP-000045,ATK-0004,privilege_escalation_attempted,50,SEG-0010,ASSET-3721-0710,RESP-014,
358
+ CAMP-000045,ATK-0004,lateral_movement_initiated,57,SEG-0010,ASSET-0794-0178,RESP-018,
359
+ CAMP-000045,ATK-0004,data_staged_for_exfil,64,SEG-0010,ASSET-6092-0785,RESP-036,
360
+ CAMP-000045,ATK-0004,exfiltration_initiated,72,SEG-0010,ASSET-3914-0404,RESP-038,
361
+ CAMP-000045,ATK-0004,siem_alert_triggered,79,SEG-0010,ASSET-9529-0280,RESP-020,
362
+ CAMP-000045,ATK-0004,campaign_fail,80,SEG-0010,,,
363
+ CAMP-000046,ATK-0004,recon_scan_initiated,0,SEG-0007,ASSET-2968-0489,RESP-009,
364
+ CAMP-000046,ATK-0004,phishing_email_delivered,7,SEG-0007,ASSET-8186-0900,RESP-006,
365
+ CAMP-000046,ATK-0004,payload_executed,10,SEG-0007,ASSET-2395-0349,RESP-033,
366
+ CAMP-000046,ATK-0004,emergency_abort,18,SEG-0007,,RESP-040,
367
+ CAMP-000046,ATK-0004,campaign_abort_triggered,19,SEG-0007,,,
368
+ CAMP-000047,ATK-0004,recon_scan_initiated,0,SEG-0002,ASSET-0150-0527,RESP-037,
369
+ CAMP-000047,ATK-0004,phishing_email_delivered,8,SEG-0002,ASSET-7912-0051,RESP-030,
370
+ CAMP-000047,ATK-0004,payload_executed,11,SEG-0002,ASSET-2984-0373,RESP-001,
371
+ CAMP-000047,ATK-0004,persistence_mechanism_installed,33,SEG-0002,ASSET-2314-0294,RESP-023,
372
+ CAMP-000047,ATK-0004,privilege_escalation_attempted,61,SEG-0002,ASSET-9007-0712,RESP-027,
373
+ CAMP-000047,ATK-0004,lateral_movement_initiated,66,SEG-0002,ASSET-8368-0445,RESP-000,
374
+ CAMP-000047,ATK-0004,data_staged_for_exfil,75,SEG-0002,ASSET-9905-0579,RESP-014,
375
+ CAMP-000047,ATK-0004,campaign_fail,80,SEG-0002,,,
376
+ CAMP-000048,ATK-0004,recon_scan_initiated,0,SEG-0003,ASSET-4439-0507,RESP-005,
377
+ CAMP-000048,ATK-0004,emergency_abort,0,SEG-0003,,RESP-010,
378
+ CAMP-000048,ATK-0004,campaign_abort_triggered,1,SEG-0003,,,
379
+ CAMP-000049,ATK-0004,recon_scan_initiated,0,SEG-0008,ASSET-9020-0304,RESP-021,
380
+ CAMP-000049,ATK-0004,phishing_email_delivered,8,SEG-0008,ASSET-8571-0078,RESP-026,
381
+ CAMP-000049,ATK-0004,payload_executed,16,SEG-0008,ASSET-9203-0213,RESP-025,
382
+ CAMP-000049,ATK-0004,persistence_mechanism_installed,27,SEG-0008,ASSET-8033-0219,RESP-028,
383
+ CAMP-000049,ATK-0004,privilege_escalation_attempted,31,SEG-0008,ASSET-3370-0709,RESP-017,
384
+ CAMP-000049,ATK-0004,lateral_movement_initiated,39,SEG-0008,ASSET-6492-0123,RESP-018,
385
+ CAMP-000049,ATK-0004,data_staged_for_exfil,42,SEG-0008,ASSET-3771-0495,RESP-031,
386
+ CAMP-000049,ATK-0004,exfiltration_initiated,59,SEG-0008,ASSET-1492-0745,RESP-000,
387
+ CAMP-000049,ATK-0004,siem_alert_triggered,62,SEG-0008,ASSET-4765-0225,RESP-004,
388
+ CAMP-000049,ATK-0004,exfiltration_complete,74,SEG-0008,,RESP-040,
389
+ CAMP-000049,ATK-0004,ransomware_deployed,74,SEG-0008,,RESP-043,
390
+ CAMP-000049,ATK-0004,shadow_copy_deleted,74,SEG-0008,,RESP-039,
391
+ CAMP-000049,ATK-0004,campaign_fail,74,SEG-0008,,,
392
+ CAMP-000050,ATK-0005,recon_scan_initiated,0,SEG-0005,ASSET-6750-0460,RESP-030,
393
+ CAMP-000050,ATK-0005,phishing_email_delivered,14,SEG-0005,ASSET-9934-0824,RESP-003,
394
+ CAMP-000050,ATK-0005,campaign_complete,30,SEG-0005,,,
395
+ CAMP-000051,ATK-0005,recon_scan_initiated,0,SEG-0001,ASSET-8334-0607,RESP-003,
396
+ CAMP-000051,ATK-0005,supply_chain_compromise,15,SEG-0001,ASSET-1322-0808,RESP-044,
397
+ CAMP-000051,ATK-0005,payload_executed,18,SEG-0001,ASSET-1375-0146,RESP-032,
398
+ CAMP-000051,ATK-0005,persistence_mechanism_installed,24,SEG-0001,ASSET-7089-0155,RESP-001,
399
+ CAMP-000051,ATK-0005,privilege_escalation_attempted,31,SEG-0001,ASSET-1253-0527,RESP-014,
400
+ CAMP-000051,ATK-0005,cloud_iam_escalation,31,SEG-0001,,,
401
+ CAMP-000051,ATK-0005,lateral_movement_initiated,34,SEG-0001,ASSET-1015-0435,RESP-044,
402
+ CAMP-000051,ATK-0005,data_staged_for_exfil,44,SEG-0001,ASSET-4439-0533,RESP-023,
403
+ CAMP-000051,ATK-0005,exfiltration_initiated,52,SEG-0001,ASSET-7894-0401,RESP-029,
404
+ CAMP-000051,ATK-0005,siem_alert_triggered,57,SEG-0001,ASSET-8994-0494,RESP-039,
405
+ CAMP-000051,ATK-0005,exfiltration_complete,68,SEG-0001,,RESP-009,
406
+ CAMP-000051,ATK-0005,ransomware_deployed,68,SEG-0001,,RESP-049,
407
+ CAMP-000051,ATK-0005,shadow_copy_deleted,68,SEG-0001,,RESP-023,
408
+ CAMP-000051,ATK-0005,campaign_complete,68,SEG-0001,,,
409
+ CAMP-000052,ATK-0005,recon_scan_initiated,0,SEG-0000,ASSET-4779-0493,RESP-011,
410
+ CAMP-000052,ATK-0005,supply_chain_compromise,7,SEG-0000,ASSET-3567-0651,RESP-022,
411
+ CAMP-000052,ATK-0005,payload_executed,22,SEG-0000,ASSET-8306-0680,RESP-002,
412
+ CAMP-000052,ATK-0005,persistence_mechanism_installed,26,SEG-0000,ASSET-9751-0458,RESP-044,
413
+ CAMP-000052,ATK-0005,privilege_escalation_attempted,38,SEG-0000,ASSET-8009-0132,RESP-020,
414
+ CAMP-000052,ATK-0005,cloud_iam_escalation,38,SEG-0000,,,
415
+ CAMP-000052,ATK-0005,lateral_movement_initiated,41,SEG-0000,ASSET-0244-0849,RESP-001,
416
+ CAMP-000052,ATK-0005,data_staged_for_exfil,51,SEG-0000,ASSET-2594-0596,RESP-019,
417
+ CAMP-000052,ATK-0005,exfiltration_initiated,61,SEG-0000,ASSET-6717-0084,RESP-025,
418
+ CAMP-000052,ATK-0005,siem_alert_triggered,68,SEG-0000,ASSET-1273-0044,RESP-014,
419
+ CAMP-000052,ATK-0005,exfiltration_complete,77,SEG-0000,,RESP-010,
420
+ CAMP-000052,ATK-0005,campaign_complete,77,SEG-0000,,,
421
+ CAMP-000053,ATK-0005,recon_scan_initiated,0,SEG-0009,ASSET-8397-0599,RESP-042,
422
+ CAMP-000053,ATK-0005,phishing_email_delivered,3,SEG-0009,ASSET-6668-0281,RESP-035,
423
+ CAMP-000053,ATK-0005,payload_executed,9,SEG-0009,ASSET-1748-0973,RESP-016,
424
+ CAMP-000053,ATK-0005,persistence_mechanism_installed,28,SEG-0009,ASSET-7874-0889,RESP-025,
425
+ CAMP-000053,ATK-0005,privilege_escalation_attempted,36,SEG-0009,ASSET-1555-0925,RESP-042,
426
+ CAMP-000053,ATK-0005,lateral_movement_initiated,39,SEG-0009,ASSET-3466-0508,RESP-026,
427
+ CAMP-000053,ATK-0005,data_staged_for_exfil,42,SEG-0009,ASSET-9118-0257,RESP-015,
428
+ CAMP-000053,ATK-0005,exfiltration_initiated,45,SEG-0009,ASSET-4928-0569,RESP-029,
429
+ CAMP-000053,ATK-0005,siem_alert_triggered,48,SEG-0009,ASSET-2832-0643,RESP-022,
430
+ CAMP-000053,ATK-0005,exfiltration_complete,62,SEG-0009,,RESP-024,
431
+ CAMP-000053,ATK-0005,campaign_complete,62,SEG-0009,,,
432
+ CAMP-000054,ATK-0005,recon_scan_initiated,0,SEG-0000,ASSET-9335-0658,RESP-020,
433
+ CAMP-000054,ATK-0005,campaign_fail,3,SEG-0000,,,
434
+ CAMP-000055,ATK-0005,recon_scan_initiated,0,SEG-0006,ASSET-7946-0560,RESP-001,
435
+ CAMP-000055,ATK-0005,phishing_email_delivered,8,SEG-0006,ASSET-7947-0187,RESP-012,
436
+ CAMP-000055,ATK-0005,payload_executed,12,SEG-0006,ASSET-7243-0828,RESP-039,
437
+ CAMP-000055,ATK-0005,persistence_mechanism_installed,16,SEG-0006,ASSET-5209-0777,RESP-043,
438
+ CAMP-000055,ATK-0005,privilege_escalation_attempted,32,SEG-0006,ASSET-0441-0688,RESP-022,
439
+ CAMP-000055,ATK-0005,lateral_movement_initiated,38,SEG-0006,ASSET-0899-0497,RESP-035,
440
+ CAMP-000055,ATK-0005,honeypot_interaction,44,SEG-0006,,RESP-020,
441
+ CAMP-000055,ATK-0005,campaign_abort_triggered,45,SEG-0006,,,
442
+ CAMP-000056,ATK-0005,recon_scan_initiated,0,SEG-0002,ASSET-1881-0490,RESP-046,
443
+ CAMP-000056,ATK-0005,phishing_email_delivered,4,SEG-0002,ASSET-3688-0111,RESP-022,
444
+ CAMP-000056,ATK-0005,payload_executed,12,SEG-0002,ASSET-3139-0574,RESP-012,
445
+ CAMP-000056,ATK-0005,persistence_mechanism_installed,15,SEG-0002,ASSET-4773-0155,RESP-043,
446
+ CAMP-000056,ATK-0005,campaign_complete,28,SEG-0002,,,
447
+ CAMP-000057,ATK-0005,recon_scan_initiated,0,SEG-0010,ASSET-3738-0083,RESP-047,
448
+ CAMP-000057,ATK-0005,phishing_email_delivered,10,SEG-0010,ASSET-4771-0277,RESP-048,
449
+ CAMP-000057,ATK-0005,payload_executed,18,SEG-0010,ASSET-1107-0771,RESP-046,
450
+ CAMP-000057,ATK-0005,persistence_mechanism_installed,28,SEG-0010,ASSET-4095-0675,RESP-016,
451
+ CAMP-000057,ATK-0005,campaign_fail,32,SEG-0010,,,
452
+ CAMP-000058,ATK-0005,recon_scan_initiated,0,SEG-0011,ASSET-9134-0992,RESP-005,
453
+ CAMP-000058,ATK-0005,phishing_email_delivered,5,SEG-0011,ASSET-0229-0224,RESP-020,
454
+ CAMP-000058,ATK-0005,payload_executed,18,SEG-0011,ASSET-7720-0496,RESP-026,
455
+ CAMP-000058,ATK-0005,persistence_mechanism_installed,33,SEG-0011,ASSET-7049-0053,RESP-040,
456
+ CAMP-000058,ATK-0005,privilege_escalation_attempted,36,SEG-0011,ASSET-8012-0728,RESP-030,
457
+ CAMP-000058,ATK-0005,lateral_movement_initiated,39,SEG-0011,ASSET-5175-0606,RESP-009,
458
+ CAMP-000058,ATK-0005,data_staged_for_exfil,45,SEG-0011,ASSET-6338-0017,RESP-012,
459
+ CAMP-000058,ATK-0005,campaign_complete,48,SEG-0011,,,
460
+ CAMP-000059,ATK-0005,recon_scan_initiated,0,SEG-0006,ASSET-1813-0209,RESP-034,
461
+ CAMP-000059,ATK-0005,phishing_email_delivered,5,SEG-0006,ASSET-9781-0744,RESP-049,
462
+ CAMP-000059,ATK-0005,payload_executed,13,SEG-0006,ASSET-4844-0425,RESP-020,
463
+ CAMP-000059,ATK-0005,coordinated_attack_sync,13,SEG-0006,,,CAMP-840269
464
+ CAMP-000059,ATK-0005,persistence_mechanism_installed,21,SEG-0006,ASSET-8940-0525,RESP-028,
465
+ CAMP-000059,ATK-0005,privilege_escalation_attempted,24,SEG-0006,ASSET-2155-0288,RESP-020,
466
+ CAMP-000059,ATK-0005,lateral_movement_initiated,34,SEG-0006,ASSET-9767-0734,RESP-013,
467
+ CAMP-000059,ATK-0005,data_staged_for_exfil,42,SEG-0006,ASSET-9173-0638,RESP-012,
468
+ CAMP-000059,ATK-0005,exfiltration_initiated,53,SEG-0006,ASSET-3269-0873,RESP-044,
469
+ CAMP-000059,ATK-0005,siem_alert_triggered,59,SEG-0006,ASSET-5391-0493,RESP-028,
470
+ CAMP-000059,ATK-0005,campaign_complete,75,SEG-0006,,,CAMP-000003
471
+ CAMP-000060,ATK-0006,recon_scan_initiated,0,SEG-0002,ASSET-5053-0631,RESP-020,
472
+ CAMP-000060,ATK-0006,emergency_abort,11,SEG-0002,,RESP-043,
473
+ CAMP-000060,ATK-0006,campaign_abort_triggered,12,SEG-0002,,,
474
+ CAMP-000061,ATK-0006,recon_scan_initiated,0,SEG-0011,ASSET-5109-0058,RESP-005,
475
+ CAMP-000061,ATK-0006,campaign_fail,14,SEG-0011,,,
476
+ CAMP-000062,ATK-0006,recon_scan_initiated,0,SEG-0009,ASSET-7741-0581,RESP-017,
477
+ CAMP-000062,ATK-0006,exfiltration_complete,4,SEG-0009,,RESP-028,
478
+ CAMP-000062,ATK-0006,ransomware_deployed,4,SEG-0009,,RESP-046,
479
+ CAMP-000062,ATK-0006,shadow_copy_deleted,4,SEG-0009,,RESP-008,
480
+ CAMP-000062,ATK-0006,campaign_fail,4,SEG-0009,,,
481
+ CAMP-000063,ATK-0006,recon_scan_initiated,0,SEG-0002,ASSET-2054-0699,RESP-043,
482
+ CAMP-000063,ATK-0006,emergency_abort,6,SEG-0002,,RESP-044,
483
+ CAMP-000063,ATK-0006,exfiltration_complete,7,SEG-0002,,RESP-043,
484
+ CAMP-000063,ATK-0006,campaign_abort_triggered,7,SEG-0002,,,CAMP-000050
485
+ CAMP-000064,ATK-0006,recon_scan_initiated,0,SEG-0001,ASSET-6268-0859,RESP-015,
486
+ CAMP-000064,ATK-0006,phishing_email_delivered,4,SEG-0001,ASSET-8592-0046,RESP-028,
487
+ CAMP-000064,ATK-0006,payload_executed,13,SEG-0001,ASSET-6385-0970,RESP-002,
488
+ CAMP-000064,ATK-0006,emergency_abort,14,SEG-0001,,RESP-038,
489
+ CAMP-000064,ATK-0006,campaign_abort_triggered,15,SEG-0001,,,
490
+ CAMP-000065,ATK-0006,recon_scan_initiated,0,SEG-0001,ASSET-3299-0424,RESP-028,
491
+ CAMP-000065,ATK-0006,phishing_email_delivered,14,SEG-0001,ASSET-3203-0693,RESP-039,
492
+ CAMP-000065,ATK-0006,emergency_abort,15,SEG-0001,,RESP-023,
493
+ CAMP-000065,ATK-0006,exfiltration_complete,16,SEG-0001,,RESP-003,
494
+ CAMP-000065,ATK-0006,campaign_abort_triggered,16,SEG-0001,,,
495
+ CAMP-000066,ATK-0006,recon_scan_initiated,0,SEG-0011,ASSET-5325-0143,RESP-045,
496
+ CAMP-000066,ATK-0006,supply_chain_compromise,8,SEG-0011,ASSET-9464-0537,RESP-023,
497
+ CAMP-000066,ATK-0006,payload_executed,17,SEG-0011,ASSET-2179-0544,RESP-032,
498
+ CAMP-000066,ATK-0006,emergency_abort,26,SEG-0011,,RESP-014,
499
+ CAMP-000066,ATK-0006,exfiltration_complete,27,SEG-0011,,RESP-026,
500
+ CAMP-000066,ATK-0006,campaign_abort_triggered,27,SEG-0011,,,
501
+ CAMP-000067,ATK-0006,recon_scan_initiated,0,SEG-0009,ASSET-0063-0206,RESP-046,
502
+ CAMP-000067,ATK-0006,emergency_abort,0,SEG-0009,,RESP-027,
503
+ CAMP-000067,ATK-0006,campaign_abort_triggered,1,SEG-0009,,,
504
+ CAMP-000068,ATK-0006,recon_scan_initiated,0,SEG-0001,ASSET-2701-0731,RESP-019,
505
+ CAMP-000068,ATK-0006,phishing_email_delivered,3,SEG-0001,ASSET-7997-0887,RESP-002,
506
+ CAMP-000068,ATK-0006,payload_executed,14,SEG-0001,ASSET-5257-0608,RESP-011,
507
+ CAMP-000068,ATK-0006,campaign_complete,34,SEG-0001,,,
508
+ CAMP-000069,ATK-0006,recon_scan_initiated,0,SEG-0008,ASSET-7164-0043,RESP-004,
509
+ CAMP-000069,ATK-0006,phishing_email_delivered,5,SEG-0008,ASSET-2973-0515,RESP-030,
510
+ CAMP-000069,ATK-0006,payload_executed,15,SEG-0008,ASSET-8180-0115,RESP-034,
511
+ CAMP-000069,ATK-0006,persistence_mechanism_installed,24,SEG-0008,ASSET-0492-0517,RESP-032,
512
+ CAMP-000069,ATK-0006,privilege_escalation_attempted,29,SEG-0008,ASSET-2787-0011,RESP-001,
513
+ CAMP-000069,ATK-0006,lateral_movement_initiated,41,SEG-0008,ASSET-2014-0584,RESP-032,
514
+ CAMP-000069,ATK-0006,data_staged_for_exfil,45,SEG-0008,ASSET-7712-0099,RESP-048,
515
+ CAMP-000069,ATK-0006,exfiltration_initiated,48,SEG-0008,ASSET-8667-0746,RESP-004,
516
+ CAMP-000069,ATK-0006,siem_alert_triggered,51,SEG-0008,ASSET-6541-0452,RESP-032,
517
+ CAMP-000069,ATK-0006,ransomware_deployed,64,SEG-0008,,RESP-022,
518
+ CAMP-000069,ATK-0006,shadow_copy_deleted,64,SEG-0008,,RESP-008,
519
+ CAMP-000069,ATK-0006,campaign_complete,64,SEG-0008,,,
520
+ CAMP-000070,ATK-0007,recon_scan_initiated,0,SEG-0003,ASSET-0068-0255,RESP-013,
521
+ CAMP-000070,ATK-0007,phishing_email_delivered,6,SEG-0003,ASSET-9618-0511,RESP-042,
522
+ CAMP-000070,ATK-0007,payload_executed,19,SEG-0003,ASSET-0751-0562,RESP-026,
523
+ CAMP-000070,ATK-0007,persistence_mechanism_installed,28,SEG-0003,ASSET-8480-0421,RESP-034,
524
+ CAMP-000070,ATK-0007,privilege_escalation_attempted,45,SEG-0003,ASSET-5018-0506,RESP-005,
525
+ CAMP-000070,ATK-0007,lateral_movement_initiated,48,SEG-0003,ASSET-6212-0813,RESP-013,
526
+ CAMP-000070,ATK-0007,data_staged_for_exfil,59,SEG-0003,ASSET-8512-0200,RESP-010,
527
+ CAMP-000070,ATK-0007,exfiltration_initiated,64,SEG-0003,ASSET-4980-0316,RESP-047,
528
+ CAMP-000070,ATK-0007,siem_alert_triggered,72,SEG-0003,ASSET-5037-0571,RESP-017,
529
+ CAMP-000070,ATK-0007,campaign_complete,75,SEG-0003,,,
530
+ CAMP-000071,ATK-0007,recon_scan_initiated,0,SEG-0005,ASSET-4709-0253,RESP-035,
531
+ CAMP-000071,ATK-0007,ransomware_deployed,15,SEG-0005,,RESP-008,
532
+ CAMP-000071,ATK-0007,shadow_copy_deleted,15,SEG-0005,,RESP-033,
533
+ CAMP-000071,ATK-0007,campaign_fail,15,SEG-0005,,,
534
+ CAMP-000072,ATK-0007,recon_scan_initiated,0,SEG-0003,ASSET-4062-0529,RESP-006,
535
+ CAMP-000072,ATK-0007,coordinated_attack_sync,0,SEG-0003,,,CAMP-352616
536
+ CAMP-000072,ATK-0007,phishing_email_delivered,3,SEG-0003,ASSET-6756-0208,RESP-032,
537
+ CAMP-000072,ATK-0007,payload_executed,15,SEG-0003,ASSET-1551-0973,RESP-028,
538
+ CAMP-000072,ATK-0007,persistence_mechanism_installed,19,SEG-0003,ASSET-5473-0152,RESP-030,
539
+ CAMP-000072,ATK-0007,privilege_escalation_attempted,22,SEG-0003,ASSET-2461-0333,RESP-003,
540
+ CAMP-000072,ATK-0007,coordinated_attack_sync,22,SEG-0003,,,CAMP-155786
541
+ CAMP-000072,ATK-0007,lateral_movement_initiated,28,SEG-0003,ASSET-8429-0314,RESP-017,
542
+ CAMP-000072,ATK-0007,coordinated_attack_sync,28,SEG-0003,,,CAMP-173653
543
+ CAMP-000072,ATK-0007,data_staged_for_exfil,48,SEG-0003,ASSET-2717-0175,RESP-027,
544
+ CAMP-000072,ATK-0007,exfiltration_initiated,68,SEG-0003,ASSET-0992-0157,RESP-028,
545
+ CAMP-000072,ATK-0007,siem_alert_triggered,74,SEG-0003,ASSET-8614-0025,RESP-023,
546
+ CAMP-000072,ATK-0007,exfiltration_complete,80,SEG-0003,,RESP-042,
547
+ CAMP-000072,ATK-0007,campaign_fail,80,SEG-0003,,,CAMP-000010
548
+ CAMP-000073,ATK-0007,recon_scan_initiated,0,SEG-0000,ASSET-3961-0021,RESP-019,
549
+ CAMP-000073,ATK-0007,phishing_email_delivered,8,SEG-0000,ASSET-6726-0563,RESP-036,
550
+ CAMP-000073,ATK-0007,payload_executed,11,SEG-0000,ASSET-8122-0261,RESP-012,
551
+ CAMP-000073,ATK-0007,persistence_mechanism_installed,14,SEG-0000,ASSET-8102-0222,RESP-004,
552
+ CAMP-000073,ATK-0007,privilege_escalation_attempted,20,SEG-0000,ASSET-8794-0542,RESP-043,
553
+ CAMP-000073,ATK-0007,lateral_movement_initiated,29,SEG-0000,ASSET-8294-0094,RESP-009,
554
+ CAMP-000073,ATK-0007,data_staged_for_exfil,33,SEG-0000,ASSET-3463-0866,RESP-023,
555
+ CAMP-000073,ATK-0007,exfiltration_initiated,36,SEG-0000,ASSET-0116-0662,RESP-007,
556
+ CAMP-000073,ATK-0007,siem_alert_triggered,41,SEG-0000,ASSET-7031-0320,RESP-042,
557
+ CAMP-000073,ATK-0007,campaign_fail,45,SEG-0000,,,
558
+ CAMP-000074,ATK-0007,recon_scan_initiated,0,SEG-0005,ASSET-8368-0804,RESP-011,
559
+ CAMP-000074,ATK-0007,phishing_email_delivered,32,SEG-0005,ASSET-1369-0684,RESP-020,
560
+ CAMP-000074,ATK-0007,payload_executed,35,SEG-0005,ASSET-9783-0543,RESP-020,
561
+ CAMP-000074,ATK-0007,persistence_mechanism_installed,43,SEG-0005,ASSET-1555-0221,RESP-042,
562
+ CAMP-000074,ATK-0007,campaign_complete,47,SEG-0005,,,
563
+ CAMP-000075,ATK-0007,recon_scan_initiated,0,SEG-0011,ASSET-1264-0953,RESP-028,
564
+ CAMP-000075,ATK-0007,phishing_email_delivered,4,SEG-0011,ASSET-5768-0453,RESP-004,
565
+ CAMP-000075,ATK-0007,campaign_fail,10,SEG-0011,,,
566
+ CAMP-000076,ATK-0007,recon_scan_initiated,0,SEG-0000,ASSET-7489-0707,RESP-027,
567
+ CAMP-000076,ATK-0007,phishing_email_delivered,4,SEG-0000,ASSET-3790-0126,RESP-018,
568
+ CAMP-000076,ATK-0007,payload_executed,14,SEG-0000,ASSET-7771-0095,RESP-024,
569
+ CAMP-000076,ATK-0007,persistence_mechanism_installed,32,SEG-0000,ASSET-4257-0260,RESP-027,
570
+ CAMP-000076,ATK-0007,privilege_escalation_attempted,38,SEG-0000,ASSET-5150-0893,RESP-033,
571
+ CAMP-000076,ATK-0007,campaign_complete,41,SEG-0000,,,
572
+ CAMP-000077,ATK-0007,recon_scan_initiated,0,SEG-0010,ASSET-6280-0419,RESP-026,
573
+ CAMP-000077,ATK-0007,phishing_email_delivered,30,SEG-0010,ASSET-0979-0508,RESP-024,
574
+ CAMP-000077,ATK-0007,payload_executed,33,SEG-0010,ASSET-8893-0971,RESP-032,
575
+ CAMP-000077,ATK-0007,ransomware_deployed,37,SEG-0010,,RESP-000,
576
+ CAMP-000077,ATK-0007,shadow_copy_deleted,37,SEG-0010,,RESP-007,
577
+ CAMP-000077,ATK-0007,campaign_complete,37,SEG-0010,,,
578
+ CAMP-000078,ATK-0007,recon_scan_initiated,0,SEG-0008,ASSET-1057-0217,RESP-034,
579
+ CAMP-000078,ATK-0007,phishing_email_delivered,9,SEG-0008,ASSET-7238-0517,RESP-028,
580
+ CAMP-000078,ATK-0007,payload_executed,20,SEG-0008,ASSET-0178-0787,RESP-036,
581
+ CAMP-000078,ATK-0007,persistence_mechanism_installed,38,SEG-0008,ASSET-2489-0408,RESP-041,
582
+ CAMP-000078,ATK-0007,privilege_escalation_attempted,45,SEG-0008,ASSET-5643-0539,RESP-023,
583
+ CAMP-000078,ATK-0007,lateral_movement_initiated,58,SEG-0008,ASSET-4566-0622,RESP-048,
584
+ CAMP-000078,ATK-0007,data_staged_for_exfil,62,SEG-0008,ASSET-8842-0208,RESP-030,
585
+ CAMP-000078,ATK-0007,exfiltration_initiated,67,SEG-0008,ASSET-7291-0860,RESP-006,
586
+ CAMP-000078,ATK-0007,siem_alert_triggered,72,SEG-0008,ASSET-3008-0360,RESP-035,
587
+ CAMP-000078,ATK-0007,campaign_complete,80,SEG-0008,,,
588
+ CAMP-000079,ATK-0007,recon_scan_initiated,0,SEG-0007,ASSET-2351-0249,RESP-006,
589
+ CAMP-000079,ATK-0007,supply_chain_compromise,3,SEG-0007,ASSET-8488-0206,RESP-017,
590
+ CAMP-000079,ATK-0007,payload_executed,12,SEG-0007,ASSET-2570-0276,RESP-019,
591
+ CAMP-000079,ATK-0007,campaign_complete,22,SEG-0007,,,
592
+ CAMP-000080,ATK-0008,recon_scan_initiated,0,SEG-0007,ASSET-3590-0905,RESP-040,
593
+ CAMP-000080,ATK-0008,coordinated_attack_sync,0,SEG-0007,,,CAMP-912086
594
+ CAMP-000080,ATK-0008,phishing_email_delivered,4,SEG-0007,ASSET-5809-0150,RESP-045,
595
+ CAMP-000080,ATK-0008,payload_executed,23,SEG-0007,ASSET-1790-0093,RESP-010,
596
+ CAMP-000080,ATK-0008,coordinated_attack_sync,23,SEG-0007,,,CAMP-661439
597
+ CAMP-000080,ATK-0008,ransomware_deployed,30,SEG-0007,,RESP-039,
598
+ CAMP-000080,ATK-0008,shadow_copy_deleted,30,SEG-0007,,RESP-022,
599
+ CAMP-000080,ATK-0008,campaign_complete,30,SEG-0007,,,CAMP-000009
600
+ CAMP-000081,ATK-0008,recon_scan_initiated,0,SEG-0001,ASSET-0003-0555,RESP-038,
601
+ CAMP-000081,ATK-0008,phishing_email_delivered,3,SEG-0001,ASSET-7545-0555,RESP-038,
602
+ CAMP-000081,ATK-0008,payload_executed,12,SEG-0001,ASSET-7881-0760,RESP-023,
603
+ CAMP-000081,ATK-0008,persistence_mechanism_installed,20,SEG-0001,ASSET-4480-0323,RESP-027,
604
+ CAMP-000081,ATK-0008,privilege_escalation_attempted,24,SEG-0001,ASSET-3714-0908,RESP-006,
605
+ CAMP-000081,ATK-0008,coordinated_attack_sync,24,SEG-0001,,,CAMP-153942
606
+ CAMP-000081,ATK-0008,lateral_movement_initiated,30,SEG-0001,ASSET-6072-0280,RESP-046,
607
+ CAMP-000081,ATK-0008,data_staged_for_exfil,45,SEG-0001,ASSET-5713-0690,RESP-001,
608
+ CAMP-000081,ATK-0008,exfiltration_initiated,51,SEG-0001,ASSET-9325-0550,RESP-007,
609
+ CAMP-000081,ATK-0008,siem_alert_triggered,59,SEG-0001,ASSET-5067-0050,RESP-033,
610
+ CAMP-000081,ATK-0008,exfiltration_complete,80,SEG-0001,,RESP-015,
611
+ CAMP-000081,ATK-0008,campaign_complete,80,SEG-0001,,,CAMP-000058
612
+ CAMP-000082,ATK-0008,recon_scan_initiated,0,SEG-0000,ASSET-6836-0701,RESP-034,
613
+ CAMP-000082,ATK-0008,exfiltration_complete,12,SEG-0000,,RESP-014,
614
+ CAMP-000082,ATK-0008,campaign_fail,12,SEG-0000,,,
615
+ CAMP-000083,ATK-0008,recon_scan_initiated,0,SEG-0008,ASSET-0754-0243,RESP-032,
616
+ CAMP-000083,ATK-0008,phishing_email_delivered,15,SEG-0008,ASSET-2159-0913,RESP-015,
617
+ CAMP-000083,ATK-0008,payload_executed,22,SEG-0008,ASSET-5451-0643,RESP-018,
618
+ CAMP-000083,ATK-0008,persistence_mechanism_installed,27,SEG-0008,ASSET-4282-0065,RESP-007,
619
+ CAMP-000083,ATK-0008,privilege_escalation_attempted,35,SEG-0008,ASSET-3664-0674,RESP-022,
620
+ CAMP-000083,ATK-0008,lateral_movement_initiated,44,SEG-0008,ASSET-3932-0502,RESP-024,
621
+ CAMP-000083,ATK-0008,data_staged_for_exfil,48,SEG-0008,ASSET-2578-0333,RESP-002,
622
+ CAMP-000083,ATK-0008,exfiltration_initiated,70,SEG-0008,ASSET-7799-0781,RESP-047,
623
+ CAMP-000083,ATK-0008,exfiltration_complete,80,SEG-0008,,RESP-032,
624
+ CAMP-000083,ATK-0008,campaign_complete,80,SEG-0008,,,
625
+ CAMP-000084,ATK-0008,recon_scan_initiated,0,SEG-0001,ASSET-4560-0862,RESP-021,
626
+ CAMP-000084,ATK-0008,phishing_email_delivered,3,SEG-0001,ASSET-4317-0421,RESP-031,
627
+ CAMP-000084,ATK-0008,payload_executed,6,SEG-0001,ASSET-6910-0667,RESP-030,
628
+ CAMP-000084,ATK-0008,persistence_mechanism_installed,11,SEG-0001,ASSET-6018-0556,RESP-008,
629
+ CAMP-000084,ATK-0008,ransomware_deployed,27,SEG-0001,,RESP-010,
630
+ CAMP-000084,ATK-0008,shadow_copy_deleted,27,SEG-0001,,RESP-034,
631
+ CAMP-000084,ATK-0008,campaign_complete,27,SEG-0001,,,
632
+ CAMP-000085,ATK-0008,recon_scan_initiated,0,SEG-0008,ASSET-1260-0552,RESP-049,
633
+ CAMP-000085,ATK-0008,phishing_email_delivered,3,SEG-0008,ASSET-2535-0679,RESP-001,
634
+ CAMP-000085,ATK-0008,payload_executed,8,SEG-0008,ASSET-1858-0352,RESP-039,
635
+ CAMP-000085,ATK-0008,persistence_mechanism_installed,25,SEG-0008,ASSET-3954-0644,RESP-028,
636
+ CAMP-000085,ATK-0008,privilege_escalation_attempted,28,SEG-0008,ASSET-9868-0806,RESP-002,
637
+ CAMP-000085,ATK-0008,lateral_movement_initiated,38,SEG-0008,ASSET-2258-0059,RESP-044,
638
+ CAMP-000085,ATK-0008,data_staged_for_exfil,41,SEG-0008,ASSET-0802-0765,RESP-030,
639
+ CAMP-000085,ATK-0008,exfiltration_initiated,57,SEG-0008,ASSET-1022-0412,RESP-032,
640
+ CAMP-000085,ATK-0008,siem_alert_triggered,77,SEG-0008,ASSET-7270-0195,RESP-003,
641
+ CAMP-000085,ATK-0008,exfiltration_complete,80,SEG-0008,,RESP-046,
642
+ CAMP-000085,ATK-0008,ransomware_deployed,80,SEG-0008,,RESP-016,
643
+ CAMP-000085,ATK-0008,shadow_copy_deleted,80,SEG-0008,,RESP-008,
644
+ CAMP-000085,ATK-0008,campaign_complete,80,SEG-0008,,,
645
+ CAMP-000086,ATK-0008,recon_scan_initiated,0,SEG-0011,ASSET-1190-0460,RESP-015,
646
+ CAMP-000086,ATK-0008,phishing_email_delivered,3,SEG-0011,ASSET-9170-0873,RESP-036,
647
+ CAMP-000086,ATK-0008,payload_executed,6,SEG-0011,ASSET-4601-0783,RESP-002,
648
+ CAMP-000086,ATK-0008,campaign_fail,38,SEG-0011,,,
649
+ CAMP-000087,ATK-0008,recon_scan_initiated,0,SEG-0011,ASSET-2509-0626,RESP-025,
650
+ CAMP-000087,ATK-0008,phishing_email_delivered,5,SEG-0011,ASSET-2450-0864,RESP-003,
651
+ CAMP-000087,ATK-0008,payload_executed,19,SEG-0011,ASSET-4730-0650,RESP-017,
652
+ CAMP-000087,ATK-0008,emergency_abort,25,SEG-0011,,RESP-017,
653
+ CAMP-000087,ATK-0008,exfiltration_complete,26,SEG-0011,,RESP-017,
654
+ CAMP-000087,ATK-0008,campaign_abort_triggered,26,SEG-0011,,,
655
+ CAMP-000088,ATK-0008,recon_scan_initiated,0,SEG-0006,ASSET-7990-0853,RESP-017,
656
+ CAMP-000088,ATK-0008,phishing_email_delivered,3,SEG-0006,ASSET-8202-0642,RESP-034,
657
+ CAMP-000088,ATK-0008,campaign_fail,7,SEG-0006,,,
658
+ CAMP-000089,ATK-0008,recon_scan_initiated,0,SEG-0008,ASSET-9684-0264,RESP-021,
659
+ CAMP-000089,ATK-0008,phishing_email_delivered,10,SEG-0008,ASSET-9090-0998,RESP-026,
660
+ CAMP-000089,ATK-0008,payload_executed,13,SEG-0008,ASSET-4608-0140,RESP-007,
661
+ CAMP-000089,ATK-0008,persistence_mechanism_installed,16,SEG-0008,ASSET-9120-0003,RESP-046,
662
+ CAMP-000089,ATK-0008,privilege_escalation_attempted,19,SEG-0008,ASSET-5374-0471,RESP-030,
663
+ CAMP-000089,ATK-0008,lateral_movement_initiated,33,SEG-0008,ASSET-7612-0407,RESP-008,
664
+ CAMP-000089,ATK-0008,data_staged_for_exfil,39,SEG-0008,ASSET-8904-0046,RESP-044,
665
+ CAMP-000089,ATK-0008,exfiltration_initiated,47,SEG-0008,ASSET-1144-0732,RESP-009,
666
+ CAMP-000089,ATK-0008,siem_alert_triggered,55,SEG-0008,ASSET-5305-0053,RESP-001,
667
+ CAMP-000089,ATK-0008,campaign_complete,59,SEG-0008,,,
668
+ CAMP-000090,ATK-0009,recon_scan_initiated,0,SEG-0011,ASSET-4037-0191,RESP-003,
669
+ CAMP-000090,ATK-0009,phishing_email_delivered,17,SEG-0011,ASSET-0049-0879,RESP-041,
670
+ CAMP-000090,ATK-0009,payload_executed,20,SEG-0011,ASSET-7300-0321,RESP-005,
671
+ CAMP-000090,ATK-0009,emergency_abort,22,SEG-0011,,RESP-036,
672
+ CAMP-000090,ATK-0009,campaign_abort_triggered,23,SEG-0011,,,
673
+ CAMP-000091,ATK-0009,recon_scan_initiated,0,SEG-0001,ASSET-1322-0221,RESP-049,
674
+ CAMP-000091,ATK-0009,phishing_email_delivered,7,SEG-0001,ASSET-1232-0742,RESP-035,
675
+ CAMP-000091,ATK-0009,payload_executed,18,SEG-0001,ASSET-5128-0485,RESP-040,
676
+ CAMP-000091,ATK-0009,emergency_abort,26,SEG-0001,,RESP-038,
677
+ CAMP-000091,ATK-0009,campaign_abort_triggered,27,SEG-0001,,,
678
+ CAMP-000092,ATK-0009,recon_scan_initiated,0,SEG-0007,ASSET-8180-0338,RESP-046,
679
+ CAMP-000092,ATK-0009,phishing_email_delivered,4,SEG-0007,ASSET-8662-0537,RESP-017,
680
+ CAMP-000092,ATK-0009,emergency_abort,11,SEG-0007,,RESP-023,
681
+ CAMP-000092,ATK-0009,exfiltration_complete,12,SEG-0007,,RESP-004,
682
+ CAMP-000092,ATK-0009,campaign_abort_triggered,12,SEG-0007,,,
683
+ CAMP-000093,ATK-0009,recon_scan_initiated,0,SEG-0007,ASSET-8957-0720,RESP-006,
684
+ CAMP-000093,ATK-0009,phishing_email_delivered,4,SEG-0007,ASSET-1903-0844,RESP-020,
685
+ CAMP-000093,ATK-0009,payload_executed,7,SEG-0007,ASSET-3221-0530,RESP-001,
686
+ CAMP-000093,ATK-0009,ransomware_deployed,16,SEG-0007,,RESP-001,
687
+ CAMP-000093,ATK-0009,shadow_copy_deleted,16,SEG-0007,,RESP-033,
688
+ CAMP-000093,ATK-0009,campaign_complete,16,SEG-0007,,,
689
+ CAMP-000094,ATK-0009,recon_scan_initiated,0,SEG-0010,ASSET-8394-0111,RESP-015,
690
+ CAMP-000094,ATK-0009,phishing_email_delivered,3,SEG-0010,ASSET-6400-0412,RESP-013,
691
+ CAMP-000094,ATK-0009,payload_executed,10,SEG-0010,ASSET-8608-0804,RESP-022,
692
+ CAMP-000094,ATK-0009,persistence_mechanism_installed,13,SEG-0010,ASSET-1242-0678,RESP-017,
693
+ CAMP-000094,ATK-0009,privilege_escalation_attempted,17,SEG-0010,ASSET-9322-0425,RESP-000,
694
+ CAMP-000094,ATK-0009,lateral_movement_initiated,24,SEG-0010,ASSET-5982-0029,RESP-045,
695
+ CAMP-000094,ATK-0009,emergency_abort,32,SEG-0010,,RESP-046,
696
+ CAMP-000094,ATK-0009,campaign_abort_triggered,33,SEG-0010,,,
697
+ CAMP-000095,ATK-0009,recon_scan_initiated,0,SEG-0004,ASSET-9919-0429,RESP-008,
698
+ CAMP-000095,ATK-0009,supply_chain_compromise,3,SEG-0004,ASSET-6887-0693,RESP-014,
699
+ CAMP-000095,ATK-0009,payload_executed,8,SEG-0004,ASSET-2550-0663,RESP-003,
700
+ CAMP-000095,ATK-0009,persistence_mechanism_installed,13,SEG-0004,ASSET-8249-0945,RESP-022,
701
+ CAMP-000095,ATK-0009,privilege_escalation_attempted,26,SEG-0004,ASSET-0236-0178,RESP-016,
702
+ CAMP-000095,ATK-0009,cloud_iam_escalation,26,SEG-0004,,,
703
+ CAMP-000095,ATK-0009,lateral_movement_initiated,31,SEG-0004,ASSET-1710-0967,RESP-045,
704
+ CAMP-000095,ATK-0009,data_staged_for_exfil,49,SEG-0004,ASSET-3033-0101,RESP-017,
705
+ CAMP-000095,ATK-0009,exfiltration_initiated,59,SEG-0004,ASSET-2138-0364,RESP-043,
706
+ CAMP-000095,ATK-0009,siem_alert_triggered,69,SEG-0004,ASSET-3923-0396,RESP-024,
707
+ CAMP-000095,ATK-0009,campaign_fail,77,SEG-0004,,,
708
+ CAMP-000096,ATK-0009,recon_scan_initiated,0,SEG-0006,ASSET-9227-0309,RESP-017,
709
+ CAMP-000096,ATK-0009,campaign_fail,3,SEG-0006,,,
710
+ CAMP-000097,ATK-0009,recon_scan_initiated,0,SEG-0008,ASSET-6562-0750,RESP-027,
711
+ CAMP-000097,ATK-0009,supply_chain_compromise,13,SEG-0008,ASSET-2976-0167,RESP-047,
712
+ CAMP-000097,ATK-0009,payload_executed,31,SEG-0008,ASSET-3572-0710,RESP-016,
713
+ CAMP-000097,ATK-0009,persistence_mechanism_installed,35,SEG-0008,ASSET-7029-0000,RESP-004,
714
+ CAMP-000097,ATK-0009,privilege_escalation_attempted,43,SEG-0008,ASSET-3573-0474,RESP-024,
715
+ CAMP-000097,ATK-0009,lateral_movement_initiated,48,SEG-0008,ASSET-5917-0259,RESP-032,
716
+ CAMP-000097,ATK-0009,honeypot_interaction,50,SEG-0008,,RESP-018,
717
+ CAMP-000097,ATK-0009,campaign_abort_triggered,51,SEG-0008,,,
718
+ CAMP-000098,ATK-0009,recon_scan_initiated,0,SEG-0005,ASSET-8040-0277,RESP-038,
719
+ CAMP-000098,ATK-0009,phishing_email_delivered,12,SEG-0005,ASSET-7406-0881,RESP-002,
720
+ CAMP-000098,ATK-0009,payload_executed,44,SEG-0005,ASSET-0409-0395,RESP-020,
721
+ CAMP-000098,ATK-0009,persistence_mechanism_installed,51,SEG-0005,ASSET-7501-0553,RESP-025,
722
+ CAMP-000098,ATK-0009,coordinated_attack_sync,51,SEG-0005,,,CAMP-728691
723
+ CAMP-000098,ATK-0009,privilege_escalation_attempted,58,SEG-0005,ASSET-1587-0842,RESP-030,
724
+ CAMP-000098,ATK-0009,exfiltration_complete,62,SEG-0005,,RESP-030,
725
+ CAMP-000098,ATK-0009,ransomware_deployed,62,SEG-0005,,RESP-001,
726
+ CAMP-000098,ATK-0009,campaign_complete,62,SEG-0005,,,CAMP-000075
727
+ CAMP-000099,ATK-0009,recon_scan_initiated,0,SEG-0010,ASSET-0599-0702,RESP-002,
728
+ CAMP-000099,ATK-0009,phishing_email_delivered,5,SEG-0010,ASSET-3088-0630,RESP-049,
729
+ CAMP-000099,ATK-0009,payload_executed,12,SEG-0010,ASSET-2777-0437,RESP-028,
730
+ CAMP-000099,ATK-0009,persistence_mechanism_installed,32,SEG-0010,ASSET-3148-0611,RESP-038,
731
+ CAMP-000099,ATK-0009,privilege_escalation_attempted,41,SEG-0010,ASSET-5621-0476,RESP-019,
732
+ CAMP-000099,ATK-0009,cloud_iam_escalation,41,SEG-0010,,,
733
+ CAMP-000099,ATK-0009,lateral_movement_initiated,49,SEG-0010,ASSET-8112-0542,RESP-026,
734
+ CAMP-000099,ATK-0009,data_staged_for_exfil,69,SEG-0010,ASSET-3352-0488,RESP-017,
735
+ CAMP-000099,ATK-0009,exfiltration_initiated,72,SEG-0010,ASSET-9567-0623,RESP-014,
736
+ CAMP-000099,ATK-0009,siem_alert_triggered,75,SEG-0010,ASSET-7962-0881,RESP-002,
737
+ CAMP-000099,ATK-0009,exfiltration_complete,78,SEG-0010,,RESP-043,
738
+ CAMP-000099,ATK-0009,ransomware_deployed,78,SEG-0010,,RESP-038,
739
+ CAMP-000099,ATK-0009,shadow_copy_deleted,78,SEG-0010,,RESP-034,
740
+ CAMP-000099,ATK-0009,campaign_complete,78,SEG-0010,,,
campaign_summary.csv ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ campaign_id,attacker_id,attacker_capability_tier,campaign_type,target_environment_type,kill_chain_phases_reached,highest_phase_achieved,lateral_hops_total,assets_compromised_count,data_exfil_gb,dwell_time_hours,detection_rate,alert_volume_total,suppressed_alert_count,edr_block_count,ir_escalation_count,campaign_duration_steps,campaign_success_flag,ransomware_deployed_flag,c2_sessions_established,technique_count_unique,tactic_breadth_score,attacker_stealth_score,defender_response_score,mttd_hours,mttr_hours,coordinated_attack_flag,exfiltration_success_flag,privesc_success_flag,phase_detection_coverage,attacker_roi_score
2
+ CAMP-000000,ATK-0000,apt,ransomware_chain,hybrid_multi_cloud,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection,collection,9,19,0.0,15.68,0.6269,10,4,32,2,67,0,1,0,28,0.5,0.2052,0.1811,4.22,14.71,1,0,1,1.0,0.0
3
+ CAMP-000001,ATK-0000,apt,coordinated_multi_actor,cloud_workload,reconnaissance|initial_access,initial_access,0,0,4.356,7.96,0.8333,3,1,7,1,12,0,0,0,8,0.1429,0.0917,0.4669,1.83,6.49,0,1,1,1.0,0.0912
4
+ CAMP-000002,ATK-0000,apt,cloud_native_attack,hybrid_multi_cloud,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,5,6,7.923,17.14,0.7179,4,2,24,1,39,1,0,0,24,0.6429,0.1551,0.2329,5.67,120.87,0,1,1,1.0,0.1304
5
+ CAMP-000003,ATK-0000,apt,opportunistic_mass_exploit,zero_trust_network,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,3,1,15.137,20.02,0.6935,7,4,36,2,62,1,1,0,32,0.6429,0.1685,0.1733,9.21,23.18,0,1,1,1.0,0.2317
6
+ CAMP-000004,ATK-0000,apt,insider_threat,enterprise_network,reconnaissance|initial_access,initial_access,0,0,0.0,20.46,0.2143,3,1,0,1,14,1,0,0,11,0.1429,0.4321,0.0,1.99,19.14,0,0,0,1.0,0.0
7
+ CAMP-000005,ATK-0000,apt,apt_long_dwell,zero_trust_network,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,9,10,2.13,15.52,0.65,8,7,44,0,80,0,1,0,39,0.6429,0.1925,0.1572,8.73,20.29,0,1,0,1.0,0.048
8
+ CAMP-000006,ATK-0000,apt,coordinated_multi_actor,supply_chain_interface,reconnaissance|initial_access|execution|persistence|privilege_escalation,privilege_escalation,0,0,0.0,17.63,0.6462,9,9,33,2,65,0,0,0,27,0.3571,0.1946,0.1953,4.36,13.43,0,0,1,1.0,0.0
9
+ CAMP-000007,ATK-0000,apt,data_exfiltration,ot_ics_environment,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,4,4,0.0,14.51,0.5696,7,4,38,0,79,1,0,0,40,0.6429,0.2367,0.1812,3.54,133.3,0,0,0,1.0,0.0
10
+ CAMP-000008,ATK-0000,apt,ransomware_chain,ot_ics_environment,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement,lateral_movement,2,5,0.0,18.07,0.5946,6,7,16,0,37,1,0,0,19,0.4286,0.223,0.2009,2.6,12.96,0,0,1,1.0,0.0
11
+ CAMP-000009,ATK-0000,apt,data_exfiltration,zero_trust_network,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,2,3,5.489,14.09,0.0492,3,6,0,1,61,1,0,0,32,0.6429,0.523,0.0,12.11,226.76,0,1,1,0.3333,0.3704
12
+ CAMP-000010,ATK-0001,nation_state,cloud_native_attack,soc_management_plane,reconnaissance|initial_access|execution|persistence|privilege_escalation,privilege_escalation,0,0,0.0,32.13,0.623,8,4,30,1,61,0,0,0,24,0.3571,0.2715,0.2261,2.88,10.26,0,0,1,1.0,0.0
13
+ CAMP-000011,ATK-0001,nation_state,targeted_intrusion,zero_trust_network,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,3,6,6.403,28.38,0.1757,13,1,0,3,74,1,0,0,29,0.6429,0.5935,0.0,4.28,23.18,0,1,0,1.0,0.186
14
+ CAMP-000012,ATK-0001,nation_state,apt_long_dwell,enterprise_network,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection,collection,5,10,0.0,36.75,0.4,5,7,27,0,80,1,0,0,31,0.5,0.432,0.0563,10.0,54.2,0,0,1,1.0,0.0
15
+ CAMP-000013,ATK-0001,nation_state,cloud_native_attack,hybrid_multi_cloud,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration,exfiltration,6,10,1.128,28.0,0.4125,6,8,27,2,80,0,0,0,33,0.5714,0.423,0.0922,3.52,24.07,0,1,1,1.0,0.0237
16
+ CAMP-000014,ATK-0001,nation_state,double_extortion,ot_ics_environment,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,4,6,4.693,28.0,0.525,8,11,34,1,80,0,1,0,39,0.6429,0.342,0.1372,4.09,23.49,0,1,1,1.0,0.0796
17
+ CAMP-000015,ATK-0001,nation_state,supply_chain_compromise,cloud_workload,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement,lateral_movement,8,20,0.0,35.0,0.5962,6,5,25,2,52,0,0,0,25,0.4286,0.2908,0.1301,8.06,50.86,0,0,1,1.0,0.0
18
+ CAMP-000016,ATK-0001,nation_state,cloud_native_attack,enterprise_network,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection,collection,13,20,0.0,33.25,0.5,10,7,30,2,80,1,0,0,31,0.5,0.36,0.1251,3.48,15.34,1,0,1,1.0,0.0
19
+ CAMP-000017,ATK-0001,nation_state,data_exfiltration,supply_chain_interface,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,10,12,15.213,17.5,0.2,16,6,0,5,80,1,1,0,44,0.6429,0.576,0.0,1.63,23.1,0,1,1,1.0,0.6955
20
+ CAMP-000018,ATK-0001,nation_state,cloud_native_attack,soc_management_plane,reconnaissance|initial_access|execution|persistence|privilege_escalation,privilege_escalation,0,0,0.0,40.65,0.7097,5,0,17,0,31,0,0,0,17,0.3571,0.209,0.1936,6.47,16.79,0,0,1,1.0,0.0
21
+ CAMP-000019,ATK-0001,nation_state,supply_chain_compromise,enterprise_network,reconnaissance|initial_access,initial_access,0,0,0.0,46.67,0.1905,4,1,0,1,21,1,0,0,10,0.1429,0.5829,0.0,5.28,16.69,0,0,1,1.0,0.0
22
+ CAMP-000020,ATK-0002,nation_state,cloud_native_attack,zero_trust_network,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration,exfiltration,2,5,0.0,36.75,0.2,16,5,0,2,80,1,0,0,34,0.5714,0.576,0.0,7.35,45.78,0,0,1,1.0,0.0
23
+ CAMP-000021,ATK-0002,nation_state,insider_threat,ot_ics_environment,reconnaissance,reconnaissance,0,0,0.0,56.0,0.4,2,0,0,0,5,0,0,0,4,0.0714,0.432,0.0,1.81,17.79,0,0,1,1.0,0.0
24
+ CAMP-000022,ATK-0002,nation_state,cloud_native_attack,zero_trust_network,reconnaissance|initial_access,initial_access,0,0,0.0,60.0,0.7143,1,0,4,0,7,0,0,0,5,0.1429,0.2057,0.4133,1.68,37.52,0,0,1,1.0,0.0
25
+ CAMP-000023,ATK-0002,nation_state,ransomware_chain,ot_ics_environment,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection,collection,12,26,0.0,26.1,0.5593,7,1,26,2,59,1,1,0,31,0.5,0.3173,0.1415,4.71,17.98,0,0,1,1.0,0.0
26
+ CAMP-000024,ATK-0002,nation_state,supply_chain_compromise,zero_trust_network,reconnaissance,reconnaissance,0,0,0.0,32.31,0.3846,0,1,5,0,13,0,1,0,7,0.0714,0.4431,0.0782,5.64,7.73,0,0,1,1.0,0.0
27
+ CAMP-000025,ATK-0002,nation_state,targeted_intrusion,zero_trust_network,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement,lateral_movement,6,14,0.0,39.2,0.18,9,2,0,2,50,0,0,0,23,0.4286,0.5904,0.0,2.79,28.97,0,0,0,1.0,0.0
28
+ CAMP-000026,ATK-0002,nation_state,opportunistic_mass_exploit,soc_management_plane,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,7,8,3.131,25.45,0.2121,14,7,0,3,66,1,0,0,37,0.6429,0.5673,0.0,5.26,22.36,0,1,1,1.0,0.0969
29
+ CAMP-000027,ATK-0002,nation_state,cloud_native_attack,cloud_workload,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration,exfiltration,3,4,0.0,33.25,0.4,2,11,30,1,80,0,0,0,36,0.5714,0.432,0.0924,4.07,153.63,0,0,1,1.0,0.0
30
+ CAMP-000028,ATK-0002,nation_state,opportunistic_mass_exploit,endpoint_fleet,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration,exfiltration,3,1,0.0,26.25,0.5625,20,6,25,4,80,0,0,0,31,0.5714,0.315,0.1136,3.7,7.54,0,0,1,1.0,0.0
31
+ CAMP-000029,ATK-0002,nation_state,insider_threat,soc_management_plane,reconnaissance,reconnaissance,0,0,0.0,0.0,1.0,1,0,0,0,1,0,0,0,1,0.0714,0.0,0.0,13.59,38.81,1,0,0,1.0,0.0
32
+ CAMP-000030,ATK-0003,opportunistic,cloud_native_attack,enterprise_network,reconnaissance|initial_access|execution|persistence|privilege_escalation,privilege_escalation,0,0,0.0,14.0,0.8,3,1,21,1,30,0,0,0,16,0.3571,0.056,0.3152,4.91,83.53,0,0,1,1.0,0.0
33
+ CAMP-000031,ATK-0003,opportunistic,supply_chain_compromise,supply_chain_interface,reconnaissance|initial_access|execution,execution,0,0,0.0,11.67,0.8333,3,1,7,1,12,0,0,0,7,0.2143,0.0467,0.3031,3.97,12.13,1,0,1,1.0,0.0
34
+ CAMP-000032,ATK-0003,opportunistic,cloud_native_attack,hybrid_multi_cloud,reconnaissance,reconnaissance,0,0,0.0,11.67,0.8333,3,0,2,0,6,0,0,0,5,0.0714,0.0467,0.1633,4.48,31.61,0,0,0,1.0,0.0
35
+ CAMP-000033,ATK-0003,opportunistic,insider_threat,cloud_workload,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement,lateral_movement,1,2,0.0,20.26,0.3158,12,2,0,2,38,0,0,0,17,0.4286,0.1916,0.0,7.24,31.73,0,0,1,1.0,0.0
36
+ CAMP-000034,ATK-0003,opportunistic,insider_threat,endpoint_fleet,reconnaissance|initial_access|execution|persistence,persistence,0,0,0.0,14.0,0.45,9,0,0,1,20,1,0,0,14,0.2857,0.154,0.0,2.28,47.46,0,0,1,1.0,0.0
37
+ CAMP-000035,ATK-0003,opportunistic,targeted_intrusion,enterprise_network,reconnaissance,reconnaissance,0,0,0.0,42.0,0.8,0,0,4,0,5,0,0,0,2,0.0714,0.056,0.2898,8.1,99.07,0,0,1,1.0,0.0
38
+ CAMP-000036,ATK-0003,opportunistic,opportunistic_mass_exploit,supply_chain_interface,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,4,8,10.245,17.75,0.662,10,5,37,0,71,0,0,0,34,0.6429,0.0946,0.1477,9.33,56.86,0,1,1,1.0,0.1951
39
+ CAMP-000037,ATK-0003,opportunistic,targeted_intrusion,endpoint_fleet,reconnaissance|initial_access|execution,execution,0,0,0.0,12.35,0.2353,4,0,0,1,17,1,0,0,13,0.2143,0.2141,0.0,10.57,18.5,0,0,1,1.0,0.0
40
+ CAMP-000038,ATK-0003,opportunistic,cloud_native_attack,soc_management_plane,reconnaissance|initial_access,initial_access,0,0,0.0,8.75,1.0,1,0,7,0,8,0,0,0,6,0.1429,0.0,0.7427,2.25,12.51,0,0,1,1.0,0.0
41
+ CAMP-000039,ATK-0003,opportunistic,double_extortion,supply_chain_interface,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,4,10,24.673,12.25,0.175,14,4,0,2,80,1,1,0,38,0.6429,0.231,0.0,15.11,118.9,0,1,0,1.0,1.6617
42
+ CAMP-000040,ATK-0004,apt,coordinated_multi_actor,enterprise_network,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement,lateral_movement,3,6,0.0,17.91,0.6125,12,7,37,2,80,1,0,0,31,0.4286,0.2131,0.244,2.19,11.02,0,0,1,1.0,0.0
43
+ CAMP-000041,ATK-0004,apt,apt_long_dwell,soc_management_plane,reconnaissance|initial_access|execution|persistence|privilege_escalation,privilege_escalation,0,0,0.0,29.64,0.2414,7,1,0,1,29,1,1,0,17,0.3571,0.4172,0.0,2.37,24.28,0,0,1,1.0,0.0
44
+ CAMP-000042,ATK-0004,apt,insider_threat,hybrid_multi_cloud,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement,lateral_movement,5,7,0.0,20.29,0.625,13,6,37,1,80,0,0,0,29,0.4286,0.2063,0.1334,7.74,22.36,1,0,0,1.0,0.0
45
+ CAMP-000043,ATK-0004,apt,cloud_native_attack,enterprise_network,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,3,5,6.712,24.19,0.5867,7,4,37,2,75,0,0,0,42,0.6429,0.2273,0.1449,6.37,26.51,0,1,0,1.0,0.1147
46
+ CAMP-000044,ATK-0004,apt,double_extortion,hybrid_multi_cloud,reconnaissance,reconnaissance,0,0,0.0,5.62,0.8235,0,1,14,0,17,0,0,0,8,0.0714,0.0971,0.3393,6.38,15.76,0,0,0,1.0,0.0
47
+ CAMP-000045,ATK-0004,apt,double_extortion,soc_management_plane,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,5,3,0.0,14.32,0.55,4,9,40,0,80,0,0,0,41,0.6429,0.2475,0.1627,4.42,13.43,0,0,0,1.0,0.0
48
+ CAMP-000046,ATK-0004,apt,opportunistic_mass_exploit,enterprise_network,reconnaissance|initial_access|execution,execution,0,0,0.0,15.08,0.8421,4,2,12,0,19,0,0,0,11,0.2143,0.0868,0.4161,2.59,30.55,0,0,1,1.0,0.0
49
+ CAMP-000047,ATK-0004,apt,apt_long_dwell,zero_trust_network,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection,collection,6,11,0.0,21.49,0.6,21,7,27,2,80,0,0,0,30,0.5,0.22,0.136,3.43,12.42,0,0,0,1.0,0.0
50
+ CAMP-000048,ATK-0004,apt,data_exfiltration,endpoint_fleet,reconnaissance,reconnaissance,0,0,0.0,95.5,1.0,0,0,1,0,1,0,0,0,1,0.0714,0.0,0.6252,3.95,26.14,0,0,1,1.0,0.0
51
+ CAMP-000049,ATK-0004,apt,coordinated_multi_actor,ot_ics_environment,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,2,5,3.637,18.07,0.5135,4,10,34,1,74,0,1,0,34,0.6429,0.2676,0.0834,15.96,65.09,0,1,0,1.0,0.0979
52
+ CAMP-000050,ATK-0005,nation_state,insider_threat,enterprise_network,reconnaissance|initial_access,initial_access,0,0,0.0,37.33,0.4667,5,2,9,3,30,1,0,0,10,0.1429,0.384,0.0788,4.91,14.33,0,0,1,1.0,0.0
53
+ CAMP-000051,ATK-0005,nation_state,supply_chain_compromise,hybrid_multi_cloud,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,8,12,6.538,22.65,0.5588,7,4,31,2,68,1,1,0,35,0.6429,0.3176,0.2104,2.36,29.66,0,1,1,1.0,0.1274
54
+ CAMP-000052,ATK-0005,nation_state,supply_chain_compromise,zero_trust_network,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,6,11,15.849,29.09,0.2208,17,5,0,2,77,1,0,0,39,0.6429,0.561,0.0,3.57,29.05,0,1,1,1.0,0.4245
55
+ CAMP-000053,ATK-0005,nation_state,data_exfiltration,cloud_workload,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,3,7,2.703,24.84,0.3871,6,4,18,1,62,1,0,0,31,0.6429,0.4413,0.0497,8.61,51.54,0,1,1,1.0,0.0667
56
+ CAMP-000054,ATK-0005,nation_state,data_exfiltration,ot_ics_environment,reconnaissance,reconnaissance,0,0,0.0,0.0,0.3333,1,0,0,1,3,0,0,0,3,0.0714,0.48,0.0,1.8,17.46,0,0,1,1.0,0.0
57
+ CAMP-000055,ATK-0005,nation_state,data_exfiltration,ot_ics_environment,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement,lateral_movement,6,11,0.0,34.22,0.6889,8,3,23,2,45,0,0,0,24,0.4286,0.224,0.4246,1.29,15.0,0,0,1,1.0,0.0
58
+ CAMP-000056,ATK-0005,nation_state,targeted_intrusion,zero_trust_network,reconnaissance|initial_access|execution|persistence,persistence,0,0,0.0,40.0,0.5714,5,0,11,0,28,1,0,0,13,0.2857,0.3086,0.2246,1.72,9.99,0,0,0,1.0,0.0
59
+ CAMP-000057,ATK-0005,nation_state,coordinated_multi_actor,supply_chain_interface,reconnaissance|initial_access|execution|persistence,persistence,0,0,0.0,39.38,0.4375,1,6,13,0,32,0,0,0,20,0.2857,0.405,0.1005,4.86,60.06,0,0,0,1.0,0.0
60
+ CAMP-000058,ATK-0005,nation_state,data_exfiltration,enterprise_network,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection,collection,5,12,0.0,29.17,0.6042,7,2,22,2,48,1,0,0,24,0.5,0.285,0.2162,2.6,10.2,0,0,0,1.0,0.0
61
+ CAMP-000059,ATK-0005,nation_state,cloud_native_attack,ot_ics_environment,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,5,8,0.0,35.47,0.48,7,10,29,3,75,1,0,0,39,0.6429,0.3744,0.1867,1.7,37.21,1,0,1,1.0,0.0
62
+ CAMP-000060,ATK-0006,script_kiddie,insider_threat,supply_chain_interface,reconnaissance,reconnaissance,0,0,0.0,3.75,0.8333,4,1,6,0,12,0,0,0,7,0.0714,0.0167,0.3877,1.93,18.6,0,0,0,1.0,0.0
63
+ CAMP-000061,ATK-0006,script_kiddie,opportunistic_mass_exploit,ot_ics_environment,reconnaissance,reconnaissance,0,0,0.0,6.43,0.9286,2,1,11,1,14,0,0,0,7,0.0714,0.0071,0.4144,4.81,13.44,0,0,0,1.0,0.0
64
+ CAMP-000062,ATK-0006,script_kiddie,double_extortion,hybrid_multi_cloud,reconnaissance,reconnaissance,0,0,9.351,0.0,0.5,2,0,0,1,4,0,1,0,3,0.0714,0.05,0.0,9.28,30.56,0,1,0,1.0,46.7537
65
+ CAMP-000063,ATK-0006,script_kiddie,apt_long_dwell,hybrid_multi_cloud,reconnaissance,reconnaissance,0,0,4.17,12.86,0.8571,1,0,5,0,7,0,0,0,5,0.0714,0.0143,0.6447,1.58,21.71,1,1,0,1.0,0.0463
66
+ CAMP-000064,ATK-0006,script_kiddie,cloud_native_attack,enterprise_network,reconnaissance|initial_access|execution,execution,0,0,0.0,9.0,0.8,4,1,8,1,15,0,0,0,11,0.2143,0.02,0.3398,2.51,53.39,0,0,0,1.0,0.0
67
+ CAMP-000065,ATK-0006,script_kiddie,opportunistic_mass_exploit,soc_management_plane,reconnaissance|initial_access,initial_access,0,0,3.939,11.25,0.9375,3,1,12,0,16,0,0,0,8,0.1429,0.0063,0.3841,5.24,19.47,0,1,1,1.0,0.0219
68
+ CAMP-000066,ATK-0006,script_kiddie,ransomware_chain,endpoint_fleet,reconnaissance|initial_access|execution,execution,0,0,12.068,10.0,0.8889,24,0,0,1,27,0,0,0,14,0.2143,0.0111,0.0,2.49,16.39,0,1,1,1.0,0.1341
69
+ CAMP-000067,ATK-0006,script_kiddie,targeted_intrusion,cloud_workload,reconnaissance,reconnaissance,0,0,0.0,0.0,1.0,0,0,1,0,1,0,0,0,1,0.0714,0.0,0.527,5.67,39.44,0,0,1,1.0,0.0
70
+ CAMP-000068,ATK-0006,script_kiddie,targeted_intrusion,enterprise_network,reconnaissance|initial_access|execution,execution,0,0,0.0,15.88,0.5294,18,2,0,4,34,1,0,0,12,0.2143,0.0471,0.0,6.46,16.72,0,0,1,1.0,0.0
71
+ CAMP-000069,ATK-0006,script_kiddie,coordinated_multi_actor,supply_chain_interface,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,2,6,0.0,8.44,0.6719,7,4,36,2,64,1,1,0,39,0.6429,0.0328,0.1868,6.56,61.22,0,0,0,1.0,0.0
72
+ CAMP-000070,ATK-0007,nation_state,insider_threat,zero_trust_network,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,9,20,0.0,29.87,0.44,5,4,28,1,75,1,0,0,39,0.6429,0.4032,0.0732,8.44,43.86,0,0,1,1.0,0.0
73
+ CAMP-000071,ATK-0007,nation_state,apt_long_dwell,supply_chain_interface,reconnaissance,reconnaissance,0,0,0.0,37.33,0.3333,0,2,5,0,15,0,1,0,6,0.0714,0.48,0.1694,0.93,9.98,0,0,1,1.0,0.0
74
+ CAMP-000072,ATK-0007,nation_state,targeted_intrusion,zero_trust_network,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,14,22,2.088,28.0,0.5,12,5,28,2,80,0,0,0,34,0.6429,0.36,0.1062,4.2,84.41,1,1,1,1.0,0.0373
75
+ CAMP-000073,ATK-0007,nation_state,double_extortion,endpoint_fleet,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,3,6,0.0,31.11,0.5333,2,4,22,0,45,0,0,0,25,0.6429,0.336,0.1557,4.34,45.57,0,0,1,1.0,0.0
76
+ CAMP-000074,ATK-0007,nation_state,double_extortion,enterprise_network,reconnaissance|initial_access|execution|persistence,persistence,0,0,0.0,38.72,0.6596,8,1,23,3,47,1,0,0,16,0.2857,0.2451,0.2201,3.33,16.43,0,0,1,1.0,0.0
77
+ CAMP-000075,ATK-0007,nation_state,targeted_intrusion,enterprise_network,reconnaissance|initial_access,initial_access,0,0,0.0,42.0,0.2,2,0,0,0,10,0,0,0,6,0.1429,0.576,0.0,1.44,12.5,0,0,1,1.0,0.0
78
+ CAMP-000076,ATK-0007,nation_state,double_extortion,ot_ics_environment,reconnaissance|initial_access|execution|persistence|privilege_escalation,privilege_escalation,0,0,0.0,44.39,0.2683,11,1,0,4,41,1,0,0,18,0.3571,0.5268,0.0,3.35,30.44,0,0,1,1.0,0.0
79
+ CAMP-000077,ATK-0007,nation_state,apt_long_dwell,enterprise_network,reconnaissance|initial_access|execution,execution,0,0,0.0,45.41,0.5676,3,2,18,0,37,1,1,0,13,0.2143,0.3114,0.1255,8.02,60.61,0,0,1,1.0,0.0
80
+ CAMP-000078,ATK-0007,nation_state,opportunistic_mass_exploit,enterprise_network,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,3,4,0.0,31.5,0.1,8,4,0,2,80,1,0,0,38,0.6429,0.648,0.0,12.99,35.96,0,0,1,0.8889,0.0
81
+ CAMP-000079,ATK-0007,nation_state,apt_long_dwell,enterprise_network,reconnaissance|initial_access|execution,execution,0,0,0.0,19.09,0.2273,5,0,0,1,22,1,0,0,15,0.2143,0.5564,0.0,2.5,22.66,0,0,1,1.0,0.0
82
+ CAMP-000080,ATK-0008,opportunistic,opportunistic_mass_exploit,hybrid_multi_cloud,reconnaissance|initial_access|execution,execution,0,0,0.0,14.0,0.7333,6,2,16,1,30,1,1,0,13,0.2143,0.0747,0.2625,3.44,15.78,1,0,1,1.0,0.0
83
+ CAMP-000081,ATK-0008,opportunistic,insider_threat,enterprise_network,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,4,10,22.243,15.75,0.675,6,8,48,3,80,1,0,0,41,0.6429,0.091,0.3104,2.69,11.1,1,1,1,1.0,0.459
84
+ CAMP-000082,ATK-0008,opportunistic,apt_long_dwell,supply_chain_interface,reconnaissance,reconnaissance,0,0,1.268,23.33,0.6667,8,0,0,2,12,0,0,0,7,0.0714,0.0933,0.0,3.7,43.65,0,1,0,1.0,0.0181
85
+ CAMP-000083,ATK-0008,opportunistic,ransomware_chain,endpoint_fleet,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration,exfiltration,2,1,5.681,13.12,0.6,11,8,37,3,80,1,0,0,40,0.5714,0.112,0.1226,8.61,144.48,0,1,0,1.0,0.1731
86
+ CAMP-000084,ATK-0008,opportunistic,ransomware_chain,enterprise_network,reconnaissance|initial_access|execution|persistence,persistence,0,0,0.0,15.56,0.4444,12,4,0,1,27,1,1,0,13,0.2857,0.1556,0.0,2.67,87.57,0,0,1,1.0,0.0
87
+ CAMP-000085,ATK-0008,opportunistic,ransomware_chain,supply_chain_interface,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,1,2,24.816,8.75,0.7625,10,5,51,3,80,1,1,0,34,0.6429,0.0665,0.199,10.5,51.93,0,1,0,1.0,0.6736
88
+ CAMP-000086,ATK-0008,opportunistic,ransomware_chain,supply_chain_interface,reconnaissance|initial_access|execution,execution,0,0,0.0,7.37,0.7895,8,2,22,2,38,0,0,0,12,0.2143,0.0589,0.3485,2.71,10.85,0,0,0,1.0,0.0
89
+ CAMP-000087,ATK-0008,opportunistic,coordinated_multi_actor,hybrid_multi_cloud,reconnaissance|initial_access|execution,execution,0,0,0.532,8.08,0.9231,10,0,14,2,26,0,0,0,14,0.2143,0.0215,0.2435,6.7,13.25,0,1,1,1.0,0.0051
90
+ CAMP-000088,ATK-0008,opportunistic,insider_threat,hybrid_multi_cloud,reconnaissance|initial_access,initial_access,0,0,0.0,10.0,0.5714,4,0,0,2,7,0,0,0,7,0.1429,0.12,0.0,2.65,32.22,0,0,0,1.0,0.0
91
+ CAMP-000089,ATK-0008,opportunistic,double_extortion,endpoint_fleet,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,4,5,0.0,10.68,0.6949,3,3,38,1,59,1,0,0,32,0.6429,0.0854,0.2515,4.93,27.38,0,0,0,1.0,0.0
92
+ CAMP-000090,ATK-0009,opportunistic,targeted_intrusion,soc_management_plane,reconnaissance|initial_access|execution,execution,0,0,0.0,6.09,0.8696,5,2,15,2,23,0,0,0,12,0.2143,0.0365,0.3851,3.36,16.13,0,0,0,1.0,0.0
93
+ CAMP-000091,ATK-0009,opportunistic,insider_threat,enterprise_network,reconnaissance|initial_access|execution,execution,0,0,0.0,23.33,0.9259,5,1,20,1,27,0,0,0,14,0.2143,0.0207,0.3123,7.99,14.98,0,0,1,1.0,0.0
94
+ CAMP-000092,ATK-0009,opportunistic,insider_threat,ot_ics_environment,reconnaissance|initial_access,initial_access,0,0,5.0,35.0,0.8333,4,0,6,0,12,0,0,0,5,0.1429,0.0467,0.2083,6.39,19.47,0,1,1,1.0,0.0238
95
+ CAMP-000093,ATK-0009,opportunistic,cloud_native_attack,supply_chain_interface,reconnaissance|initial_access|execution,execution,0,0,0.0,26.25,0.5625,9,2,0,3,16,1,1,0,9,0.2143,0.1225,0.0,4.4,40.05,0,0,1,1.0,0.0
96
+ CAMP-000094,ATK-0009,opportunistic,ransomware_chain,zero_trust_network,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement,lateral_movement,4,13,0.0,16.97,0.8485,1,1,27,0,33,0,0,0,20,0.4286,0.0424,0.3088,8.47,43.47,0,0,1,1.0,0.0
97
+ CAMP-000095,ATK-0009,opportunistic,supply_chain_compromise,supply_chain_interface,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,4,11,0.0,18.18,0.5584,1,5,42,0,77,0,0,0,34,0.6429,0.1236,0.1008,19.51,186.39,0,0,0,1.0,0.0
98
+ CAMP-000096,ATK-0009,opportunistic,opportunistic_mass_exploit,enterprise_network,reconnaissance,reconnaissance,0,0,0.0,0.0,1.0,1,0,2,0,3,0,0,0,2,0.0714,0.0,0.5425,2.42,16.3,0,0,0,1.0,0.0
99
+ CAMP-000097,ATK-0009,opportunistic,supply_chain_compromise,hybrid_multi_cloud,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement,lateral_movement,2,2,0.0,10.98,0.2941,15,1,0,2,51,0,0,0,25,0.4286,0.1976,0.0,29.19,41.97,0,0,0,1.0,0.0
100
+ CAMP-000098,ATK-0009,opportunistic,data_exfiltration,zero_trust_network,reconnaissance|initial_access|execution|persistence|privilege_escalation,privilege_escalation,0,0,1.235,16.94,0.7258,11,7,34,3,62,1,1,0,21,0.3571,0.0768,0.2428,4.15,13.43,1,1,0,1.0,0.02
101
+ CAMP-000099,ATK-0009,opportunistic,cloud_native_attack,cloud_workload,reconnaissance|initial_access|execution|persistence|privilege_escalation|lateral_movement|collection|exfiltration|impact,impact,4,9,19.159,11.67,0.7308,13,5,44,2,78,1,1,0,34,0.6429,0.0754,0.1698,10.33,66.46,0,1,1,1.0,0.4421
network_topology.csv ADDED
@@ -0,0 +1,652 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ segment_id,asset_id,segment_type,asset_type,os_family,patch_lag_days,exposure_score,defender_maturity_level,siem_coverage_flag,edr_deployed_flag,ndr_coverage_flag,mfa_enforced_flag,vulnerability_count,trust_zone,inter_segment_trust_level,alert_threshold_sensitivity,mttd_baseline_hours,mttr_baseline_hours
2
+ SEG-0000,ASSET-0000-0000,data_exfiltration_target,container,windows,13,0.5815,advanced,0,1,0,0,2,medium_trust,0.5265,0.8193,4.9,34.03
3
+ SEG-0000,ASSET-0000-0001,data_exfiltration_target,iot_device,macos,9,0.5176,advanced,1,1,0,1,5,high_trust,0.4607,0.7871,2.93,13.04
4
+ SEG-0000,ASSET-0000-0002,data_exfiltration_target,container,embedded_rtos,12,0.7495,advanced,1,1,1,0,4,medium_trust,0.7379,0.814,4.59,18.83
5
+ SEG-0000,ASSET-0000-0003,data_exfiltration_target,firewall,linux,11,0.6159,advanced,1,1,0,1,1,low_trust,0.4695,0.8823,5.03,16.3
6
+ SEG-0000,ASSET-0000-0004,data_exfiltration_target,workstation,embedded_rtos,13,0.4313,advanced,1,1,0,0,6,high_trust,0.6363,0.8719,2.52,7.26
7
+ SEG-0000,ASSET-0000-0005,data_exfiltration_target,container,linux,11,0.6233,advanced,1,1,0,1,1,medium_trust,0.3389,0.828,2.1,13.68
8
+ SEG-0000,ASSET-0000-0006,data_exfiltration_target,router,windows,17,0.5778,advanced,1,0,0,1,5,medium_trust,0.3268,0.8679,3.2,9.29
9
+ SEG-0000,ASSET-0000-0007,data_exfiltration_target,backup_system,linux,11,0.5946,advanced,1,1,1,0,1,low_trust,0.5914,0.9066,4.31,15.74
10
+ SEG-0000,ASSET-0000-0008,data_exfiltration_target,cloud_vm,macos,10,0.6446,advanced,1,1,0,0,8,low_trust,0.6573,0.9462,3.16,13.74
11
+ SEG-0000,ASSET-0000-0009,data_exfiltration_target,email_server,cloud_managed,7,0.5105,advanced,0,1,1,1,0,medium_trust,0.7731,0.8178,1.79,10.21
12
+ SEG-0000,ASSET-0000-0010,data_exfiltration_target,vpn_gateway,cloud_managed,19,0.4674,advanced,1,1,0,1,6,low_trust,0.4034,0.9859,9.8,10.36
13
+ SEG-0000,ASSET-0000-0011,data_exfiltration_target,email_server,cloud_managed,5,0.5409,advanced,1,1,0,0,5,medium_trust,0.8358,0.9665,1.72,8.95
14
+ SEG-0000,ASSET-0000-0012,data_exfiltration_target,email_server,linux,30,0.4828,advanced,1,1,0,1,3,medium_trust,0.1655,0.8322,4.52,31.74
15
+ SEG-0000,ASSET-0000-0013,data_exfiltration_target,firewall,cloud_managed,15,0.6053,advanced,0,0,1,1,3,high_trust,0.1621,0.7728,5.81,22.71
16
+ SEG-0000,ASSET-0000-0014,data_exfiltration_target,domain_controller,embedded_rtos,11,0.6264,advanced,1,1,1,1,5,high_trust,0.05,0.9032,2.91,16.66
17
+ SEG-0000,ASSET-0000-0015,data_exfiltration_target,ehr_system,cloud_managed,12,0.73,advanced,1,0,1,1,7,low_trust,0.2594,0.8965,1.47,16.61
18
+ SEG-0000,ASSET-0000-0016,data_exfiltration_target,domain_controller,cloud_managed,11,0.7511,advanced,1,0,0,1,3,low_trust,0.447,0.8807,8.49,5.01
19
+ SEG-0000,ASSET-0000-0017,data_exfiltration_target,ehr_system,cloud_managed,17,0.4418,advanced,1,1,1,0,5,medium_trust,0.2409,0.8537,7.88,11.07
20
+ SEG-0000,ASSET-0000-0018,data_exfiltration_target,workstation,linux,15,0.6844,advanced,0,1,0,0,3,low_trust,0.1739,0.7974,1.45,10.74
21
+ SEG-0000,ASSET-0000-0019,data_exfiltration_target,backup_system,windows,16,0.6276,advanced,0,1,0,1,5,untrusted,0.5067,0.901,2.81,23.63
22
+ SEG-0000,ASSET-0000-0020,data_exfiltration_target,server,embedded_rtos,13,0.683,advanced,1,1,1,0,6,medium_trust,0.7294,0.786,2.14,13.95
23
+ SEG-0000,ASSET-0000-0021,data_exfiltration_target,scada_plc,linux,23,0.4618,advanced,1,1,1,0,2,medium_trust,0.1556,0.8764,4.26,38.18
24
+ SEG-0000,ASSET-0000-0022,data_exfiltration_target,ehr_system,macos,5,0.7067,advanced,0,1,1,1,3,medium_trust,0.5171,0.8757,2.21,6.66
25
+ SEG-0000,ASSET-0000-0023,data_exfiltration_target,router,embedded_rtos,7,0.5541,advanced,1,1,1,1,7,low_trust,0.5744,0.889,3.38,15.61
26
+ SEG-0000,ASSET-0000-0024,data_exfiltration_target,web_server,windows,16,0.5148,advanced,1,1,1,0,1,medium_trust,0.6649,0.7605,1.53,39.19
27
+ SEG-0000,ASSET-0000-0025,data_exfiltration_target,email_server,cloud_managed,9,0.4497,advanced,0,1,0,0,5,medium_trust,0.5597,0.9414,2.05,10.15
28
+ SEG-0000,ASSET-0000-0026,data_exfiltration_target,router,linux,12,0.7404,advanced,1,1,0,1,2,untrusted,0.3762,0.9174,0.94,10.78
29
+ SEG-0000,ASSET-0000-0027,data_exfiltration_target,database_server,embedded_rtos,9,0.6248,advanced,1,1,0,1,6,low_trust,0.498,0.8156,3.36,21.13
30
+ SEG-0000,ASSET-0000-0028,data_exfiltration_target,iot_device,embedded_rtos,9,0.69,advanced,1,1,0,1,2,medium_trust,0.4487,0.9224,3.04,21.5
31
+ SEG-0000,ASSET-0000-0029,data_exfiltration_target,database_server,windows,7,0.5706,advanced,1,0,0,1,8,high_trust,0.2179,0.7713,4.63,12.22
32
+ SEG-0000,ASSET-0000-0030,data_exfiltration_target,server,embedded_rtos,10,0.5363,advanced,0,0,1,1,1,low_trust,0.2133,0.8957,3.99,11.96
33
+ SEG-0000,ASSET-0000-0031,data_exfiltration_target,container,cloud_managed,11,0.6032,advanced,1,1,1,1,6,low_trust,0.3539,0.889,4.66,7.05
34
+ SEG-0000,ASSET-0000-0032,data_exfiltration_target,backup_system,cloud_managed,25,0.6172,advanced,1,1,1,0,5,medium_trust,0.159,0.8689,6.8,14.24
35
+ SEG-0000,ASSET-0000-0033,data_exfiltration_target,email_server,macos,13,0.5098,advanced,0,1,1,1,6,medium_trust,0.3922,0.8794,3.18,28.22
36
+ SEG-0000,ASSET-0000-0034,data_exfiltration_target,vpn_gateway,linux,21,0.5479,advanced,0,0,0,1,5,high_trust,0.0717,0.8118,2.11,15.32
37
+ SEG-0000,ASSET-0000-0035,data_exfiltration_target,iot_device,cloud_managed,12,0.4969,advanced,1,1,0,1,3,high_trust,0.2191,0.7818,5.09,14.01
38
+ SEG-0000,ASSET-0000-0036,data_exfiltration_target,email_server,windows,13,0.7128,advanced,1,1,0,1,2,medium_trust,0.3869,0.8739,3.81,27.57
39
+ SEG-0000,ASSET-0000-0037,data_exfiltration_target,ehr_system,embedded_rtos,4,0.3753,advanced,1,1,1,0,0,untrusted,0.7131,0.8606,2.96,9.4
40
+ SEG-0000,ASSET-0000-0038,data_exfiltration_target,server,cloud_managed,23,0.7136,advanced,1,0,0,1,3,high_trust,0.1235,0.9441,9.03,39.08
41
+ SEG-0000,ASSET-0000-0039,data_exfiltration_target,domain_controller,linux,21,0.6012,advanced,1,1,1,1,1,high_trust,0.6608,0.8622,3.12,9.03
42
+ SEG-0000,ASSET-0000-0040,data_exfiltration_target,ehr_system,windows,9,0.475,advanced,1,1,0,1,5,medium_trust,0.3106,0.7978,2.93,19.69
43
+ SEG-0000,ASSET-0000-0041,data_exfiltration_target,database_server,embedded_rtos,10,0.6253,advanced,1,1,0,1,3,medium_trust,0.4736,0.8615,3.27,35.82
44
+ SEG-0000,ASSET-0000-0042,data_exfiltration_target,scada_plc,macos,16,0.7561,advanced,0,1,0,0,2,high_trust,0.4532,0.8666,4.27,116.43
45
+ SEG-0000,ASSET-0000-0043,data_exfiltration_target,iot_device,macos,10,0.6969,advanced,1,0,1,1,2,low_trust,0.2123,0.8253,5.51,7.73
46
+ SEG-0000,ASSET-0000-0044,data_exfiltration_target,container,windows,10,0.5953,advanced,1,1,0,1,2,medium_trust,0.3349,0.8044,1.83,8.97
47
+ SEG-0000,ASSET-0000-0045,data_exfiltration_target,workstation,linux,20,0.5569,advanced,0,1,0,1,2,untrusted,0.2099,0.8795,3.69,15.82
48
+ SEG-0000,ASSET-0000-0046,data_exfiltration_target,workstation,cloud_managed,10,0.806,advanced,1,0,1,0,3,low_trust,0.7253,0.9282,1.24,14.29
49
+ SEG-0000,ASSET-0000-0047,data_exfiltration_target,cloud_vm,windows,14,0.5429,advanced,1,1,1,1,2,untrusted,0.5338,0.8025,3.33,30.39
50
+ SEG-0000,ASSET-0000-0048,data_exfiltration_target,email_server,linux,15,0.6886,advanced,1,1,1,1,5,untrusted,0.0927,0.9721,3.49,22.08
51
+ SEG-0000,ASSET-0000-0049,data_exfiltration_target,database_server,macos,14,0.4998,advanced,1,1,0,1,2,medium_trust,0.2872,0.8079,6.41,13.5
52
+ SEG-0000,ASSET-0000-0050,data_exfiltration_target,backup_system,macos,16,0.6463,advanced,1,1,0,0,1,untrusted,0.2306,0.9497,7.19,16.19
53
+ SEG-0000,ASSET-0000-0051,data_exfiltration_target,vpn_gateway,linux,18,0.6121,advanced,1,0,0,1,3,low_trust,0.2692,0.9321,2.65,6.4
54
+ SEG-0000,ASSET-0000-0052,data_exfiltration_target,ehr_system,embedded_rtos,8,0.6052,advanced,1,1,1,1,6,low_trust,0.5313,0.8843,2.61,17.27
55
+ SEG-0000,ASSET-0000-0053,data_exfiltration_target,router,linux,10,0.6806,advanced,1,0,1,1,9,medium_trust,0.1325,0.8659,4.46,15.76
56
+ SEG-0000,ASSET-0000-0054,data_exfiltration_target,database_server,windows,11,0.7132,advanced,1,1,1,0,3,medium_trust,0.1002,0.99,2.53,40.9
57
+ SEG-0000,ASSET-0000-0055,data_exfiltration_target,router,macos,13,0.6433,advanced,0,1,0,1,4,low_trust,0.2682,0.8847,5.96,36.42
58
+ SEG-0000,ASSET-0000-0056,data_exfiltration_target,email_server,embedded_rtos,17,0.6598,advanced,1,1,0,0,7,untrusted,0.523,0.8825,3.5,11.02
59
+ SEG-0000,ASSET-0000-0057,data_exfiltration_target,database_server,linux,12,0.573,advanced,1,0,1,0,4,low_trust,0.4091,0.9459,0.97,5.2
60
+ SEG-0000,ASSET-0000-0058,data_exfiltration_target,firewall,embedded_rtos,14,0.669,advanced,1,1,1,0,4,medium_trust,0.8337,0.8006,2.86,14.84
61
+ SEG-0000,ASSET-0000-0059,data_exfiltration_target,workstation,linux,8,0.5139,advanced,1,0,1,1,6,medium_trust,0.6777,0.82,4.94,17.18
62
+ SEG-0000,ASSET-0000-0060,data_exfiltration_target,server,windows,12,0.6365,advanced,0,1,1,1,2,low_trust,0.0825,0.7939,2.67,22.25
63
+ SEG-0000,ASSET-0000-0061,data_exfiltration_target,domain_controller,cloud_managed,10,0.5326,advanced,1,1,1,1,4,high_trust,0.1793,0.8578,7.1,22.12
64
+ SEG-0000,ASSET-0000-0062,data_exfiltration_target,scada_plc,linux,8,0.6524,advanced,0,1,1,0,5,medium_trust,0.1843,0.9376,7.05,9.48
65
+ SEG-0000,ASSET-0000-0063,data_exfiltration_target,vpn_gateway,macos,11,0.7045,advanced,0,1,0,1,5,medium_trust,0.3026,0.91,3.68,27.87
66
+ SEG-0000,ASSET-0000-0064,data_exfiltration_target,firewall,macos,13,0.5885,advanced,0,0,1,1,3,low_trust,0.2126,0.8491,6.73,4.7
67
+ SEG-0000,ASSET-0000-0065,data_exfiltration_target,cloud_vm,cloud_managed,18,0.606,advanced,1,0,0,1,4,low_trust,0.6359,0.8117,3.59,4.95
68
+ SEG-0000,ASSET-0000-0066,data_exfiltration_target,server,linux,18,0.5749,advanced,1,0,1,1,4,medium_trust,0.6159,0.9195,2.3,12.35
69
+ SEG-0000,ASSET-0000-0067,data_exfiltration_target,cloud_vm,macos,5,0.6229,advanced,1,1,1,1,2,untrusted,0.2256,0.8929,15.5,15.21
70
+ SEG-0000,ASSET-0000-0068,data_exfiltration_target,backup_system,macos,16,0.6439,advanced,0,1,0,1,3,untrusted,0.1091,0.8833,2.84,12.75
71
+ SEG-0001,ASSET-0001-0000,zero_trust_segment,domain_controller,cloud_managed,25,0.2916,managed,1,0,1,1,15,medium_trust,0.3413,0.6657,5.88,17.96
72
+ SEG-0001,ASSET-0001-0001,zero_trust_segment,database_server,cloud_managed,47,0.1457,managed,1,1,0,1,6,medium_trust,0.4134,0.7457,3.88,118.58
73
+ SEG-0001,ASSET-0001-0002,zero_trust_segment,router,cloud_managed,45,0.3368,managed,1,1,1,0,9,medium_trust,0.4744,0.7318,4.67,23.9
74
+ SEG-0001,ASSET-0001-0003,zero_trust_segment,vpn_gateway,embedded_rtos,15,0.3121,managed,1,1,0,1,7,low_trust,0.3269,0.7245,13.04,38.56
75
+ SEG-0001,ASSET-0001-0004,zero_trust_segment,domain_controller,embedded_rtos,21,0.1146,managed,0,1,0,0,8,high_trust,0.0583,0.7482,5.2,37.93
76
+ SEG-0001,ASSET-0001-0005,zero_trust_segment,domain_controller,linux,20,0.2878,managed,1,1,1,1,9,medium_trust,0.6331,0.6146,4.77,103.16
77
+ SEG-0001,ASSET-0001-0006,zero_trust_segment,domain_controller,embedded_rtos,30,0.2548,managed,1,1,1,0,11,medium_trust,0.4477,0.6618,14.75,17.5
78
+ SEG-0001,ASSET-0001-0007,zero_trust_segment,ehr_system,linux,9,0.107,managed,0,0,1,1,7,high_trust,0.5077,0.6836,7.47,50.56
79
+ SEG-0001,ASSET-0001-0008,zero_trust_segment,cloud_vm,embedded_rtos,25,0.214,managed,0,1,1,1,10,low_trust,0.05,0.7475,3.32,28.97
80
+ SEG-0001,ASSET-0001-0009,zero_trust_segment,server,linux,1,0.2943,managed,1,1,1,0,11,medium_trust,0.578,0.7008,5.73,26.75
81
+ SEG-0001,ASSET-0001-0010,zero_trust_segment,server,embedded_rtos,30,0.1322,managed,1,1,0,1,8,high_trust,0.6951,0.7191,5.71,59.65
82
+ SEG-0001,ASSET-0001-0011,zero_trust_segment,domain_controller,cloud_managed,41,0.2008,managed,0,1,0,0,9,low_trust,0.5919,0.632,7.39,33.61
83
+ SEG-0001,ASSET-0001-0012,zero_trust_segment,email_server,linux,16,0.1897,managed,0,1,1,1,12,medium_trust,0.1127,0.752,3.63,36.11
84
+ SEG-0001,ASSET-0001-0013,zero_trust_segment,router,linux,40,0.1465,managed,1,1,0,0,6,untrusted,0.7412,0.8151,3.81,36.37
85
+ SEG-0001,ASSET-0001-0014,zero_trust_segment,container,cloud_managed,28,0.1419,managed,1,1,1,0,6,high_trust,0.6638,0.6935,5.09,31.83
86
+ SEG-0001,ASSET-0001-0015,zero_trust_segment,ehr_system,macos,29,0.1786,managed,1,1,1,1,7,untrusted,0.346,0.6813,3.48,20.99
87
+ SEG-0001,ASSET-0001-0016,zero_trust_segment,server,embedded_rtos,43,0.2629,managed,1,1,0,1,7,medium_trust,0.7963,0.7236,2.4,86.61
88
+ SEG-0001,ASSET-0001-0017,zero_trust_segment,ehr_system,windows,33,0.0653,managed,1,1,0,1,9,high_trust,0.7613,0.7036,4.5,22.19
89
+ SEG-0001,ASSET-0001-0018,zero_trust_segment,container,cloud_managed,29,0.2442,managed,1,1,0,1,13,untrusted,0.4262,0.7537,7.84,79.29
90
+ SEG-0001,ASSET-0001-0019,zero_trust_segment,firewall,embedded_rtos,27,0.2747,managed,1,1,0,1,7,untrusted,0.1507,0.7008,7.03,21.18
91
+ SEG-0001,ASSET-0001-0020,zero_trust_segment,ehr_system,cloud_managed,26,0.2672,managed,1,1,1,0,7,medium_trust,0.4684,0.6919,3.48,15.2
92
+ SEG-0001,ASSET-0001-0021,zero_trust_segment,domain_controller,cloud_managed,8,0.273,managed,1,1,1,1,9,medium_trust,0.2067,0.6424,6.27,23.76
93
+ SEG-0001,ASSET-0001-0022,zero_trust_segment,web_server,macos,23,0.3071,managed,1,0,0,0,7,low_trust,0.7861,0.7713,1.7,61.26
94
+ SEG-0001,ASSET-0001-0023,zero_trust_segment,workstation,cloud_managed,15,0.1417,managed,1,1,1,1,13,high_trust,0.3704,0.7228,5.59,10.72
95
+ SEG-0001,ASSET-0001-0024,zero_trust_segment,router,linux,32,0.0975,managed,0,1,0,1,5,medium_trust,0.2706,0.7047,5.18,86.12
96
+ SEG-0001,ASSET-0001-0025,zero_trust_segment,iot_device,embedded_rtos,39,0.05,managed,1,1,1,1,7,high_trust,0.4206,0.7244,6.06,37.34
97
+ SEG-0001,ASSET-0001-0026,zero_trust_segment,web_server,macos,23,0.4214,managed,1,1,0,1,6,untrusted,0.4763,0.687,6.73,41.42
98
+ SEG-0001,ASSET-0001-0027,zero_trust_segment,router,embedded_rtos,20,0.213,managed,0,1,1,1,6,medium_trust,0.3768,0.7347,8.12,46.24
99
+ SEG-0001,ASSET-0001-0028,zero_trust_segment,iot_device,linux,20,0.0621,managed,1,0,1,0,4,low_trust,0.4724,0.6899,2.68,13.06
100
+ SEG-0001,ASSET-0001-0029,zero_trust_segment,database_server,windows,33,0.238,managed,1,1,0,1,4,medium_trust,0.4,0.6122,2.95,39.73
101
+ SEG-0001,ASSET-0001-0030,zero_trust_segment,ehr_system,macos,16,0.2158,managed,0,0,0,1,13,low_trust,0.6002,0.6676,3.15,35.33
102
+ SEG-0001,ASSET-0001-0031,zero_trust_segment,scada_plc,cloud_managed,35,0.2911,managed,1,1,1,0,8,medium_trust,0.1828,0.8369,3.97,37.8
103
+ SEG-0001,ASSET-0001-0032,zero_trust_segment,server,macos,25,0.2249,managed,0,1,0,1,7,low_trust,0.5124,0.7312,6.8,37.99
104
+ SEG-0001,ASSET-0001-0033,zero_trust_segment,server,linux,38,0.1256,managed,1,1,0,1,9,medium_trust,0.1635,0.7454,6.81,24.87
105
+ SEG-0001,ASSET-0001-0034,zero_trust_segment,workstation,linux,32,0.05,managed,0,0,0,1,6,medium_trust,0.0804,0.6793,3.63,27.99
106
+ SEG-0001,ASSET-0001-0035,zero_trust_segment,web_server,linux,37,0.3081,managed,0,1,0,1,9,untrusted,0.3891,0.665,5.56,34.07
107
+ SEG-0001,ASSET-0001-0036,zero_trust_segment,router,embedded_rtos,56,0.2277,managed,1,1,1,0,8,medium_trust,0.7425,0.7173,9.28,16.71
108
+ SEG-0001,ASSET-0001-0037,zero_trust_segment,router,linux,38,0.05,managed,1,1,0,1,7,medium_trust,0.4139,0.6655,6.91,53.67
109
+ SEG-0001,ASSET-0001-0038,zero_trust_segment,server,windows,0,0.0722,managed,1,1,1,1,8,medium_trust,0.6407,0.7664,20.11,19.84
110
+ SEG-0001,ASSET-0001-0039,zero_trust_segment,email_server,linux,26,0.151,managed,1,0,0,1,10,medium_trust,0.4997,0.7829,9.15,31.34
111
+ SEG-0001,ASSET-0001-0040,zero_trust_segment,email_server,linux,36,0.05,managed,1,1,0,0,2,high_trust,0.2938,0.7622,11.03,27.76
112
+ SEG-0001,ASSET-0001-0041,zero_trust_segment,vpn_gateway,embedded_rtos,27,0.2812,managed,1,0,1,1,14,medium_trust,0.6788,0.7594,2.67,26.97
113
+ SEG-0001,ASSET-0001-0042,zero_trust_segment,database_server,embedded_rtos,49,0.1645,managed,1,1,0,0,13,low_trust,0.2754,0.6878,6.75,23.81
114
+ SEG-0001,ASSET-0001-0043,zero_trust_segment,cloud_vm,windows,33,0.1302,managed,1,1,0,1,10,medium_trust,0.8032,0.7975,3.85,33.06
115
+ SEG-0002,ASSET-0002-0000,endpoint_fleet,vpn_gateway,cloud_managed,10,0.4983,advanced,1,1,1,0,4,untrusted,0.4545,0.8886,2.05,26.95
116
+ SEG-0002,ASSET-0002-0001,endpoint_fleet,backup_system,macos,28,0.4624,advanced,0,1,0,1,4,medium_trust,0.6247,0.7943,3.21,8.47
117
+ SEG-0002,ASSET-0002-0002,endpoint_fleet,workstation,macos,9,0.4559,advanced,1,1,0,0,7,high_trust,0.6349,0.855,3.28,18.44
118
+ SEG-0002,ASSET-0002-0003,endpoint_fleet,router,linux,21,0.4998,advanced,1,0,1,1,6,medium_trust,0.3914,0.9361,4.25,29.76
119
+ SEG-0002,ASSET-0002-0004,endpoint_fleet,firewall,windows,10,0.6707,advanced,0,1,1,1,6,untrusted,0.1651,0.8565,2.85,33.1
120
+ SEG-0002,ASSET-0002-0005,endpoint_fleet,container,embedded_rtos,20,0.5542,advanced,0,1,0,1,3,untrusted,0.5209,0.8577,2.67,14.34
121
+ SEG-0002,ASSET-0002-0006,endpoint_fleet,web_server,macos,4,0.55,advanced,0,1,0,1,4,low_trust,0.2842,0.9167,2.08,19.51
122
+ SEG-0002,ASSET-0002-0007,endpoint_fleet,cloud_vm,embedded_rtos,3,0.5469,advanced,1,1,1,0,4,low_trust,0.2137,0.883,6.03,18.17
123
+ SEG-0002,ASSET-0002-0008,endpoint_fleet,database_server,windows,15,0.5624,advanced,0,0,1,0,5,medium_trust,0.584,0.8151,2.02,15.37
124
+ SEG-0002,ASSET-0002-0009,endpoint_fleet,cloud_vm,linux,6,0.3332,advanced,1,1,1,1,8,low_trust,0.2013,0.8579,3.67,9.57
125
+ SEG-0002,ASSET-0002-0010,endpoint_fleet,ehr_system,linux,14,0.614,advanced,1,0,0,1,7,untrusted,0.6026,0.8071,1.23,37.41
126
+ SEG-0002,ASSET-0002-0011,endpoint_fleet,scada_plc,linux,13,0.4414,advanced,1,1,1,0,3,low_trust,0.4481,0.8272,5.1,40.92
127
+ SEG-0002,ASSET-0002-0012,endpoint_fleet,container,embedded_rtos,16,0.476,advanced,1,1,1,1,5,medium_trust,0.05,0.796,1.98,16.64
128
+ SEG-0002,ASSET-0002-0013,endpoint_fleet,domain_controller,windows,21,0.5954,advanced,1,1,0,0,2,untrusted,0.3667,0.8751,3.28,16.77
129
+ SEG-0002,ASSET-0002-0014,endpoint_fleet,scada_plc,cloud_managed,13,0.386,advanced,1,1,1,1,1,low_trust,0.5706,0.8415,2.12,15.62
130
+ SEG-0002,ASSET-0002-0015,endpoint_fleet,firewall,cloud_managed,6,0.383,advanced,0,0,1,1,5,low_trust,0.1465,0.9123,2.7,15.64
131
+ SEG-0002,ASSET-0002-0016,endpoint_fleet,email_server,macos,8,0.5391,advanced,1,1,1,1,4,untrusted,0.0697,0.8253,1.28,49.48
132
+ SEG-0002,ASSET-0002-0017,endpoint_fleet,server,embedded_rtos,18,0.5968,advanced,1,1,0,1,1,low_trust,0.2823,0.8851,6.27,21.78
133
+ SEG-0002,ASSET-0002-0018,endpoint_fleet,backup_system,macos,14,0.4944,advanced,1,1,1,0,7,high_trust,0.2367,0.8172,3.71,48.7
134
+ SEG-0002,ASSET-0002-0019,endpoint_fleet,cloud_vm,windows,15,0.3624,advanced,1,1,1,1,0,medium_trust,0.0894,0.783,4.11,25.93
135
+ SEG-0002,ASSET-0002-0020,endpoint_fleet,router,cloud_managed,14,0.4884,advanced,1,0,0,0,2,low_trust,0.3937,0.9198,3.64,15.63
136
+ SEG-0002,ASSET-0002-0021,endpoint_fleet,domain_controller,macos,17,0.5732,advanced,1,1,1,1,3,untrusted,0.2453,0.8663,2.9,10.14
137
+ SEG-0002,ASSET-0002-0022,endpoint_fleet,server,linux,17,0.4217,advanced,1,1,1,1,5,medium_trust,0.6371,0.8184,4.34,20.77
138
+ SEG-0002,ASSET-0002-0023,endpoint_fleet,cloud_vm,linux,18,0.6141,advanced,1,0,0,1,4,medium_trust,0.3602,0.9089,3.64,10.3
139
+ SEG-0002,ASSET-0002-0024,endpoint_fleet,backup_system,cloud_managed,10,0.3593,advanced,1,1,0,1,9,low_trust,0.5447,0.8712,1.73,11.74
140
+ SEG-0002,ASSET-0002-0025,endpoint_fleet,router,cloud_managed,19,0.5801,advanced,1,1,0,1,4,low_trust,0.7245,0.9233,3.54,14.5
141
+ SEG-0002,ASSET-0002-0026,endpoint_fleet,cloud_vm,windows,15,0.66,advanced,1,1,0,1,4,low_trust,0.4513,0.7965,3.44,20.75
142
+ SEG-0002,ASSET-0002-0027,endpoint_fleet,email_server,embedded_rtos,14,0.34,advanced,1,0,0,1,5,low_trust,0.1582,0.975,3.32,43.69
143
+ SEG-0002,ASSET-0002-0028,endpoint_fleet,iot_device,cloud_managed,15,0.3679,advanced,1,1,1,1,3,untrusted,0.8149,0.9766,5.48,14.15
144
+ SEG-0002,ASSET-0002-0029,endpoint_fleet,cloud_vm,cloud_managed,17,0.6966,advanced,0,0,1,1,3,low_trust,0.2032,0.8285,6.24,21.7
145
+ SEG-0002,ASSET-0002-0030,endpoint_fleet,container,windows,11,0.2955,advanced,1,0,1,1,2,untrusted,0.1269,0.8886,1.77,21.42
146
+ SEG-0002,ASSET-0002-0031,endpoint_fleet,database_server,embedded_rtos,16,0.5139,advanced,1,1,0,1,4,medium_trust,0.2983,0.8133,2.12,16.52
147
+ SEG-0002,ASSET-0002-0032,endpoint_fleet,domain_controller,cloud_managed,7,0.4558,advanced,1,0,1,1,4,medium_trust,0.6029,0.8704,1.47,27.45
148
+ SEG-0002,ASSET-0002-0033,endpoint_fleet,firewall,windows,9,0.4991,advanced,1,1,1,1,2,untrusted,0.6609,0.9085,6.9,11.6
149
+ SEG-0002,ASSET-0002-0034,endpoint_fleet,ehr_system,embedded_rtos,9,0.6826,advanced,0,1,0,1,4,high_trust,0.374,0.8194,3.97,35.85
150
+ SEG-0002,ASSET-0002-0035,endpoint_fleet,server,windows,18,0.5287,advanced,1,1,1,1,4,medium_trust,0.4231,0.8785,5.04,11.57
151
+ SEG-0002,ASSET-0002-0036,endpoint_fleet,ehr_system,embedded_rtos,10,0.4473,advanced,1,1,0,0,4,medium_trust,0.2197,0.9488,3.98,20.33
152
+ SEG-0002,ASSET-0002-0037,endpoint_fleet,vpn_gateway,linux,16,0.4866,advanced,1,1,1,1,1,high_trust,0.3865,0.877,2.16,11.92
153
+ SEG-0002,ASSET-0002-0038,endpoint_fleet,workstation,macos,7,0.6064,advanced,1,1,0,1,4,low_trust,0.0941,0.7916,2.03,11.2
154
+ SEG-0002,ASSET-0002-0039,endpoint_fleet,domain_controller,macos,6,0.3578,advanced,1,1,0,1,8,high_trust,0.2813,0.8326,3.57,16.66
155
+ SEG-0002,ASSET-0002-0040,endpoint_fleet,server,cloud_managed,8,0.6017,advanced,1,1,1,1,5,untrusted,0.1634,0.8376,8.01,9.07
156
+ SEG-0002,ASSET-0002-0041,endpoint_fleet,server,cloud_managed,11,0.5546,advanced,1,1,1,0,1,medium_trust,0.3832,0.7925,5.64,19.33
157
+ SEG-0002,ASSET-0002-0042,endpoint_fleet,domain_controller,macos,13,0.3595,advanced,1,0,1,1,4,low_trust,0.5845,0.8581,2.94,10.58
158
+ SEG-0002,ASSET-0002-0043,endpoint_fleet,cloud_vm,macos,12,0.4823,advanced,1,1,1,1,6,medium_trust,0.4086,0.8086,3.1,20.42
159
+ SEG-0002,ASSET-0002-0044,endpoint_fleet,ehr_system,cloud_managed,17,0.4417,advanced,1,0,1,1,0,untrusted,0.476,0.8952,2.0,13.25
160
+ SEG-0002,ASSET-0002-0045,endpoint_fleet,container,macos,17,0.4826,advanced,1,1,0,1,3,low_trust,0.2982,0.8893,3.62,11.54
161
+ SEG-0002,ASSET-0002-0046,endpoint_fleet,server,macos,14,0.4965,advanced,1,1,1,1,1,medium_trust,0.073,0.8991,1.56,15.04
162
+ SEG-0002,ASSET-0002-0047,endpoint_fleet,backup_system,linux,14,0.5539,advanced,0,1,0,0,4,low_trust,0.2055,0.8708,2.09,23.14
163
+ SEG-0002,ASSET-0002-0048,endpoint_fleet,iot_device,embedded_rtos,14,0.4717,advanced,1,1,1,0,2,high_trust,0.6541,0.8713,4.17,53.36
164
+ SEG-0002,ASSET-0002-0049,endpoint_fleet,server,cloud_managed,13,0.5426,advanced,1,1,0,1,5,low_trust,0.4111,0.9012,2.36,32.5
165
+ SEG-0002,ASSET-0002-0050,endpoint_fleet,backup_system,macos,7,0.571,advanced,1,1,0,1,2,untrusted,0.0789,0.8633,3.72,30.47
166
+ SEG-0002,ASSET-0002-0051,endpoint_fleet,web_server,windows,20,0.5008,advanced,1,1,1,1,10,low_trust,0.1998,0.8623,3.62,13.82
167
+ SEG-0002,ASSET-0002-0052,endpoint_fleet,container,macos,12,0.4579,advanced,1,1,1,1,4,medium_trust,0.1485,0.7894,1.69,7.55
168
+ SEG-0002,ASSET-0002-0053,endpoint_fleet,scada_plc,cloud_managed,25,0.6362,advanced,0,0,1,1,6,low_trust,0.2776,0.9255,5.65,33.08
169
+ SEG-0002,ASSET-0002-0054,endpoint_fleet,vpn_gateway,embedded_rtos,15,0.509,advanced,1,1,1,1,4,low_trust,0.319,0.8005,3.81,46.47
170
+ SEG-0002,ASSET-0002-0055,endpoint_fleet,cloud_vm,embedded_rtos,16,0.5546,advanced,1,1,1,1,6,low_trust,0.4938,0.7807,2.1,44.3
171
+ SEG-0002,ASSET-0002-0056,endpoint_fleet,firewall,windows,6,0.346,advanced,1,0,0,1,4,medium_trust,0.2,0.8802,3.01,11.71
172
+ SEG-0002,ASSET-0002-0057,endpoint_fleet,vpn_gateway,linux,19,0.4239,advanced,1,1,1,0,4,low_trust,0.2212,0.8515,7.46,47.27
173
+ SEG-0002,ASSET-0002-0058,endpoint_fleet,server,macos,7,0.5491,advanced,1,1,1,1,3,untrusted,0.6519,0.9627,3.64,16.66
174
+ SEG-0002,ASSET-0002-0059,endpoint_fleet,database_server,embedded_rtos,25,0.3976,advanced,1,1,0,0,3,low_trust,0.6292,0.9084,13.19,7.51
175
+ SEG-0002,ASSET-0002-0060,endpoint_fleet,email_server,macos,14,0.5806,advanced,1,1,1,0,2,high_trust,0.05,0.8774,3.02,21.05
176
+ SEG-0002,ASSET-0002-0061,endpoint_fleet,backup_system,windows,9,0.6052,advanced,0,1,0,0,10,untrusted,0.124,0.8463,1.55,40.6
177
+ SEG-0002,ASSET-0002-0062,endpoint_fleet,domain_controller,embedded_rtos,21,0.5052,advanced,1,1,1,1,3,low_trust,0.331,0.8757,3.18,6.69
178
+ SEG-0002,ASSET-0002-0063,endpoint_fleet,container,embedded_rtos,7,0.3266,advanced,1,1,0,1,3,high_trust,0.3451,0.8668,2.73,9.21
179
+ SEG-0002,ASSET-0002-0064,endpoint_fleet,workstation,windows,7,0.5427,advanced,1,1,1,0,4,low_trust,0.1977,0.8229,2.27,23.65
180
+ SEG-0002,ASSET-0002-0065,endpoint_fleet,firewall,embedded_rtos,12,0.5597,advanced,1,1,0,1,1,medium_trust,0.1847,0.874,3.58,26.25
181
+ SEG-0002,ASSET-0002-0066,endpoint_fleet,container,embedded_rtos,19,0.4899,advanced,1,1,1,1,6,high_trust,0.6989,0.8221,1.36,25.26
182
+ SEG-0002,ASSET-0002-0067,endpoint_fleet,firewall,linux,11,0.3333,advanced,1,1,0,1,8,low_trust,0.0596,0.8895,3.37,34.88
183
+ SEG-0002,ASSET-0002-0068,endpoint_fleet,firewall,windows,16,0.5928,advanced,1,1,1,1,5,low_trust,0.6107,0.9512,1.79,14.19
184
+ SEG-0002,ASSET-0002-0069,endpoint_fleet,email_server,cloud_managed,23,0.4507,advanced,1,1,0,1,2,untrusted,0.1988,0.8226,3.09,20.71
185
+ SEG-0002,ASSET-0002-0070,endpoint_fleet,vpn_gateway,macos,0,0.4168,advanced,1,1,1,1,9,medium_trust,0.6202,0.8472,5.58,19.86
186
+ SEG-0002,ASSET-0002-0071,endpoint_fleet,cloud_vm,windows,7,0.4033,advanced,0,1,1,1,5,low_trust,0.4253,0.8553,15.75,29.07
187
+ SEG-0002,ASSET-0002-0072,endpoint_fleet,workstation,linux,17,0.4258,advanced,1,1,0,1,3,untrusted,0.3037,0.8054,4.39,46.92
188
+ SEG-0002,ASSET-0002-0073,endpoint_fleet,web_server,macos,17,0.5018,advanced,1,1,1,1,3,untrusted,0.2678,0.9218,2.3,17.88
189
+ SEG-0002,ASSET-0002-0074,endpoint_fleet,email_server,macos,11,0.4738,advanced,1,1,1,1,1,medium_trust,0.2013,0.7839,3.07,6.55
190
+ SEG-0002,ASSET-0002-0075,endpoint_fleet,database_server,linux,5,0.3952,advanced,1,1,0,1,3,medium_trust,0.2218,0.8442,1.9,25.78
191
+ SEG-0002,ASSET-0002-0076,endpoint_fleet,web_server,windows,18,0.579,advanced,1,1,1,1,9,low_trust,0.1328,0.9254,1.18,16.72
192
+ SEG-0002,ASSET-0002-0077,endpoint_fleet,vpn_gateway,embedded_rtos,9,0.7384,advanced,1,1,1,1,9,low_trust,0.2777,0.7818,3.94,19.9
193
+ SEG-0002,ASSET-0002-0078,endpoint_fleet,iot_device,macos,10,0.5296,advanced,1,1,1,1,1,low_trust,0.2027,0.882,6.74,10.03
194
+ SEG-0002,ASSET-0002-0079,endpoint_fleet,router,cloud_managed,8,0.4695,advanced,1,1,1,1,4,low_trust,0.749,0.8835,2.2,34.81
195
+ SEG-0002,ASSET-0002-0080,endpoint_fleet,email_server,macos,15,0.5687,advanced,0,1,1,1,7,medium_trust,0.287,0.7988,2.71,24.59
196
+ SEG-0002,ASSET-0002-0081,endpoint_fleet,iot_device,macos,9,0.5162,advanced,1,1,1,1,1,low_trust,0.1448,0.8317,3.17,17.93
197
+ SEG-0002,ASSET-0002-0082,endpoint_fleet,domain_controller,embedded_rtos,13,0.5399,advanced,1,1,1,1,4,untrusted,0.6614,0.8808,2.22,16.53
198
+ SEG-0002,ASSET-0002-0083,endpoint_fleet,firewall,windows,1,0.478,advanced,1,1,1,0,10,low_trust,0.0656,0.8631,2.29,8.49
199
+ SEG-0002,ASSET-0002-0084,endpoint_fleet,scada_plc,macos,4,0.555,advanced,1,0,1,1,2,medium_trust,0.3505,0.8615,4.75,24.17
200
+ SEG-0002,ASSET-0002-0085,endpoint_fleet,web_server,embedded_rtos,17,0.4191,advanced,1,1,1,1,2,untrusted,0.4623,0.8448,3.1,9.62
201
+ SEG-0002,ASSET-0002-0086,endpoint_fleet,router,windows,9,0.535,advanced,0,1,1,0,2,medium_trust,0.6533,0.9597,3.27,6.11
202
+ SEG-0002,ASSET-0002-0087,endpoint_fleet,web_server,macos,22,0.5376,advanced,1,1,1,1,2,medium_trust,0.3173,0.8752,1.87,9.35
203
+ SEG-0002,ASSET-0002-0088,endpoint_fleet,workstation,cloud_managed,16,0.6062,advanced,1,0,0,1,3,medium_trust,0.05,0.7891,12.75,16.99
204
+ SEG-0002,ASSET-0002-0089,endpoint_fleet,firewall,embedded_rtos,16,0.4632,advanced,0,1,0,1,1,low_trust,0.5039,0.8759,2.24,5.24
205
+ SEG-0002,ASSET-0002-0090,endpoint_fleet,web_server,windows,25,0.639,advanced,1,1,1,1,6,low_trust,0.3642,0.9411,4.7,123.05
206
+ SEG-0002,ASSET-0002-0091,endpoint_fleet,workstation,windows,10,0.5419,advanced,1,1,0,0,2,medium_trust,0.5583,0.8561,4.97,17.61
207
+ SEG-0002,ASSET-0002-0092,endpoint_fleet,backup_system,embedded_rtos,7,0.4151,advanced,0,1,0,0,3,low_trust,0.202,0.9159,8.01,13.85
208
+ SEG-0002,ASSET-0002-0093,endpoint_fleet,vpn_gateway,linux,20,0.4533,advanced,1,1,1,1,2,medium_trust,0.0823,0.8407,5.32,14.97
209
+ SEG-0002,ASSET-0002-0094,endpoint_fleet,scada_plc,linux,8,0.6408,advanced,0,0,1,1,6,medium_trust,0.5308,0.827,8.78,15.44
210
+ SEG-0002,ASSET-0002-0095,endpoint_fleet,database_server,windows,20,0.4278,advanced,1,0,0,1,2,medium_trust,0.3408,0.8586,3.39,24.97
211
+ SEG-0003,ASSET-0003-0000,supply_chain_interface,web_server,linux,66,0.6784,managed,1,1,1,1,8,medium_trust,0.286,0.7075,1.59,61.0
212
+ SEG-0003,ASSET-0003-0001,supply_chain_interface,backup_system,linux,24,0.694,managed,0,1,0,0,7,medium_trust,0.2598,0.7015,3.52,8.38
213
+ SEG-0003,ASSET-0003-0002,supply_chain_interface,ehr_system,macos,35,0.7321,managed,1,1,1,0,11,medium_trust,0.2436,0.7999,5.4,67.11
214
+ SEG-0003,ASSET-0003-0003,supply_chain_interface,ehr_system,linux,18,0.6338,managed,1,1,1,0,7,low_trust,0.2174,0.7573,3.23,28.19
215
+ SEG-0003,ASSET-0003-0004,supply_chain_interface,iot_device,linux,44,0.7811,managed,0,1,0,1,9,low_trust,0.3386,0.7609,2.27,17.47
216
+ SEG-0003,ASSET-0003-0005,supply_chain_interface,backup_system,cloud_managed,4,0.7463,managed,1,1,1,0,2,low_trust,0.2877,0.8435,3.47,26.5
217
+ SEG-0003,ASSET-0003-0006,supply_chain_interface,server,macos,32,0.7882,managed,1,1,0,1,7,medium_trust,0.2312,0.7579,6.05,35.42
218
+ SEG-0003,ASSET-0003-0007,supply_chain_interface,server,cloud_managed,35,0.7729,managed,1,0,1,0,7,untrusted,0.0704,0.7743,2.38,50.2
219
+ SEG-0003,ASSET-0003-0008,supply_chain_interface,scada_plc,linux,49,0.825,managed,1,1,1,1,8,low_trust,0.4738,0.7237,8.65,15.26
220
+ SEG-0003,ASSET-0003-0009,supply_chain_interface,firewall,cloud_managed,32,0.6796,managed,0,1,1,1,1,medium_trust,0.3752,0.7729,5.68,10.24
221
+ SEG-0003,ASSET-0003-0010,supply_chain_interface,ehr_system,windows,36,0.7521,managed,1,1,0,0,6,low_trust,0.6809,0.7047,6.96,20.03
222
+ SEG-0003,ASSET-0003-0011,supply_chain_interface,backup_system,embedded_rtos,27,0.8001,managed,1,1,1,1,11,medium_trust,0.3452,0.7274,9.92,26.07
223
+ SEG-0003,ASSET-0003-0012,supply_chain_interface,domain_controller,macos,36,0.9002,managed,1,1,1,1,6,untrusted,0.2309,0.7222,4.74,43.48
224
+ SEG-0003,ASSET-0003-0013,supply_chain_interface,iot_device,macos,32,0.6442,managed,1,1,0,1,9,high_trust,0.2019,0.693,7.53,20.47
225
+ SEG-0003,ASSET-0003-0014,supply_chain_interface,workstation,macos,8,0.5935,managed,1,1,0,1,11,medium_trust,0.2294,0.6976,5.29,29.59
226
+ SEG-0003,ASSET-0003-0015,supply_chain_interface,scada_plc,macos,30,0.6879,managed,1,1,1,0,11,medium_trust,0.4893,0.6652,11.87,33.06
227
+ SEG-0003,ASSET-0003-0016,supply_chain_interface,ehr_system,macos,22,0.6851,managed,0,1,0,1,8,medium_trust,0.4631,0.7334,7.28,43.95
228
+ SEG-0003,ASSET-0003-0017,supply_chain_interface,scada_plc,windows,25,0.6693,managed,0,1,0,1,6,high_trust,0.2605,0.7765,4.09,16.5
229
+ SEG-0003,ASSET-0003-0018,supply_chain_interface,cloud_vm,linux,26,0.7344,managed,1,1,0,0,5,medium_trust,0.393,0.7577,2.48,16.57
230
+ SEG-0003,ASSET-0003-0019,supply_chain_interface,iot_device,macos,40,0.775,managed,1,1,0,1,8,medium_trust,0.4354,0.73,1.14,25.37
231
+ SEG-0003,ASSET-0003-0020,supply_chain_interface,server,macos,27,0.8215,managed,1,1,0,0,10,high_trust,0.3593,0.7375,7.78,23.79
232
+ SEG-0003,ASSET-0003-0021,supply_chain_interface,scada_plc,cloud_managed,30,0.8043,managed,1,0,1,1,9,low_trust,0.5998,0.6864,10.97,21.9
233
+ SEG-0003,ASSET-0003-0022,supply_chain_interface,database_server,embedded_rtos,22,0.7047,managed,0,1,1,0,8,medium_trust,0.3601,0.7634,8.03,45.43
234
+ SEG-0003,ASSET-0003-0023,supply_chain_interface,iot_device,linux,30,0.7179,managed,0,1,0,1,8,medium_trust,0.4519,0.7248,2.54,34.67
235
+ SEG-0003,ASSET-0003-0024,supply_chain_interface,workstation,linux,15,0.6459,managed,1,1,1,0,6,low_trust,0.4791,0.6466,2.67,18.87
236
+ SEG-0003,ASSET-0003-0025,supply_chain_interface,ehr_system,embedded_rtos,28,0.8115,managed,1,1,0,0,8,untrusted,0.6566,0.7251,1.89,30.17
237
+ SEG-0003,ASSET-0003-0026,supply_chain_interface,backup_system,linux,41,0.7163,managed,1,1,1,0,7,low_trust,0.2813,0.755,2.89,38.87
238
+ SEG-0003,ASSET-0003-0027,supply_chain_interface,iot_device,embedded_rtos,26,0.6743,managed,1,1,1,1,8,medium_trust,0.5998,0.7327,3.74,21.07
239
+ SEG-0003,ASSET-0003-0028,supply_chain_interface,container,embedded_rtos,25,0.6391,managed,1,1,0,1,9,low_trust,0.6181,0.7338,3.72,51.12
240
+ SEG-0004,ASSET-0004-0000,soc_management_plane,iot_device,cloud_managed,92,0.2323,minimal,0,0,0,1,22,medium_trust,0.2763,0.2405,5.35,100.37
241
+ SEG-0004,ASSET-0004-0001,soc_management_plane,server,cloud_managed,134,0.3781,minimal,0,1,0,0,12,medium_trust,0.1992,0.3747,10.64,41.6
242
+ SEG-0004,ASSET-0004-0002,soc_management_plane,backup_system,macos,0,0.2879,minimal,0,1,1,0,18,high_trust,0.4551,0.2374,7.15,78.05
243
+ SEG-0004,ASSET-0004-0003,soc_management_plane,container,embedded_rtos,138,0.1192,minimal,0,1,1,0,25,low_trust,0.3171,0.3216,13.13,66.05
244
+ SEG-0004,ASSET-0004-0004,soc_management_plane,router,linux,123,0.3034,minimal,1,1,0,1,22,low_trust,0.3738,0.3176,38.0,65.87
245
+ SEG-0004,ASSET-0004-0005,soc_management_plane,router,macos,121,0.3415,minimal,1,1,1,0,17,high_trust,0.6685,0.2482,40.52,93.4
246
+ SEG-0004,ASSET-0004-0006,soc_management_plane,workstation,cloud_managed,55,0.2999,minimal,1,1,1,1,23,high_trust,0.6581,0.2792,21.64,61.94
247
+ SEG-0004,ASSET-0004-0007,soc_management_plane,scada_plc,windows,149,0.2812,minimal,0,1,1,1,21,high_trust,0.2353,0.3036,12.67,57.27
248
+ SEG-0004,ASSET-0004-0008,soc_management_plane,firewall,windows,143,0.4373,minimal,1,1,0,0,28,medium_trust,0.2686,0.3434,12.0,13.91
249
+ SEG-0004,ASSET-0004-0009,soc_management_plane,ehr_system,windows,171,0.1318,minimal,0,0,0,0,20,low_trust,0.6054,0.2888,4.14,75.35
250
+ SEG-0004,ASSET-0004-0010,soc_management_plane,server,embedded_rtos,197,0.3177,minimal,0,1,0,0,21,low_trust,0.5273,0.3106,42.46,179.5
251
+ SEG-0004,ASSET-0004-0011,soc_management_plane,vpn_gateway,linux,88,0.2331,minimal,0,1,0,0,17,medium_trust,0.5618,0.3456,15.88,109.53
252
+ SEG-0004,ASSET-0004-0012,soc_management_plane,router,embedded_rtos,164,0.3071,minimal,1,0,1,1,23,medium_trust,0.256,0.3003,6.36,97.7
253
+ SEG-0004,ASSET-0004-0013,soc_management_plane,database_server,embedded_rtos,93,0.2563,minimal,0,1,1,0,23,high_trust,0.055,0.3394,13.63,65.95
254
+ SEG-0004,ASSET-0004-0014,soc_management_plane,scada_plc,windows,105,0.3868,minimal,0,1,0,0,24,high_trust,0.1705,0.3594,20.85,146.5
255
+ SEG-0004,ASSET-0004-0015,soc_management_plane,container,macos,275,0.4055,minimal,0,1,0,0,18,medium_trust,0.3167,0.332,17.69,133.77
256
+ SEG-0004,ASSET-0004-0016,soc_management_plane,cloud_vm,embedded_rtos,145,0.2015,minimal,0,1,0,0,21,medium_trust,0.3641,0.3262,10.24,59.74
257
+ SEG-0004,ASSET-0004-0017,soc_management_plane,vpn_gateway,embedded_rtos,46,0.3383,minimal,0,1,0,0,20,low_trust,0.7802,0.4414,14.03,187.01
258
+ SEG-0004,ASSET-0004-0018,soc_management_plane,vpn_gateway,windows,117,0.362,minimal,0,1,0,0,23,medium_trust,0.2501,0.2709,7.51,104.51
259
+ SEG-0004,ASSET-0004-0019,soc_management_plane,domain_controller,windows,118,0.4073,minimal,0,0,0,1,27,low_trust,0.1126,0.2793,17.72,108.78
260
+ SEG-0004,ASSET-0004-0020,soc_management_plane,vpn_gateway,linux,139,0.3304,minimal,0,1,1,1,25,low_trust,0.4011,0.316,9.18,38.18
261
+ SEG-0004,ASSET-0004-0021,soc_management_plane,backup_system,linux,144,0.297,minimal,0,1,0,0,6,medium_trust,0.3779,0.4162,11.1,92.68
262
+ SEG-0004,ASSET-0004-0022,soc_management_plane,database_server,macos,93,0.4815,minimal,0,1,0,1,18,low_trust,0.588,0.3696,26.02,52.13
263
+ SEG-0004,ASSET-0004-0023,soc_management_plane,iot_device,cloud_managed,138,0.4528,minimal,0,1,1,1,16,medium_trust,0.0941,0.3419,25.32,27.01
264
+ SEG-0004,ASSET-0004-0024,soc_management_plane,vpn_gateway,embedded_rtos,105,0.3731,minimal,0,0,0,0,20,untrusted,0.3096,0.3664,28.04,29.02
265
+ SEG-0004,ASSET-0004-0025,soc_management_plane,vpn_gateway,linux,166,0.2741,minimal,0,1,1,0,28,medium_trust,0.166,0.2446,15.78,40.53
266
+ SEG-0004,ASSET-0004-0026,soc_management_plane,scada_plc,linux,74,0.2325,minimal,0,1,1,1,22,medium_trust,0.4892,0.3183,27.05,85.68
267
+ SEG-0004,ASSET-0004-0027,soc_management_plane,iot_device,macos,78,0.4758,minimal,0,0,0,0,24,low_trust,0.661,0.2712,17.33,126.24
268
+ SEG-0004,ASSET-0004-0028,soc_management_plane,ehr_system,embedded_rtos,137,0.3925,minimal,0,0,0,0,21,high_trust,0.2678,0.3908,20.68,125.41
269
+ SEG-0004,ASSET-0004-0029,soc_management_plane,container,embedded_rtos,86,0.2014,minimal,0,1,0,1,23,low_trust,0.1996,0.2953,3.9,40.43
270
+ SEG-0004,ASSET-0004-0030,soc_management_plane,vpn_gateway,macos,123,0.2055,minimal,0,1,0,0,26,low_trust,0.6914,0.2998,13.82,182.98
271
+ SEG-0004,ASSET-0004-0031,soc_management_plane,web_server,cloud_managed,72,0.3678,minimal,0,1,0,1,26,high_trust,0.4562,0.3178,14.53,96.39
272
+ SEG-0004,ASSET-0004-0032,soc_management_plane,vpn_gateway,windows,77,0.079,minimal,0,1,0,0,17,low_trust,0.5137,0.2697,19.69,70.76
273
+ SEG-0004,ASSET-0004-0033,soc_management_plane,server,macos,89,0.2827,minimal,0,0,1,0,19,untrusted,0.117,0.2594,12.39,87.5
274
+ SEG-0004,ASSET-0004-0034,soc_management_plane,ehr_system,cloud_managed,103,0.1436,minimal,0,1,0,0,15,low_trust,0.7051,0.2918,20.4,69.52
275
+ SEG-0004,ASSET-0004-0035,soc_management_plane,workstation,embedded_rtos,123,0.317,minimal,0,1,0,0,29,untrusted,0.1875,0.3389,12.64,36.5
276
+ SEG-0004,ASSET-0004-0036,soc_management_plane,cloud_vm,embedded_rtos,124,0.3229,minimal,1,1,1,0,26,high_trust,0.6593,0.2958,26.07,99.03
277
+ SEG-0004,ASSET-0004-0037,soc_management_plane,email_server,cloud_managed,166,0.1223,minimal,0,1,0,0,28,low_trust,0.493,0.2269,19.4,222.28
278
+ SEG-0004,ASSET-0004-0038,soc_management_plane,iot_device,embedded_rtos,24,0.1485,minimal,0,1,0,0,27,low_trust,0.6444,0.3204,14.55,97.65
279
+ SEG-0004,ASSET-0004-0039,soc_management_plane,database_server,embedded_rtos,107,0.3286,minimal,0,1,0,0,25,low_trust,0.5018,0.2946,5.36,97.89
280
+ SEG-0004,ASSET-0004-0040,soc_management_plane,email_server,linux,160,0.2469,minimal,0,1,0,0,25,medium_trust,0.2726,0.3065,29.24,115.52
281
+ SEG-0004,ASSET-0004-0041,soc_management_plane,ehr_system,embedded_rtos,131,0.2603,minimal,0,1,0,0,17,medium_trust,0.3654,0.2802,21.37,11.88
282
+ SEG-0004,ASSET-0004-0042,soc_management_plane,cloud_vm,cloud_managed,243,0.1492,minimal,1,1,1,0,23,low_trust,0.3663,0.2345,9.84,154.86
283
+ SEG-0004,ASSET-0004-0043,soc_management_plane,web_server,cloud_managed,16,0.3032,minimal,0,1,0,1,16,medium_trust,0.4199,0.3527,17.66,131.0
284
+ SEG-0004,ASSET-0004-0044,soc_management_plane,web_server,windows,47,0.2264,minimal,1,1,0,1,22,high_trust,0.1929,0.2902,38.28,63.16
285
+ SEG-0004,ASSET-0004-0045,soc_management_plane,web_server,windows,96,0.4652,minimal,0,0,0,0,15,medium_trust,0.5127,0.2431,6.92,57.02
286
+ SEG-0004,ASSET-0004-0046,soc_management_plane,ehr_system,cloud_managed,204,0.3536,minimal,1,1,0,0,28,untrusted,0.0757,0.2812,16.62,58.68
287
+ SEG-0004,ASSET-0004-0047,soc_management_plane,container,embedded_rtos,153,0.4118,minimal,0,1,1,1,20,medium_trust,0.6012,0.3065,16.88,95.5
288
+ SEG-0005,ASSET-0005-0000,endpoint_fleet,web_server,embedded_rtos,7,0.4796,zero_trust,1,1,0,1,1,low_trust,0.5574,0.8311,3.49,7.62
289
+ SEG-0005,ASSET-0005-0001,endpoint_fleet,web_server,cloud_managed,3,0.4418,zero_trust,1,1,1,0,0,low_trust,0.6235,0.9837,2.99,5.06
290
+ SEG-0005,ASSET-0005-0002,endpoint_fleet,cloud_vm,embedded_rtos,6,0.578,zero_trust,1,1,0,0,2,low_trust,0.7528,0.99,2.7,40.61
291
+ SEG-0005,ASSET-0005-0003,endpoint_fleet,workstation,macos,13,0.5178,zero_trust,1,1,1,1,5,untrusted,0.4662,0.9749,1.84,19.9
292
+ SEG-0005,ASSET-0005-0004,endpoint_fleet,container,macos,12,0.6187,zero_trust,0,0,1,1,1,high_trust,0.4071,0.9368,5.39,10.48
293
+ SEG-0005,ASSET-0005-0005,endpoint_fleet,ehr_system,cloud_managed,4,0.5717,zero_trust,1,0,1,1,0,low_trust,0.4208,0.9153,1.83,33.71
294
+ SEG-0005,ASSET-0005-0006,endpoint_fleet,domain_controller,windows,3,0.3741,zero_trust,1,1,0,1,0,medium_trust,0.2596,0.8719,1.13,19.14
295
+ SEG-0005,ASSET-0005-0007,endpoint_fleet,workstation,embedded_rtos,8,0.316,zero_trust,1,1,1,1,0,low_trust,0.0594,0.9648,0.77,15.63
296
+ SEG-0005,ASSET-0005-0008,endpoint_fleet,iot_device,linux,7,0.4088,zero_trust,1,1,0,1,2,medium_trust,0.5998,0.99,2.66,13.45
297
+ SEG-0005,ASSET-0005-0009,endpoint_fleet,router,embedded_rtos,6,0.6305,zero_trust,1,1,1,1,0,high_trust,0.636,0.8061,2.86,10.98
298
+ SEG-0005,ASSET-0005-0010,endpoint_fleet,email_server,embedded_rtos,7,0.4504,zero_trust,0,1,1,1,1,medium_trust,0.8277,0.9273,3.37,17.42
299
+ SEG-0005,ASSET-0005-0011,endpoint_fleet,database_server,embedded_rtos,8,0.3997,zero_trust,1,1,1,1,1,high_trust,0.1417,0.9832,1.91,11.43
300
+ SEG-0005,ASSET-0005-0012,endpoint_fleet,server,embedded_rtos,6,0.5614,zero_trust,1,0,1,1,2,medium_trust,0.6613,0.9149,2.82,7.46
301
+ SEG-0005,ASSET-0005-0013,endpoint_fleet,container,macos,12,0.4938,zero_trust,1,1,0,1,0,medium_trust,0.6454,0.8701,6.25,11.42
302
+ SEG-0005,ASSET-0005-0014,endpoint_fleet,cloud_vm,embedded_rtos,8,0.5645,zero_trust,1,1,1,1,0,low_trust,0.3997,0.99,2.54,17.81
303
+ SEG-0005,ASSET-0005-0015,endpoint_fleet,container,linux,3,0.4037,zero_trust,1,1,1,1,1,medium_trust,0.4488,0.8199,2.56,6.25
304
+ SEG-0005,ASSET-0005-0016,endpoint_fleet,domain_controller,cloud_managed,3,0.5777,zero_trust,1,1,1,1,0,high_trust,0.1873,0.8879,3.63,11.79
305
+ SEG-0005,ASSET-0005-0017,endpoint_fleet,domain_controller,windows,5,0.444,zero_trust,0,1,0,1,0,medium_trust,0.2781,0.8949,2.67,28.92
306
+ SEG-0005,ASSET-0005-0018,endpoint_fleet,vpn_gateway,linux,3,0.4517,zero_trust,1,1,1,1,0,high_trust,0.1029,0.9505,1.86,11.11
307
+ SEG-0005,ASSET-0005-0019,endpoint_fleet,email_server,windows,9,0.353,zero_trust,1,1,0,1,5,low_trust,0.4025,0.99,1.47,7.48
308
+ SEG-0006,ASSET-0006-0000,endpoint_fleet,vpn_gateway,macos,23,0.7094,advanced,1,1,0,0,5,low_trust,0.05,0.7676,2.94,8.41
309
+ SEG-0006,ASSET-0006-0001,endpoint_fleet,iot_device,macos,15,0.4232,advanced,1,1,0,1,3,untrusted,0.2319,0.8514,5.59,7.8
310
+ SEG-0006,ASSET-0006-0002,endpoint_fleet,server,embedded_rtos,16,0.4779,advanced,1,0,1,1,5,low_trust,0.6435,0.8213,6.14,11.91
311
+ SEG-0006,ASSET-0006-0003,endpoint_fleet,scada_plc,embedded_rtos,13,0.4374,advanced,1,0,1,1,6,low_trust,0.5634,0.9047,2.42,16.03
312
+ SEG-0006,ASSET-0006-0004,endpoint_fleet,container,windows,18,0.49,advanced,1,1,0,1,3,high_trust,0.155,0.8173,2.66,51.33
313
+ SEG-0006,ASSET-0006-0005,endpoint_fleet,scada_plc,macos,12,0.5718,advanced,1,0,1,1,5,low_trust,0.4453,0.9166,3.34,15.31
314
+ SEG-0006,ASSET-0006-0006,endpoint_fleet,firewall,embedded_rtos,2,0.5537,advanced,1,1,1,1,7,low_trust,0.5778,0.8327,7.9,18.39
315
+ SEG-0006,ASSET-0006-0007,endpoint_fleet,workstation,windows,7,0.3128,advanced,1,1,0,1,5,low_trust,0.7404,0.7877,4.77,35.98
316
+ SEG-0006,ASSET-0006-0008,endpoint_fleet,firewall,macos,15,0.555,advanced,1,1,0,1,6,untrusted,0.244,0.932,3.82,14.89
317
+ SEG-0006,ASSET-0006-0009,endpoint_fleet,database_server,embedded_rtos,4,0.3164,advanced,1,0,1,0,3,low_trust,0.6178,0.8604,4.31,10.59
318
+ SEG-0006,ASSET-0006-0010,endpoint_fleet,container,windows,10,0.6556,advanced,0,1,1,1,4,low_trust,0.1413,0.8129,8.47,25.15
319
+ SEG-0006,ASSET-0006-0011,endpoint_fleet,domain_controller,linux,11,0.5126,advanced,0,1,1,0,3,low_trust,0.0685,0.7847,2.6,22.26
320
+ SEG-0006,ASSET-0006-0012,endpoint_fleet,ehr_system,embedded_rtos,6,0.5385,advanced,1,0,1,1,5,low_trust,0.4171,0.8035,2.44,49.64
321
+ SEG-0006,ASSET-0006-0013,endpoint_fleet,server,linux,8,0.4685,advanced,1,0,0,1,2,untrusted,0.2597,0.9221,3.02,10.05
322
+ SEG-0006,ASSET-0006-0014,endpoint_fleet,scada_plc,cloud_managed,12,0.6538,advanced,1,1,0,1,3,low_trust,0.3691,0.9332,5.42,20.89
323
+ SEG-0006,ASSET-0006-0015,endpoint_fleet,database_server,windows,15,0.4978,advanced,1,1,0,1,4,untrusted,0.153,0.9329,5.16,20.08
324
+ SEG-0006,ASSET-0006-0016,endpoint_fleet,scada_plc,embedded_rtos,8,0.3261,advanced,1,1,1,1,2,low_trust,0.7308,0.8586,2.29,10.9
325
+ SEG-0006,ASSET-0006-0017,endpoint_fleet,server,macos,11,0.3905,advanced,1,0,0,1,5,medium_trust,0.5043,0.8276,4.34,11.69
326
+ SEG-0006,ASSET-0006-0018,endpoint_fleet,backup_system,linux,16,0.4862,advanced,0,1,1,1,5,untrusted,0.5144,0.7427,2.98,14.39
327
+ SEG-0006,ASSET-0006-0019,endpoint_fleet,cloud_vm,macos,22,0.355,advanced,1,1,1,1,3,untrusted,0.3084,0.7183,2.06,17.35
328
+ SEG-0006,ASSET-0006-0020,endpoint_fleet,domain_controller,windows,12,0.4874,advanced,1,1,1,1,1,low_trust,0.1224,0.8896,6.64,9.43
329
+ SEG-0006,ASSET-0006-0021,endpoint_fleet,workstation,embedded_rtos,7,0.4295,advanced,1,1,1,1,0,high_trust,0.0709,0.8377,3.82,22.18
330
+ SEG-0006,ASSET-0006-0022,endpoint_fleet,router,linux,11,0.5845,advanced,1,1,0,1,1,low_trust,0.3022,0.8096,7.0,29.37
331
+ SEG-0006,ASSET-0006-0023,endpoint_fleet,cloud_vm,linux,17,0.5223,advanced,0,1,1,1,5,low_trust,0.4926,0.8305,3.23,8.99
332
+ SEG-0006,ASSET-0006-0024,endpoint_fleet,web_server,macos,27,0.5392,advanced,1,1,1,0,2,medium_trust,0.2909,0.8439,3.89,27.08
333
+ SEG-0006,ASSET-0006-0025,endpoint_fleet,database_server,cloud_managed,17,0.4759,advanced,1,1,1,1,3,untrusted,0.474,0.9287,2.8,15.19
334
+ SEG-0006,ASSET-0006-0026,endpoint_fleet,vpn_gateway,windows,3,0.6967,advanced,1,1,1,0,2,low_trust,0.1716,0.7777,10.44,11.76
335
+ SEG-0006,ASSET-0006-0027,endpoint_fleet,container,macos,27,0.4602,advanced,0,1,0,1,3,medium_trust,0.0828,0.8819,1.77,25.13
336
+ SEG-0006,ASSET-0006-0028,endpoint_fleet,web_server,cloud_managed,7,0.4711,advanced,1,1,1,1,4,high_trust,0.1751,0.8398,3.86,10.81
337
+ SEG-0006,ASSET-0006-0029,endpoint_fleet,server,macos,7,0.4562,advanced,1,1,0,1,2,medium_trust,0.6601,0.855,2.91,7.6
338
+ SEG-0006,ASSET-0006-0030,endpoint_fleet,iot_device,cloud_managed,17,0.6785,advanced,0,0,1,0,7,low_trust,0.2931,0.8201,4.85,16.64
339
+ SEG-0006,ASSET-0006-0031,endpoint_fleet,backup_system,embedded_rtos,11,0.3791,advanced,1,1,1,1,4,medium_trust,0.5882,0.8615,3.02,8.58
340
+ SEG-0006,ASSET-0006-0032,endpoint_fleet,email_server,macos,9,0.4905,advanced,0,1,1,1,5,medium_trust,0.3193,0.8238,3.62,54.74
341
+ SEG-0006,ASSET-0006-0033,endpoint_fleet,vpn_gateway,cloud_managed,16,0.3434,advanced,0,1,1,1,7,medium_trust,0.3591,0.833,3.39,18.74
342
+ SEG-0006,ASSET-0006-0034,endpoint_fleet,iot_device,linux,13,0.3994,advanced,1,0,1,0,8,high_trust,0.2772,0.9487,2.26,27.0
343
+ SEG-0006,ASSET-0006-0035,endpoint_fleet,iot_device,embedded_rtos,12,0.5632,advanced,0,1,0,1,3,medium_trust,0.1551,0.9424,11.96,23.03
344
+ SEG-0006,ASSET-0006-0036,endpoint_fleet,server,linux,6,0.6546,advanced,0,0,0,1,4,medium_trust,0.5555,0.8162,2.67,17.3
345
+ SEG-0006,ASSET-0006-0037,endpoint_fleet,database_server,linux,4,0.4769,advanced,1,1,1,1,1,medium_trust,0.6116,0.9071,3.32,10.38
346
+ SEG-0006,ASSET-0006-0038,endpoint_fleet,database_server,macos,11,0.3796,advanced,1,1,0,1,8,medium_trust,0.7742,0.8482,2.77,14.16
347
+ SEG-0006,ASSET-0006-0039,endpoint_fleet,workstation,macos,21,0.3577,advanced,1,1,1,1,1,high_trust,0.3152,0.8695,7.71,13.29
348
+ SEG-0006,ASSET-0006-0040,endpoint_fleet,ehr_system,macos,10,0.4807,advanced,1,1,1,1,1,untrusted,0.5026,0.9455,9.66,30.59
349
+ SEG-0006,ASSET-0006-0041,endpoint_fleet,router,embedded_rtos,12,0.4959,advanced,1,1,0,1,3,low_trust,0.6527,0.9144,3.92,40.65
350
+ SEG-0006,ASSET-0006-0042,endpoint_fleet,container,windows,12,0.6444,advanced,1,0,0,0,4,medium_trust,0.3555,0.7993,2.61,21.16
351
+ SEG-0006,ASSET-0006-0043,endpoint_fleet,scada_plc,embedded_rtos,14,0.5696,advanced,1,1,1,1,4,medium_trust,0.7687,0.8512,1.57,12.01
352
+ SEG-0006,ASSET-0006-0044,endpoint_fleet,scada_plc,macos,11,0.5152,advanced,1,1,0,0,5,high_trust,0.5961,0.8853,3.16,47.38
353
+ SEG-0007,ASSET-0007-0000,cloud_workload,vpn_gateway,cloud_managed,11,0.4287,advanced,1,0,0,1,2,medium_trust,0.2405,0.8737,6.04,23.6
354
+ SEG-0007,ASSET-0007-0001,cloud_workload,database_server,macos,16,0.7465,advanced,1,1,0,0,5,low_trust,0.8321,0.8805,3.95,30.77
355
+ SEG-0007,ASSET-0007-0002,cloud_workload,scada_plc,cloud_managed,14,0.6681,advanced,1,1,1,1,5,high_trust,0.1772,0.8077,1.38,28.48
356
+ SEG-0007,ASSET-0007-0003,cloud_workload,firewall,linux,15,0.674,advanced,1,1,1,1,4,high_trust,0.3777,0.8109,6.02,34.82
357
+ SEG-0007,ASSET-0007-0004,cloud_workload,router,linux,5,0.5385,advanced,0,1,0,1,7,high_trust,0.2674,0.8388,2.88,77.84
358
+ SEG-0007,ASSET-0007-0005,cloud_workload,server,cloud_managed,10,0.8794,advanced,1,0,1,1,1,untrusted,0.5072,0.8378,4.89,35.71
359
+ SEG-0007,ASSET-0007-0006,cloud_workload,database_server,windows,24,0.635,advanced,0,1,0,1,4,high_trust,0.7283,0.8529,3.34,14.08
360
+ SEG-0007,ASSET-0007-0007,cloud_workload,server,cloud_managed,22,0.6886,advanced,1,1,0,1,6,high_trust,0.2835,0.9108,2.05,11.37
361
+ SEG-0007,ASSET-0007-0008,cloud_workload,server,linux,10,0.5312,advanced,0,1,1,1,3,high_trust,0.5116,0.8036,3.85,13.47
362
+ SEG-0007,ASSET-0007-0009,cloud_workload,web_server,windows,5,0.3936,advanced,1,0,1,0,4,low_trust,0.3326,0.9059,2.9,32.7
363
+ SEG-0007,ASSET-0007-0010,cloud_workload,ehr_system,cloud_managed,10,0.5881,advanced,1,0,0,1,1,medium_trust,0.65,0.7944,4.41,29.78
364
+ SEG-0007,ASSET-0007-0011,cloud_workload,cloud_vm,linux,8,0.5026,advanced,1,1,1,1,2,untrusted,0.2616,0.8878,4.4,12.5
365
+ SEG-0007,ASSET-0007-0012,cloud_workload,router,macos,10,0.6116,advanced,1,1,1,1,6,low_trust,0.1199,0.7819,4.71,13.63
366
+ SEG-0007,ASSET-0007-0013,cloud_workload,container,cloud_managed,10,0.6551,advanced,1,1,1,1,6,low_trust,0.289,0.8381,4.17,5.82
367
+ SEG-0007,ASSET-0007-0014,cloud_workload,vpn_gateway,embedded_rtos,14,0.477,advanced,1,0,1,1,1,low_trust,0.2763,0.732,1.88,41.61
368
+ SEG-0007,ASSET-0007-0015,cloud_workload,web_server,linux,21,0.6888,advanced,1,1,0,1,4,high_trust,0.7176,0.7985,5.04,15.36
369
+ SEG-0007,ASSET-0007-0016,cloud_workload,router,windows,17,0.3643,advanced,1,1,1,1,4,untrusted,0.6464,0.8318,2.79,13.1
370
+ SEG-0007,ASSET-0007-0017,cloud_workload,server,embedded_rtos,13,0.5579,advanced,1,1,1,1,6,high_trust,0.1533,0.8639,2.75,33.26
371
+ SEG-0007,ASSET-0007-0018,cloud_workload,vpn_gateway,embedded_rtos,17,0.5703,advanced,1,1,0,0,1,medium_trust,0.2752,0.8609,3.86,43.74
372
+ SEG-0007,ASSET-0007-0019,cloud_workload,server,embedded_rtos,8,0.8304,advanced,0,0,0,1,8,untrusted,0.1733,0.87,3.91,7.26
373
+ SEG-0007,ASSET-0007-0020,cloud_workload,ehr_system,cloud_managed,12,0.5333,advanced,1,0,0,1,4,medium_trust,0.6447,0.8043,3.29,33.23
374
+ SEG-0007,ASSET-0007-0021,cloud_workload,ehr_system,embedded_rtos,20,0.6634,advanced,1,1,0,1,1,untrusted,0.7145,0.8775,3.21,32.45
375
+ SEG-0007,ASSET-0007-0022,cloud_workload,firewall,windows,14,0.5945,advanced,1,1,0,0,5,untrusted,0.5102,0.8537,3.72,2.83
376
+ SEG-0007,ASSET-0007-0023,cloud_workload,cloud_vm,linux,15,0.5965,advanced,1,1,1,0,6,low_trust,0.3604,0.8573,3.96,11.18
377
+ SEG-0007,ASSET-0007-0024,cloud_workload,firewall,cloud_managed,9,0.4751,advanced,1,0,1,1,5,medium_trust,0.5465,0.837,4.4,24.7
378
+ SEG-0007,ASSET-0007-0025,cloud_workload,scada_plc,embedded_rtos,12,0.4847,advanced,0,1,1,1,3,low_trust,0.3988,0.9396,4.11,15.1
379
+ SEG-0007,ASSET-0007-0026,cloud_workload,email_server,linux,16,0.5776,advanced,1,1,1,0,8,untrusted,0.1145,0.8877,0.84,25.4
380
+ SEG-0007,ASSET-0007-0027,cloud_workload,iot_device,embedded_rtos,16,0.5486,advanced,1,1,1,1,3,high_trust,0.4703,0.8007,10.35,9.74
381
+ SEG-0007,ASSET-0007-0028,cloud_workload,database_server,cloud_managed,14,0.508,advanced,1,1,1,0,6,medium_trust,0.1733,0.8559,2.79,35.09
382
+ SEG-0007,ASSET-0007-0029,cloud_workload,web_server,macos,5,0.4821,advanced,1,1,0,1,2,low_trust,0.2012,0.8505,2.95,32.04
383
+ SEG-0007,ASSET-0007-0030,cloud_workload,cloud_vm,embedded_rtos,11,0.5018,advanced,1,1,0,1,3,untrusted,0.135,0.9287,3.23,5.58
384
+ SEG-0007,ASSET-0007-0031,cloud_workload,router,linux,5,0.548,advanced,1,1,1,1,3,low_trust,0.3447,0.8534,2.38,30.13
385
+ SEG-0007,ASSET-0007-0032,cloud_workload,ehr_system,windows,15,0.6734,advanced,1,1,1,1,2,medium_trust,0.3502,0.854,1.25,11.05
386
+ SEG-0007,ASSET-0007-0033,cloud_workload,web_server,windows,15,0.6003,advanced,0,0,1,1,2,medium_trust,0.3398,0.8345,3.09,4.04
387
+ SEG-0007,ASSET-0007-0034,cloud_workload,vpn_gateway,cloud_managed,14,0.509,advanced,1,1,0,1,6,low_trust,0.5933,0.8875,1.12,14.26
388
+ SEG-0007,ASSET-0007-0035,cloud_workload,workstation,linux,12,0.699,advanced,1,0,0,1,4,medium_trust,0.4753,0.7577,4.45,3.93
389
+ SEG-0007,ASSET-0007-0036,cloud_workload,container,linux,18,0.6122,advanced,1,1,1,1,6,untrusted,0.2684,0.8311,4.54,40.46
390
+ SEG-0007,ASSET-0007-0037,cloud_workload,iot_device,cloud_managed,17,0.4056,advanced,1,1,0,1,4,high_trust,0.3362,0.8508,3.07,8.85
391
+ SEG-0007,ASSET-0007-0038,cloud_workload,workstation,cloud_managed,12,0.6097,advanced,0,1,0,0,8,untrusted,0.5069,0.7918,5.6,8.11
392
+ SEG-0007,ASSET-0007-0039,cloud_workload,server,macos,14,0.5877,advanced,1,1,1,0,6,medium_trust,0.5939,0.8937,3.14,34.51
393
+ SEG-0007,ASSET-0007-0040,cloud_workload,backup_system,macos,25,0.7622,advanced,1,1,0,1,4,untrusted,0.2429,0.8888,4.34,7.04
394
+ SEG-0008,ASSET-0008-0000,corporate_lan,cloud_vm,windows,89,0.6618,baseline,0,0,0,1,15,medium_trust,0.1807,0.5937,7.43,91.58
395
+ SEG-0008,ASSET-0008-0001,corporate_lan,router,windows,59,0.3937,baseline,0,1,0,0,11,untrusted,0.3352,0.4762,5.47,21.09
396
+ SEG-0008,ASSET-0008-0002,corporate_lan,firewall,cloud_managed,74,0.4496,baseline,0,0,1,1,8,high_trust,0.4253,0.6041,5.76,31.0
397
+ SEG-0008,ASSET-0008-0003,corporate_lan,firewall,macos,73,0.3089,baseline,0,1,0,1,11,low_trust,0.2816,0.6635,7.59,94.52
398
+ SEG-0008,ASSET-0008-0004,corporate_lan,workstation,macos,19,0.4148,baseline,1,1,0,0,12,low_trust,0.6514,0.5797,11.72,45.87
399
+ SEG-0008,ASSET-0008-0005,corporate_lan,web_server,macos,77,0.4701,baseline,1,1,1,1,11,low_trust,0.5994,0.4666,7.11,59.17
400
+ SEG-0008,ASSET-0008-0006,corporate_lan,domain_controller,linux,55,0.2307,baseline,0,0,1,1,12,low_trust,0.2262,0.5366,11.03,124.82
401
+ SEG-0008,ASSET-0008-0007,corporate_lan,ehr_system,linux,101,0.3888,baseline,0,1,1,0,15,low_trust,0.4215,0.5316,8.29,32.89
402
+ SEG-0008,ASSET-0008-0008,corporate_lan,ehr_system,linux,67,0.3091,baseline,0,0,0,1,14,medium_trust,0.5579,0.555,4.96,43.28
403
+ SEG-0008,ASSET-0008-0009,corporate_lan,cloud_vm,linux,69,0.2803,baseline,0,1,0,0,16,medium_trust,0.4822,0.5253,4.6,69.99
404
+ SEG-0008,ASSET-0008-0010,corporate_lan,vpn_gateway,linux,81,0.4715,baseline,0,1,1,0,16,medium_trust,0.3234,0.5263,8.24,76.21
405
+ SEG-0008,ASSET-0008-0011,corporate_lan,scada_plc,embedded_rtos,47,0.4865,baseline,1,0,0,1,9,medium_trust,0.4655,0.6132,17.73,110.78
406
+ SEG-0008,ASSET-0008-0012,corporate_lan,email_server,embedded_rtos,37,0.5777,baseline,0,1,0,0,10,medium_trust,0.0531,0.547,16.71,70.1
407
+ SEG-0008,ASSET-0008-0013,corporate_lan,email_server,embedded_rtos,42,0.351,baseline,0,1,0,0,8,medium_trust,0.0692,0.555,3.76,33.02
408
+ SEG-0008,ASSET-0008-0014,corporate_lan,iot_device,macos,47,0.4484,baseline,0,1,0,1,14,high_trust,0.5262,0.5242,4.86,74.88
409
+ SEG-0008,ASSET-0008-0015,corporate_lan,domain_controller,linux,73,0.3388,baseline,1,1,1,0,19,low_trust,0.7035,0.5395,3.77,27.18
410
+ SEG-0008,ASSET-0008-0016,corporate_lan,container,cloud_managed,75,0.345,baseline,1,1,0,1,15,medium_trust,0.16,0.5722,10.88,61.25
411
+ SEG-0008,ASSET-0008-0017,corporate_lan,scada_plc,linux,42,0.5597,baseline,0,1,0,1,20,medium_trust,0.464,0.6593,13.89,47.5
412
+ SEG-0008,ASSET-0008-0018,corporate_lan,cloud_vm,linux,27,0.4088,baseline,1,1,0,0,15,low_trust,0.1749,0.4693,9.66,67.16
413
+ SEG-0008,ASSET-0008-0019,corporate_lan,web_server,macos,30,0.6258,baseline,0,1,0,1,13,high_trust,0.5461,0.4983,7.9,60.37
414
+ SEG-0008,ASSET-0008-0020,corporate_lan,workstation,windows,71,0.3681,baseline,1,0,0,0,16,low_trust,0.5247,0.5704,4.19,25.02
415
+ SEG-0008,ASSET-0008-0021,corporate_lan,router,macos,72,0.3246,baseline,0,1,1,0,17,untrusted,0.213,0.5624,8.02,43.88
416
+ SEG-0008,ASSET-0008-0022,corporate_lan,iot_device,windows,49,0.4732,baseline,0,1,1,1,13,high_trust,0.4962,0.5593,5.31,43.8
417
+ SEG-0008,ASSET-0008-0023,corporate_lan,domain_controller,linux,91,0.4298,baseline,0,1,0,0,16,medium_trust,0.2375,0.5329,11.08,64.6
418
+ SEG-0008,ASSET-0008-0024,corporate_lan,scada_plc,cloud_managed,126,0.5114,baseline,1,1,0,1,10,low_trust,0.3708,0.592,4.42,76.48
419
+ SEG-0008,ASSET-0008-0025,corporate_lan,firewall,cloud_managed,71,0.4308,baseline,0,1,1,0,15,high_trust,0.1808,0.5783,9.13,20.94
420
+ SEG-0008,ASSET-0008-0026,corporate_lan,firewall,embedded_rtos,26,0.5128,baseline,1,1,0,1,10,high_trust,0.05,0.5428,2.77,72.56
421
+ SEG-0008,ASSET-0008-0027,corporate_lan,iot_device,macos,73,0.4281,baseline,1,1,0,0,11,untrusted,0.4362,0.4723,17.55,95.29
422
+ SEG-0008,ASSET-0008-0028,corporate_lan,container,linux,30,0.3914,baseline,0,1,0,0,18,low_trust,0.5855,0.6399,24.15,51.18
423
+ SEG-0008,ASSET-0008-0029,corporate_lan,router,macos,52,0.5374,baseline,0,1,0,0,18,untrusted,0.4462,0.5416,12.73,16.52
424
+ SEG-0008,ASSET-0008-0030,corporate_lan,workstation,macos,60,0.6423,baseline,1,1,0,0,16,high_trust,0.4574,0.513,6.78,24.15
425
+ SEG-0008,ASSET-0008-0031,corporate_lan,vpn_gateway,macos,50,0.3828,baseline,0,1,0,1,11,medium_trust,0.3916,0.4668,13.37,45.93
426
+ SEG-0008,ASSET-0008-0032,corporate_lan,backup_system,embedded_rtos,76,0.3727,baseline,0,1,0,1,16,high_trust,0.4028,0.5473,10.28,49.77
427
+ SEG-0008,ASSET-0008-0033,corporate_lan,email_server,cloud_managed,101,0.5702,baseline,1,1,0,1,6,medium_trust,0.2204,0.5632,11.34,76.71
428
+ SEG-0008,ASSET-0008-0034,corporate_lan,firewall,cloud_managed,77,0.3172,baseline,1,1,0,0,13,medium_trust,0.6969,0.5233,8.32,21.62
429
+ SEG-0008,ASSET-0008-0035,corporate_lan,container,embedded_rtos,77,0.5106,baseline,1,0,1,0,17,low_trust,0.8494,0.6522,3.78,49.28
430
+ SEG-0008,ASSET-0008-0036,corporate_lan,domain_controller,macos,62,0.4694,baseline,1,0,1,1,14,medium_trust,0.5324,0.5992,23.18,118.2
431
+ SEG-0008,ASSET-0008-0037,corporate_lan,email_server,embedded_rtos,60,0.471,baseline,1,1,0,1,17,high_trust,0.3795,0.5192,12.78,15.45
432
+ SEG-0008,ASSET-0008-0038,corporate_lan,vpn_gateway,embedded_rtos,60,0.4596,baseline,0,0,1,1,12,low_trust,0.4038,0.5823,11.48,57.59
433
+ SEG-0008,ASSET-0008-0039,corporate_lan,domain_controller,linux,62,0.3924,baseline,0,1,0,1,17,low_trust,0.0962,0.6412,8.6,56.11
434
+ SEG-0008,ASSET-0008-0040,corporate_lan,workstation,windows,82,0.5858,baseline,1,1,0,1,13,untrusted,0.5024,0.5562,7.81,27.1
435
+ SEG-0008,ASSET-0008-0041,corporate_lan,domain_controller,linux,34,0.4955,baseline,1,0,0,1,23,low_trust,0.6059,0.4903,7.21,101.15
436
+ SEG-0008,ASSET-0008-0042,corporate_lan,backup_system,cloud_managed,42,0.5205,baseline,1,1,0,1,13,medium_trust,0.3675,0.5701,12.1,34.67
437
+ SEG-0008,ASSET-0008-0043,corporate_lan,scada_plc,windows,87,0.3397,baseline,0,1,0,1,13,low_trust,0.2375,0.5908,4.19,76.71
438
+ SEG-0008,ASSET-0008-0044,corporate_lan,domain_controller,cloud_managed,31,0.4314,baseline,0,1,0,1,16,high_trust,0.3878,0.594,19.9,34.1
439
+ SEG-0008,ASSET-0008-0045,corporate_lan,iot_device,macos,71,0.4169,baseline,0,1,0,1,11,medium_trust,0.6874,0.5842,6.27,57.73
440
+ SEG-0008,ASSET-0008-0046,corporate_lan,firewall,macos,74,0.5105,baseline,1,0,0,1,12,low_trust,0.2633,0.5401,1.6,39.79
441
+ SEG-0008,ASSET-0008-0047,corporate_lan,cloud_vm,cloud_managed,65,0.4653,baseline,0,0,0,1,13,medium_trust,0.4678,0.5419,6.0,78.76
442
+ SEG-0008,ASSET-0008-0048,corporate_lan,database_server,embedded_rtos,87,0.4169,baseline,1,0,1,1,14,medium_trust,0.2322,0.5233,3.66,34.35
443
+ SEG-0008,ASSET-0008-0049,corporate_lan,scada_plc,macos,62,0.376,baseline,1,1,0,0,13,low_trust,0.3276,0.6155,5.33,58.6
444
+ SEG-0008,ASSET-0008-0050,corporate_lan,scada_plc,windows,75,0.4477,baseline,0,1,0,0,13,medium_trust,0.6137,0.443,16.66,60.35
445
+ SEG-0008,ASSET-0008-0051,corporate_lan,vpn_gateway,windows,7,0.2676,baseline,0,1,0,1,10,medium_trust,0.1804,0.6046,5.27,112.58
446
+ SEG-0008,ASSET-0008-0052,corporate_lan,workstation,macos,70,0.4632,baseline,0,1,0,0,15,medium_trust,0.1664,0.5719,8.38,9.52
447
+ SEG-0008,ASSET-0008-0053,corporate_lan,email_server,embedded_rtos,70,0.614,baseline,0,1,0,0,11,high_trust,0.2676,0.5728,6.34,76.7
448
+ SEG-0008,ASSET-0008-0054,corporate_lan,backup_system,windows,55,0.4149,baseline,0,0,0,1,16,medium_trust,0.6011,0.5275,7.31,22.82
449
+ SEG-0008,ASSET-0008-0055,corporate_lan,server,macos,24,0.5248,baseline,1,0,0,1,15,high_trust,0.2051,0.4921,3.1,52.44
450
+ SEG-0008,ASSET-0008-0056,corporate_lan,web_server,embedded_rtos,23,0.5026,baseline,0,1,0,0,14,medium_trust,0.086,0.4909,17.79,63.83
451
+ SEG-0008,ASSET-0008-0057,corporate_lan,vpn_gateway,macos,32,0.6547,baseline,0,1,0,1,12,medium_trust,0.0844,0.5631,3.66,36.59
452
+ SEG-0008,ASSET-0008-0058,corporate_lan,iot_device,macos,48,0.4429,baseline,1,1,0,1,13,untrusted,0.2032,0.5856,10.58,103.67
453
+ SEG-0008,ASSET-0008-0059,corporate_lan,domain_controller,cloud_managed,91,0.439,baseline,1,0,0,0,13,medium_trust,0.6321,0.589,3.28,22.49
454
+ SEG-0008,ASSET-0008-0060,corporate_lan,workstation,cloud_managed,85,0.4341,baseline,1,1,0,1,17,low_trust,0.3468,0.5259,6.53,31.99
455
+ SEG-0008,ASSET-0008-0061,corporate_lan,router,linux,25,0.3507,baseline,0,1,1,1,12,medium_trust,0.05,0.5065,20.13,12.72
456
+ SEG-0008,ASSET-0008-0062,corporate_lan,ehr_system,cloud_managed,49,0.5652,baseline,0,0,0,0,13,high_trust,0.2957,0.5396,9.38,46.06
457
+ SEG-0009,ASSET-0009-0000,soc_management_plane,workstation,windows,42,0.2665,managed,1,1,1,1,12,low_trust,0.9024,0.6651,7.33,6.1
458
+ SEG-0009,ASSET-0009-0001,soc_management_plane,ehr_system,cloud_managed,47,0.3007,managed,1,1,0,0,3,low_trust,0.8877,0.7977,2.77,24.91
459
+ SEG-0009,ASSET-0009-0002,soc_management_plane,workstation,linux,47,0.28,managed,1,0,1,0,10,medium_trust,0.5828,0.8082,2.22,70.81
460
+ SEG-0009,ASSET-0009-0003,soc_management_plane,ehr_system,cloud_managed,23,0.3561,managed,1,0,0,0,12,low_trust,0.3303,0.7725,3.39,53.98
461
+ SEG-0009,ASSET-0009-0004,soc_management_plane,server,linux,48,0.1332,managed,1,1,1,1,7,medium_trust,0.3903,0.6912,3.53,11.19
462
+ SEG-0009,ASSET-0009-0005,soc_management_plane,iot_device,windows,15,0.3184,managed,0,1,0,1,10,low_trust,0.3422,0.7439,4.14,54.48
463
+ SEG-0009,ASSET-0009-0006,soc_management_plane,workstation,embedded_rtos,14,0.05,managed,1,1,0,0,5,low_trust,0.6759,0.7518,2.79,27.96
464
+ SEG-0009,ASSET-0009-0007,soc_management_plane,scada_plc,macos,28,0.1991,managed,0,1,1,0,8,low_trust,0.4305,0.804,3.47,67.13
465
+ SEG-0009,ASSET-0009-0008,soc_management_plane,workstation,embedded_rtos,43,0.4233,managed,1,1,1,1,8,low_trust,0.4436,0.6973,8.7,79.83
466
+ SEG-0009,ASSET-0009-0009,soc_management_plane,router,embedded_rtos,19,0.3567,managed,1,1,1,0,10,medium_trust,0.094,0.7057,2.91,61.9
467
+ SEG-0009,ASSET-0009-0010,soc_management_plane,cloud_vm,linux,24,0.2954,managed,0,1,0,1,9,untrusted,0.3107,0.7416,5.22,101.74
468
+ SEG-0009,ASSET-0009-0011,soc_management_plane,ehr_system,windows,35,0.3006,managed,1,0,0,1,6,medium_trust,0.4328,0.7515,7.08,17.86
469
+ SEG-0009,ASSET-0009-0012,soc_management_plane,firewall,linux,29,0.3808,managed,0,1,0,0,16,medium_trust,0.1226,0.7906,5.34,30.31
470
+ SEG-0009,ASSET-0009-0013,soc_management_plane,iot_device,cloud_managed,39,0.2997,managed,1,1,0,1,9,untrusted,0.4153,0.6548,5.09,19.22
471
+ SEG-0009,ASSET-0009-0014,soc_management_plane,database_server,windows,27,0.3734,managed,0,1,1,0,10,low_trust,0.2938,0.6232,5.09,18.36
472
+ SEG-0009,ASSET-0009-0015,soc_management_plane,domain_controller,embedded_rtos,33,0.1883,managed,1,1,0,0,7,low_trust,0.233,0.7394,3.7,25.14
473
+ SEG-0009,ASSET-0009-0016,soc_management_plane,ehr_system,linux,65,0.2337,managed,1,1,1,0,10,medium_trust,0.1308,0.7254,8.0,47.89
474
+ SEG-0009,ASSET-0009-0017,soc_management_plane,domain_controller,embedded_rtos,21,0.3386,managed,1,1,0,1,6,high_trust,0.2965,0.6535,1.81,27.12
475
+ SEG-0009,ASSET-0009-0018,soc_management_plane,workstation,macos,48,0.147,managed,1,0,0,0,6,medium_trust,0.2596,0.6616,14.83,19.73
476
+ SEG-0009,ASSET-0009-0019,soc_management_plane,scada_plc,macos,16,0.1702,managed,0,0,1,0,9,high_trust,0.1213,0.6918,3.1,18.29
477
+ SEG-0009,ASSET-0009-0020,soc_management_plane,backup_system,macos,26,0.5081,managed,0,1,1,1,5,untrusted,0.1492,0.6824,1.97,46.06
478
+ SEG-0009,ASSET-0009-0021,soc_management_plane,workstation,embedded_rtos,32,0.4134,managed,1,1,1,1,10,untrusted,0.8098,0.6357,7.16,26.8
479
+ SEG-0009,ASSET-0009-0022,soc_management_plane,workstation,embedded_rtos,42,0.1939,managed,1,1,0,1,7,low_trust,0.3171,0.6999,3.56,24.93
480
+ SEG-0009,ASSET-0009-0023,soc_management_plane,ehr_system,embedded_rtos,37,0.2769,managed,1,0,0,0,6,medium_trust,0.1495,0.6817,3.46,31.13
481
+ SEG-0009,ASSET-0009-0024,soc_management_plane,email_server,windows,23,0.3985,managed,0,1,0,1,8,medium_trust,0.2558,0.6573,4.24,8.87
482
+ SEG-0009,ASSET-0009-0025,soc_management_plane,database_server,windows,37,0.2753,managed,1,1,1,1,6,untrusted,0.4332,0.7736,4.73,32.18
483
+ SEG-0009,ASSET-0009-0026,soc_management_plane,iot_device,cloud_managed,22,0.2294,managed,1,1,1,0,10,medium_trust,0.3668,0.6536,7.04,49.71
484
+ SEG-0009,ASSET-0009-0027,soc_management_plane,scada_plc,macos,45,0.4945,managed,1,1,1,1,6,medium_trust,0.4809,0.7284,4.89,42.75
485
+ SEG-0009,ASSET-0009-0028,soc_management_plane,scada_plc,cloud_managed,20,0.2485,managed,1,1,1,0,6,medium_trust,0.4683,0.801,7.33,47.61
486
+ SEG-0009,ASSET-0009-0029,soc_management_plane,email_server,cloud_managed,1,0.2536,managed,0,1,0,1,8,medium_trust,0.05,0.6923,6.17,48.15
487
+ SEG-0009,ASSET-0009-0030,soc_management_plane,container,macos,46,0.2833,managed,1,0,1,1,7,high_trust,0.3356,0.7169,12.58,22.63
488
+ SEG-0009,ASSET-0009-0031,soc_management_plane,domain_controller,embedded_rtos,37,0.2968,managed,1,1,1,0,8,low_trust,0.2972,0.6175,7.63,22.55
489
+ SEG-0009,ASSET-0009-0032,soc_management_plane,database_server,embedded_rtos,28,0.4231,managed,1,1,1,1,2,medium_trust,0.8165,0.8107,9.08,15.14
490
+ SEG-0009,ASSET-0009-0033,soc_management_plane,domain_controller,linux,7,0.3902,managed,1,0,1,1,8,medium_trust,0.5892,0.7662,2.5,26.09
491
+ SEG-0009,ASSET-0009-0034,soc_management_plane,ehr_system,linux,34,0.1117,managed,1,1,1,1,7,medium_trust,0.2465,0.7299,8.48,43.97
492
+ SEG-0009,ASSET-0009-0035,soc_management_plane,database_server,windows,38,0.1175,managed,1,1,0,1,12,medium_trust,0.1179,0.742,6.81,30.9
493
+ SEG-0009,ASSET-0009-0036,soc_management_plane,workstation,embedded_rtos,17,0.256,managed,1,0,1,1,11,low_trust,0.4339,0.634,6.58,20.5
494
+ SEG-0009,ASSET-0009-0037,soc_management_plane,container,cloud_managed,45,0.2812,managed,1,1,0,0,8,untrusted,0.3155,0.6211,9.86,39.82
495
+ SEG-0009,ASSET-0009-0038,soc_management_plane,workstation,windows,20,0.3231,managed,1,1,0,0,5,medium_trust,0.6239,0.7917,2.75,19.85
496
+ SEG-0009,ASSET-0009-0039,soc_management_plane,container,macos,33,0.2375,managed,0,1,1,1,9,high_trust,0.6255,0.6851,5.6,40.6
497
+ SEG-0009,ASSET-0009-0040,soc_management_plane,ehr_system,windows,18,0.1354,managed,1,0,1,1,9,untrusted,0.3059,0.7177,7.53,27.62
498
+ SEG-0009,ASSET-0009-0041,soc_management_plane,domain_controller,macos,36,0.2191,managed,0,1,1,0,4,high_trust,0.9305,0.7518,18.92,19.46
499
+ SEG-0009,ASSET-0009-0042,soc_management_plane,workstation,embedded_rtos,30,0.2725,managed,1,1,0,0,10,medium_trust,0.6042,0.6715,4.89,55.17
500
+ SEG-0009,ASSET-0009-0043,soc_management_plane,cloud_vm,windows,39,0.3303,managed,0,1,0,0,6,medium_trust,0.5891,0.6464,4.18,51.18
501
+ SEG-0009,ASSET-0009-0044,soc_management_plane,firewall,linux,47,0.1424,managed,0,1,1,1,10,untrusted,0.6348,0.6843,6.49,37.72
502
+ SEG-0009,ASSET-0009-0045,soc_management_plane,iot_device,windows,36,0.5088,managed,0,1,0,1,6,low_trust,0.68,0.7149,4.4,15.32
503
+ SEG-0009,ASSET-0009-0046,soc_management_plane,cloud_vm,linux,42,0.302,managed,1,0,1,0,11,low_trust,0.7232,0.5945,12.65,77.81
504
+ SEG-0009,ASSET-0009-0047,soc_management_plane,database_server,cloud_managed,31,0.1448,managed,0,1,0,1,3,medium_trust,0.1424,0.7589,5.1,58.86
505
+ SEG-0009,ASSET-0009-0048,soc_management_plane,backup_system,embedded_rtos,66,0.2436,managed,0,1,0,0,8,medium_trust,0.1545,0.8325,6.14,16.98
506
+ SEG-0009,ASSET-0009-0049,soc_management_plane,iot_device,embedded_rtos,42,0.2633,managed,1,1,1,1,6,medium_trust,0.1517,0.726,5.6,54.62
507
+ SEG-0009,ASSET-0009-0050,soc_management_plane,server,linux,32,0.2558,managed,1,1,0,1,8,medium_trust,0.513,0.7173,1.88,51.13
508
+ SEG-0009,ASSET-0009-0051,soc_management_plane,database_server,embedded_rtos,24,0.2037,managed,1,1,0,1,6,low_trust,0.5401,0.7735,5.87,15.3
509
+ SEG-0009,ASSET-0009-0052,soc_management_plane,server,linux,40,0.1799,managed,1,1,1,1,11,low_trust,0.6924,0.7129,4.47,14.89
510
+ SEG-0009,ASSET-0009-0053,soc_management_plane,iot_device,macos,28,0.3363,managed,1,1,0,0,6,medium_trust,0.6835,0.7892,5.1,50.69
511
+ SEG-0009,ASSET-0009-0054,soc_management_plane,scada_plc,embedded_rtos,33,0.2186,managed,0,0,1,0,7,medium_trust,0.5589,0.7705,6.7,39.11
512
+ SEG-0009,ASSET-0009-0055,soc_management_plane,router,cloud_managed,53,0.3802,managed,1,1,0,0,5,medium_trust,0.3687,0.706,10.39,90.73
513
+ SEG-0009,ASSET-0009-0056,soc_management_plane,backup_system,embedded_rtos,0,0.4045,managed,1,0,0,0,6,medium_trust,0.5279,0.7008,2.62,19.18
514
+ SEG-0009,ASSET-0009-0057,soc_management_plane,email_server,windows,37,0.4259,managed,1,1,0,1,7,low_trust,0.2225,0.7401,4.79,25.25
515
+ SEG-0009,ASSET-0009-0058,soc_management_plane,domain_controller,cloud_managed,43,0.4084,managed,1,0,0,1,9,medium_trust,0.3272,0.711,3.33,17.33
516
+ SEG-0009,ASSET-0009-0059,soc_management_plane,iot_device,cloud_managed,51,0.3143,managed,1,0,1,1,11,medium_trust,0.6656,0.7192,6.09,19.83
517
+ SEG-0009,ASSET-0009-0060,soc_management_plane,web_server,embedded_rtos,22,0.5187,managed,0,1,0,1,6,untrusted,0.2977,0.7101,6.63,20.44
518
+ SEG-0009,ASSET-0009-0061,soc_management_plane,container,linux,23,0.3459,managed,1,0,1,1,8,low_trust,0.2646,0.6376,1.9,25.58
519
+ SEG-0009,ASSET-0009-0062,soc_management_plane,workstation,embedded_rtos,51,0.3597,managed,1,1,1,1,13,low_trust,0.6234,0.7098,3.28,47.84
520
+ SEG-0009,ASSET-0009-0063,soc_management_plane,container,cloud_managed,29,0.2184,managed,1,1,1,0,11,low_trust,0.2727,0.7354,3.79,25.58
521
+ SEG-0009,ASSET-0009-0064,soc_management_plane,router,cloud_managed,49,0.2459,managed,0,1,0,1,7,medium_trust,0.133,0.7038,4.44,110.47
522
+ SEG-0009,ASSET-0009-0065,soc_management_plane,server,linux,36,0.2747,managed,1,1,0,1,12,medium_trust,0.3605,0.7429,7.06,22.4
523
+ SEG-0009,ASSET-0009-0066,soc_management_plane,domain_controller,linux,31,0.1999,managed,1,1,1,0,6,medium_trust,0.4458,0.7092,2.82,57.74
524
+ SEG-0009,ASSET-0009-0067,soc_management_plane,domain_controller,windows,17,0.1706,managed,1,1,0,1,9,high_trust,0.6145,0.8071,2.57,46.54
525
+ SEG-0009,ASSET-0009-0068,soc_management_plane,workstation,linux,21,0.2626,managed,0,1,0,1,6,medium_trust,0.6713,0.723,1.85,41.87
526
+ SEG-0009,ASSET-0009-0069,soc_management_plane,database_server,cloud_managed,36,0.2324,managed,0,1,0,1,12,low_trust,0.2461,0.6738,11.44,37.04
527
+ SEG-0009,ASSET-0009-0070,soc_management_plane,container,windows,28,0.4086,managed,1,1,1,1,10,medium_trust,0.4757,0.7827,3.06,34.31
528
+ SEG-0009,ASSET-0009-0071,soc_management_plane,email_server,embedded_rtos,46,0.3319,managed,1,1,1,1,7,low_trust,0.3049,0.6907,4.95,19.37
529
+ SEG-0009,ASSET-0009-0072,soc_management_plane,database_server,cloud_managed,52,0.4104,managed,1,1,0,0,10,untrusted,0.5344,0.6596,3.5,65.9
530
+ SEG-0009,ASSET-0009-0073,soc_management_plane,container,linux,38,0.4517,managed,0,1,1,0,12,untrusted,0.4722,0.7462,6.29,17.83
531
+ SEG-0009,ASSET-0009-0074,soc_management_plane,server,embedded_rtos,39,0.4155,managed,1,1,1,1,6,untrusted,0.8329,0.6468,2.37,15.17
532
+ SEG-0009,ASSET-0009-0075,soc_management_plane,iot_device,windows,27,0.3253,managed,1,0,0,0,13,high_trust,0.3719,0.7375,8.1,46.48
533
+ SEG-0009,ASSET-0009-0076,soc_management_plane,server,linux,37,0.3688,managed,1,0,1,0,15,medium_trust,0.611,0.6736,2.77,61.2
534
+ SEG-0009,ASSET-0009-0077,soc_management_plane,web_server,windows,23,0.2482,managed,1,1,1,1,9,untrusted,0.5276,0.7195,7.21,42.52
535
+ SEG-0009,ASSET-0009-0078,soc_management_plane,firewall,windows,42,0.215,managed,0,0,0,0,7,low_trust,0.1621,0.684,2.63,12.79
536
+ SEG-0009,ASSET-0009-0079,soc_management_plane,domain_controller,windows,32,0.4283,managed,1,1,1,1,7,untrusted,0.109,0.756,1.0,46.48
537
+ SEG-0009,ASSET-0009-0080,soc_management_plane,cloud_vm,linux,23,0.1687,managed,1,1,0,0,8,high_trust,0.3841,0.7009,4.62,33.86
538
+ SEG-0009,ASSET-0009-0081,soc_management_plane,cloud_vm,macos,30,0.4094,managed,0,1,0,1,7,untrusted,0.0531,0.7484,9.08,15.06
539
+ SEG-0009,ASSET-0009-0082,soc_management_plane,firewall,windows,44,0.2112,managed,1,0,1,1,8,high_trust,0.2318,0.7038,3.69,41.8
540
+ SEG-0009,ASSET-0009-0083,soc_management_plane,vpn_gateway,macos,6,0.5274,managed,1,1,1,1,8,high_trust,0.3787,0.5885,4.41,13.73
541
+ SEG-0009,ASSET-0009-0084,soc_management_plane,email_server,macos,49,0.3852,managed,0,1,0,0,8,high_trust,0.4962,0.6718,2.82,93.75
542
+ SEG-0009,ASSET-0009-0085,soc_management_plane,firewall,windows,29,0.3282,managed,0,1,1,1,5,low_trust,0.362,0.7308,3.01,23.56
543
+ SEG-0009,ASSET-0009-0086,soc_management_plane,server,linux,19,0.3314,managed,0,1,1,1,5,low_trust,0.191,0.6972,10.69,22.57
544
+ SEG-0009,ASSET-0009-0087,soc_management_plane,workstation,windows,47,0.2079,managed,1,1,1,0,12,medium_trust,0.5248,0.7762,9.98,90.25
545
+ SEG-0009,ASSET-0009-0088,soc_management_plane,router,windows,39,0.1546,managed,1,1,0,0,8,medium_trust,0.95,0.7292,5.9,59.73
546
+ SEG-0009,ASSET-0009-0089,soc_management_plane,database_server,cloud_managed,38,0.2576,managed,1,1,0,1,5,medium_trust,0.2585,0.812,11.23,53.87
547
+ SEG-0009,ASSET-0009-0090,soc_management_plane,router,linux,22,0.3018,managed,1,0,0,0,6,untrusted,0.5581,0.675,6.2,25.88
548
+ SEG-0010,ASSET-0010-0000,supply_chain_interface,vpn_gateway,windows,69,0.6651,baseline,1,1,1,1,16,untrusted,0.5595,0.6566,9.61,38.82
549
+ SEG-0010,ASSET-0010-0001,supply_chain_interface,cloud_vm,cloud_managed,70,0.9196,baseline,0,1,1,0,10,high_trust,0.5077,0.5533,8.25,23.52
550
+ SEG-0010,ASSET-0010-0002,supply_chain_interface,iot_device,linux,113,0.8432,baseline,1,1,1,0,18,high_trust,0.4794,0.5216,9.19,79.2
551
+ SEG-0010,ASSET-0010-0003,supply_chain_interface,router,windows,42,0.7554,baseline,1,0,1,1,6,high_trust,0.2669,0.5114,9.74,7.88
552
+ SEG-0010,ASSET-0010-0004,supply_chain_interface,workstation,windows,32,0.8703,baseline,0,1,1,0,13,medium_trust,0.4958,0.5653,3.5,76.37
553
+ SEG-0010,ASSET-0010-0005,supply_chain_interface,backup_system,windows,83,0.78,baseline,0,1,0,0,15,high_trust,0.2529,0.4856,2.6,177.71
554
+ SEG-0010,ASSET-0010-0006,supply_chain_interface,email_server,linux,70,0.7295,baseline,0,1,1,1,13,low_trust,0.1901,0.4812,7.95,40.55
555
+ SEG-0010,ASSET-0010-0007,supply_chain_interface,firewall,embedded_rtos,8,0.8183,baseline,1,1,1,0,13,low_trust,0.7561,0.5388,15.05,35.73
556
+ SEG-0010,ASSET-0010-0008,supply_chain_interface,database_server,linux,65,0.8658,baseline,1,1,1,0,8,medium_trust,0.2113,0.5218,7.18,115.1
557
+ SEG-0010,ASSET-0010-0009,supply_chain_interface,email_server,macos,79,0.7831,baseline,1,1,0,1,19,high_trust,0.3696,0.6451,3.23,23.59
558
+ SEG-0010,ASSET-0010-0010,supply_chain_interface,workstation,embedded_rtos,91,0.7726,baseline,1,1,0,0,13,low_trust,0.05,0.5221,4.19,85.47
559
+ SEG-0010,ASSET-0010-0011,supply_chain_interface,cloud_vm,macos,72,0.6866,baseline,1,1,1,0,10,medium_trust,0.3946,0.5331,5.8,50.85
560
+ SEG-0010,ASSET-0010-0012,supply_chain_interface,server,cloud_managed,77,0.5894,baseline,1,0,1,0,10,low_trust,0.4393,0.555,9.42,58.67
561
+ SEG-0010,ASSET-0010-0013,supply_chain_interface,workstation,macos,51,0.8037,baseline,1,1,1,0,12,low_trust,0.7091,0.5192,10.26,25.36
562
+ SEG-0010,ASSET-0010-0014,supply_chain_interface,scada_plc,macos,24,0.7266,baseline,1,1,0,0,17,medium_trust,0.05,0.6249,4.79,65.47
563
+ SEG-0010,ASSET-0010-0015,supply_chain_interface,database_server,cloud_managed,70,0.6126,baseline,1,1,0,1,16,untrusted,0.2465,0.5731,5.86,27.7
564
+ SEG-0010,ASSET-0010-0016,supply_chain_interface,ehr_system,windows,35,0.8578,baseline,0,1,0,0,12,low_trust,0.1401,0.4928,13.31,14.88
565
+ SEG-0010,ASSET-0010-0017,supply_chain_interface,ehr_system,macos,62,0.9078,baseline,1,1,0,1,11,low_trust,0.4082,0.5667,6.12,96.49
566
+ SEG-0010,ASSET-0010-0018,supply_chain_interface,workstation,windows,89,0.8008,baseline,1,1,0,0,15,high_trust,0.114,0.4502,5.62,168.41
567
+ SEG-0010,ASSET-0010-0019,supply_chain_interface,domain_controller,embedded_rtos,40,0.6502,baseline,1,1,1,1,16,medium_trust,0.8108,0.4942,3.88,14.18
568
+ SEG-0010,ASSET-0010-0020,supply_chain_interface,cloud_vm,cloud_managed,37,0.7037,baseline,1,0,0,0,11,medium_trust,0.2915,0.5685,4.97,63.27
569
+ SEG-0010,ASSET-0010-0021,supply_chain_interface,scada_plc,windows,33,0.7844,baseline,1,1,0,1,7,low_trust,0.366,0.5742,7.28,29.59
570
+ SEG-0010,ASSET-0010-0022,supply_chain_interface,ehr_system,embedded_rtos,59,0.9342,baseline,0,1,1,0,15,low_trust,0.5125,0.5709,15.57,48.12
571
+ SEG-0010,ASSET-0010-0023,supply_chain_interface,vpn_gateway,cloud_managed,78,0.6706,baseline,1,1,1,1,11,medium_trust,0.2185,0.6441,8.1,25.11
572
+ SEG-0010,ASSET-0010-0024,supply_chain_interface,backup_system,macos,95,0.9325,baseline,0,0,0,0,16,high_trust,0.1313,0.5343,9.98,32.78
573
+ SEG-0010,ASSET-0010-0025,supply_chain_interface,container,macos,87,0.7049,baseline,1,1,0,1,11,low_trust,0.469,0.5879,7.5,63.41
574
+ SEG-0010,ASSET-0010-0026,supply_chain_interface,ehr_system,cloud_managed,121,0.7216,baseline,1,1,1,1,11,untrusted,0.0701,0.4632,4.97,111.41
575
+ SEG-0010,ASSET-0010-0027,supply_chain_interface,domain_controller,windows,77,0.854,baseline,0,1,1,0,10,high_trust,0.1637,0.5492,4.13,32.37
576
+ SEG-0010,ASSET-0010-0028,supply_chain_interface,web_server,macos,26,0.6996,baseline,0,0,0,1,9,low_trust,0.5804,0.5454,3.72,102.05
577
+ SEG-0010,ASSET-0010-0029,supply_chain_interface,email_server,cloud_managed,34,0.7199,baseline,0,1,0,0,13,untrusted,0.5978,0.5858,8.32,62.44
578
+ SEG-0010,ASSET-0010-0030,supply_chain_interface,cloud_vm,embedded_rtos,40,0.4625,baseline,0,1,0,1,12,low_trust,0.5792,0.5632,7.86,54.64
579
+ SEG-0010,ASSET-0010-0031,supply_chain_interface,scada_plc,embedded_rtos,58,0.6467,baseline,1,1,1,1,10,high_trust,0.6014,0.6405,16.65,44.6
580
+ SEG-0010,ASSET-0010-0032,supply_chain_interface,workstation,linux,61,0.7647,baseline,1,1,1,0,11,high_trust,0.2443,0.5786,17.03,71.29
581
+ SEG-0010,ASSET-0010-0033,supply_chain_interface,email_server,cloud_managed,104,0.6768,baseline,1,1,1,0,14,medium_trust,0.1447,0.5085,5.33,67.92
582
+ SEG-0010,ASSET-0010-0034,supply_chain_interface,cloud_vm,cloud_managed,57,0.6042,baseline,1,1,0,1,13,low_trust,0.4993,0.5007,7.83,10.37
583
+ SEG-0010,ASSET-0010-0035,supply_chain_interface,database_server,embedded_rtos,57,0.6141,baseline,1,0,0,1,13,untrusted,0.3009,0.6285,11.87,52.77
584
+ SEG-0010,ASSET-0010-0036,supply_chain_interface,web_server,cloud_managed,16,0.7792,baseline,1,1,0,1,15,medium_trust,0.2293,0.4902,6.96,93.5
585
+ SEG-0010,ASSET-0010-0037,supply_chain_interface,ehr_system,linux,40,0.6954,baseline,0,1,0,1,14,low_trust,0.4389,0.5077,4.11,66.5
586
+ SEG-0010,ASSET-0010-0038,supply_chain_interface,ehr_system,cloud_managed,61,0.8775,baseline,0,1,0,1,13,untrusted,0.7454,0.4648,6.46,36.23
587
+ SEG-0010,ASSET-0010-0039,supply_chain_interface,database_server,linux,78,0.8777,baseline,1,1,0,0,12,untrusted,0.399,0.5833,7.69,223.91
588
+ SEG-0010,ASSET-0010-0040,supply_chain_interface,workstation,windows,67,0.99,baseline,1,1,1,0,15,medium_trust,0.2063,0.4892,15.29,35.77
589
+ SEG-0010,ASSET-0010-0041,supply_chain_interface,domain_controller,embedded_rtos,80,0.7974,baseline,1,1,0,1,13,high_trust,0.1339,0.509,17.06,85.43
590
+ SEG-0010,ASSET-0010-0042,supply_chain_interface,ehr_system,linux,33,0.6056,baseline,1,1,1,0,19,medium_trust,0.3695,0.5603,3.03,61.24
591
+ SEG-0010,ASSET-0010-0043,supply_chain_interface,iot_device,windows,81,0.8106,baseline,1,1,0,1,14,high_trust,0.5852,0.5401,3.11,96.6
592
+ SEG-0010,ASSET-0010-0044,supply_chain_interface,database_server,cloud_managed,90,0.8586,baseline,0,1,0,0,11,untrusted,0.6198,0.5535,14.09,29.88
593
+ SEG-0010,ASSET-0010-0045,supply_chain_interface,database_server,embedded_rtos,62,0.9826,baseline,1,1,1,1,9,high_trust,0.3979,0.5622,8.1,37.83
594
+ SEG-0010,ASSET-0010-0046,supply_chain_interface,vpn_gateway,macos,41,0.7511,baseline,0,1,0,0,13,medium_trust,0.3964,0.5843,5.26,34.43
595
+ SEG-0010,ASSET-0010-0047,supply_chain_interface,web_server,windows,36,0.5749,baseline,0,1,0,0,17,medium_trust,0.3684,0.5501,5.38,68.87
596
+ SEG-0010,ASSET-0010-0048,supply_chain_interface,iot_device,windows,72,0.7914,baseline,1,1,0,0,16,low_trust,0.157,0.5104,9.24,71.48
597
+ SEG-0010,ASSET-0010-0049,supply_chain_interface,workstation,windows,60,0.7659,baseline,1,1,0,0,17,medium_trust,0.05,0.555,6.16,41.39
598
+ SEG-0010,ASSET-0010-0050,supply_chain_interface,router,macos,28,0.6393,baseline,1,1,0,1,22,low_trust,0.5156,0.5345,7.94,22.99
599
+ SEG-0011,ASSET-0011-0000,corporate_lan,workstation,cloud_managed,9,0.3047,advanced,1,1,1,1,4,high_trust,0.4583,0.8717,3.45,27.01
600
+ SEG-0011,ASSET-0011-0001,corporate_lan,database_server,linux,16,0.536,advanced,1,0,1,1,7,high_trust,0.0881,0.8759,4.27,9.16
601
+ SEG-0011,ASSET-0011-0002,corporate_lan,email_server,macos,12,0.4995,advanced,1,1,1,1,5,untrusted,0.6161,0.8876,1.86,35.28
602
+ SEG-0011,ASSET-0011-0003,corporate_lan,vpn_gateway,windows,8,0.5624,advanced,1,1,0,1,4,low_trust,0.7431,0.8416,2.43,13.46
603
+ SEG-0011,ASSET-0011-0004,corporate_lan,router,embedded_rtos,11,0.4267,advanced,1,1,1,0,5,low_trust,0.5288,0.8581,1.7,19.13
604
+ SEG-0011,ASSET-0011-0005,corporate_lan,scada_plc,cloud_managed,17,0.3313,advanced,1,1,1,1,8,low_trust,0.3986,0.8463,3.65,49.2
605
+ SEG-0011,ASSET-0011-0006,corporate_lan,server,windows,14,0.4603,advanced,1,1,1,1,0,medium_trust,0.4366,0.8895,3.73,9.53
606
+ SEG-0011,ASSET-0011-0007,corporate_lan,container,embedded_rtos,6,0.5545,advanced,1,1,1,1,5,medium_trust,0.177,0.8667,2.53,12.61
607
+ SEG-0011,ASSET-0011-0008,corporate_lan,web_server,linux,10,0.4509,advanced,1,1,0,1,3,low_trust,0.6416,0.906,1.21,7.14
608
+ SEG-0011,ASSET-0011-0009,corporate_lan,database_server,macos,12,0.6001,advanced,1,1,1,0,4,low_trust,0.4093,0.7846,3.49,17.75
609
+ SEG-0011,ASSET-0011-0010,corporate_lan,ehr_system,windows,3,0.4219,advanced,1,0,1,1,2,medium_trust,0.4823,0.8576,2.61,9.14
610
+ SEG-0011,ASSET-0011-0011,corporate_lan,vpn_gateway,embedded_rtos,19,0.4628,advanced,1,1,0,1,2,medium_trust,0.6994,0.8354,5.45,18.86
611
+ SEG-0011,ASSET-0011-0012,corporate_lan,cloud_vm,macos,17,0.3904,advanced,1,1,1,1,6,high_trust,0.4588,0.8774,9.86,13.84
612
+ SEG-0011,ASSET-0011-0013,corporate_lan,web_server,cloud_managed,14,0.4524,advanced,0,1,1,1,3,medium_trust,0.2974,0.9257,9.69,15.14
613
+ SEG-0011,ASSET-0011-0014,corporate_lan,workstation,embedded_rtos,14,0.6231,advanced,1,1,1,0,3,low_trust,0.693,0.9054,3.61,21.55
614
+ SEG-0011,ASSET-0011-0015,corporate_lan,ehr_system,windows,26,0.4069,advanced,1,1,0,0,6,medium_trust,0.4154,0.9199,2.86,40.68
615
+ SEG-0011,ASSET-0011-0016,corporate_lan,web_server,embedded_rtos,17,0.5058,advanced,1,0,1,1,9,low_trust,0.1749,0.7636,5.75,19.02
616
+ SEG-0011,ASSET-0011-0017,corporate_lan,domain_controller,windows,11,0.3116,advanced,1,1,1,1,3,medium_trust,0.2911,0.8923,3.79,24.25
617
+ SEG-0011,ASSET-0011-0018,corporate_lan,workstation,windows,12,0.3408,advanced,0,1,1,1,3,low_trust,0.5628,0.8684,2.61,13.33
618
+ SEG-0011,ASSET-0011-0019,corporate_lan,firewall,cloud_managed,20,0.4898,advanced,1,1,0,1,1,high_trust,0.2721,0.8645,6.9,25.95
619
+ SEG-0011,ASSET-0011-0020,corporate_lan,email_server,linux,17,0.4612,advanced,1,0,0,0,7,medium_trust,0.5929,0.8819,3.67,11.6
620
+ SEG-0011,ASSET-0011-0021,corporate_lan,database_server,cloud_managed,14,0.3441,advanced,1,1,1,1,2,high_trust,0.7553,0.8318,2.56,43.11
621
+ SEG-0011,ASSET-0011-0022,corporate_lan,scada_plc,macos,16,0.6231,advanced,0,1,1,1,3,low_trust,0.5051,0.8033,4.95,16.86
622
+ SEG-0011,ASSET-0011-0023,corporate_lan,router,macos,11,0.3708,advanced,1,0,1,1,6,high_trust,0.4623,0.8527,5.55,12.74
623
+ SEG-0011,ASSET-0011-0024,corporate_lan,firewall,embedded_rtos,7,0.528,advanced,1,1,0,1,8,low_trust,0.3217,0.8629,6.36,24.49
624
+ SEG-0011,ASSET-0011-0025,corporate_lan,database_server,windows,10,0.4014,advanced,1,1,0,1,6,medium_trust,0.3078,0.8997,3.01,16.13
625
+ SEG-0011,ASSET-0011-0026,corporate_lan,workstation,macos,15,0.4958,advanced,0,0,1,0,3,medium_trust,0.4143,0.8588,0.69,47.32
626
+ SEG-0011,ASSET-0011-0027,corporate_lan,email_server,linux,9,0.3376,advanced,1,1,1,0,3,high_trust,0.5109,0.9027,6.36,18.0
627
+ SEG-0011,ASSET-0011-0028,corporate_lan,iot_device,windows,12,0.3059,advanced,1,0,0,1,2,high_trust,0.5008,0.9039,3.13,34.43
628
+ SEG-0011,ASSET-0011-0029,corporate_lan,scada_plc,cloud_managed,21,0.4958,advanced,0,0,0,1,5,high_trust,0.3834,0.9459,1.58,24.13
629
+ SEG-0011,ASSET-0011-0030,corporate_lan,domain_controller,linux,12,0.4678,advanced,1,1,1,1,4,untrusted,0.4824,0.8423,4.82,10.82
630
+ SEG-0011,ASSET-0011-0031,corporate_lan,scada_plc,macos,4,0.6215,advanced,1,1,1,1,6,medium_trust,0.4055,0.8063,5.27,15.16
631
+ SEG-0011,ASSET-0011-0032,corporate_lan,database_server,embedded_rtos,12,0.4855,advanced,0,1,1,1,4,medium_trust,0.2338,0.8682,3.0,43.66
632
+ SEG-0011,ASSET-0011-0033,corporate_lan,domain_controller,cloud_managed,21,0.6735,advanced,1,1,1,1,3,low_trust,0.5748,0.7959,3.05,38.89
633
+ SEG-0011,ASSET-0011-0034,corporate_lan,iot_device,macos,16,0.4528,advanced,1,1,1,1,4,low_trust,0.3885,0.7657,2.85,31.95
634
+ SEG-0011,ASSET-0011-0035,corporate_lan,iot_device,linux,13,0.4744,advanced,1,1,0,1,3,medium_trust,0.8195,0.917,6.04,12.92
635
+ SEG-0011,ASSET-0011-0036,corporate_lan,domain_controller,embedded_rtos,7,0.6221,advanced,1,1,1,1,1,low_trust,0.2144,0.9575,2.34,49.03
636
+ SEG-0011,ASSET-0011-0037,corporate_lan,scada_plc,cloud_managed,5,0.5784,advanced,1,0,1,0,2,medium_trust,0.3043,0.8135,2.5,40.26
637
+ SEG-0011,ASSET-0011-0038,corporate_lan,ehr_system,linux,18,0.4547,advanced,0,0,1,1,3,high_trust,0.0844,0.9335,2.64,26.66
638
+ SEG-0011,ASSET-0011-0039,corporate_lan,domain_controller,linux,14,0.5176,advanced,1,1,1,0,6,high_trust,0.2514,0.877,2.76,7.2
639
+ SEG-0011,ASSET-0011-0040,corporate_lan,container,macos,30,0.5978,advanced,1,1,1,1,1,high_trust,0.579,0.8315,3.65,22.0
640
+ SEG-0011,ASSET-0011-0041,corporate_lan,email_server,windows,15,0.3846,advanced,1,0,0,1,4,low_trust,0.8845,0.8226,5.1,11.43
641
+ SEG-0011,ASSET-0011-0042,corporate_lan,server,windows,10,0.4503,advanced,1,1,0,1,6,low_trust,0.3142,0.8802,6.91,26.65
642
+ SEG-0011,ASSET-0011-0043,corporate_lan,web_server,windows,10,0.445,advanced,1,1,1,1,4,high_trust,0.2151,0.8026,2.06,10.37
643
+ SEG-0011,ASSET-0011-0044,corporate_lan,iot_device,macos,23,0.4696,advanced,1,1,1,0,3,medium_trust,0.1888,0.8466,2.51,17.31
644
+ SEG-0011,ASSET-0011-0045,corporate_lan,email_server,macos,13,0.4913,advanced,1,1,0,1,6,untrusted,0.2455,0.8308,4.88,4.18
645
+ SEG-0011,ASSET-0011-0046,corporate_lan,database_server,cloud_managed,20,0.4329,advanced,1,1,0,1,5,low_trust,0.1576,0.7598,3.2,24.38
646
+ SEG-0011,ASSET-0011-0047,corporate_lan,web_server,windows,18,0.2946,advanced,1,0,0,1,3,medium_trust,0.5359,0.8868,2.25,8.95
647
+ SEG-0011,ASSET-0011-0048,corporate_lan,domain_controller,cloud_managed,12,0.4353,advanced,1,1,0,1,7,low_trust,0.5896,0.9195,4.28,13.98
648
+ SEG-0011,ASSET-0011-0049,corporate_lan,iot_device,windows,7,0.47,advanced,1,1,1,1,7,low_trust,0.5927,0.8499,4.71,27.81
649
+ SEG-0011,ASSET-0011-0050,corporate_lan,vpn_gateway,macos,18,0.3937,advanced,1,1,1,0,1,high_trust,0.3721,0.8386,3.57,11.15
650
+ SEG-0011,ASSET-0011-0051,corporate_lan,firewall,embedded_rtos,14,0.368,advanced,1,1,1,1,3,high_trust,0.2164,0.8927,5.84,20.38
651
+ SEG-0011,ASSET-0011-0052,corporate_lan,backup_system,macos,4,0.3682,advanced,1,0,0,0,2,medium_trust,0.6404,0.7768,3.59,8.95
652
+ SEG-0011,ASSET-0011-0053,corporate_lan,cloud_vm,cloud_managed,10,0.3862,advanced,1,1,1,1,7,medium_trust,0.4999,0.924,2.52,39.99