PowerShell Write-EventLog Usage
Description
Detects usage of the "Write-EventLog" cmdlet with 'RawData' flag. The cmdlet can be levreage to write malicious payloads to the EventLog and then retrieve them later for later use
Query · sigma
selection: ScriptBlockText|contains|all: - Write-EventLog - '-RawData ' condition: selection
Known false positives
- Legitimate applications writing events via this cmdlet. Investigate alerts to determine if the action is benign