mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 09:25:17 +00:00
16 lines
534 B
YAML
16 lines
534 B
YAML
|
alert:
|
||
|
- debug
|
||
|
description: Detects a suspicious execution of csc.exe, which uses a source in a suspicious folder (e.g. AppData)
|
||
|
filter:
|
||
|
- query:
|
||
|
query_string:
|
||
|
query: ((data.win.eventdata.image.keyword:*\\csc.exe AND data.win.eventdata.commandLine.keyword:(*\\AppData\\* OR *\\Windows\\Temp\\*)) AND (NOT (data.win.eventdata.parentImage.keyword:(C\:\\Program\ Files* OR *\\sdiagnhost.exe OR *\\w3wp.exe))))
|
||
|
index: wazuh-alerts-3.x-*
|
||
|
name: dcaa3f04-70c3-427a-80b4-b870d73c94c4_0
|
||
|
priority: 2
|
||
|
realert:
|
||
|
minutes: 0
|
||
|
type: any
|
||
|
|
||
|
|