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

60 lines
1.7 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
2021-03-02 22:48:55 +03:00
author: Florian Roth, Patrick Bareiss, Anton Kutepov, oscd.community
date: 2017/11/27
2021-03-02 10:08:30 +01:00
modified: 2021/03/02
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-10-15 19:55:57 -03:00
Image|endswith:
- '\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'
- '\taskhost.exe'
- '\Taskmgr.exe'
- '\sihost.exe'
- '\RuntimeBroker.exe'
- '\smartscreen.exe'
- '\dllhost.exe'
- '\audiodg.exe'
- '\wlanext.exe'
2019-03-02 00:14:20 +01:00
filter:
2020-11-28 13:32:44 -03:00
- Image|startswith:
- 'C:\Windows\System32\'
- 'C:\Windows\system32\'
- 'C:\Windows\SysWow64\'
- 'C:\Windows\SysWOW64\'
- 'C:\Windows\winsxs\'
- 'C:\Windows\WinSxS\'
2021-03-02 22:48:55 +03:00
- 'C:\avast! sandbox'
- Image|contains: '\SystemRoot\System32\'
2020-11-28 18:03:19 +01:00
- Image: 'C:\Windows\explorer.exe'
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