forensicnomicon 0.2.0

The ForensicNomicon — comprehensive DFIR artifact catalog: UserAssist, Shimcache, Amcache, Prefetch, $MFT, ShellBags, EVTX, NTDS.dit, SAM, SRUM, LNK, Jump Lists + KAPE/Velociraptor/Sigma/MITRE. Zero deps.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
// AUTO-GENERATED by forensicnomicon ingest pipeline.
// Source: nirsoft
// Entries: 22
// Do not edit manually — re-run `cargo run -p ingest` to regenerate.
#![allow(clippy::too_many_lines)]

use super::super::super::types::{
    ArtifactDescriptor, ArtifactType, DataScope, Decoder, HiveTarget, OsScope, TriagePriority,
};
pub(crate) static NIRSOFT_LAST_ACTIVITY_RECENT_ITEMS: ArtifactDescriptor = ArtifactDescriptor {
    id: "nirsoft_last_activity_recent_items",
    name: "LastActivityView — Recent Items",
    artifact_type: ArtifactType::Directory,
    hive: None,
    key_path: "",
    value_name: None,
    file_path: Some("%APPDATA%\\Microsoft\\Windows\\Recent\\*"),
    scope: DataScope::Mixed,
    os_scope: OsScope::Win7Plus,
    decoder: Decoder::Identity,
    meaning: "Recent files and folders accessed by the user (LNK shortcuts). Documented by NirSoft LastActivityView.",
    mitre_techniques: &["T1547.009"],
    fields: &[],
    retention: None,
    triage_priority: TriagePriority::Medium,
    related_artifacts: &[],
    sources: &["https://www.nirsoft.net/utils/computer_activity_view.html"],
    evidence_strength: None,
    evidence_caveats: &[],
    volatility: None,
    volatility_rationale: "",
};

pub(crate) static NIRSOFT_BROWSING_HISTORY_CHROME: ArtifactDescriptor = ArtifactDescriptor {
    id: "nirsoft_browsing_history_chrome",
    name: "BrowsingHistoryView — Chrome History",
    artifact_type: ArtifactType::File,
    hive: None,
    key_path: "",
    value_name: None,
    file_path: Some("%LOCALAPPDATA%\\Google\\Chrome\\User Data\\Default\\History"),
    scope: DataScope::Mixed,
    os_scope: OsScope::Win7Plus,
    decoder: Decoder::Identity,
    meaning: "Chrome browsing history SQLite DB as parsed by NirSoft BrowsingHistoryView.",
    mitre_techniques: &["T1217"],
    fields: &[],
    retention: None,
    triage_priority: TriagePriority::Medium,
    related_artifacts: &[],
    sources: &["https://www.nirsoft.net/utils/browsing_history_view.html"],
    evidence_strength: None,
    evidence_caveats: &[],
    volatility: None,
    volatility_rationale: "",
};

pub(crate) static NIRSOFT_BROWSING_HISTORY_FIREFOX: ArtifactDescriptor = ArtifactDescriptor {
    id: "nirsoft_browsing_history_firefox",
    name: "BrowsingHistoryView — Firefox History",
    artifact_type: ArtifactType::File,
    hive: None,
    key_path: "",
    value_name: None,
    file_path: Some("%APPDATA%\\Mozilla\\Firefox\\Profiles\\*.default-release\\places.sqlite"),
    scope: DataScope::Mixed,
    os_scope: OsScope::Win7Plus,
    decoder: Decoder::Identity,
    meaning: "Firefox browsing history (places.sqlite) as parsed by NirSoft BrowsingHistoryView.",
    mitre_techniques: &["T1217"],
    fields: &[],
    retention: None,
    triage_priority: TriagePriority::Medium,
    related_artifacts: &[],
    sources: &["https://www.nirsoft.net/utils/browsing_history_view.html"],
    evidence_strength: None,
    evidence_caveats: &[],
    volatility: None,
    volatility_rationale: "",
};

pub(crate) static NIRSOFT_NETWORK_CONNECT_LOG: ArtifactDescriptor = ArtifactDescriptor {
    id: "nirsoft_network_connect_log",
    name: "NetworkConnectLog — System Log Files",
    artifact_type: ArtifactType::Directory,
    hive: None,
    key_path: "",
    value_name: None,
    file_path: Some("%SystemRoot%\\System32\\LogFiles\\*"),
    scope: DataScope::Mixed,
    os_scope: OsScope::Win7Plus,
    decoder: Decoder::Identity,
    meaning:
        "Network connection log files in System32\\LogFiles. Parsed by NirSoft NetworkConnectLog.",
    mitre_techniques: &["T1049"],
    fields: &[],
    retention: None,
    triage_priority: TriagePriority::Medium,
    related_artifacts: &[],
    sources: &["https://www.nirsoft.net/utils/network_connect_log.html"],
    evidence_strength: None,
    evidence_caveats: &[],
    volatility: None,
    volatility_rationale: "",
};

