-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication.json
More file actions
925 lines (925 loc) · 33.9 KB
/
application.json
File metadata and controls
925 lines (925 loc) · 33.9 KB
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
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
{
"dataset": {
"name": "EID Quick Reference - Application",
"version": "1.9.0",
"generatedAt": "2026-05-10T00:00:00Z",
"id": "https://raw.githubusercontent.com/zerber0s/windows-eid-data/main/application.json",
"schema": "https://raw.githubusercontent.com/zerber0s/windows-eid-data/main/schema.json",
"license": {
"name": "Creative Commons Attribution 4.0 International",
"spdx": "CC-BY-4.0",
"notice": "Event descriptions are paraphrased summaries written for this dataset. Source links point to authoritative references."
},
"sources": [
{
"name": "Microsoft Learn",
"url": "https://learn.microsoft.com/",
"type": "primary"
}
]
},
"entries": [
{
"id": 1000,
"log": "Application",
"provider": "Application Error",
"channel": "Application",
"level": "Error",
"title": "Application Error",
"summary": "Application crashed.",
"details": "Generated when an application crashes. Records the faulting application name, faulting module name, exception code, and faulting module base address. ExceptionCode 0xc0000005 (access violation) is the most common crash type; 0xc000001d (illegal instruction) may indicate shellcode or ROP chain execution. A faulting module name of UNKNOWN or an offset far outside a known module's address range can indicate exploitation.",
"category": "Application Crash",
"tags": [
"crash",
"application-error",
"exploit-detection"
],
"relatedEventIds": [
{
"id": 1001,
"log": "Application"
},
{
"id": 1002,
"log": "Application"
}
],
"mitreAttack": [
{
"techniqueId": "T1203",
"techniqueName": "Exploitation for Client Execution",
"tactics": [
{
"tacticId": "TA0002",
"tacticName": "Execution"
}
]
}
],
"notesGuidance": {
"investigationPivots": [
"FaultingModuleName of UNKNOWN or ntdll.dll with an unusual offset may indicate shellcode execution",
"ExceptionCode 0xc000001d (illegal instruction) or 0xc0000409 (stack buffer overrun) are higher-fidelity exploitation indicators than 0xc0000005",
"Check FaultingApplicationName against the known software inventory — crashes in unexpected processes warrant investigation",
"Correlate with EID 1001 for WER bucket data and Security EID 4688 for process creation context"
],
"commonFalsePositives": [
"Legitimate software bugs causing crashes",
"Third-party applications crashing due to OS compatibility issues or missing dependencies"
]
},
"keyFields": [
{
"name": "FaultingApplicationName",
"xpath": "EventData/Data[@Name='FaultingApplicationName']",
"description": "Name of the application that crashed"
},
{
"name": "FaultingModuleName",
"xpath": "EventData/Data[@Name='FaultingModuleName']",
"description": "Module responsible for the crash; UNKNOWN may indicate exploitation"
},
{
"name": "ExceptionCode",
"xpath": "EventData/Data[@Name='ExceptionCode']",
"description": "Exception type (e.g., 0xc0000005 = access violation, 0xc000001d = illegal instruction)"
},
{
"name": "FaultingModuleBaseAddress",
"xpath": "EventData/Data[@Name='FaultingModuleBaseAddress']",
"description": "Base address of the faulting module"
}
],
"source": {
"name": "Microsoft Learn",
"url": "https://learn.microsoft.com/en-us/windows/win32/wer/windows-error-reporting"
},
"volumeIndicator": "medium",
"windowsVersions": {
"minVersion": "Windows Vista / Server 2008"
},
"lastReviewed": "2026-04-02"
},
{
"id": 1001,
"log": "Application",
"provider": "Windows Error Reporting",
"channel": "Application",
"level": "Information",
"title": "Windows Error Reporting",
"summary": "WER fault bucket recorded.",
"details": "Generated by Windows Error Reporting following a crash (EID 1000) or hang (EID 1002). Contains the fault BucketId and problem signature fields (P1-P8) which identify the crash type and faulting component. BucketId can be used to identify identical crashes across multiple systems. FaultBucketType distinguishes crash bucket types. Typically logged a few seconds after the triggering event.",
"category": "Application Crash",
"tags": [
"crash",
"wer",
"application-error"
],
"relatedEventIds": [
{
"id": 1000,
"log": "Application"
},
{
"id": 1002,
"log": "Application"
}
],
"mitreAttack": [
{
"techniqueId": "T1203",
"techniqueName": "Exploitation for Client Execution",
"tactics": [
{
"tacticId": "TA0002",
"tacticName": "Execution"
}
]
}
],
"notesGuidance": {
"investigationPivots": [
"BucketId can correlate the same crash signature across multiple hosts — useful for detecting a weaponized file distributed across the environment",
"P1–P8 signature fields identify the faulting module and exception type — match against EID 1000 for cross-validation",
"Timing relative to EID 1000 is typically seconds; a gap may indicate a delayed WER report or queued reporting"
],
"commonFalsePositives": [
"Any legitimate application crash generating a WER report"
]
},
"keyFields": [
{
"name": "BucketId",
"xpath": "EventData/Data[@Name='BucketId']",
"description": "Unique hash identifying this crash signature; same BucketId across hosts indicates an identical crash"
},
{
"name": "FaultBucketType",
"xpath": "EventData/Data[@Name='FaultBucketType']",
"description": "Type of fault bucket (crash, hang, etc.)"
}
],
"source": {
"name": "Microsoft Learn",
"url": "https://learn.microsoft.com/en-us/windows/win32/wer/windows-error-reporting"
},
"volumeIndicator": "medium",
"windowsVersions": {
"minVersion": "Windows Vista / Server 2008"
},
"lastReviewed": "2026-04-02"
},
{
"id": 1002,
"log": "Application",
"provider": "Application Hang",
"channel": "Application",
"level": "Error",
"title": "Application Hang",
"summary": "Application stopped responding.",
"details": "Generated when an application stops responding. The HangType field indicates whether the hang was detected by Windows (ghost window timeout) or triggered by the user terminating the process. A process hanging after code injection or payload execution may indicate a stuck or partially executed implant.",
"category": "Application Crash",
"tags": [
"hang",
"application-error"
],
"relatedEventIds": [
{
"id": 1000,
"log": "Application"
},
{
"id": 1001,
"log": "Application"
}
],
"notesGuidance": {
"investigationPivots": [
"HangType distinguishes a Windows-detected ghost window (UI hang) from a user-terminated process — user termination of an unexpected process warrants investigation",
"A hang in a known-good process (e.g., Word, Excel) immediately after opening a document may indicate exploit attempt",
"Correlate with Security EID 4688 to check what the hanging process was doing before it became unresponsive"
],
"commonFalsePositives": [
"Legitimate applications hanging due to resource exhaustion, deadlocks, or network timeouts",
"Long-running processes being terminated by users after perceived unresponsiveness"
]
},
"keyFields": [
{
"name": "HangingApplicationName",
"xpath": "EventData/Data[@Name='HangingApplicationName']",
"description": "Name of the application that stopped responding"
},
{
"name": "HangType",
"xpath": "EventData/Data[@Name='HangType']",
"description": "How the hang was detected (ghost window timeout vs. user termination)"
}
],
"source": {
"name": "Microsoft Learn",
"url": "https://learn.microsoft.com/en-us/windows/win32/wer/windows-error-reporting"
},
"volumeIndicator": "medium",
"windowsVersions": {
"minVersion": "Windows Vista / Server 2008"
},
"lastReviewed": "2026-04-02"
},
{
"id": 1023,
"log": "Application",
"provider": ".NET Runtime",
"channel": "Application",
"level": "Error",
"title": ".NET Runtime unhandled exception",
"summary": "The .NET CLR encountered an unhandled exception that terminated the application.",
"details": "Generated when a .NET application crashes due to an unhandled exception at the CLR level (separate from EID 1000, which is the Windows Application Error record). Records the faulting application name, exception type, message, and the managed stack trace. Malicious .NET-based tools sometimes crash during or after execution, leaving this event as a forensic artifact. The managed stack trace often contains function names or namespace paths that identify the tool. EID 1023 provides more detail than EID 1000 for managed-code crashes.",
"category": "Application Crash",
"tags": [
".net",
"clr",
"crash",
"execution",
"reflective-load"
],
"relatedEventIds": [
{
"id": 1000,
"log": "Application"
},
{
"id": 1026,
"log": "Application"
}
],
"mitreAttack": [
{
"techniqueId": "T1620",
"techniqueName": "Reflective Code Loading",
"tactics": [
{
"tacticId": "TA0005",
"tacticName": "Stealth"
}
]
}
],
"notesGuidance": {
"investigationPivots": [
"Review the managed stack trace in the event message for suspicious namespace/class names (e.g., Cobalt Strike artifacts, SharpXxx tool names)",
"Correlate the faulting process with EID 1 (Sysmon process create) to see parent process and command line",
"A crash in powershell.exe (LOLBAS Scripts), msbuild.exe, regasm.exe (LOLBAS Binaries), or other LOLBAS tools with a .NET stack trace is a high-priority indicator — these tools are commonly weaponized for in-memory .NET payload execution"
],
"commonFalsePositives": [
"Legitimate .NET application bugs causing unhandled exceptions",
"Compatibility issues with .NET framework version mismatches"
]
},
"keyFields": [
{
"name": "ApplicationName",
"xpath": "EventData/Data[@Name='ApplicationName']",
"description": "Name of the .NET application that crashed"
},
{
"name": "ExceptionType",
"xpath": "EventData/Data[@Name='ExceptionType']",
"description": "Full .NET exception type (e.g., System.BadImageFormatException)"
}
],
"source": {
"name": "Microsoft Learn",
"url": "https://learn.microsoft.com/en-us/dotnet/standard/exceptions/"
},
"volumeIndicator": "medium",
"windowsVersions": {
"minVersion": "Windows Vista / Server 2008"
},
"lastReviewed": "2026-05-10"
},
{
"id": 1026,
"log": "Application",
"provider": ".NET Runtime",
"channel": "Application",
"level": "Error",
"title": ".NET Runtime Unhandled Exception",
"summary": "Unhandled exception in a .NET application.",
"details": "Generated when a .NET application throws an unhandled exception and terminates. The event message contains the full exception type, message, and managed stack trace. Notable exception types include System.BadImageFormatException (malformed assembly load) and System.Security.SecurityException (permission block).",
"category": "Application Crash",
"tags": [
"dotnet",
"crash",
"exception"
],
"relatedEventIds": [
{
"id": 1000,
"log": "Application"
}
],
"mitreAttack": [
{
"techniqueId": "T1203",
"techniqueName": "Exploitation for Client Execution",
"tactics": [
{
"tacticId": "TA0002",
"tacticName": "Execution"
}
]
}
],
"notesGuidance": {
"investigationPivots": [
"Exception type is the primary pivot: System.Security.SecurityException may indicate AppLocker or WDAC blocking a .NET assembly",
"System.BadImageFormatException on an unexpected assembly path may indicate a failed reflective load or in-memory execution attempt",
"Stack trace namespaces that do not correspond to known installed software are a strong indicator of malicious .NET tooling",
"Correlate the faulting assembly path with file creation events to determine how it arrived on the system"
],
"commonFalsePositives": [
"Legitimate .NET applications with unhandled exceptions due to bugs or misconfiguration",
"Version mismatches between .NET runtime and application assemblies"
]
},
"keyFields": [
{
"name": "ExceptionType",
"xpath": "EventData/Data[@Name='ExceptionType']",
"description": "Full .NET exception type name"
},
{
"name": "ExceptionMessage",
"xpath": "EventData/Data[@Name='ExceptionMessage']",
"description": "Exception message text with details about the failure"
}
],
"source": {
"name": "Microsoft Learn",
"url": "https://learn.microsoft.com/en-us/windows/win32/wer/windows-error-reporting"
},
"volumeIndicator": "medium",
"windowsVersions": {
"minVersion": "Windows Vista / Server 2008"
},
"lastReviewed": "2026-04-02"
},
{
"id": 1033,
"log": "Application",
"provider": "MsiInstaller",
"channel": "Application",
"level": "Information",
"title": "Windows Installer: Installation Operation",
"summary": "MSI installation operation recorded.",
"details": "Generated when a Windows Installer installation operation occurs. Records ProductName, ProductVersion, and result code. Provides early visibility into install activity before the final outcome (EID 11707/11708) is known.",
"category": "Software Installation",
"tags": [
"msi",
"install",
"software"
],
"relatedEventIds": [
{
"id": 11707,
"log": "Application"
},
{
"id": 11708,
"log": "Application"
}
],
"mitreAttack": [
{
"techniqueId": "T1072",
"techniqueName": "Software Deployment Tools",
"tactics": [
{
"tacticId": "TA0002",
"tacticName": "Execution"
}
]
}
],
"notesGuidance": {
"investigationPivots": [
"ProductName against an approved software inventory — unexpected products warrant investigation",
"Correlate timestamp with Security EID 4624 and 4688 to identify the account and process that initiated the install",
"Installation outside approved change windows or on systems that should not receive new software is a priority alert"
],
"commonFalsePositives": [
"Legitimate software installations performed by IT or automated patch management",
"Software self-update mechanisms triggering silent installs"
]
},
"keyFields": [
{
"name": "ProductName",
"xpath": "EventData/Data[@Name='ProductName']",
"description": "Name of the product being installed"
},
{
"name": "ProductVersion",
"xpath": "EventData/Data[@Name='ProductVersion']",
"description": "Version of the product being installed"
}
],
"source": {
"name": "Microsoft Learn",
"url": "https://learn.microsoft.com/en-us/windows/win32/msi/event-logging"
},
"volumeIndicator": "low",
"windowsVersions": {
"minVersion": "Windows Vista / Server 2008"
},
"lastReviewed": "2026-04-02"
},
{
"id": 1034,
"log": "Application",
"provider": "MsiInstaller",
"channel": "Application",
"level": "Information",
"title": "Windows Installer: Removal Operation",
"summary": "MSI product removal operation recorded.",
"details": "Generated when a Windows Installer removal operation occurs. Records the product being removed. Pairs with EID 11724 for confirmation of successful removal.",
"category": "Software Installation",
"tags": [
"msi",
"uninstall",
"software",
"defense-evasion"
],
"relatedEventIds": [
{
"id": 11724,
"log": "Application"
}
],
"mitreAttack": [
{
"techniqueId": "T1070",
"techniqueName": "Indicator Removal",
"tactics": [
{
"tacticId": "TA0005",
"tacticName": "Stealth"
}
]
}
],
"notesGuidance": {
"investigationPivots": [
"ProductName is the critical field — cross-reference against a list of installed security tools (AV, EDR, logging agents)",
"Correlate with Security EID 4688 to identify the process that called msiexec.exe for the removal",
"Removal of a security product immediately before or after other suspicious activity is a high-confidence defense evasion indicator"
],
"commonFalsePositives": [
"IT-initiated software removal during offboarding or refresh cycles",
"Vendor-initiated silent updates that remove and reinstall components"
]
},
"keyFields": [
{
"name": "ProductName",
"xpath": "EventData/Data[@Name='ProductName']",
"description": "Name of the product being removed"
}
],
"source": {
"name": "Microsoft Learn",
"url": "https://learn.microsoft.com/en-us/windows/win32/msi/event-logging"
},
"volumeIndicator": "low",
"windowsVersions": {
"minVersion": "Windows Vista / Server 2008"
},
"lastReviewed": "2026-05-10"
},
{
"id": 8193,
"log": "Application",
"provider": "VSS",
"channel": "Application",
"level": "Error",
"title": "Volume Shadow Copy Service error",
"summary": "The Volume Shadow Copy Service encountered an error during an operation.",
"details": "Generated by the Windows Volume Shadow Copy Service (VSS) when a snapshot operation fails, is aborted, or encounters an error. Records the specific VSS operation that failed, the error code, and context about which writer or provider encountered the issue. Most ransomware variants delete shadow copies as part of their pre-encryption routine, which triggers VSS errors as the service is disrupted.",
"category": "Volume Shadow Copy",
"tags": [
"vss",
"shadow-copy",
"ransomware",
"backup",
"impact"
],
"relatedEventIds": [
{
"id": 8194,
"log": "Application"
},
{
"id": 8196,
"log": "Application"
}
],
"mitreAttack": [
{
"techniqueId": "T1490",
"techniqueName": "Inhibit System Recovery",
"tactics": [
{
"tacticId": "TA0040",
"tacticName": "Impact"
}
]
}
],
"notesGuidance": {
"investigationPivots": [
"Multiple VSS errors in rapid succession are a strong ransomware pre-encryption indicator — correlate with process execution events immediately before",
"Check for vssadmin.exe, wbadmin.exe, or wmic.exe in process creation logs (EID 4688 or Sysmon EID 1) around the same timestamp",
"VSS errors during business hours on multiple endpoints simultaneously suggest coordinated ransomware execution"
],
"commonFalsePositives": [
"Backup software conflicts with VSS writers during scheduled backup operations",
"Disk space exhaustion causing VSS snapshot operations to fail"
]
},
"source": {
"name": "Microsoft Learn",
"url": "https://learn.microsoft.com/en-us/windows-server/storage/file-server/volume-shadow-copy-service"
},
"volumeIndicator": "low",
"windowsVersions": {
"minVersion": "Windows Vista / Server 2008"
},
"lastReviewed": "2026-04-04"
},
{
"id": 8194,
"log": "Application",
"provider": "VSS",
"channel": "Application",
"level": "Error",
"title": "Volume Shadow Copy Service backup failure",
"summary": "The Volume Shadow Copy Service failed during a backup operation.",
"details": "Generated when VSS fails during the backup phase of a snapshot operation, typically because a VSS writer reported an error or because the snapshot was aborted. Records the failing writer name, the error context, and the operation that was attempted. This event is valuable for both security monitoring and operational visibility into backup health.",
"category": "Volume Shadow Copy",
"tags": [
"vss",
"shadow-copy",
"backup",
"ransomware",
"impact"
],
"relatedEventIds": [
{
"id": 8193,
"log": "Application"
},
{
"id": 8196,
"log": "Application"
}
],
"mitreAttack": [
{
"techniqueId": "T1490",
"techniqueName": "Inhibit System Recovery",
"tactics": [
{
"tacticId": "TA0040",
"tacticName": "Impact"
}
]
}
],
"notesGuidance": {
"investigationPivots": [
"Correlate EID 8193/8194/8196 as a cluster — ransomware typically triggers all three in rapid succession",
"Check the writer name — 'System Writer', 'ASR Writer', or 'Registry Writer' failures indicate system-level backup disruption",
"Use process creation events around the VSS failure time to identify the process that initiated the deletion"
],
"commonFalsePositives": [
"Application-specific VSS writer failures during software updates or service restarts",
"Backup window conflicts where multiple backup applications attempt concurrent snapshots"
]
},
"source": {
"name": "Microsoft Learn",
"url": "https://learn.microsoft.com/en-us/windows-server/storage/file-server/volume-shadow-copy-service"
},
"volumeIndicator": "low",
"windowsVersions": {
"minVersion": "Windows Vista / Server 2008"
},
"lastReviewed": "2026-04-04"
},
{
"id": 8196,
"log": "Application",
"provider": "VSS",
"channel": "Application",
"level": "Error",
"title": "Volume Shadow Copy Service provider error",
"summary": "A VSS hardware or software provider encountered an error.",
"details": "Generated when a VSS provider (software or hardware) reports an error during snapshot creation or management. Records the provider name, the error code, and the operation context. Along with EIDs 8193 and 8194, this event is part of the VSS error cluster associated with shadow copy deletion. Provider-level errors can also indicate storage hardware issues.",
"category": "Volume Shadow Copy",
"tags": [
"vss",
"shadow-copy",
"provider",
"ransomware",
"impact"
],
"relatedEventIds": [
{
"id": 8193,
"log": "Application"
},
{
"id": 8194,
"log": "Application"
}
],
"mitreAttack": [
{
"techniqueId": "T1490",
"techniqueName": "Inhibit System Recovery",
"tactics": [
{
"tacticId": "TA0040",
"tacticName": "Impact"
}
]
}
],
"notesGuidance": {
"investigationPivots": [
"The cluster of EID 8193 + 8194 + 8196 within seconds of each other is the canonical ransomware pre-encryption VSS signature",
"Correlate with Sysmon EID 1 process creation for vssadmin.exe, wbadmin.exe, bcdedit.exe in the same timeframe",
"Alert on this cluster appearing outside of scheduled backup windows"
],
"commonFalsePositives": [
"Hardware storage provider failures on SAN/NAS environments",
"Third-party backup agent provider failures during normal backup operations"
]
},
"source": {
"name": "Microsoft Learn",
"url": "https://learn.microsoft.com/en-us/windows-server/storage/file-server/volume-shadow-copy-service"
},
"volumeIndicator": "low",
"windowsVersions": {
"minVersion": "Windows Vista / Server 2008"
},
"lastReviewed": "2026-04-04"
},
{
"id": 8224,
"log": "Application",
"provider": "VSS",
"channel": "Application",
"level": "Information",
"title": "Volume Shadow Copy Service stopped",
"summary": "The Volume Shadow Copy Service stopped.",
"details": "Generated when the Volume Shadow Copy Service process exits. Under normal conditions VSS stops after completing a backup or snapshot operation and restarts on demand. This event is part of the VSS error cluster (EIDs 8193, 8194, 8196, 8224) that fires when shadow copy operations are disrupted.",
"category": "Volume Shadow Copy",
"tags": [
"vss",
"shadow-copy",
"ransomware",
"impact",
"service-stop"
],
"relatedEventIds": [
{
"id": 8193,
"log": "Application"
},
{
"id": 8194,
"log": "Application"
},
{
"id": 8196,
"log": "Application"
}
],
"mitreAttack": [
{
"techniqueId": "T1490",
"techniqueName": "Inhibit System Recovery",
"tactics": [
{
"tacticId": "TA0040",
"tacticName": "Impact"
}
]
}
],
"notesGuidance": {
"investigationPivots": [
"The ransomware VSS signature is 8193 + 8194 + 8196 + 8224 within seconds — any subset of this cluster is sufficient to trigger investigation",
"Check process creation logs for vssadmin.exe delete shadows, wbadmin delete catalog, wmic shadowcopy delete, or bcdedit /set recoveryenabled no in the same timeframe",
"Correlate with Sysmon EID 11 file creation events for mass .encrypted/.locked extension renames immediately after VSS stop"
],
"commonFalsePositives": [
"Normal VSS service lifecycle — stops after completing legitimate backup or snapshot operations",
"Backup software explicitly stopping VSS after its snapshot window completes"
]
},
"source": {
"name": "Microsoft Learn",
"url": "https://learn.microsoft.com/en-us/windows-server/storage/file-server/volume-shadow-copy-service"
},
"volumeIndicator": "low",
"windowsVersions": {
"minVersion": "Windows Vista / Server 2008"
},
"lastReviewed": "2026-04-04"
},
{
"id": 11707,
"log": "Application",
"provider": "MsiInstaller",
"channel": "Application",
"level": "Information",
"title": "Windows Installer: Installation Completed Successfully",
"summary": "MSI product installation succeeded.",
"details": "Generated when a Windows Installer product installation completes successfully. Final confirmation of a successful install. The ProductName field identifies the installed product.",
"category": "Software Installation",
"tags": [
"msi",
"install",
"software"
],
"relatedEventIds": [
{
"id": 1033,
"log": "Application"
},
{
"id": 11708,
"log": "Application"
}
],
"mitreAttack": [
{
"techniqueId": "T1072",
"techniqueName": "Software Deployment Tools",
"tactics": [
{
"tacticId": "TA0002",
"tacticName": "Execution"
}
]
}
],
"notesGuidance": {
"investigationPivots": [
"Confirms installation success — pair with EID 1033 to establish the full install timeline",
"Correlate ProductName with software inventory; presence of unknown or dual-use tools (e.g., remote access software) is a priority alert",
"Check the installing account context via concurrent Security EID 4624/4688 events"
],
"commonFalsePositives": [
"Legitimate software installations by IT or automated deployment systems"
]
},
"keyFields": [
{
"name": "ProductName",
"xpath": "EventData/Data[@Name='ProductName']",
"description": "Name of the product that was successfully installed"
}
],
"source": {
"name": "Microsoft Learn",
"url": "https://learn.microsoft.com/en-us/windows/win32/msi/event-logging"
},
"volumeIndicator": "low",
"windowsVersions": {
"minVersion": "Windows Vista / Server 2008"
},
"lastReviewed": "2026-04-02"
},
{
"id": 11708,
"log": "Application",
"provider": "MsiInstaller",
"channel": "Application",
"level": "Error",
"title": "Windows Installer: Installation Failed",
"summary": "MSI product installation failed.",
"details": "Generated when a Windows Installer product installation fails. Can indicate a tampered or unsigned package, insufficient privileges, AppLocker/WDAC blocking, or a corrupted installer.",
"category": "Software Installation",
"tags": [
"msi",
"install",
"failure",
"software"
],
"relatedEventIds": [
{
"id": 1033,
"log": "Application"
},
{
"id": 11707,
"log": "Application"
}
],
"notesGuidance": {
"investigationPivots": [
"Repeated failures for the same ProductName may indicate an attacker retrying a blocked payload installation",
"Correlate with AppLocker or WDAC event logs to determine if a policy blocked the install",
"Check the installing account — failure due to insufficient privileges from an unexpected account is suspicious"
],
"commonFalsePositives": [
"Failed installs due to missing dependencies, disk space, or user-cancelled prompts",
"Installers failing due to version conflicts with existing software"
]
},
"keyFields": [
{
"name": "ProductName",
"xpath": "EventData/Data[@Name='ProductName']",
"description": "Name of the product whose installation failed"
}
],
"source": {
"name": "Microsoft Learn",
"url": "https://learn.microsoft.com/en-us/windows/win32/msi/event-logging"
},
"volumeIndicator": "low",
"windowsVersions": {
"minVersion": "Windows Vista / Server 2008"
},
"lastReviewed": "2026-04-02"
},
{
"id": 11724,
"log": "Application",
"provider": "MsiInstaller",
"channel": "Application",
"level": "Information",
"title": "Windows Installer: Removal Completed Successfully",
"summary": "MSI product removal succeeded.",
"details": "Generated when a Windows Installer product removal completes successfully. The ProductName field identifies the removed product.",
"category": "Software Installation",
"tags": [
"msi",
"uninstall",
"software",
"defense-evasion"
],
"relatedEventIds": [
{
"id": 1034,
"log": "Application"
}
],
"mitreAttack": [
{
"techniqueId": "T1070",
"techniqueName": "Indicator Removal",
"tactics": [
{
"tacticId": "TA0005",
"tacticName": "Stealth"
}
]
}
],
"notesGuidance": {
"investigationPivots": [
"Cross-reference ProductName against a list of security tools — confirmed removal of defensive software requires immediate escalation",
"Correlate with EID 1034 to establish the full removal timeline",
"Identify the account and process via concurrent Security EID 4624/4688 events"
],
"commonFalsePositives": [
"Routine software removal by IT during system refresh or decommission",
"Vendor silent updates that remove old versions before installing new ones"
]
},
"keyFields": [
{
"name": "ProductName",
"xpath": "EventData/Data[@Name='ProductName']",
"description": "Name of the product that was successfully removed"
}
],
"source": {
"name": "Microsoft Learn",
"url": "https://learn.microsoft.com/en-us/windows/win32/msi/event-logging"
},
"volumeIndicator": "low",
"windowsVersions": {
"minVersion": "Windows Vista / Server 2008"
},
"lastReviewed": "2026-05-10"
}
]
}