Branch was auto-updated.

This commit is contained in:
Bhavin Patel
2024-12-10 09:52:49 -08:00
committed by GitHub
@@ -1,7 +1,7 @@
name: Known Services Killed by Ransomware
id: 3070f8e0-c528-11eb-b2a0-acde48001122
version: '6'
date: '2024-11-28'
version: 7
date: '2024-12-09'
author: Teoderick Contreras, Splunk
status: production
type: TTP
@@ -18,8 +18,8 @@ data_source:
search: '`wineventlog_system` EventCode=7036 param1 IN ("*Volume Shadow Copy*","*VSS*",
"*backup*", "*sophos*", "*sql*", "*memtas*", "*mepocs*", "*veeam*", "*svc$*", "DefWatch",
"ccEvtMgr", "ccSetMgr", "SavRoam", "RTVscan", "QBFCService", "QBIDPService", "Intuit.QuickBooks.FCS",
"QBCFMonitorService" "YooBackup", "YooIT", "*Veeam*", "PDVFSService", "BackupExecVSSProvider",
"BackupExecAgentAccelerator", "BackupExec*", "WdBoot", "WdFilter", "WdNisDrv", "WdNisSvc",
"QBCFMonitorService", "YooBackup", "YooIT", "*Veeam*", "PDVFSService", "BackupExec*",
"WdBoot", "WdFilter", "WdNisDrv", "WdNisSvc",
"WinDefend", "wscsvc", "Sense", "sppsvc", "SecurityHealthService") param2="stopped"
| stats count min(_time) as firstTime max(_time) as lastTime by EventCode param1
dest | `security_content_ctime(lastTime)` | `security_content_ctime(firstTime)`