Files
hayabusa/rules-noisy/Security/4688.yml
Tanaka Zakku bad4429ad0 Rule tuning
2021-11-18 10:31:28 +09:00

15 lines
383 B
YAML

title: Command Line Logging
description: Command line logging.
author: Eric Conrad, Zach Mathis
detection:
selection:
Channel: Security
EventID: 4688
CommandLine|re: '.+'
# condition: selection
falsepositives:
- unknown
output: 'CommandLine:%CommandLine% : ParentProcessName:%ParentProcessName%'
creation_date: 2020/11/8
updated_date: 2021/11/8