pub(crate) static NIRSOFT_USBDEVIEW_ENUM_USB: ArtifactDescriptor = ArtifactDescriptor {
    id: "nirsoft_usbdeview_enum_usb",
    name: "USBDeview — USB Device Enumeration",
    artifact_type: ArtifactType::RegistryKey,
    hive: Some(HiveTarget::HklmSystem),
    key_path: "CurrentControlSet\\Enum\\USB",
    value_name: None,
    file_path: None,
    scope: DataScope::System,
    os_scope: OsScope::Win7Plus,
    decoder: Decoder::Identity,
    meaning: "USB device enumeration entries in HKLM\\SYSTEM. Parsed by NirSoft USBDeview to list connected USB devices.",
    mitre_techniques: &["T1052", "T1025"],
    fields: &[],
    retention: None,
    triage_priority: TriagePriority::High,
    related_artifacts: &[],
    sources: &["https://www.nirsoft.net/utils/usb_devices_view.html"],
    evidence_strength: None,
    evidence_caveats: &[],
    volatility: None,
    volatility_rationale: "",
};

pub(crate) static NIRSOFT_USBDEVIEW_ENUM_USBSTOR: ArtifactDescriptor = ArtifactDescriptor {
    id: "nirsoft_usbdeview_enum_usbstor",
    name: "USBDeview — USB Storage Device History",
    artifact_type: ArtifactType::RegistryKey,
    hive: Some(HiveTarget::HklmSystem),
    key_path: "CurrentControlSet\\Enum\\USBSTOR",
    value_name: None,
    file_path: None,
    scope: DataScope::System,
    os_scope: OsScope::Win7Plus,
    decoder: Decoder::Identity,
    meaning: "USB mass storage device history in HKLM\\SYSTEM\\USBSTOR. Records device serial numbers and connection history.",
    mitre_techniques: &["T1052", "T1025"],
    fields: &[],
    retention: None,
    triage_priority: TriagePriority::High,
    related_artifacts: &[],
    sources: &["https://www.nirsoft.net/utils/usb_devices_view.html"],
    evidence_strength: None,
    evidence_caveats: &[],
    volatility: None,
    volatility_rationale: "",
};

pub(crate) static NIRSOFT_SHELLBAGS_USRCLASS_BAGS: ArtifactDescriptor = ArtifactDescriptor {
    id: "nirsoft_shellbags_usrclass_bags",
    name: "ShellBagsView — UsrClass ShellBags",
    artifact_type: ArtifactType::RegistryKey,
    hive: Some(HiveTarget::UsrClass),
    key_path: "Local Settings\\Software\\Microsoft\\Windows\\Shell\\Bags",
    value_name: None,
    file_path: None,
    scope: DataScope::User,
    os_scope: OsScope::Win7Plus,
    decoder: Decoder::Identity,
    meaning: "ShellBag entries in UsrClass.dat recording folder view settings — proves folder access even after deletion. Parsed by NirSoft ShellBagsView.",
    mitre_techniques: &["T1083"],
    fields: &[],
    retention: None,
    triage_priority: TriagePriority::High,
    related_artifacts: &[],
    sources: &["https://www.nirsoft.net/utils/shell_bags_view.html", "https://www.sans.org/blog/computer-forensic-artifacts-windows-7-shellbags/"],
    evidence_strength: None,
    evidence_caveats: &[],
    volatility: None,
    volatility_rationale: "",
};

pub(crate) static NIRSOFT_SHELLBAGS_NTUSER_BAGS: ArtifactDescriptor = ArtifactDescriptor {
    id: "nirsoft_shellbags_ntuser_bags",
    name: "ShellBagsView — NTUSER ShellBags",
    artifact_type: ArtifactType::RegistryKey,
    hive: Some(HiveTarget::NtUser),
    key_path: "Software\\Microsoft\\Windows\\Shell\\BagMRU",
    value_name: None,
    file_path: None,
    scope: DataScope::User,
    os_scope: OsScope::Win7Plus,
    decoder: Decoder::Identity,
    meaning: "ShellBag MRU entries in NTUSER.DAT. Tracks folder navigation history.",
    mitre_techniques: &["T1083"],
    fields: &[],
    retention: None,
    triage_priority: TriagePriority::High,
    related_artifacts: &[],
    sources: &["https://www.nirsoft.net/utils/shell_bags_view.html"],
    evidence_strength: None,
    evidence_caveats: &[],
    volatility: None,
    volatility_rationale: "",
};

