mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
25 lines
644 B
YAML
25 lines
644 B
YAML
title: Execution in Non-Executable Folder
|
|
status: experimental
|
|
description: Detects a suspicious exection from an uncommon folder
|
|
author: Florian Roth
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 1
|
|
Image:
|
|
- '*\$Recycle.bin'
|
|
- '*\Users\All Users\*'
|
|
- '*\Users\Default\*'
|
|
- '*\Users\Public\*'
|
|
- 'C:\Perflogs\*'
|
|
- '*\config\systemprofile\*'
|
|
- '*\Windows\Fonts\*'
|
|
- '*\Windows\IME\*'
|
|
- '*\Windows\addins\*'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|