SigmaHQ/rules/windows/sysmon/sysmon_susp_svchost.yml
Lurkkeli 198cb63182
added att&ck tactic
added att&ck tactic, no specific techniques applicable
2018-08-07 08:36:53 +02:00

26 lines
540 B
YAML

title: Suspicious Svchost Process
status: experimental
description: Detects a suspicious svchost process start
author: Florian Roth
date: 2017/08/15
logsource:
product: windows
service: sysmon
detection:
selection:
EventID: 1
Image: '*\svchost.exe'
filter:
ParentImage:
- '*\services.exe'
- '*\MsMpEng.exe'
condition: selection and not filter
fields:
- CommandLine
- ParentCommandLine
tags:
- attack.defense_evasion
falsepositives:
- Unknown
level: high