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

43 lines
1.5 KiB
YAML
Raw Normal View History

title: Executables Started in Suspicious Folder
2019-11-12 23:12:27 +01:00
id: 7a38aa19-86a9-4af7-ac51-6bfe4e59f254
status: experimental
description: Detects process starts of binaries from a suspicious folder
author: Florian Roth
date: 2017/10/14
2020-11-28 13:04:05 +01:00
modified: 2020/11/28
references:
2019-03-02 00:14:20 +01:00
- 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/
2019-12-10 20:17:40 +03:00
- 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:
2020-11-28 13:04:05 +01:00
- Image|startswith:
- 'C:\PerfLogs\'
- 'C:\$Recycle.bin\'
- 'C:\Intel\Logs\'
- 'C:\Users\Default\'
- 'C:\Users\Public\'
- 'C:\Users\NetworkService\'
- 'C:\Windows\Fonts\'
- 'C:\Windows\Debug\'
- 'C:\Windows\Media\'
- 'C:\Windows\Help\'
- 'C:\Windows\addins\'
- 'C:\Windows\repair\'
- 'C:\Windows\security\'
- 'C:\Windows\system32\config\systemprofile\'
- 'C:\Windows\Tasks\'
- 'C:\Windows\System32\Tasks\'
- Image|contains: '\RSA\MachineKeys\'
2019-03-02 00:14:20 +01:00
condition: selection
falsepositives:
2019-03-02 00:14:20 +01:00
- Unknown
level: high