2021-03-31 14:12:38 +00:00
|
|
|
title: Execution from Suspicious 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
|
2021-02-24 14:43:13 +00:00
|
|
|
description: Detects a suspicious execution from an uncommon folder
|
2019-01-16 22:36:31 +00:00
|
|
|
author: Florian Roth
|
2020-01-30 15:07:37 +00:00
|
|
|
date: 2019/01/16
|
2021-03-31 14:12:38 +00:00
|
|
|
modified: 2021/03/31
|
|
|
|
references:
|
|
|
|
- https://github.com/mbevilacqua/appcompatprocessor/blob/master/AppCompatSearch.txt
|
|
|
|
- https://www.secureworks.com/research/bronze-butler-targets-japanese-businesses
|
|
|
|
- https://www.crowdstrike.com/resources/reports/2019-crowdstrike-global-threat-report/
|
|
|
|
- https://github.com/ThreatHuntingProject/ThreatHunting/blob/master/hunts/suspicious_process_creation_via_windows_event_logs.md
|
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:
|
2021-04-01 10:20:09 +00:00
|
|
|
- Image|contains:
|
|
|
|
- '\$Recycle.bin\'
|
2021-04-05 22:05:35 +00:00
|
|
|
- '\config\systemprofile\'
|
|
|
|
- '\Intel\Logs\'
|
|
|
|
- '\RSA\MachineKeys\'
|
2021-04-01 10:20:09 +00:00
|
|
|
- '\Users\All Users\'
|
|
|
|
- '\Users\Default\'
|
2021-04-05 22:05:35 +00:00
|
|
|
- '\Users\NetworkService\'
|
2021-04-01 10:20:09 +00:00
|
|
|
- '\Users\Public\'
|
|
|
|
- '\Windows\addins\'
|
|
|
|
- '\Windows\debug\'
|
2020-11-28 12:07:22 +00:00
|
|
|
- '\Windows\Fonts\'
|
2021-04-01 10:20:09 +00:00
|
|
|
- '\Windows\Help\'
|
2020-11-28 12:07:22 +00:00
|
|
|
- '\Windows\IME\'
|
2021-04-05 22:05:35 +00:00
|
|
|
- '\Windows\Media\'
|
2021-04-01 10:20:09 +00:00
|
|
|
- '\Windows\repair\'
|
|
|
|
- '\Windows\security\'
|
|
|
|
- '\Windows\system32\config\systemprofile\'
|
|
|
|
- '\Windows\System32\Tasks\'
|
2021-04-05 22:05:35 +00:00
|
|
|
- '\Windows\Tasks\'
|
2020-11-28 12:07:22 +00:00
|
|
|
- Image|startswith: 'C:\Perflogs\'
|
2019-03-01 23:14:20 +00:00
|
|
|
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
|