SigmaHQ/wazuh/rules/sigma_win_lsass_dump.yml

16 lines
736 B
YAML
Raw Permalink Normal View History

2020-12-02 22:43:30 +00:00
alert:
- debug
description: Detect creation of dump files containing the memory space of lsass.exe, which contains sensitive credentials. Identifies usage of Sysinternals procdump.exe to export the memory space of lsass.exe which contains sensitive credentials.
filter:
- query:
query_string:
query: (((data.win.eventdata.commandLine.keyword:*lsass* AND data.win.eventdata.commandLine.keyword:*.dmp*) AND (NOT (data.win.eventdata.image.keyword:*\\werfault.exe))) OR (data.win.eventdata.image.keyword:*\\procdump* AND data.win.eventdata.image.keyword:*.exe AND data.win.eventdata.commandLine.keyword:*lsass*))
index: wazuh-alerts-3.x-*
name: ffa6861c-4461-4f59-8a41-578c39f3f23e_0
priority: 2
realert:
minutes: 0
type: any