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

58 lines
1.6 KiB
YAML
Raw Normal View History

title: System File Execution Location Anomaly
2019-11-12 23:12:27 +01:00
id: e4a6b256-3e47-40fc-89d2-7a477edd6915
status: experimental
description: Detects a Windows program executable started in a suspicious folder
references:
2019-03-02 00:14:20 +01:00
- https://twitter.com/GelosSnake/status/934900723426439170
author: Florian Roth, Patrick Bareiss
date: 2017/11/27
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:
Image:
- '*\svchost.exe'
- '*\rundll32.exe'
- '*\services.exe'
- '*\powershell.exe'
- '*\regsvr32.exe'
- '*\spoolsv.exe'
- '*\lsass.exe'
- '*\smss.exe'
- '*\csrss.exe'
- '*\conhost.exe'
- '*\wininit.exe'
- '*\lsm.exe'
- '*\winlogon.exe'
- '*\explorer.exe'
2020-03-24 19:48:24 +01:00
- '*\taskhost.exe'
2020-05-26 13:56:51 +02:00
- '*\Taskmgr.exe'
- '*\sihost.exe'
- '*\RuntimeBroker.exe'
- '*\smartscreen.exe'
- '*\dllhost.exe'
- '*\audiodg.exe'
- '*\wlanext.exe'
2019-03-02 00:14:20 +01:00
filter:
Image:
- 'C:\Windows\System32\\*'
2020-03-24 19:48:24 +01:00
- 'C:\Windows\system32\\*'
- 'C:\Windows\SysWow64\\*'
2020-01-17 15:46:28 +01:00
- 'C:\Windows\SysWOW64\\*'
- 'C:\Windows\explorer.exe'
2019-09-04 14:05:58 +03:00
- 'C:\Windows\winsxs\\*'
2020-01-17 15:46:28 +01:00
- 'C:\Windows\WinSxS\\*'
2019-12-29 18:02:49 +02:00
- '\SystemRoot\System32\\*'
2019-03-02 00:14:20 +01:00
condition: selection and not filter
2020-01-17 15:46:28 +01:00
fields:
- ComputerName
- User
- Image
falsepositives:
2019-03-02 00:14:20 +01:00
- Exotic software
level: high