fixing wrong field name

This commit is contained in:
mvelazco
2022-06-01 13:40:06 -04:00
parent e3b816088b
commit f4cd60d8b5
@@ -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