pradeep-xpert commited on
Commit
7426505
·
verified ·
1 Parent(s): fd6e991

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. README.md +162 -141
  2. auth_events.csv +0 -0
  3. identity_topology.csv +151 -0
  4. login_sessions.csv +0 -0
  5. user_risk_summary.csv +201 -0
README.md CHANGED
@@ -5,174 +5,195 @@ task_categories:
5
  - time-series-forecasting
6
  tags:
7
  - cybersecurity
8
- - ransomware
9
- - threat-intelligence
 
 
 
10
  - apt
11
  - synthetic-data
12
- - double-extortion
13
- - backup-recovery
14
- - mitre-attack
15
- - incident-response
16
- - raas
17
- pretty_name: CYB005 — Synthetic Ransomware Attack Simulation (Sample)
18
  size_categories:
19
  - 1K<n<10K
20
  ---
21
 
22
- # CYB005 — Synthetic Ransomware Attack Simulation Dataset (Sample)
23
 
24
- **XpertSystems.ai Synthetic Data Platform · SKU: CYB005-SAMPLE · Version 1.0.0**
25
 
26
- This is a **free preview** of the full **CYB005 — Synthetic Ransomware Attack
27
- Simulation Dataset** product. It contains roughly **~10% of the full
28
- dataset** at identical schema, actor-tier distribution, and statistical
29
- fingerprint, so you can evaluate fit before licensing the full product.
30
 
31
- *Note: This sample is intentionally larger than the other CYB SKU samples.
32
- CYB005 benchmarks are conditional on small actor-tier subsets (e.g.
33
- nation_state campaigns are ~10% of the fleet), so a larger sample is needed
34
- to demonstrate the full product's benchmark calibration reliably.*
35
-
36
- | File | Rows (sample) | Rows (full) | Description |
37
- |------------------------------|---------------|---------------|----------------------------------------------|
38
- | `victim_topology.csv` | ~300 | ~3,200 | Network segment registry |
39
- | `campaign_summary.csv` | ~500 | ~5,500 | Per-campaign outcome aggregates |
40
- | `campaign_events.csv` | ~190,137 | ~60,000 | Discrete campaign event log |
41
- | `attack_timelines.csv` | ~37,489 | ~290,000 | Per-timestep campaign trajectory data |
42
 
43
  ## Dataset Summary
44
 
45
- CYB005 simulates end-to-end ransomware campaign lifecycles as a **7-phase
46
- state machine** across enterprise, cloud, and OT/ICS environments, with:
47
-
48
- - **4 actor capability tiers**: lone_actor, organised_syndicate,
49
- raas_affiliate, nation_state_nexus — with per-tier encryption speed,
50
- ransom demand distributions, wiper component probabilities, and lateral
51
- movement aggression
52
- - **6 victim backup maturity tiers**: no_backup, local_only, network_attached,
53
- cloud_replicated, immutable_object_lock, air_gapped_gold_standard with
54
- empirically-calibrated recovery probabilities
55
- - **8 segment types**: corporate_lan, dmz, cloud_workload, ot_ics_control,
56
- endpoint_subnet, soc_management, zero_trust_zone, backup_repository
57
- - **7 attack phases**: initial_access, persistence, privilege_escalation,
58
- lateral_movement, data_exfiltration, encryption_deployment, ransom_demand
59
- - **Double extortion modeling** (data exfiltration + encryption)
60
- - **VSS (Volume Shadow Copy) deletion**, wiper components, and worm spread
61
- - **Living-off-the-Land (LotL)** abuse and EDR signature lag modeling
62
- - **Financial impact scoring** with ransom demand × payment probability
 
 
63
 
64
  ## Calibrated Benchmark Targets
65
 
