Files
hayabusa/rules/System/7045.yml
2021-11-09 00:41:21 +09:00

19 lines
492 B
YAML

title: A service was installed in the system
description: hogehoge
author: DeepblueCLI, Zach Mathis
detection:
selection:
Channel: System
EventID: 7045
ServiceName:
regexes: ./regexes.txt
ImagePath:
min_length: 1000
allowlist: ./allowlist.txt
condition: selection
falsepositives:
- unknown
output: 'New Service Created¥n%ImagePath¥nService name: %ServiceName%'
creation_date: 2020/11/8
uodated_date: 2020/11/8