SigmaHQ/rules/windows/process_creation/win_system_exe_anomaly.yml

60 lines
1.7 KiB
YAML
Raw Normal View History

title: System File Execution Location Anomaly
2019-11-12 22:12:27 +00:00
id: e4a6b256-3e47-40fc-89d2-7a477edd6915
status: experimental
description: Detects a Windows program executable started in a suspicious folder
references:
- https://twitter.com/GelosSnake/status/934900723426439170
2021-03-02 19:48:55 +00:00
author: Florian Roth, Patrick Bareiss, Anton Kutepov, oscd.community
date: 2017/11/27
2021-03-02 09:08:30 +00:00
modified: 2021/03/02
tags:
- attack.defense_evasion
- attack.t1036
logsource:
category: process_creation
product: windows
detection:
selection:
2020-10-15 22:55:57 +00: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'
filter:
2020-11-28 16:32:44 +00:00
- Image|startswith:
- 'C:\Windows\System32\'
- 'C:\Windows\system32\'
- 'C:\Windows\SysWow64\'
- 'C:\Windows\SysWOW64\'
- 'C:\Windows\winsxs\'
- 'C:\Windows\WinSxS\'
2021-03-02 19:48:55 +00:00
- 'C:\avast! sandbox'
- Image|contains: '\SystemRoot\System32\'
2020-11-28 17:03:19 +00:00
- Image: 'C:\Windows\explorer.exe'
condition: selection and not filter
fields:
- ComputerName
- User
- Image
falsepositives:
- Exotic software
level: high