66
- The full product is calibrated to 12 benchmark metrics drawn from
67
- authoritative ransomware threat intelligence sources (Mandiant M-Trends,
68
- CrowdStrike GTR, Coveware Quarterly Ransomware Report, Sophos State of
69
- Ransomware, IBM CODB, Verizon DBIR, CISA #StopRansomware, Chainalysis).
70
- The sample preserves the same calibration:
71
-
72
- | Test | Target | Observed | Verdict |
73
- |------|--------|----------|---------|
74
- | 01_blast_radius_pct_organised_syndicate_low_seg | 0.3700 | 0.3302 | PASS |
75
- | 02_dwell_time_pre_detonation_hrs_median | 204.0000 | 226.1000 | PASS |
76
- | 03_ransom_paid_rate_all_tiers | 0.2900 | 0.2941 | PASS |
77
- | 04_recovery_without_payment_rate_immutable | 0.7200 | 0.7292 | PASS |
78
- | 05_double_extortion_rate_raas_syndicate | 0.7700 | 0.7400 | PASS |
79
- | 06_mttd_hrs_global_median | 192.0000 | 203.5600 | PASS |
80
- | 07_ransom_demand_usd_median_raas | 650,000 | 633,445 | PASS |
81
- | 08_vss_deletion_success_rate | 0.6800 | 0.6529 | PASS |
82
- | 09_edr_alert_rate_per_lateral_move | 0.5400 | 0.5123 | PASS |
83
- | 10_wiper_component_rate_nation_state | 0.2200 | 0.2933 | ~ MARGINAL |
84
- | 11_backup_destruction_rate_weak_tiers | 0.4200 | 0.4126 | PASS |
85
- | 12_financial_impact_score_syndicate | 0.6100 | 0.5810 | PASS |
86
-
87
- *Note: some benchmarks (e.g. wiper component rate, blast radius) require
88
- larger sample sizes to converge tightly because they're conditional on
89
- small-population subsets (e.g. nation-state campaigns are ~10% of fleet).
90
- The full product passes all 12 benchmarks at Grade A+ or better.*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
 
92
  ## Schema Highlights
93
 
94
- ### `attack_timelines.csv` (primary file, per-timestep)
95
 
96
  | Column | Type | Description |
97
  |---------------------------------|---------|----------------------------------------------|
98
- | campaign_id | string | Unique campaign identifier |
99
- | actor_id | string | Threat actor ID |
100
- | timestep | int | Step in 7-phase lifecycle (0–74) |
101
- | campaign_phase | string | 1 of 7 phases |
102
- | actor_capability_tier | string | lone_actor / organised_syndicate / raas_affiliate / nation_state_nexus |
103
- | segment_id | string | FK to `victim_topology.csv` |
104
- | backup_maturity_tier | string | 6 tiers from no_backup to air_gapped |
105
- | endpoints_compromised | int | Cumulative endpoints affected |
106
- | blast_radius_pct | float | Fleet-wide compromise percentage |
107
- | lateral_pivots | int | Lateral movement count |
108
- | edr_alerted | int | Boolean EDR alert raised |
109
- | siem_correlated | int | Boolean SIEM correlation event |
110
- | lotl_technique_used | string | LotL binary if any |
111
- | vss_deletion_attempted | int | Boolean Volume Shadow Copy deletion |
112
- | wiper_component_deployed | int | Boolean — destructive wiper present |
113
- | data_exfiltrated_gb | float | Cumulative exfiltrated data |
114
- | dwell_hours | float | Cumulative attacker dwell time |
115
- | c2_beacon_active | int | C2 channel beaconing flag |
116
-
117
- ### `campaign_summary.csv` (per-campaign outcome)
 
 
 
 
118
 
119
  | Column | Type | Description |
120
  |---------------------------------|---------|----------------------------------------------|
121
- | campaign_id, actor_id | string | Identifiers |
122
- | actor_capability_tier | string | Tier classification target |
123
- | backup_maturity_tier | string | Victim backup posture |
124
- | campaign_outcome | string | success / partial / detected / aborted |
125
- | ransom_demand_usd | float | Ransom amount demanded |
126
- | ransom_paid_flag | int | Boolean ransom paid |
127
- | recovery_without_payment_flag | int | Boolean restored from backup |
128
- | double_extortion_flag | int | Boolean data leak threat |
129
- | wiper_component_flag | int | Boolean wiper deployed |
130
- | dwell_time_pre_detonation_hrs | float | Hours from access to encryption |
131
- | mean_time_to_detect_hrs | float | Hours from access to first detection |
132
- | financial_impact_score | float | Composite impact score (0–1) |
133
- | blast_radius_pct | float | Fleet compromise percentage |
134
-
135
- See `campaign_events.csv` and `victim_topology.csv` for the discrete event
136
- log and segment registry schemas respectively.
 
 
 
 
 
137
 
138
  ## Suggested Use Cases
139
 
140
- - Training **ransomware classifier** models (4-tier actor attribution)
141
- - **Backup posture risk modeling** — predict recovery likelihood from
142
- 6-tier backup maturity
143
- - **Dwell time forecasting** under varying actor capability and defender
144
- maturity
145
- - **Double extortion prediction** (data theft + encryption modeling)
146
- - **Wiper component detection** distinguishing destructive vs financial
147
- ransomware
148
- - **VSS deletion / shadow copy abuse** detection
149
- - **Financial impact estimation** — ransom demand + payment probability
150
- - **EDR alert correlation** — SIEM signal-to-noise modeling
151
- - **Incident response simulation** — purple-team exercises with calibrated
152
- attacker behavior
153
 
154
  ## Loading the Data
155
 
156
  ```python
157
  import pandas as pd
158
 
159
- timelines = pd.read_csv("attack_timelines.csv")
160
- summaries = pd.read_csv("campaign_summary.csv")
161
- events = pd.read_csv("campaign_events.csv")
162
- topology = pd.read_csv("victim_topology.csv")
 
 
 
 
163
 
164
- # Join per-timestep data with campaign-level labels and topology
165
- enriched = timelines.merge(summaries, on=["campaign_id", "actor_id"], how="left",
166
- suffixes=("", "_summary"))
167
- enriched = enriched.merge(topology, on="segment_id", how="left")
168
 
169
- # Actor-tier classification target
170
- y_tier = summaries["actor_capability_tier"]
171
 
172
- # Binary outcomes
173
- y_paid = summaries["ransom_paid_flag"]
174
- y_recovered = summaries["recovery_without_payment_flag"]
175
- y_wiper = summaries["wiper_component_flag"]
176
  ```
177
 
178
  ## License
@@ -183,9 +204,9 @@ commercially — contact XpertSystems.ai for licensing terms.
183
 
184
  ## Full Product
185
 
186
- The full CYB005 dataset includes **~358,000 rows** across all four files,
187
- with calibrated benchmark validation against 12 metrics drawn from
188
- authoritative ransomware threat intelligence sources.
189
 
190
  📧 **pradeep@xpertsystems.ai**
191
  🌐 **https://xpertsystems.ai**
@@ -193,11 +214,11 @@ authoritative ransomware threat intelligence sources.
193
  ## Citation
194
 
195
  ```bibtex
196
- @dataset{xpertsystems_cyb005_sample_2026,
197
- title = {CYB005: Synthetic Ransomware Attack Simulation Dataset (Sample)},
198
  author = {XpertSystems.ai},
199
  year = {2026},
200
- url = {https://huggingface.co/datasets/xpertsystems/cyb005-sample}
201
  }
202
  ```
203
 
@@ -205,6 +226,6 @@ authoritative ransomware threat intelligence sources.
205
 
206
  - Generator version : 1.0.0
207
  - Random seed : 42
208
- - Generated : 2026-05-16 14:03:22 UTC
209
- - Campaign model : 7-phase ransomware kill-chain state machine
210
- - Overall benchmark : 97.7 / 100 (grade A+)
 
5
  - time-series-forecasting
6
  tags:
7
  - cybersecurity
8
+ - identity-security
9
+ - account-takeover
10
+ - mfa-bypass
11
+ - ueba
12
+ - zero-trust
13
  - apt
14
  - synthetic-data
15
+ - lateral-movement
16
+ - golden-ticket
17
+ pretty_name: CYB006 — Synthetic Login Activity Dataset (Sample)
 
 
 
18
  size_categories:
19
  - 1K<n<10K
20
  ---
21
 
22
+ # CYB006 — Synthetic Login Activity Dataset (Sample)
23
 
24
+ **XpertSystems.ai Synthetic Data Platform · SKU: CYB006-SAMPLE · Version 1.0.0**
25
 
26
+ This is a **free preview** of the full **CYB006 — Synthetic Login Activity
27
+ Dataset** product. It contains roughly **~1.3% of the full dataset** at
28
+ identical schema, threat-actor-tier distribution, and statistical fingerprint,
29
+ so you can evaluate fit before licensing the full product.
30
 
31
+ | File | Rows (sample) | Rows (full) | Description |
32
+ |----------------------------|---------------|---------------|----------------------------------------------|
33
+ | `identity_topology.csv` | ~150 | ~3,200 | Identity domain registry |
34
+ | `user_risk_summary.csv` | ~200 | ~6,500 | Per-user risk aggregates |
35
+ | `login_sessions.csv` | ~5,000 | ~377,000 | Per-session login records (primary file) |
36
+ | `auth_events.csv` | ~31,900 | ~750,000 | Discrete authentication event log |
 
 
 
 
 
37
 
38
  ## Dataset Summary
39
 
40
+ CYB006 simulates enterprise login activity as a **6-phase session state
41
+ machine** across diverse identity infrastructures, with:
42
+
43
+ - **4 threat-actor capability tiers**: script_kiddie, opportunistic,
44
+ advanced_persistent_threat (APT), nation_state — with per-tier credential
45
+ attack patterns, MFA bypass propensity, lateral hop distributions, and
46
+ Golden Ticket / Pass-the-Hash abuse rates
47
+ - **8 identity domain types**: on-premises AD, Azure AD, Okta, hybrid_joined,
48
+ SAML federated, zero_trust_ztna, PAW (privileged access workstation),
49
+ SaaS application portal — each with distinct detection_strength and
50
+ resilience scores
51
+ - **MFA challenge methods**: disabled, SMS, TOTP, push notification,
52
+ phishing-resistant FIDO2 with per-method bypass propensity calibration
53
+ - **6 session lifecycle phases**: pre_auth_probe, credential_submission,
54
+ mfa_challenge, session_active, lateral_traversal, session_termination
55
+ - **Geo-velocity modeling** with impossible travel detection via Haversine
56
+ distance and per-user expected geolocation baselines
57
+ - **UEBA scoring** with calibrated false-positive rates
58
+ - **Conditional Access (CA) policy enforcement** modeling — ZTNA block
59
+ strength tunable per architecture
60
 
61
  ## Calibrated Benchmark Targets
62
 
63
+ The full product is calibrated to **12 benchmark validation tests** drawn
64
+ from authoritative identity security sources (Microsoft Digital Defense
65
+ Report, Okta Customer Identity Trends, Verizon DBIR, CISA Joint Advisories,
66
+ Mandiant M-Trends, MITRE ATT&CK Evaluations, Gartner IAM Hype Cycle,
67
+ KuppingerCole Leadership Compass).
68
+
69
+ **Benchmark categories** (calibrated in both sample and full product):
70
+
71
+ 1. **Credential attack velocity** brute force (~50 RPS), password spray (<1 RPS)
72
+ 2. **Account takeover rate by tier** graduated by attacker capability
73
+ 3. **MFA bypass rate** FIDO2 ≤1%, push/SMS variable
74
+ 4. **Impossible travel rate** 7-12% of sessions
75
+ 5. **Lateral movement depth** capped per tier (script_kiddie ≤1.2 → nation_state ≤14)
76
+ 6. **Privilege escalation rate** conditional on lateral movement
77
+ 7. **MFA fatigue burst timing** Poisson λ=7 burst pattern
78
+ 8. **UEBA false positive rate** calibrated to 10-14% range
79
+ 9. **Golden Ticket / Pass-the-Hash detection gap** stealth modeling
80
+ 10. **Session duration anomaly separation** KL divergence proxy
81
+ 11. **Conditional Access block rate** ZTNA ≥88% for untrusted
82
+ 12. **Kill-chain completion rate** phase-to-phase progression
83
+
84
+ Sample benchmark results:
85
+
86
+ | Test | Description | Verdict |
87
+ |------|-------------|---------|
88
+ | T01 | Credential Attack Velocity | ✓ PASS |
89
+ | T02 | Account Takeover Rate by Tier | ✓ PASS |
90
+ | T03 | MFA Bypass Rate (FIDO2) | ✓ PASS |
91
+ | T04 | Impossible Travel Rate | ✓ PASS |
92
+ | T05 | Lateral Movement Depth by Tier | ✓ PASS |
93
+ | T06 | Privilege Escalation Rate | ✓ PASS |
94
+ | T07 | MFA Fatigue Burst Detection | ✓ PASS |
95
+ | T08 | UEBA False Positive Rate | ✓ PASS |
96
+ | T09 | Golden Ticket / PtH Detection Gap | ✓ PASS |
97
+ | T10 | Session Duration Anomaly Separation | ✓ PASS |
98
+ | T11 | Conditional Access Block Rate (ZTNA) | ✓ PASS |
99
+ | T12 | Kill-Chain Completion Rate | ✓ PASS |
100
+
101
+ *Note: some benchmarks (e.g. nation-state account takeover rates, Golden
102
+ Ticket detection) require larger sample sizes to converge tightly because
103
+ they're conditional on small attacker-tier subsets (nation_state ≈ 2% of
104
+ all sessions, APT ≈ 3%). The full product demonstrates all 12 benchmarks
105
+ with strong statistical power.*
106
 
107
  ## Schema Highlights
108
 
109
+ ### `login_sessions.csv` (primary file)
110
 
111
  | Column | Type | Description |
112
  |---------------------------------|---------|----------------------------------------------|
113
+ | session_id | string | Unique session identifier |
114
+ | user_id | string | User identifier (FK to user_risk_summary) |
115
+ | session_timestamp_utc | string | ISO timestamp |
116
+ | session_phase | string | 1 of 6 phases |
117
+ | login_outcome | string | success / failed / mfa_required / blocked |
118
+ | source_ip_hash | string | SHA-256 pseudonymised source IP |
119
+ | geo_country_code | string | ISO 3166 country code |
120
+ | geo_city_hash | string | Hashed city locator |
121
+ | device_id_hash | string | Hashed device fingerprint |
122
+ | device_trust_level | string | unknown / known / managed / compliant |
123
+ | authentication_method | string | password / sso / certificate / api_key |
124
+ | mfa_challenge_type | string | disabled / sms / totp / push / fido2 |
125
+ | mfa_response_latency_ms | int | MFA response latency |
126
+ | credential_attempt_count | int | Attempts before success |
127
+ | session_duration_seconds | int | Session length |
128
+ | target_application_id | string | Application accessed |
129
+ | privilege_level_accessed | string | standard / power_user / admin / domain_admin |
130
+ | user_risk_tier | string | low / medium / high / critical |
131
+ | threat_actor_capability_tier | string | script_kiddie / opportunistic / apt / nation_state (target) |
132
+ | geo_anomaly_score | float | Geographic anomaly score (0–1) |
133
+ | velocity_anomaly_score | float | Login velocity anomaly score (0–1) |
134
+ | impossible_travel_flag | int | Boolean — impossible travel detected |
135
+
136
+ ### `user_risk_summary.csv` (per-user aggregates)
137
 
138
  | Column | Type | Description |
139
  |---------------------------------|---------|----------------------------------------------|
140
+ | user_id | string | User identifier |
141
+ | user_risk_tier | string | Risk tier classification target |
142
+ | total_login_attempts | int | Total login attempts in window |
143
+ | successful_logins | int | Successful logins |
144
+ | failed_logins | int | Failed logins |
145
+ | mfa_failures | int | MFA challenge failures |
146
+ | impossible_travel_events | int | Count of impossible travel detections |
147
+ | lateral_hop_count | int | Total lateral movement hops |
148
+ | privilege_escalations | int | Privilege escalation count |
149
+ | account_lockout_count | int | Account lockout events |
150
+ | geo_dispersion_score | float | Geographic dispersion (0–1) |
151
+ | login_velocity_score | float | Velocity anomaly (0–1) |
152
+ | session_anomaly_rate | float | Fraction of anomalous sessions |
153
+ | ueba_alert_count | int | UEBA alerts raised |
154
+ | threat_actor_flag | int | Boolean threat actor |
155
+ | account_takeover_flag | int | Boolean account takeover detected |
156
+ | overall_identity_risk_score | float | Composite identity risk (0–1) |
157
+ | insider_threat_indicator_score | float | Insider threat composite (0–1) |
158
+
159
+ See `auth_events.csv` and `identity_topology.csv` for the event log and
160
+ identity domain schemas respectively.
161
 
