Rule: Suspicious Program Location Process Starts

This commit is contained in:
Florian Roth 2019-01-15 15:40:40 +01:00
parent 8336b47530
commit f759e8b07c

View File

@ -0,0 +1,26 @@
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