mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
Rule: Suspicious Program Location Process Starts
This commit is contained in:
parent
8336b47530
commit
f759e8b07c
@ -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
|
Loading…
Reference in New Issue
Block a user