mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Branch was auto-updated.
This commit is contained in:
+4
-3
@@ -1,9 +1,9 @@
|
||||
name: Rundll32 LockWorkStation
|
||||
id: fa90f372-f91d-11eb-816c-acde48001122
|
||||
version: 1
|
||||
version: 2
|
||||
date: '2021-08-09'
|
||||
author: Teoderick Contreras, Splunk
|
||||
type: Investigation
|
||||
type: Anomaly
|
||||
datamodel:
|
||||
- Endpoint
|
||||
description: This search is to detect a suspicious rundll32 commandline to lock the
|
||||
@@ -46,7 +46,7 @@ tags:
|
||||
role:
|
||||
- Victim
|
||||
- name: SourceImage
|
||||
type: process name
|
||||
type: Process Name
|
||||
role:
|
||||
- Attacker
|
||||
product:
|
||||
@@ -65,3 +65,4 @@ tags:
|
||||
- Processes.parent_process_id
|
||||
risk_score: 25
|
||||
security_domain: endpoint
|
||||
asset_type: Endpoint
|
||||
@@ -0,0 +1,12 @@
|
||||
name: Rundll32 LockWorkStation Unit Test
|
||||
tests:
|
||||
- name: Rundll32 LockWorkStation
|
||||
file: endpoint/rundll32_lockworkstation.yml
|
||||
pass_condition: '| stats count | where count > 0'
|
||||
earliest_time: -24h
|
||||
latest_time: now
|
||||
attack_data:
|
||||
- file_name: windows-sysmon.log
|
||||
data: https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/malware/conti/conti_leak/windows-sysmon.log
|
||||
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
|
||||
sourcetype: xmlwineventlog
|
||||
Reference in New Issue
Block a user