pub(crate) static NIRSOFT_JUMPLISTS_AUTOMATIC_DESTINATIONS: ArtifactDescriptor = ArtifactDescriptor {
    id: "nirsoft_jumplists_automatic_destinations",
    name: "JumpListsView — Automatic Destinations",
    artifact_type: ArtifactType::Directory,
    hive: None,
    key_path: "",
    value_name: None,
    file_path: Some("%APPDATA%\\Microsoft\\Windows\\Recent\\AutomaticDestinations"),
    scope: DataScope::Mixed,
    os_scope: OsScope::Win7Plus,
    decoder: Decoder::Identity,
    meaning: "Automatic Jump List files (*.automaticDestinations-ms) — records recent files opened by each application. Parsed by NirSoft JumpListsView.",
    mitre_techniques: &["T1547.009"],
    fields: &[],
    retention: None,
    triage_priority: TriagePriority::High,
    related_artifacts: &[],
    sources: &["https://www.nirsoft.net/utils/jump_lists_view.html"],
    evidence_strength: None,
    evidence_caveats: &[],
    volatility: None,
    volatility_rationale: "",
};

pub(crate) static NIRSOFT_JUMPLISTS_CUSTOM_DESTINATIONS: ArtifactDescriptor = ArtifactDescriptor {
    id: "nirsoft_jumplists_custom_destinations",
    name: "JumpListsView — Custom Destinations",
    artifact_type: ArtifactType::Directory,
    hive: None,
    key_path: "",
    value_name: None,
    file_path: Some("%APPDATA%\\Microsoft\\Windows\\Recent\\CustomDestinations"),
    scope: DataScope::Mixed,
    os_scope: OsScope::Win7Plus,
    decoder: Decoder::Identity,
    meaning: "Custom Jump List files (*.customDestinations-ms) — pinned items and tasks defined by applications.",
    mitre_techniques: &["T1547.009"],
    fields: &[],
    retention: None,
    triage_priority: TriagePriority::Medium,
    related_artifacts: &[],
    sources: &["https://www.nirsoft.net/utils/jump_lists_view.html"],
    evidence_strength: None,
    evidence_caveats: &[],
    volatility: None,
    volatility_rationale: "",
};

pub(crate) static NIRSOFT_MUICACHE_LOCAL_SETTINGS: ArtifactDescriptor = ArtifactDescriptor {
    id: "nirsoft_muicache_local_settings",
    name: "MUICache — Program Execution Evidence",
    artifact_type: ArtifactType::RegistryKey,
    hive: Some(HiveTarget::UsrClass),
    key_path: "Local Settings\\Software\\Microsoft\\Windows\\Shell\\MuiCache",
    value_name: None,
    file_path: None,
    scope: DataScope::User,
    os_scope: OsScope::Win7Plus,
    decoder: Decoder::Identity,
    meaning: "MUICache stores program display names for executables that have run — evidence of program execution even after binary deletion. Documented by NirSoft MUICacheView.",
    mitre_techniques: &["T1059"],
    fields: &[],
    retention: None,
    triage_priority: TriagePriority::High,
    related_artifacts: &[],
    sources: &["https://www.nirsoft.net/utils/muicache_view.html"],
    evidence_strength: None,
    evidence_caveats: &[],
    volatility: None,
    volatility_rationale: "",
};

pub(crate) static NIRSOFT_RECENTFILES_RECENTDOCS_KEY: ArtifactDescriptor = ArtifactDescriptor {
    id: "nirsoft_recentfiles_recentdocs_key",
    name: "RecentFilesView — RecentDocs Registry Key",
    artifact_type: ArtifactType::RegistryKey,
    hive: Some(HiveTarget::NtUser),
    key_path: "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\RecentDocs",
    value_name: None,
    file_path: None,
    scope: DataScope::User,
    os_scope: OsScope::Win7Plus,
    decoder: Decoder::Identity,
    meaning: "Registry key tracking recently opened documents — per-extension MRU lists. Parsed by NirSoft RecentFilesView.",
    mitre_techniques: &["T1083"],
    fields: &[],
    retention: None,
    triage_priority: TriagePriority::Medium,
    related_artifacts: &[],
    sources: &["https://www.nirsoft.net/utils/recent_files_view.html"],
    evidence_strength: None,
    evidence_caveats: &[],
    volatility: None,
    volatility_rationale: "",
};