162
  ## Suggested Use Cases
163
 
164
+ - Training **account takeover (ATO) detection** models
165
+ - **Threat-actor tier classification** — 4-class with realistic class imbalance
166
+ - **Impossible travel detection** — geo-velocity feature engineering
167
+ - **MFA bypass detection** distinguish FIDO2 anomalies from push fatigue
168
+ - **Lateral movement detection** — session-graph traversal patterns
169
+ - **Golden Ticket / Pass-the-Hash** detection benchmarking
170
+ - **UEBA precision/recall tuning** with calibrated false-positive baselines
171
+ - **Conditional Access policy effectiveness** simulation
172
+ - **Insider threat scoring** with composite behavioral indicators
173
+ - **Zero Trust posture validation** — ZTNA block rate analysis
 
 
 
174
 
175
  ## Loading the Data
176
 
177
  ```python
178
  import pandas as pd
179
 
180
+ sessions = pd.read_csv("login_sessions.csv")
181
+ users = pd.read_csv("user_risk_summary.csv")
182
+ events = pd.read_csv("auth_events.csv")
183
+ domains = pd.read_csv("identity_topology.csv")
184
+
185
+ # Join session data with user-level risk labels
186
+ enriched = sessions.merge(users, on="user_id", how="left",
187
+ suffixes=("", "_user"))
188
 
189
+ # Threat-actor tier classification target (4-class)
190
+ y_tier = sessions["threat_actor_capability_tier"]
 
 
191
 
192
+ # Binary account-takeover detection target
193
+ y_ato = users["account_takeover_flag"]
194
 
195
+ # Binary impossible-travel target
196
+ y_it = sessions["impossible_travel_flag"]
 
 
197
  ```
198
 
199
  ## License
 
204
 
205
  ## Full Product
206
 
207
+ The full CYB006 dataset includes **~1.1 million rows** across all four files,
208
+ with 12 calibrated benchmark validation tests drawn from authoritative
209
+ identity security and threat intelligence sources.
210
 
211
  📧 **pradeep@xpertsystems.ai**
212
  🌐 **https://xpertsystems.ai**
 
214
  ## Citation
215
 
216
  ```bibtex
217
+ @dataset{xpertsystems_cyb006_sample_2026,
218
+ title = {CYB006: Synthetic Login Activity Dataset (Sample)},
219
  author = {XpertSystems.ai},
220
  year = {2026},
221
+ url = {https://huggingface.co/datasets/xpertsystems/cyb006-sample}
222
  }
223
  ```
224
 
 
226
 
227
  - Generator version : 1.0.0
228
  - Random seed : 42
229
+ - Generated : 2026-05-16 14:13:20 UTC
230
+ - Session model : 6-phase login lifecycle state machine
231
+ - Benchmark tests : 12/12 passing
auth_events.csv ADDED
The diff for this file is too large to render. See raw diff
 
