SigmaHQ/rules/windows/sysmon/sysmon_susp_prog_location_process_starts.yml
2019-02-03 00:24:57 +01:00

27 lines
793 B
YAML

title: Suspicious Program Location Process Starts
status: experimental
description: Detects programs running in suspicious files system locations
references:
- https://docs.google.com/spreadsheets/d/17pSTDNpa0sf6pHeRhusvWG6rThciE8CsXTSlDUAZDyo
author: Florian Roth
date: 2019/01/15
logsource:
product: windows
service: sysmon
detection:
selection:
EventID: 1
Image:
# - '*\ProgramData\\*' # too many false positives, e.g. with Webex for Windows
- '*\$Recycle.bin'
- '*\Users\Public\\*'
- 'C:\Perflogs\\*'
- '*\Windows\Fonts\\*'
- '*\Windows\IME\\*'
- '*\Windows\addins\\*'
- '*\Windows\debug\\*'
condition: selection
falsepositives:
- unknown
level: high