pub(crate) static NIRSOFT_WIFI_HISTORY_PROFILES_DIR: ArtifactDescriptor = ArtifactDescriptor {
    id: "nirsoft_wifi_history_profiles_dir",
    name: "WifiHistoryView — WLAN Profiles Directory",
    artifact_type: ArtifactType::Directory,
    hive: None,
    key_path: "",
    value_name: None,
    file_path: Some("%SystemRoot%\\System32\\wlansvc\\Profiles\\Interfaces"),
    scope: DataScope::Mixed,
    os_scope: OsScope::Win7Plus,
    decoder: Decoder::Identity,
    meaning: "WLAN XML profile files listing previously connected Wi-Fi networks (includes SSID). Parsed by NirSoft WifiHistoryView.",
    mitre_techniques: &["T1049"],
    fields: &[],
    retention: None,
    triage_priority: TriagePriority::Medium,
    related_artifacts: &[],
    sources: &["https://www.nirsoft.net/utils/wifi_history_view.html"],
    evidence_strength: None,
    evidence_caveats: &[],
    volatility: None,
    volatility_rationale: "",
};

pub(crate) static NIRSOFT_NETWORK_PASSWORDS_CRED_DIR: ArtifactDescriptor = ArtifactDescriptor {
    id: "nirsoft_network_passwords_cred_dir",
    name: "NetworkPasswordRecovery — Credentials Store",
    artifact_type: ArtifactType::Directory,
    hive: None,
    key_path: "",
    value_name: None,
    file_path: Some("%APPDATA%\\Microsoft\\Credentials"),
    scope: DataScope::Mixed,
    os_scope: OsScope::Win7Plus,
    decoder: Decoder::Identity,
    meaning: "Windows Credential Manager store. May contain cached network passwords and domain credentials. Parsed by NirSoft NetworkPasswordRecovery.",
    mitre_techniques: &["T1555.004"],
    fields: &[],
    retention: None,
    triage_priority: TriagePriority::Critical,
    related_artifacts: &[],
    sources: &["https://www.nirsoft.net/utils/network_password_recovery.html"],
    evidence_strength: Some(crate::evidence::EvidenceStrength::Definitive),
    evidence_caveats: &["Encrypted browser passwords; key in OS credential store; timestamp shows last use"],
    volatility: Some(crate::volatility::VolatilityClass::Persistent),
    volatility_rationale: "Credential store persists until browser profile deletion",
};

pub(crate) static NIRSOFT_SAM_HIVE_REG: ArtifactDescriptor = ArtifactDescriptor {
    id: "nirsoft_sam_hive_reg",
    name: "SAM Hive — Account Database",
    artifact_type: ArtifactType::RegistryKey,
    hive: Some(HiveTarget::HklmSam),
    key_path: "SAM\\Domains\\Account\\Users",
    value_name: None,
    file_path: None,
    scope: DataScope::System,
    os_scope: OsScope::Win7Plus,
    decoder: Decoder::Identity,
    meaning: "SAM hive users sub-key contains NT/LM password hashes for local accounts. Relevant to NirSoft's password recovery tools.",
    mitre_techniques: &["T1003.002"],
    fields: &[],
    retention: None,
    triage_priority: TriagePriority::Critical,
    related_artifacts: &[],
    sources: &["https://www.nirsoft.net/utils/sam_password_recovery.html"],
    evidence_strength: Some(crate::evidence::EvidenceStrength::Definitive),
    evidence_caveats: &["Local account credential hashes; NTLM offline cracking risk"],
    volatility: Some(crate::volatility::VolatilityClass::Persistent),
    volatility_rationale: "SAM hive persists across reboots; protected in-use by Windows",
};

