mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
7602309138
* Converted (to generic sigma) rules * Converter outputs by default with indentation 4
27 lines
686 B
YAML
27 lines
686 B
YAML
title: Execution in Non-Executable Folder
|
|
status: experimental
|
|
description: Detects a suspicious exection from an uncommon folder
|
|
author: Florian Roth
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
Image:
|
|
- '*\$Recycle.bin'
|
|
- '*\Users\All Users\\*'
|
|
- '*\Users\Default\\*'
|
|
- '*\Users\Public\\*'
|
|
- 'C:\Perflogs\\*'
|
|
- '*\config\systemprofile\\*'
|
|
- '*\Windows\Fonts\\*'
|
|
- '*\Windows\IME\\*'
|
|
- '*\Windows\addins\\*'
|
|
condition: selection
|
|
fields:
|
|
- CommandLine
|
|
- ParentCommandLine
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|