SigmaHQ/rules/windows/process_creation/win_susp_execution_path.yml

49 lines
1.6 KiB
YAML
Raw Normal View History

title: Execution from Suspicious Folder
2019-11-12 22:12:27 +00: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 04:25:12 +00:00
tags:
- attack.defense_evasion
- attack.t1036
logsource:
category: process_creation
product: windows
detection:
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\'
condition: selection
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- Unknown
level: high