pub(crate) static NIRSOFT_REGISTRY_CHANGES_NTUSER: ArtifactDescriptor = ArtifactDescriptor {
    id: "nirsoft_registry_changes_ntuser",
    name: "RegistryChangesView — NTUSER.DAT",
    artifact_type: ArtifactType::File,
    hive: None,
    key_path: "",
    value_name: None,
    file_path: Some("%USERPROFILE%\\NTUSER.DAT"),
    scope: DataScope::Mixed,
    os_scope: OsScope::Win7Plus,
    decoder: Decoder::Identity,
    meaning: "User registry hive (NTUSER.DAT) — source for RegistryChangesView to diff registry before/after malware execution.",
    mitre_techniques: &["T1112"],
    fields: &[],
    retention: None,
    triage_priority: TriagePriority::High,
    related_artifacts: &[],
    sources: &["https://www.nirsoft.net/utils/registry_changes_view.html"],
    evidence_strength: None,
    evidence_caveats: &[],
    volatility: None,
    volatility_rationale: "",
};

pub(crate) static NIRSOFT_OPENED_FILES_VIEW_HANDLE: ArtifactDescriptor = ArtifactDescriptor {
    id: "nirsoft_opened_files_view_handle",
    name: "OpenedFilesView — Open File Handles",
    artifact_type: ArtifactType::File,
    hive: None,
    key_path: "",
    value_name: None,
    file_path: Some("\\\\.\\PhysicalDrive0"),
    scope: DataScope::Mixed,
    os_scope: OsScope::Win7Plus,
    decoder: Decoder::Identity,
    meaning: "NirSoft OpenedFilesView queries the OS for open file handles — live artifact useful during triage to identify locked files.",
    mitre_techniques: &["T1083"],
    fields: &[],
    retention: None,
    triage_priority: TriagePriority::Medium,
    related_artifacts: &[],
    sources: &["https://www.nirsoft.net/utils/opened_files_view.html"],
    evidence_strength: None,
    evidence_caveats: &[],
    volatility: None,
    volatility_rationale: "",
};

pub(crate) static NIRSOFT_PROCESS_ACTIVITY_PREFETCH: ArtifactDescriptor = ArtifactDescriptor {
    id: "nirsoft_process_activity_prefetch",
    name: "ProcessActivityView — Prefetch Files",
    artifact_type: ArtifactType::Directory,
    hive: None,
    key_path: "",
    value_name: None,
    file_path: Some("%SystemRoot%\\Prefetch\\*.pf"),
    scope: DataScope::Mixed,
    os_scope: OsScope::Win7Plus,
    decoder: Decoder::Identity,
    meaning: "Windows Prefetch files used by NirSoft ProcessActivityView to reconstruct process execution history.",
    mitre_techniques: &["T1059"],
    fields: &[],
    retention: None,
    triage_priority: TriagePriority::High,
    related_artifacts: &[],
    sources: &["https://www.nirsoft.net/utils/process_activity_view.html"],
    evidence_strength: None,
    evidence_caveats: &[],
    volatility: None,
    volatility_rationale: "",
};

pub(crate) static NIRSOFT_INSTALLED_CODEC_AUDIO: ArtifactDescriptor = ArtifactDescriptor {
    id: "nirsoft_installed_codec_audio",
    name: "InstalledCodec — Audio/Video Codec Registry",
    artifact_type: ArtifactType::RegistryKey,
    hive: Some(HiveTarget::HklmSoftware),
    key_path: "Microsoft\\Windows NT\\CurrentVersion\\Drivers32",
    value_name: None,
    file_path: None,
    scope: DataScope::System,
    os_scope: OsScope::Win7Plus,
    decoder: Decoder::Identity,
    meaning: "Audio/video codec registrations — sometimes abused for persistence (DLL hijacking via codec paths). Documented by NirSoft InstalledCodec.",
    mitre_techniques: &["T1546"],
    fields: &[],
    retention: None,
    triage_priority: TriagePriority::Medium,
    related_artifacts: &[],
    sources: &["https://www.nirsoft.net/utils/installed_codec.html"],
    evidence_strength: None,
    evidence_caveats: &[],
    volatility: None,
    volatility_rationale: "",
};

pub(crate) static NIRSOFT_STARTUP_RUN_HKLM_RUN: ArtifactDescriptor = ArtifactDescriptor {
    id: "nirsoft_startup_run_hklm_run",
    name: "Startup Run — HKLM Run Key",
    artifact_type: ArtifactType::RegistryKey,
    hive: Some(HiveTarget::HklmSoftware),
    key_path: "Microsoft\\Windows\\CurrentVersion\\Run",
    value_name: None,
    file_path: None,
    scope: DataScope::System,
    os_scope: OsScope::Win7Plus,
    decoder: Decoder::Identity,
    meaning: "System-wide Run key — programs listed here launch for all users at logon. A primary persistence mechanism documented by NirSoft StartupRun.",
    mitre_techniques: &["T1547.001"],
    fields: &[],
    retention: None,
    triage_priority: TriagePriority::High,
    related_artifacts: &[],
    sources: &["https://www.nirsoft.net/utils/startup_run_view.html"],
    evidence_strength: None,
    evidence_caveats: &[],
    volatility: None,
    volatility_rationale: "",
};