identity_topology.csv ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ domain_id,application_id,domain_type,trust_relationship_type,mfa_enforcement_policy,conditional_access_strength,user_count,privileged_account_ratio,service_account_count,ueba_coverage_level,directory_sync_enabled,sso_provider,session_timeout_seconds,password_policy_strength
2
+ DOM00000,APP00000,saml_federated,one_way_outbound,enforced_with_exceptions,0.5522,2656,0.1467,181,0.536,0,none,3600,0.589
3
+ DOM00001,APP00001,saml_federated,one_way_outbound,enforced_with_exceptions,0.7406,3811,0.1719,445,0.715,0,okta,7200,0.809
4
+ DOM00002,APP00002,okta_org,bidirectional,enforced_all_users,0.7171,4495,0.1972,549,0.749,1,okta,3600,0.802
5
+ DOM00003,APP00003,hybrid_joined,bidirectional,enforced_privileged_only,0.72,3984,0.0745,521,0.336,1,okta,3600,0.527
6
+ DOM00004,APP00004,zero_trust_ztna,one_way_inbound,enforced_with_exceptions,0.8535,3625,0.0744,282,0.616,0,none,900,0.428
7
+ DOM00005,APP00005,saas_application_portal,bidirectional,optional,0.4934,1366,0.0387,81,0.882,0,ping_identity,7200,0.467
8
+ DOM00006,APP00006,azure_ad_tenant,one_way_inbound,optional,0.527,467,0.3,44,0.415,1,ping_identity,3600,0.426
9
+ DOM00007,APP00007,hybrid_joined,external_trust,enforced_privileged_only,0.6729,4692,0.0535,179,0.54,1,okta,7200,0.714
10
+ DOM00008,APP00008,on_premises_active_directory,none,disabled,0.4555,1189,0.0475,63,0.602,0,none,28800,0.68
11
+ DOM00009,APP00009,azure_ad_tenant,one_way_inbound,optional,0.5147,2618,0.3,94,0.844,1,google_workspace,28800,0.728
12
+ DOM00010,APP00010,on_premises_active_directory,bidirectional,disabled,0.4571,2528,0.02,116,0.82,0,ping_identity,900,0.786
13
+ DOM00011,APP00011,saas_application_portal,none,enforced_privileged_only,0.559,783,0.0397,76,0.789,0,adfs,28800,0.872
14
+ DOM00012,APP00012,okta_org,none,enforced_all_users,0.6974,612,0.02,71,0.925,1,adfs,1800,0.855
15
+ DOM00013,APP00013,on_premises_active_directory,one_way_outbound,enforced_privileged_only,0.3391,154,0.137,10,0.663,0,adfs,900,0.429
16
+ DOM00014,APP00014,azure_ad_tenant,forest_trust,optional,0.505,293,0.1436,43,0.531,1,google_workspace,900,0.423
17
+ DOM00015,APP00015,hybrid_joined,one_way_outbound,enforced_privileged_only,0.6921,1956,0.2895,135,0.245,1,none,3600,0.558
18
+ DOM00016,APP00016,okta_org,external_trust,enforced_all_users,0.6531,4031,0.2211,130,0.952,1,none,28800,0.512
19
+ DOM00017,APP00017,azure_ad_tenant,forest_trust,optional,0.5087,4732,0.3,564,0.571,1,google_workspace,900,0.811
20
+ DOM00018,APP00018,privileged_access_workstation,one_way_inbound,phishing_resistant_enforced,0.8653,1701,0.0856,118,0.879,0,adfs,3600,0.549
21
+ DOM00019,APP00019,zero_trust_ztna,none,phishing_resistant_enforced,0.9411,636,0.242,50,0.391,0,adfs,900,0.41
22
+ DOM00020,APP00020,saas_application_portal,bidirectional,disabled,0.622,4324,0.0636,598,0.704,0,azure_ad,28800,0.942
23
+ DOM00021,APP00021,zero_trust_ztna,one_way_outbound,phishing_resistant_enforced,0.99,2260,0.0654,230,0.795,0,azure_ad,900,0.925
24
+ DOM00022,APP00022,hybrid_joined,bidirectional,enforced_privileged_only,0.6254,1887,0.1019,193,0.446,1,azure_ad,3600,0.632
25
+ DOM00023,APP00023,okta_org,one_way_inbound,phishing_resistant_enforced,0.6807,713,0.2423,52,0.901,1,none,900,0.469
26
+ DOM00024,APP00024,saml_federated,none,enforced_with_exceptions,0.7518,2850,0.2624,246,0.694,0,google_workspace,3600,0.749
27
+ DOM00025,APP00025,on_premises_active_directory,none,disabled,0.4124,623,0.1922,79,0.223,0,google_workspace,900,0.91
28
+ DOM00026,APP00026,azure_ad_tenant,external_trust,optional,0.6181,3541,0.1641,326,0.506,1,none,1800,0.781
29
+ DOM00027,APP00027,on_premises_active_directory,external_trust,disabled,0.3768,795,0.1965,41,0.515,0,google_workspace,7200,0.596
30
+ DOM00028,APP00028,okta_org,forest_trust,enforced_all_users,0.8681,4230,0.1007,376,0.406,1,ping_identity,900,0.794
31
+ DOM00029,APP00029,azure_ad_tenant,external_trust,optional,0.6282,2268,0.1035,269,0.852,1,ping_identity,28800,0.903
32
+ DOM00030,APP00030,saas_application_portal,one_way_inbound,optional,0.5781,3287,0.1417,274,0.941,0,azure_ad,7200,0.873
33
+ DOM00031,APP00031,on_premises_active_directory,bidirectional,enforced_with_exceptions,0.4134,3825,0.2704,100,0.606,0,google_workspace,28800,0.709
34
+ DOM00032,APP00032,hybrid_joined,external_trust,enforced_privileged_only,0.7866,4517,0.02,200,0.906,1,okta,3600,0.729
35
+ DOM00033,APP00033,saas_application_portal,external_trust,optional,0.6117,1136,0.1651,25,0.282,0,ping_identity,28800,0.742
36
+ DOM00034,APP00034,azure_ad_tenant,one_way_inbound,optional,0.6337,1117,0.2455,44,0.798,1,adfs,7200,0.822
37
+ DOM00035,APP00035,privileged_access_workstation,one_way_inbound,phishing_resistant_enforced,0.7746,2164,0.0985,313,0.934,0,adfs,28800,0.706
38
+ DOM00036,APP00036,azure_ad_tenant,forest_trust,optional,0.581,2478,0.1709,49,0.869,1,ping_identity,3600,0.362
39
+ DOM00037,APP00037,okta_org,none,enforced_all_users,0.8458,2439,0.0401,92,0.522,1,azure_ad,900,0.3
40
+ DOM00038,APP00038,zero_trust_ztna,forest_trust,phishing_resistant_enforced,0.763,4488,0.0607,441,0.902,0,google_workspace,3600,0.635
41
+ DOM00039,APP00039,on_premises_active_directory,bidirectional,enforced_with_exceptions,0.4653,869,0.2529,84,0.813,0,google_workspace,3600,0.52
42
+ DOM00040,APP00040,on_premises_active_directory,forest_trust,disabled,0.4457,2943,0.177,312,0.2,0,none,28800,0.857
43
+ DOM00041,APP00041,saml_federated,external_trust,enforced_with_exceptions,0.6793,3404,0.1867,248,0.596,0,ping_identity,900,0.305
44
+ DOM00042,APP00042,azure_ad_tenant,external_trust,optional,0.5402,4567,0.3,429,0.583,1,adfs,900,0.849
45
+ DOM00043,APP00043,saml_federated,one_way_outbound,enforced_with_exceptions,0.7076,1916,0.1804,154,0.684,0,okta,900,0.629
46
+ DOM00044,APP00044,saml_federated,none,enforced_with_exceptions,0.596,539,0.0938,44,0.948,0,okta,1800,0.667
47
+ DOM00045,APP00045,saas_application_portal,none,optional,0.4854,4923,0.1649,445,0.613,0,ping_identity,3600,0.86
48
+ DOM00046,APP00046,saml_federated,one_way_outbound,enforced_with_exceptions,0.8245,3812,0.0488,281,0.528,0,adfs,28800,0.339
49
+ DOM00047,APP00047,saas_application_portal,none,optional,0.5503,848,0.1236,30,0.418,0,ping_identity,3600,0.37
50
+ DOM00048,APP00048,azure_ad_tenant,forest_trust,optional,0.6277,4588,0.1516,371,0.859,1,none,1800,0.629
51
+ DOM00049,APP00049,saas_application_portal,one_way_inbound,optional,0.6345,1439,0.0644,147,0.817,0,okta,7200,0.56
52
+ DOM00050,APP00050,azure_ad_tenant,one_way_inbound,optional,0.5016,4940,0.1417,522,0.455,1,ping_identity,1800,0.706
53
+ DOM00051,APP00051,azure_ad_tenant,one_way_outbound,optional,0.5942,1329,0.1908,29,0.504,1,azure_ad,7200,0.604
54
+ DOM00052,APP00052,azure_ad_tenant,one_way_inbound,optional,0.6272,2752,0.095,169,0.823,1,google_workspace,3600,0.778
55
+ DOM00053,APP00053,zero_trust_ztna,one_way_inbound,phishing_resistant_enforced,0.9064,4074,0.0476,599,0.38,0,ping_identity,7200,0.763
56
+ DOM00054,APP00054,hybrid_joined,one_way_outbound,enforced_privileged_only,0.8089,2876,0.1092,109,0.629,1,okta,1800,0.49
57
+ DOM00055,APP00055,on_premises_active_directory,forest_trust,disabled,0.4567,2290,0.0236,194,0.726,0,azure_ad,7200,0.62
58
+ DOM00056,APP00056,on_premises_active_directory,none,disabled,0.4876,4535,0.2038,380,0.564,0,google_workspace,1800,0.654
59
+ DOM00057,APP00057,okta_org,forest_trust,enforced_all_users,0.8303,1743,0.1448,220,0.588,1,okta,1800,0.411
60
+ DOM00058,APP00058,azure_ad_tenant,external_trust,enforced_with_exceptions,0.5216,475,0.2445,17,0.505,1,none,28800,0.554
61
+ DOM00059,APP00059,saml_federated,bidirectional,enforced_with_exceptions,0.7159,1480,0.1366,79,0.8,0,azure_ad,1800,0.902
62
+ DOM00060,APP00060,on_premises_active_directory,bidirectional,disabled,0.4444,3399,0.1335,481,0.418,0,okta,7200,0.939
63
+ DOM00061,APP00061,on_premises_active_directory,forest_trust,disabled,0.3346,921,0.3,124,0.789,0,ping_identity,7200,0.531
64
+ DOM00062,APP00062,saas_application_portal,bidirectional,optional,0.6275,2653,0.2316,225,0.77,0,adfs,1800,0.56
65
+ DOM00063,APP00063,azure_ad_tenant,external_trust,optional,0.7401,1825,0.085,146,0.765,1,azure_ad,1800,0.71
66
+ DOM00064,APP00064,hybrid_joined,one_way_outbound,enforced_privileged_only,0.8303,1111,0.1367,78,0.662,1,none,7200,0.542
67
+ DOM00065,APP00065,okta_org,none,enforced_all_users,0.8535,2507,0.3,302,0.2,1,google_workspace,28800,0.518
68
+ DOM00066,APP00066,zero_trust_ztna,bidirectional,phishing_resistant_enforced,0.9335,550,0.3,67,0.405,0,azure_ad,900,0.544
69
+ DOM00067,APP00067,azure_ad_tenant,none,optional,0.5839,3358,0.02,109,0.659,1,okta,900,0.783
70
+ DOM00068,APP00068,on_premises_active_directory,forest_trust,disabled,0.3342,2183,0.0684,309,0.277,0,none,900,0.715
71
+ DOM00069,APP00069,on_premises_active_directory,one_way_inbound,disabled,0.3524,2252,0.027,288,0.927,0,none,7200,0.7
72
+ DOM00070,APP00070,okta_org,none,enforced_all_users,0.7018,3538,0.2643,498,0.716,1,okta,28800,0.662
73
+ DOM00071,APP00071,on_premises_active_directory,one_way_outbound,disabled,0.4273,1219,0.1609,151,0.679,0,azure_ad,900,0.75
74
+ DOM00072,APP00072,okta_org,external_trust,enforced_all_users,0.7995,3865,0.1931,547,0.815,1,azure_ad,3600,0.848
75
+ DOM00073,APP00073,on_premises_active_directory,forest_trust,disabled,0.3217,2137,0.3,59,0.748,0,ping_identity,7200,0.66
76
+ DOM00074,APP00074,saas_application_portal,one_way_outbound,optional,0.5342,3375,0.0555,125,0.772,0,azure_ad,28800,0.562
77
+ DOM00075,APP00075,saml_federated,one_way_inbound,enforced_with_exceptions,0.6895,4419,0.2039,404,0.676,0,adfs,7200,0.834
78
+ DOM00076,APP00076,on_premises_active_directory,one_way_inbound,disabled,0.4576,1836,0.3,109,0.221,0,ping_identity,3600,0.859
79
+ DOM00077,APP00077,privileged_access_workstation,external_trust,phishing_resistant_enforced,0.743,2924,0.187,376,0.725,0,ping_identity,7200,0.711
80
+ DOM00078,APP00078,azure_ad_tenant,forest_trust,optional,0.6518,3092,0.2204,223,0.527,1,okta,1800,0.647
81
+ DOM00079,APP00079,zero_trust_ztna,external_trust,phishing_resistant_enforced,0.7801,76,0.0214,5,0.352,0,ping_identity,1800,0.747
82
+ DOM00080,APP00080,on_premises_active_directory,one_way_outbound,disabled,0.3656,905,0.1444,99,0.612,0,okta,900,0.355
83
+ DOM00081,APP00081,azure_ad_tenant,none,optional,0.6753,1098,0.1026,41,0.446,1,none,900,0.504
84
+ DOM00082,APP00082,zero_trust_ztna,external_trust,phishing_resistant_enforced,0.7684,4343,0.0592,616,0.294,0,none,7200,0.805
85
+ DOM00083,APP00083,okta_org,none,enforced_all_users,0.8223,1229,0.0704,108,0.756,1,google_workspace,28800,0.871
86
+ DOM00084,APP00084,on_premises_active_directory,one_way_inbound,disabled,0.4733,4933,0.1176,592,0.269,0,none,900,0.581
87
+ DOM00085,APP00085,azure_ad_tenant,none,optional,0.7059,323,0.0857,37,0.568,1,google_workspace,1800,0.677
88
+ DOM00086,APP00086,saml_federated,one_way_inbound,enforced_with_exceptions,0.7232,3196,0.3,304,0.575,0,google_workspace,1800,0.592
89
+ DOM00087,APP00087,saas_application_portal,forest_trust,optional,0.5909,402,0.144,35,0.229,0,azure_ad,900,0.656
90
+ DOM00088,APP00088,azure_ad_tenant,bidirectional,phishing_resistant_enforced,0.6895,1072,0.2849,100,0.495,1,okta,900,0.817
91
+ DOM00089,APP00089,on_premises_active_directory,one_way_inbound,phishing_resistant_enforced,0.3895,1150,0.3,136,0.229,0,none,3600,0.484
92
+ DOM00090,APP00090,okta_org,one_way_outbound,enforced_all_users,0.8535,2602,0.02,52,0.93,1,okta,3600,0.745
93
+ DOM00091,APP00091,hybrid_joined,one_way_inbound,enforced_privileged_only,0.8157,1664,0.0987,81,0.623,1,google_workspace,28800,0.81
94
+ DOM00092,APP00092,azure_ad_tenant,bidirectional,optional,0.6079,4668,0.1071,425,0.655,1,google_workspace,7200,0.567
95
+ DOM00093,APP00093,okta_org,one_way_inbound,enforced_all_users,0.5653,4260,0.1966,121,0.707,1,azure_ad,900,0.719
96
+ DOM00094,APP00094,privileged_access_workstation,one_way_inbound,phishing_resistant_enforced,0.9516,4023,0.1881,393,0.314,0,google_workspace,1800,0.3
97
+ DOM00095,APP00095,okta_org,bidirectional,enforced_all_users,0.8379,141,0.2458,7,0.863,1,azure_ad,900,0.362
98
+ DOM00096,APP00096,saas_application_portal,bidirectional,optional,0.6259,138,0.1567,18,0.838,0,adfs,900,0.31
99
+ DOM00097,APP00097,okta_org,bidirectional,enforced_all_users,0.6786,2388,0.2456,275,0.384,1,google_workspace,1800,0.566
100
+ DOM00098,APP00098,on_premises_active_directory,one_way_outbound,disabled,0.3181,4937,0.3,641,0.492,0,okta,7200,0.733
101
+ DOM00099,APP00099,saml_federated,external_trust,enforced_with_exceptions,0.6734,805,0.2478,80,0.821,0,ping_identity,1800,0.818
102
+ DOM00100,APP00100,hybrid_joined,bidirectional,enforced_privileged_only,0.682,2675,0.024,262,0.574,1,okta,28800,0.912
103
+ DOM00101,APP00101,azure_ad_tenant,forest_trust,optional,0.7191,776,0.1262,28,0.755,1,azure_ad,28800,0.668
104
+ DOM00102,APP00102,okta_org,bidirectional,enforced_all_users,0.7605,4304,0.2508,305,0.551,1,ping_identity,1800,0.507
105
+ DOM00103,APP00103,zero_trust_ztna,none,phishing_resistant_enforced,0.837,1838,0.1628,215,0.713,0,azure_ad,7200,0.3
106
+ DOM00104,APP00104,okta_org,one_way_inbound,enforced_privileged_only,0.8625,3045,0.1975,73,0.531,1,okta,28800,0.496
107
+ DOM00105,APP00105,saml_federated,none,enforced_with_exceptions,0.7094,4669,0.1548,357,0.48,0,okta,3600,0.963
108
+ DOM00106,APP00106,on_premises_active_directory,external_trust,disabled,0.4736,1772,0.1339,96,0.67,0,azure_ad,28800,0.756
109
+ DOM00107,APP00107,azure_ad_tenant,forest_trust,optional,0.6255,2778,0.1453,404,0.438,1,ping_identity,1800,0.839
110
+ DOM00108,APP00108,hybrid_joined,forest_trust,enforced_privileged_only,0.7835,110,0.1171,15,0.588,1,azure_ad,1800,0.489
111
+ DOM00109,APP00109,okta_org,forest_trust,enforced_privileged_only,0.8867,4651,0.1092,207,0.579,1,adfs,900,0.601
112
+ DOM00110,APP00110,saml_federated,one_way_outbound,enforced_with_exceptions,0.6445,4751,0.258,252,0.672,0,okta,1800,0.616
113
+ DOM00111,APP00111,saas_application_portal,bidirectional,optional,0.4481,2958,0.0661,94,0.469,0,azure_ad,7200,0.635
114
+ DOM00112,APP00112,privileged_access_workstation,one_way_outbound,phishing_resistant_enforced,0.99,4220,0.228,470,0.468,0,azure_ad,900,0.79
115
+ DOM00113,APP00113,azure_ad_tenant,external_trust,optional,0.4792,4779,0.0365,366,0.367,1,google_workspace,7200,0.3
116
+ DOM00114,APP00114,azure_ad_tenant,one_way_inbound,optional,0.6249,3096,0.1493,167,0.2,1,none,3600,0.65
117
+ DOM00115,APP00115,okta_org,none,enforced_all_users,0.7675,3284,0.13,374,0.837,1,azure_ad,1800,0.562
118
+ DOM00116,APP00116,okta_org,one_way_outbound,enforced_all_users,0.8382,4727,0.269,256,0.716,1,azure_ad,3600,0.985
119
+ DOM00117,APP00117,privileged_access_workstation,forest_trust,phishing_resistant_enforced,0.99,534,0.1873,79,0.587,0,okta,1800,0.3
120
+ DOM00118,APP00118,azure_ad_tenant,external_trust,optional,0.6192,1146,0.1891,105,0.411,1,google_workspace,28800,0.3
121
+ DOM00119,APP00119,azure_ad_tenant,forest_trust,optional,0.5116,536,0.1347,15,0.519,1,okta,28800,0.347
122
+ DOM00120,APP00120,hybrid_joined,forest_trust,enforced_privileged_only,0.8674,2517,0.0242,66,0.483,1,azure_ad,7200,0.844
123
+ DOM00121,APP00121,azure_ad_tenant,bidirectional,optional,0.5041,2023,0.02,195,0.943,1,adfs,1800,0.807
124
+ DOM00122,APP00122,azure_ad_tenant,external_trust,optional,0.5041,1167,0.0509,40,0.27,1,ping_identity,28800,0.844
125
+ DOM00123,APP00123,zero_trust_ztna,none,phishing_resistant_enforced,0.99,2511,0.0683,224,0.738,0,google_workspace,1800,0.542
126
+ DOM00124,APP00124,okta_org,none,enforced_all_users,0.6863,3869,0.0788,494,0.582,1,adfs,3600,0.81
127
+ DOM00125,APP00125,on_premises_active_directory,external_trust,disabled,0.3909,4160,0.1237,256,0.2,0,okta,7200,0.522
128
+ DOM00126,APP00126,okta_org,forest_trust,enforced_all_users,0.8237,1278,0.2853,134,0.805,1,adfs,3600,0.775
129
+ DOM00127,APP00127,on_premises_active_directory,none,disabled,0.3579,3624,0.0898,284,0.662,0,okta,28800,0.873
130
+ DOM00128,APP00128,saas_application_portal,forest_trust,optional,0.5499,3542,0.0463,377,0.393,0,google_workspace,1800,0.499
131
+ DOM00129,APP00129,zero_trust_ztna,bidirectional,phishing_resistant_enforced,0.7908,2942,0.0445,169,0.656,0,none,3600,0.863
132
+ DOM00130,APP00130,zero_trust_ztna,forest_trust,phishing_resistant_enforced,0.8859,1469,0.1751,156,0.393,0,none,1800,0.528
133
+ DOM00131,APP00131,on_premises_active_directory,one_way_inbound,disabled,0.3918,2849,0.0582,269,0.433,0,okta,3600,0.442
134
+ DOM00132,APP00132,saml_federated,external_trust,enforced_with_exceptions,0.574,477,0.0746,25,0.638,0,adfs,1800,0.822
135
+ DOM00133,APP00133,saml_federated,one_way_outbound,enforced_with_exceptions,0.7498,157,0.1371,22,0.405,0,ping_identity,28800,0.64
136
+ DOM00134,APP00134,okta_org,one_way_inbound,enforced_all_users,0.6495,1309,0.104,26,0.288,1,google_workspace,3600,0.411
137
+ DOM00135,APP00135,on_premises_active_directory,forest_trust,disabled,0.4051,2395,0.047,118,0.479,0,google_workspace,3600,0.747
138
+ DOM00136,APP00136,hybrid_joined,one_way_inbound,enforced_privileged_only,0.5743,2976,0.1377,122,0.474,1,none,7200,0.652
139
+ DOM00137,APP00137,on_premises_active_directory,bidirectional,disabled,0.3531,3820,0.1058,491,0.691,0,google_workspace,900,0.834
140
+ DOM00138,APP00138,saas_application_portal,one_way_outbound,optional,0.4898,1423,0.195,36,0.772,0,okta,3600,0.7
141
+ DOM00139,APP00139,hybrid_joined,bidirectional,enforced_privileged_only,0.797,331,0.1559,26,0.62,1,ping_identity,28800,0.538
142
+ DOM00140,APP00140,okta_org,bidirectional,enforced_all_users,0.7451,4435,0.1751,337,0.566,1,okta,3600,0.857
143
+ DOM00141,APP00141,okta_org,one_way_outbound,enforced_all_users,0.6384,4221,0.0472,335,0.753,1,ping_identity,900,0.635
144
+ DOM00142,APP00142,on_premises_active_directory,external_trust,disabled,0.3871,2076,0.2112,306,0.493,0,azure_ad,1800,0.71
145
+ DOM00143,APP00143,saas_application_portal,one_way_outbound,optional,0.5876,1531,0.2426,60,0.352,0,none,28800,0.814
146
+ DOM00144,APP00144,hybrid_joined,one_way_outbound,enforced_privileged_only,0.7166,2401,0.036,323,0.799,1,ping_identity,28800,0.891
147
+ DOM00145,APP00145,on_premises_active_directory,one_way_outbound,disabled,0.479,154,0.1127,21,0.487,0,none,1800,0.731
148
+ DOM00146,APP00146,hybrid_joined,forest_trust,enforced_privileged_only,0.6499,836,0.2871,117,0.522,1,adfs,1800,0.628
149
+ DOM00147,APP00147,hybrid_joined,one_way_outbound,phishing_resistant_enforced,0.6452,2766,0.0421,252,0.708,1,none,28800,0.881
150
+ DOM00148,APP00148,on_premises_active_directory,one_way_outbound,enforced_with_exceptions,0.3427,3802,0.0955,213,0.877,0,google_workspace,3600,0.953
151
+ DOM00149,APP00149,azure_ad_tenant,bidirectional,optional,0.6374,3220,0.1647,476,0.511,1,ping_identity,3600,0.664
login_sessions.csv ADDED
The diff for this file is too large to render. See raw diff
 
