SigmaHQ/rules/windows/builtin/win_rare_service_installs.yml

20 lines
588 B
YAML
Raw Normal View History

2017-03-08 18:09:34 +00:00
title: Rare Service Installs
2017-03-21 09:24:20 +00:00
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
2017-03-08 18:09:34 +00:00
status: experimental
author: Florian Roth
2018-07-24 05:50:32 +00:00
tags:
- attack.persistence
- attack.privilege_escalation
- attack.t1050
2017-03-08 18:09:34 +00:00
logsource:
product: windows
service: system
detection:
selection:
EventID: 7045
timeframe: 7d
condition: selection | count() by ServiceFileName < 5
2017-03-08 18:09:34 +00:00
falsepositives:
- Software installation
- Software updates
level: low