pub(crate) static NIRSOFT_STARTUP_RUN_HKCU_RUN: ArtifactDescriptor = ArtifactDescriptor {
    id: "nirsoft_startup_run_hkcu_run",
    name: "Startup Run — HKCU Run Key",
    artifact_type: ArtifactType::RegistryKey,
    hive: Some(HiveTarget::NtUser),
    key_path: "Software\\Microsoft\\Windows\\CurrentVersion\\Run",
    value_name: None,
    file_path: None,
    scope: DataScope::User,
    os_scope: OsScope::Win7Plus,
    decoder: Decoder::Identity,
    meaning: "Per-user Run key — programs listed here launch when the current user logs on. Common persistence mechanism.",
    mitre_techniques: &["T1547.001"],
    fields: &[],
    retention: None,
    triage_priority: TriagePriority::High,
    related_artifacts: &[],
    sources: &["https://www.nirsoft.net/utils/startup_run_view.html"],
    evidence_strength: None,
    evidence_caveats: &[],
    volatility: None,
    volatility_rationale: "",
};

pub(crate) static NIRSOFT_APP_CRASH_DUMPS_DIR: ArtifactDescriptor = ArtifactDescriptor {
    id: "nirsoft_app_crash_dumps_dir",
    name: "AppCrashView — Crash Dump Directory",
    artifact_type: ArtifactType::Directory,
    hive: None,
    key_path: "",
    value_name: None,
    file_path: Some("%LOCALAPPDATA%\\CrashDumps"),
    scope: DataScope::Mixed,
    os_scope: OsScope::Win7Plus,
    decoder: Decoder::Identity,
    meaning: "Application crash dump files. May contain credential material or memory forensics artefacts. Listed by NirSoft AppCrashView.",
    mitre_techniques: &["T1003"],
    fields: &[],
    retention: None,
    triage_priority: TriagePriority::Medium,
    related_artifacts: &[],
    sources: &["https://www.nirsoft.net/utils/app_crash_view.html"],
    evidence_strength: None,
    evidence_caveats: &[],
    volatility: None,
    volatility_rationale: "",
};

// ── Generated entries (22) ─────────────────────────────────────────────────
// pub(crate) static GENERATED_NIRSOFT_ENTRIES: &[&ArtifactDescriptor] = &[
//     &NIRSOFT_LAST_ACTIVITY_RECENT_ITEMS,
//     &NIRSOFT_BROWSING_HISTORY_CHROME,
//     &NIRSOFT_BROWSING_HISTORY_FIREFOX,
//     &NIRSOFT_NETWORK_CONNECT_LOG,
//     &NIRSOFT_USBDEVIEW_ENUM_USB,
//     &NIRSOFT_USBDEVIEW_ENUM_USBSTOR,
//     &NIRSOFT_SHELLBAGS_USRCLASS_BAGS,
//     &NIRSOFT_SHELLBAGS_NTUSER_BAGS,
//     &NIRSOFT_JUMPLISTS_AUTOMATIC_DESTINATIONS,
//     &NIRSOFT_JUMPLISTS_CUSTOM_DESTINATIONS,
//     &NIRSOFT_MUICACHE_LOCAL_SETTINGS,
//     &NIRSOFT_RECENTFILES_RECENTDOCS_KEY,
//     &NIRSOFT_WIFI_HISTORY_PROFILES_DIR,
//     &NIRSOFT_NETWORK_PASSWORDS_CRED_DIR,
//     &NIRSOFT_SAM_HIVE_REG,
//     &NIRSOFT_REGISTRY_CHANGES_NTUSER,
//     &NIRSOFT_OPENED_FILES_VIEW_HANDLE,
//     &NIRSOFT_PROCESS_ACTIVITY_PREFETCH,
//     &NIRSOFT_INSTALLED_CODEC_AUDIO,
//     &NIRSOFT_STARTUP_RUN_HKLM_RUN,
//     &NIRSOFT_STARTUP_RUN_HKCU_RUN,
//     &NIRSOFT_APP_CRASH_DUMPS_DIR,
// ];