Files
blue-team-tools/rules/windows/process_creation/win_susp_execution_path.yml
T

48 lines
1.5 KiB
YAML
Raw Normal View History

title: Execution from Suspicious Folder
2019-11-12 23:12:27 +01:00
id: 3dfd06d2-eaf4-4532-9555-68aca59f57c4
status: experimental
description: Detects a suspicious execution from an uncommon folder
author: Florian Roth
date: 2019/01/16
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 05:25:12 +01:00
tags:
- attack.defense_evasion
- attack.t1036
logsource:
2019-03-02 00:14:20 +01:00
category: process_creation
product: windows
detection:
2019-03-02 00:14:20 +01:00
selection:
2021-04-01 12:20:09 +02:00
- Image|contains:
- '\$Recycle.bin\'
2021-04-06 00:05:35 +02:00
- '\config\systemprofile\'
- '\Intel\Logs\'
- '\RSA\MachineKeys\'
2021-04-01 12:20:09 +02:00
- '\Users\All Users\'
- '\Users\Default\'
2021-04-06 00:05:35 +02:00
- '\Users\NetworkService\'
2021-04-01 12:20:09 +02:00
- '\Users\Public\'
- '\Windows\addins\'
- '\Windows\debug\'
2020-11-28 13:07:22 +01:00
- '\Windows\Fonts\'
2021-04-01 12:20:09 +02:00
- '\Windows\Help\'
2020-11-28 13:07:22 +01:00
- '\Windows\IME\'
2021-04-06 00:05:35 +02:00
- '\Windows\Media\'
2021-04-01 12:20:09 +02:00
- '\Windows\repair\'
- '\Windows\security\'
- '\Windows\System32\Tasks\'
2021-04-06 00:05:35 +02:00
- '\Windows\Tasks\'
2020-11-28 13:07:22 +01:00
- Image|startswith: 'C:\Perflogs\'
2019-03-02 00:14:20 +01:00
condition: selection
fields:
2019-03-02 00:14:20 +01:00
- CommandLine
- ParentCommandLine
falsepositives:
2019-03-02 00:14:20 +01:00
- Unknown
level: high