* update * fix regexes and whitelist * underconstructing * fix * update * add pic * update * update * update * fix
16 lines
337 B
YAML
16 lines
337 B
YAML
title: Sysmon Check command lines
|
|
description: hogehoge
|
|
author: Yea
|
|
detection:
|
|
selection:
|
|
Channel: Sysmon
|
|
EventID: 1
|
|
CommandLine|re: '.+'
|
|
# condition: selection
|
|
falsepositives:
|
|
- unknown
|
|
output: 'CommandLine=%CommandLine%¥nParentImage=%ParentImage%'
|
|
creation_date: 2020/11/8
|
|
uodated_date: 2020/11/8
|
|
|