mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 01:15:17 +00:00
16 lines
339 B
YAML
16 lines
339 B
YAML
alert:
|
|
- debug
|
|
description: Detects a code page switch in command line or batch scripts to a rare language
|
|
filter:
|
|
- query:
|
|
query_string:
|
|
query: data.win.eventdata.commandLine.keyword:(chcp*\ 936 OR chcp*\ 1258)
|
|
index: wazuh-alerts-3.x-*
|
|
name: c7942406-33dd-4377-a564-0f62db0593a3_0
|
|
priority: 3
|
|
realert:
|
|
minutes: 0
|
|
type: any
|
|
|
|
|