user_risk_summary.csv ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ user_id,user_risk_tier,total_login_attempts,successful_logins,failed_logins,mfa_failures,impossible_travel_events,lateral_hop_count,privilege_escalations,account_lockout_count,geo_dispersion_score,login_velocity_score,session_anomaly_rate,ueba_alert_count,threat_actor_flag,account_takeover_flag,overall_identity_risk_score,peak_privilege_level_accessed,credential_attack_victim_flag,insider_threat_indicator_score
2
+ USR000000,high,98,0,25,0,9,1,1,9,0.6474,0.6387,1.0,0,1,0,0.3452,admin_domain,0,0.0
3
+ USR000001,high,278,0,25,1,7,0,0,12,0.7756,0.6575,1.0,0,1,0,0.5204,standard_user,0,0.0
4
+ USR000002,high,25,3,22,3,8,9,4,0,0.6722,0.6446,0.88,7,1,1,0.5982,global_admin,1,0.0
5
+ USR000003,high,97,1,24,3,13,5,0,0,0.5866,0.6453,0.96,4,1,1,0.4393,global_admin,0,0.0
6
+ USR000004,high,289,0,25,0,8,0,0,18,0.5737,0.6634,1.0,0,1,0,0.5627,standard_user,0,0.0
7
+ USR000005,high,300,1,24,0,5,1,0,9,0.6988,0.6446,0.96,0,1,0,0.4691,standard_user,0,0.0
8
+ USR000006,high,261,0,25,0,10,0,0,17,0.6216,0.6705,1.0,0,1,0,0.6031,standard_user,0,0.0
9
+ USR000007,high,835,0,25,0,9,0,0,18,0.5621,0.6438,1.0,0,1,0,0.6618,standard_user,0,0.0
10
+ USR000008,high,273,0,25,0,11,0,0,19,0.5792,0.6511,1.0,0,1,0,0.635,standard_user,0,0.0
11
+ USR000009,high,845,0,25,0,7,0,0,14,0.687,0.6493,1.0,0,1,0,0.6083,standard_user,0,0.0
12
+ USR000010,high,306,0,25,0,3,0,0,19,0.619,0.6486,1.0,0,1,0,0.4749,standard_user,0,0.0
13
+ USR000011,high,277,0,25,0,11,0,0,14,0.6429,0.6395,1.0,0,1,0,0.6121,standard_user,0,0.0
14
+ USR000012,high,111,1,24,1,4,1,1,0,0.6186,0.6605,0.96,1,1,0,0.229,power_user,0,0.0
15
+ USR000013,high,940,0,25,0,7,0,0,15,0.6095,0.6564,1.0,0,1,0,0.608,standard_user,0,0.0
16
+ USR000014,high,123,0,25,0,10,0,0,12,0.5768,0.6466,1.0,0,1,0,0.3648,standard_user,0,0.0
17
+ USR000015,high,109,4,21,0,9,8,3,10,0.5859,0.6505,0.84,1,1,0,0.4216,global_admin,0,0.0
18
+ USR000016,low,25,24,1,1,1,0,0,0,0.0,0.0511,0.04,0,0,0,0.0853,admin_domain,0,0.0477
19
+ USR000017,medium,28,23,2,0,3,0,0,0,0.0616,0.0577,0.08,0,0,0,0.1438,admin_local,0,0.0801
20
+ USR000018,low,25,23,2,2,2,0,0,0,0.0203,0.0677,0.08,0,0,0,0.1129,admin_local,0,0.1112
21
+ USR000019,medium,26,23,2,2,2,0,0,0,0.0432,0.0404,0.08,0,0,0,0.1279,admin_domain,0,0.0729
22
+ USR000020,medium,27,22,3,0,3,0,0,0,0.0887,0.0576,0.12,0,0,0,0.1505,admin_domain,0,0.0868
23
+ USR000021,low,26,25,0,0,4,0,0,0,0.0872,0.0452,0.0,0,0,0,0.1675,admin_domain,0,0.0446
24
+ USR000022,low,27,24,1,0,0,0,0,0,0.097,0.0567,0.04,0,0,0,0.0811,admin_domain,0,0.0567
25
+ USR000023,medium,29,24,1,0,5,0,0,0,0.0625,0.0474,0.04,0,0,0,0.205,global_admin,0,0.0867
26
+ USR000024,medium,26,25,0,0,2,0,0,0,0.0,0.0544,0.0,0,0,0,0.1106,admin_local,0,0.0562
27
+ USR000025,low,26,23,2,1,0,0,0,0,0.0142,0.0599,0.08,0,0,0,0.0754,admin_domain,0,0.0365
28
+ USR000026,low,28,20,5,3,1,0,0,0,0.0519,0.0497,0.2,0,0,0,0.1135,admin_domain,0,0.0444
29
+ USR000027,low,26,24,1,0,0,0,0,0,0.0549,0.0593,0.04,0,0,0,0.0774,admin_domain,0,0.0626
30
+ USR000028,high,27,25,0,0,5,0,0,0,0.0327,0.0684,0.0,0,0,0,0.2322,service_account,0,0.0744
31
+ USR000029,high,32,24,1,0,5,0,0,0,0.0142,0.0519,0.04,0,0,0,0.1782,global_admin,0,0.0593
32
+ USR000030,medium,26,23,2,0,2,0,0,0,0.04,0.0532,0.08,0,0,0,0.0958,admin_local,0,0.034
33
+ USR000031,low,26,22,3,2,0,0,0,0,0.0486,0.0538,0.12,0,0,0,0.0666,admin_local,0,0.0362
34
+ USR000032,low,25,24,1,1,3,0,0,0,0.0779,0.0474,0.04,0,0,0,0.1566,admin_domain,0,0.0746
35
+ USR000033,low,25,25,0,0,3,0,0,0,0.079,0.0637,0.0,0,0,0,0.1693,global_admin,0,0.0773
36
+ USR000034,medium,30,24,1,0,1,0,0,0,0.0,0.0427,0.04,0,0,0,0.0958,admin_domain,0,0.0704
37
+ USR000035,low,25,24,1,0,3,0,0,0,0.0676,0.0648,0.04,0,0,0,0.1521,admin_domain,0,0.0906
38
+ USR000036,low,26,25,0,0,3,0,0,0,0.017,0.0383,0.0,0,0,0,0.1181,global_admin,0,0.018
39
+ USR000037,low,25,25,0,0,1,0,0,0,0.0853,0.0521,0.0,0,0,0,0.1117,admin_domain,0,0.0691
40
+ USR000038,low,28,22,3,1,4,0,0,0,0.0,0.0575,0.12,0,0,0,0.1561,admin_domain,0,0.0486
41
+ USR000039,low,27,24,1,0,2,0,0,0,0.0,0.0565,0.04,0,0,0,0.0941,admin_domain,0,0.0245
42
+ USR000040,low,26,23,2,0,2,0,0,0,0.0687,0.0493,0.08,0,0,0,0.1486,global_admin,0,0.1126
43
+ USR000041,low,26,24,1,0,1,0,0,0,0.0233,0.0694,0.04,0,0,0,0.0803,service_account,0,0.0642
44
+ USR000042,medium,28,23,2,2,3,0,0,0,0.0255,0.0548,0.08,0,0,0,0.1471,admin_local,0,0.0546
45
+ USR000043,low,26,24,1,0,2,0,0,0,0.1013,0.0468,0.04,0,0,0,0.131,admin_domain,0,0.0483
46
+ USR000044,low,26,20,5,4,0,0,0,0,0.0667,0.0444,0.2,0,0,0,0.1101,admin_domain,0,0.0953
47
+ USR000045,medium,28,23,2,1,1,0,0,0,0.04,0.0575,0.08,0,0,0,0.0954,admin_local,0,0.0746
48
+ USR000046,medium,27,23,2,0,2,0,0,0,0.0,0.0585,0.08,0,0,0,0.1212,admin_domain,0,0.0648
49
+ USR000047,medium,27,24,1,0,3,0,0,0,0.0263,0.045,0.04,0,0,0,0.1252,global_admin,0,0.0453
50
+ USR000048,low,25,25,0,0,3,0,0,0,0.0033,0.0613,0.0,0,0,0,0.1289,admin_domain,0,0.05
51
+ USR000049,high,29,23,2,2,2,0,0,0,0.0,0.0634,0.08,0,0,0,0.1146,admin_domain,0,0.0495
52
+ USR000050,medium,26,24,1,0,1,0,0,0,0.0343,0.0523,0.04,0,0,0,0.0855,admin_domain,0,0.0564
53
+ USR000051,medium,26,25,0,0,4,0,0,0,0.0727,0.0703,0.0,0,0,0,0.2036,global_admin,0,0.0927
54
+ USR000052,medium,29,25,0,0,2,0,0,0,0.0255,0.045,0.0,0,0,0,0.1017,global_admin,0,0.0371
55
+ USR000053,low,26,23,2,1,0,0,0,0,0.0313,0.0538,0.08,0,0,0,0.0885,admin_local,0,0.0639
56
+ USR000054,low,26,25,0,0,0,0,0,0,0.0,0.0534,0.0,0,0,0,0.0817,global_admin,0,0.112
57
+ USR000055,low,25,24,1,1,2,0,0,0,0.0646,0.0605,0.04,0,0,0,0.1157,global_admin,0,0.0652
58
+ USR000056,low,27,25,0,0,2,0,0,0,0.04,0.0569,0.0,0,0,0,0.1425,global_admin,0,0.1065
59
+ USR000057,high,29,23,2,1,4,0,0,0,0.072,0.0518,0.08,0,0,0,0.1609,admin_local,0,0.0498
60
+ USR000058,high,27,23,2,1,4,0,0,0,0.1251,0.0354,0.08,0,0,0,0.189,admin_domain,0,0.1006
61
+ USR000059,low,27,21,4,3,2,0,0,0,0.0476,0.05,0.16,0,0,0,0.1132,global_admin,0,0.0514
62
+ USR000060,medium,28,25,0,0,1,0,0,0,0.0242,0.0577,0.0,0,0,0,0.0926,global_admin,0,0.0707
63
+ USR000061,low,25,19,6,2,1,0,0,0,0.04,0.0482,0.24,0,0,0,0.1168,admin_domain,0,0.0732
64
+ USR000062,low,29,25,0,0,1,0,0,0,0.0338,0.0525,0.0,0,0,0,0.0709,admin_domain,0,0.0563
65
+ USR000063,high,31,23,2,1,5,0,0,0,0.0541,0.0449,0.08,0,0,0,0.1832,admin_domain,0,0.0523
66
+ USR000064,medium,28,22,3,0,2,0,0,0,0.0,0.0532,0.12,0,0,0,0.088,admin_domain,0,0.032
67
+ USR000065,medium,26,23,2,2,1,0,0,0,0.017,0.0427,0.08,0,0,0,0.0918,admin_domain,0,0.0347
68
+ USR000066,medium,28,23,2,0,0,0,0,0,0.0748,0.0483,0.08,0,0,0,0.0651,global_admin,0,0.0499
69
+ USR000067,low,25,25,0,0,2,0,0,0,0.0212,0.0511,0.0,0,0,0,0.0952,admin_domain,0,0.045
70
+ USR000068,high,26,23,2,0,6,0,0,0,0.0338,0.0527,0.08,0,0,0,0.1832,global_admin,0,0.0484
71
+ USR000069,low,25,24,1,0,2,0,0,0,0.0633,0.0655,0.04,0,0,0,0.1295,global_admin,0,0.0737
72
+ USR000070,low,28,23,2,2,3,0,0,0,0.04,0.0501,0.08,0,0,0,0.171,admin_domain,0,0.0495
73
+ USR000071,medium,27,23,2,1,3,0,0,0,0.0163,0.0499,0.08,0,0,0,0.1481,global_admin,0,0.0516
74
+ USR000072,low,26,24,1,1,1,0,0,0,0.0,0.0381,0.04,0,0,0,0.0989,admin_domain,0,0.0697
75
+ USR000073,low,25,21,4,3,1,0,0,0,0.0361,0.0457,0.16,0,0,0,0.0807,admin_domain,0,0.0319
76
+ USR000074,low,26,24,1,1,2,0,0,0,0.0996,0.0486,0.04,0,0,0,0.1452,global_admin,0,0.0802
77
+ USR000075,medium,26,24,1,1,0,0,0,0,0.017,0.0518,0.04,0,0,0,0.0806,global_admin,0,0.052
78
+ USR000076,low,25,23,2,2,2,0,0,0,0.04,0.0427,0.08,0,0,0,0.1259,admin_domain,0,0.1044
79
+ USR000077,low,28,24,1,0,0,0,0,0,0.12,0.0449,0.04,0,0,0,0.0954,admin_domain,0,0.0687
80
+ USR000078,medium,27,22,3,1,2,0,0,0,0.0,0.0583,0.12,0,0,0,0.0988,global_admin,0,0.0488
81
+ USR000079,high,28,24,1,1,7,0,0,0,0.0235,0.0744,0.04,0,0,0,0.2546,admin_domain,0,0.049
82
+ USR000080,high,29,21,4,2,1,0,0,0,0.0,0.0467,0.16,0,0,0,0.0862,global_admin,0,0.039
83
+ USR000081,low,27,22,3,2,2,0,0,0,0.0093,0.0462,0.12,0,0,0,0.1093,global_admin,0,0.0813
84
+ USR000082,low,25,24,1,1,0,0,0,0,0.0556,0.0705,0.04,0,0,0,0.0855,global_admin,0,0.0725
85
+ USR000083,low,25,23,2,2,2,0,0,0,0.0,0.0405,0.08,0,0,0,0.1232,global_admin,0,0.0861
86
+ USR000084,medium,30,22,3,2,5,0,0,0,0.025,0.0458,0.12,0,0,0,0.1698,global_admin,0,0.0531
87
+ USR000085,low,26,25,0,0,1,0,0,0,0.0,0.0523,0.0,0,0,0,0.0808,global_admin,0,0.0398
88
+ USR000086,low,26,21,4,1,1,0,0,0,0.0,0.0547,0.16,0,0,0,0.0803,global_admin,0,0.0642
89
+ USR000087,low,26,25,0,0,1,0,0,0,0.0212,0.0517,0.0,0,0,0,0.0681,admin_local,0,0.045
90
+ USR000088,low,25,25,0,0,1,0,0,0,0.04,0.0554,0.0,0,0,0,0.0843,global_admin,0,0.0503
91
+ USR000089,medium,28,22,3,2,4,0,0,0,0.0179,0.0474,0.12,0,0,0,0.1401,admin_domain,0,0.0436
92
+ USR000090,low,26,22,3,2,0,0,0,0,0.031,0.0546,0.12,0,0,0,0.0848,service_account,0,0.072
93
+ USR000091,medium,30,23,2,0,4,0,0,0,0.0093,0.0527,0.08,0,0,0,0.1559,admin_local,0,0.0742
94
+ USR000092,medium,28,23,2,1,5,0,0,0,0.0209,0.0631,0.08,0,0,0,0.1873,global_admin,0,0.0307
95
+ USR000093,low,26,22,3,1,4,0,0,0,0.0703,0.0455,0.12,0,0,0,0.1991,admin_local,0,0.0644
96
+ USR000094,low,25,24,1,0,2,0,0,0,0.0025,0.051,0.04,0,0,0,0.108,admin_local,0,0.0563
97
+ USR000095,low,26,20,5,2,3,0,0,0,0.0,0.0374,0.2,0,0,0,0.1446,global_admin,0,0.0456
98
+ USR000096,high,27,25,0,0,4,0,0,0,0.0322,0.0522,0.0,0,0,0,0.1529,global_admin,0,0.0559
99
+ USR000097,low,27,23,2,0,0,0,0,0,0.027,0.0416,0.08,0,0,0,0.0532,global_admin,0,0.045
100
+ USR000098,high,31,24,1,0,1,0,0,0,0.0479,0.0485,0.04,0,0,0,0.0957,global_admin,0,0.0353
101
+ USR000099,high,30,22,3,3,0,0,0,0,0.0653,0.0594,0.12,0,0,0,0.0821,admin_domain,0,0.0652
102
+ USR000100,low,25,22,3,3,0,0,0,0,0.106,0.0455,0.12,0,0,0,0.0879,admin_domain,0,0.0493
103
+ USR000101,low,27,21,4,2,0,0,0,0,0.0202,0.0457,0.16,0,0,0,0.0647,global_admin,0,0.0599
104
+ USR000102,medium,27,21,4,2,2,0,0,0,0.071,0.0563,0.16,0,0,0,0.1358,global_admin,0,0.0502
105
+ USR000103,high,28,24,1,0,3,0,0,0,0.0699,0.0548,0.04,0,0,0,0.1574,admin_domain,0,0.0897
106
+ USR000104,low,25,25,0,0,1,0,0,0,0.0654,0.0686,0.0,0,0,0,0.0836,admin_domain,0,0.0826
107
+ USR000105,low,26,24,1,1,1,0,0,0,0.0162,0.0538,0.04,0,0,0,0.0817,admin_local,0,0.0521
108
+ USR000106,low,27,24,1,0,3,0,0,0,0.0179,0.0571,0.04,0,0,0,0.1526,admin_domain,0,0.069
109
+ USR000107,low,27,22,3,1,3,0,0,0,0.067,0.0597,0.12,0,0,0,0.1777,admin_domain,0,0.0817
110
+ USR000108,low,26,25,0,0,1,0,0,0,0.0445,0.0612,0.0,0,0,0,0.0933,admin_domain,0,0.0683
111
+ USR000109,low,25,25,0,0,1,0,0,0,0.0,0.064,0.0,0,0,0,0.0964,global_admin,0,0.0496
112
+ USR000110,low,28,24,1,1,0,0,0,0,0.0201,0.0493,0.04,0,0,0,0.0808,admin_domain,0,0.1004
113
+ USR000111,low,25,25,0,0,1,0,0,0,0.0339,0.068,0.0,0,0,0,0.0845,admin_domain,0,0.0667
114
+ USR000112,high,29,21,4,2,1,0,0,0,0.04,0.0626,0.16,0,0,0,0.0821,global_admin,0,0.0434
115
+ USR000113,high,30,21,4,2,1,0,0,0,0.0407,0.0379,0.16,0,0,0,0.0952,admin_domain,0,0.0479
116
+ USR000114,medium,27,25,0,0,5,0,0,0,0.0377,0.0477,0.0,0,0,0,0.1978,global_admin,0,0.0486
117
+ USR000115,medium,26,25,0,0,3,0,0,0,0.12,0.0605,0.0,0,0,0,0.1676,global_admin,0,0.0711
118
+ USR000116,low,27,25,0,0,2,0,0,0,0.0,0.0569,0.0,0,0,0,0.0925,admin_domain,0,0.0565
119
+ USR000117,low,25,23,2,1,3,0,0,0,0.0325,0.0541,0.08,0,0,0,0.1417,admin_local,0,0.0482
120
+ USR000118,medium,29,22,3,2,6,0,0,0,0.0276,0.0555,0.12,0,0,0,0.2175,global_admin,0,0.0712
121
+ USR000119,low,25,25,0,0,0,0,0,0,0.0156,0.0601,0.0,0,0,0,0.0687,global_admin,0,0.0449
122
+ USR000120,low,25,24,1,0,0,0,0,0,0.1055,0.0498,0.04,0,0,0,0.1139,admin_local,0,0.0979
123
+ USR000121,medium,27,21,4,1,1,0,0,0,0.0391,0.0632,0.16,0,0,0,0.1181,admin_domain,0,0.0593
124
+ USR000122,low,25,24,1,1,0,0,0,0,0.0745,0.0474,0.04,0,0,0,0.0709,global_admin,0,0.0577
125
+ USR000123,low,26,25,0,0,2,0,0,0,0.0485,0.0496,0.0,0,0,0,0.1175,admin_domain,0,0.0436
126
+ USR000124,low,26,25,0,0,1,0,0,0,0.0,0.0494,0.0,0,0,0,0.0621,admin_domain,0,0.0234
127
+ USR000125,low,28,24,1,1,0,0,0,0,0.0,0.0688,0.04,0,0,0,0.0924,global_admin,0,0.0743
128
+ USR000126,medium,27,21,4,3,3,0,0,0,0.0659,0.0584,0.16,0,0,0,0.163,global_admin,0,0.0812
129
+ USR000127,low,27,25,0,0,0,0,0,0,0.0603,0.0531,0.0,0,0,0,0.0876,global_admin,0,0.087
130
+ USR000128,high,30,23,2,2,1,0,0,0,0.0,0.0418,0.08,0,0,0,0.0892,admin_domain,0,0.0383
131
+ USR000129,low,27,24,1,1,2,0,0,0,0.0377,0.0577,0.04,0,0,0,0.1277,admin_domain,0,0.0581
132
+ USR000130,medium,28,23,2,2,0,0,0,0,0.0324,0.0607,0.08,0,0,0,0.0683,global_admin,0,0.0492
133
+ USR000131,low,25,25,0,0,1,0,0,0,0.0235,0.0545,0.0,0,0,0,0.1109,admin_domain,0,0.0781
134
+ USR000132,low,25,25,0,0,2,0,0,0,0.0255,0.0619,0.0,0,0,0,0.1642,admin_domain,0,0.0797
135
+ USR000133,high,27,23,2,2,4,0,0,0,0.0179,0.0473,0.08,0,0,0,0.1658,global_admin,0,0.0596
136
+ USR000134,low,26,24,1,1,0,0,0,0,0.06,0.0387,0.04,0,0,0,0.0765,admin_domain,0,0.0848
137
+ USR000135,low,26,25,0,0,1,0,0,0,0.0015,0.0557,0.0,0,0,0,0.0671,global_admin,0,0.0647
138
+ USR000136,medium,25,24,1,1,1,0,0,0,0.0168,0.0404,0.04,0,0,0,0.1039,global_admin,0,0.0743
139
+ USR000137,low,27,25,0,0,1,0,0,0,0.0154,0.0441,0.0,0,0,0,0.0735,global_admin,0,0.0265
140
+ USR000138,low,25,23,2,1,0,0,0,0,0.0,0.0572,0.08,0,0,0,0.1017,global_admin,0,0.0726
141
+ USR000139,medium,31,21,4,3,2,0,0,0,0.0505,0.0504,0.16,0,0,0,0.1261,global_admin,0,0.0522
142
+ USR000140,medium,29,24,1,0,4,0,0,0,0.0235,0.0407,0.04,0,0,0,0.1468,global_admin,0,0.068
143
+ USR000141,low,26,24,1,0,2,0,0,0,0.0015,0.0511,0.04,0,0,0,0.1227,global_admin,0,0.064
144
+ USR000142,low,25,23,2,1,2,0,0,0,0.0609,0.0486,0.08,0,0,0,0.1206,admin_local,0,0.0785
145
+ USR000143,high,30,20,5,1,3,0,0,0,0.04,0.0547,0.2,0,0,0,0.1465,admin_domain,0,0.0502
146
+ USR000144,low,26,24,1,0,2,0,0,0,0.0042,0.0403,0.04,0,0,0,0.1315,admin_domain,0,0.0711
147
+ USR000145,low,26,22,3,0,1,0,0,0,0.0105,0.0448,0.12,0,0,0,0.0788,admin_domain,0,0.0413
148
+ USR000146,low,25,22,3,3,0,0,0,0,0.12,0.067,0.12,0,0,0,0.0947,global_admin,0,0.0801
149
+ USR000147,low,25,25,0,0,2,0,0,0,0.0568,0.0504,0.0,0,0,0,0.1312,service_account,0,0.0618
150
+ USR000148,low,25,24,1,1,1,0,0,0,0.0514,0.0294,0.04,0,0,0,0.0873,global_admin,0,0.0573
151
+ USR000149,low,26,24,1,0,0,0,0,0,0.0481,0.0525,0.04,0,0,0,0.0567,global_admin,0,0.0599
152
+ USR000150,low,25,24,1,0,0,0,0,0,0.0,0.0694,0.04,0,0,0,0.0541,admin_domain,0,0.0344
153
+ USR000151,medium,29,23,2,1,4,0,0,0,0.0149,0.0388,0.08,0,0,0,0.1551,admin_domain,0,0.0655
154
+ USR000152,medium,25,25,0,0,3,0,0,0,0.0,0.065,0.0,0,0,0,0.1409,global_admin,0,0.0657
155
+ USR000153,low,27,24,1,0,2,0,0,0,0.1078,0.0534,0.04,0,0,0,0.1217,global_admin,0,0.083
156
+ USR000154,low,26,24,1,1,1,0,0,0,0.0426,0.058,0.04,0,0,0,0.1229,admin_domain,0,0.0674
157
+ USR000155,low,28,23,2,1,1,0,0,0,0.0009,0.0552,0.08,0,0,0,0.0873,global_admin,0,0.0405
158
+ USR000156,low,26,24,1,1,2,0,0,0,0.028,0.0591,0.04,0,0,0,0.1343,global_admin,0,0.0799
159
+ USR000157,medium,28,25,0,0,3,0,0,0,0.0657,0.0481,0.0,0,0,0,0.1484,global_admin,0,0.0556
160
+ USR000158,low,28,23,2,2,1,0,0,0,0.0483,0.0523,0.08,0,0,0,0.1174,admin_local,0,0.0599
161
+ USR000159,low,27,21,4,3,3,0,0,0,0.0828,0.0528,0.16,0,0,0,0.1602,admin_domain,0,0.0766
162
+ USR000160,low,27,22,3,3,0,0,0,0,0.0,0.0516,0.12,0,0,0,0.0671,admin_domain,0,0.0397
163
+ USR000161,medium,27,22,3,2,3,0,0,0,0.0233,0.0527,0.12,0,0,0,0.1499,admin_local,0,0.0697
164
+ USR000162,low,27,22,3,0,0,0,0,0,0.0,0.0384,0.12,0,0,0,0.0824,admin_domain,0,0.0618
165
+ USR000163,high,31,22,3,1,1,0,0,0,0.04,0.057,0.12,0,0,0,0.0947,admin_domain,0,0.0825
166
+ USR000164,medium,26,25,0,0,3,0,0,0,0.0411,0.0573,0.0,0,0,0,0.1388,global_admin,0,0.0589
167
+ USR000165,low,27,24,1,1,1,0,0,0,0.0486,0.0566,0.04,0,0,0,0.0939,global_admin,0,0.0766
168
+ USR000166,low,25,25,0,0,1,0,0,0,0.0355,0.0443,0.0,0,0,0,0.0729,global_admin,0,0.0395
169
+ USR000167,low,26,22,3,2,1,0,0,0,0.0179,0.0423,0.12,0,0,0,0.1027,admin_local,0,0.0508
170
+ USR000168,low,27,22,3,2,2,0,0,0,0.0313,0.0678,0.12,0,0,0,0.1118,admin_local,0,0.074
171
+ USR000169,high,28,25,0,0,3,0,0,0,0.0009,0.0617,0.0,0,0,0,0.1272,global_admin,0,0.0255
172
+ USR000170,low,25,25,0,0,1,0,0,0,0.04,0.0447,0.0,0,0,0,0.0713,global_admin,0,0.0487
173
+ USR000171,low,27,22,3,1,1,0,0,0,0.0011,0.0505,0.12,0,0,0,0.1062,global_admin,0,0.0799
174
+ USR000172,low,27,24,1,0,0,0,0,0,0.1027,0.057,0.04,0,0,0,0.0796,admin_domain,0,0.0662
175
+ USR000173,low,27,20,5,2,1,0,0,0,0.0474,0.0638,0.2,0,0,0,0.0873,global_admin,0,0.0374
176
+ USR000174,high,30,22,3,1,1,0,0,0,0.0023,0.0562,0.12,0,0,0,0.101,admin_local,0,0.049
177
+ USR000175,medium,30,20,5,2,4,0,0,0,0.1272,0.0465,0.2,0,0,0,0.1794,admin_domain,0,0.0948
178
+ USR000176,low,26,24,1,1,1,0,0,0,0.0,0.0556,0.04,0,0,0,0.0896,global_admin,0,0.0323
179
+ USR000177,medium,26,23,2,2,1,0,0,0,0.016,0.057,0.08,0,0,0,0.0841,global_admin,0,0.0445
180
+ USR000178,low,28,23,2,0,1,0,0,0,0.0,0.0476,0.08,0,0,0,0.0969,admin_domain,0,0.0471
181
+ USR000179,low,26,25,0,0,1,0,0,0,0.0093,0.065,0.0,0,0,0,0.0696,global_admin,0,0.0521
182
+ USR000180,medium,28,22,3,2,1,0,0,0,0.0665,0.0415,0.12,0,0,0,0.0966,global_admin,0,0.0869
183
+ USR000181,low,27,24,1,1,2,0,0,0,0.127,0.0377,0.04,0,0,0,0.1192,admin_domain,0,0.0614
184
+ USR000182,low,27,22,3,2,0,0,0,0,0.0142,0.0504,0.12,0,0,0,0.0768,admin_domain,0,0.0511
185
+ USR000183,medium,28,24,1,0,4,0,0,0,0.0528,0.0651,0.04,0,0,0,0.1704,admin_local,0,0.079
186
+ USR000184,low,25,25,0,0,0,0,0,0,0.0375,0.0511,0.0,0,0,0,0.0733,global_admin,0,0.049
187
+ USR000185,low,26,24,1,0,4,0,0,0,0.04,0.0487,0.04,0,0,0,0.1604,global_admin,0,0.0493
188
+ USR000186,medium,28,23,2,1,3,0,0,0,0.095,0.0494,0.08,0,0,0,0.1346,global_admin,0,0.0711
189
+ USR000187,low,27,24,1,0,2,0,0,0,0.0055,0.0457,0.04,0,0,0,0.1019,global_admin,0,0.0642
190
+ USR000188,medium,29,24,1,1,3,0,0,0,0.0042,0.0452,0.04,0,0,0,0.1205,admin_domain,0,0.0238
191
+ USR000189,medium,26,24,1,0,0,0,0,0,0.017,0.0571,0.04,0,0,0,0.1034,admin_domain,0,0.0528
192
+ USR000190,low,28,22,3,2,0,0,0,0,0.0497,0.0657,0.12,0,0,0,0.0796,admin_local,0,0.0463
193
+ USR000191,low,26,25,0,0,3,0,0,0,0.0264,0.0524,0.0,0,0,0,0.1379,admin_domain,0,0.0625
194
+ USR000192,high,30,25,0,0,4,0,0,0,0.0552,0.0576,0.0,0,0,0,0.1672,admin_domain,0,0.0464
195
+ USR000193,low,25,25,0,0,2,0,0,0,0.1085,0.034,0.0,0,0,0,0.1345,global_admin,0,0.1122
196
+ USR000194,high,29,22,3,2,4,0,0,0,0.0,0.0378,0.12,0,0,0,0.1505,admin_domain,0,0.0297
197
+ USR000195,low,26,25,0,0,2,0,0,0,0.0,0.0599,0.0,0,0,0,0.0912,global_admin,0,0.025
198
+ USR000196,low,27,24,1,0,2,0,0,0,0.0614,0.0522,0.04,0,0,0,0.1265,global_admin,0,0.0872
199
+ USR000197,low,26,23,2,2,2,0,0,0,0.0201,0.0474,0.08,0,0,0,0.1199,admin_local,0,0.0841
200
+ USR000198,low,26,25,0,0,2,0,0,0,0.1162,0.0577,0.0,0,0,0,0.1472,global_admin,0,0.0857
201
+ USR000199,low,26,25,0,0,1,0,0,0,0.0168,0.0542,0.0,0,0,0,0.0868,admin_local,0,0.0603