mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
32 lines
798 B
YAML
32 lines
798 B
YAML
title: Execution in Non-Executable Folder
|
|
id: 3dfd06d2-eaf4-4532-9555-68aca59f57c4
|
|
status: experimental
|
|
description: Detects a suspicious exection from an uncommon folder
|
|
author: Florian Roth
|
|
date: 2019/01/16
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1036
|
|
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
|