mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
story namne
This commit is contained in:
@@ -6,10 +6,10 @@ author: Teoderick Contreras, Splunk
|
||||
type: batch
|
||||
datamodel:
|
||||
- Endpoint
|
||||
description: this search is to detect powershell command to delete shadow copy using wmic powershell module.
|
||||
description: This search is to detect powershell command to delete shadow copy using wmic powershell module.
|
||||
This technique was seen in darkside ransomware where it will execute a child process powershell to execute an hex encoded
|
||||
command to delete shadow copy. This hex encoded command was able to decrypt by powershell log.
|
||||
search: '`powershell` EventCode=4104 Message= "*ShadowCopy*" Message = "*Delete*"
|
||||
search: '`powershell` EventCode=4104 Message= "*ShadowCopy*" Message = "*Delete*" |
|
||||
stats count min(_time) as firstTime max(_time) as lastTime by EventCode Message ComputerName User
|
||||
| `security_content_ctime(firstTime)`
|
||||
| `security_content_ctime(lastTime)`
|
||||
@@ -21,7 +21,7 @@ references:
|
||||
- https://www.fireeye.com/blog/threat-research/2021/05/shining-a-light-on-darkside-ransomware-operations.html
|
||||
tags:
|
||||
analytic_story:
|
||||
- Ransomware
|
||||
- DarkSide Ransomware
|
||||
kill_chain_phases:
|
||||
- Exploitation
|
||||
mitre_attack_id:
|
||||
|
||||
Reference in New Issue
Block a user