mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
fixing wrong field name
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
name: Windows InstallUtil Credential Theft
|
||||
id: ccfeddec-43ec-11ec-b494-acde48001122
|
||||
version: 1
|
||||
date: '2021-11-12'
|
||||
author: Michael Haag, Splunk
|
||||
version: 2
|
||||
date: '2022-06-01'
|
||||
author: Michael Haag, Mauricio Velazo, Splunk
|
||||
type: TTP
|
||||
datamodel:
|
||||
- Endpoint
|
||||
@@ -23,7 +23,7 @@ description: 'The following analytic identifies the Windows InstallUtil.exe bina
|
||||
processes. Capture any artifacts and review further.'
|
||||
search: '`sysmon` EventCode=7 process_name=installutil.exe ImageLoaded IN ("*\\samlib.dll",
|
||||
"*\\vaultcli.dll") | stats count min(_time) as firstTime max(_time) as lastTime
|
||||
by Computer, process_name, ImageLoaded, OriginalFileName, process_id | rename Computer
|
||||
by Computer, process_name, ImageLoaded, OriginalFileName, ProcessId | rename Computer
|
||||
as dest | `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)`
|
||||
| `windows_installutil_credential_theft_filter`'
|
||||
how_to_implement: To successfully implement this search, you need to be ingesting
|
||||
|
||||
Reference in New Issue
Block a user