SigmaHQ/rules/windows/builtin/win_rare_service_installs.yml
2019-06-13 23:15:38 -05:00

21 lines
610 B
YAML

title: Rare Service Installs
description: Detects rare service installs that only appear a few times per time frame and could reveal password dumpers, backdoor installs or other types of malicious services
status: experimental
author: Florian Roth
tags:
- attack.persistence
- attack.privilege_escalation
- attack.t1050
- car.2013-09-005
logsource:
product: windows
service: system
detection:
selection:
EventID: 7045
timeframe: 7d
condition: selection | count() by ServiceFileName < 5
falsepositives:
- Software installation
- Software updates
level: low