2019-01-16 22:36:31 +00:00
|
|
|
title: Execution in Non-Executable Folder
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 3dfd06d2-eaf4-4532-9555-68aca59f57c4
|
2019-01-16 22:36:31 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects a suspicious exection from an uncommon folder
|
|
|
|
author: Florian Roth
|
2020-01-30 15:07:37 +00:00
|
|
|
date: 2019/01/16
|
2019-03-06 04:25:12 +00:00
|
|
|
tags:
|
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.t1036
|
2019-01-16 22:36:31 +00:00
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-01-16 22:36:31 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection:
|
|
|
|
Image:
|
|
|
|
- '*\$Recycle.bin'
|
|
|
|
- '*\Users\All Users\\*'
|
|
|
|
- '*\Users\Default\\*'
|
|
|
|
- '*\Users\Public\\*'
|
|
|
|
- 'C:\Perflogs\\*'
|
|
|
|
- '*\config\systemprofile\\*'
|
|
|
|
- '*\Windows\Fonts\\*'
|
|
|
|
- '*\Windows\IME\\*'
|
|
|
|
- '*\Windows\addins\\*'
|
|
|
|
condition: selection
|
2019-01-16 22:36:31 +00:00
|
|
|
fields:
|
2019-03-01 23:14:20 +00:00
|
|
|
- CommandLine
|
|
|
|
- ParentCommandLine
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Unknown
|
2019-01-16 22:36:31 +00:00
|
|
|
level: high
|