2019-01-16 22:36:31 +00:00
|
|
|
title: System File Execution Location Anomaly
|
|
|
|
status: experimental
|
|
|
|
description: Detects a Windows program executable started in a suspicious folder
|
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://twitter.com/GelosSnake/status/934900723426439170
|
2019-04-20 22:28:40 +00:00
|
|
|
author: Florian Roth, Patrick Bareiss
|
2019-01-16 22:36:31 +00:00
|
|
|
date: 2017/11/27
|
2019-03-05 22:25:49 +00:00
|
|
|
tags:
|
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.t1036
|
2019-01-16 22:36:31 +00:00
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-01-16 22:36:31 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection:
|
|
|
|
Image:
|
|
|
|
- '*\svchost.exe'
|
|
|
|
- '*\rundll32.exe'
|
|
|
|
- '*\services.exe'
|
|
|
|
- '*\powershell.exe'
|
|
|
|
- '*\regsvr32.exe'
|
|
|
|
- '*\spoolsv.exe'
|
|
|
|
- '*\lsass.exe'
|
|
|
|
- '*\smss.exe'
|
|
|
|
- '*\csrss.exe'
|
|
|
|
- '*\conhost.exe'
|
2019-04-20 22:28:40 +00:00
|
|
|
- '*\wininit.exe'
|
|
|
|
- '*\lsm.exe'
|
|
|
|
- '*\winlogon.exe'
|
|
|
|
- '*\explorer.exe'
|
|
|
|
- '*\taskhost.exe'
|
2019-03-01 23:14:20 +00:00
|
|
|
filter:
|
|
|
|
Image:
|
2019-04-18 19:51:27 +00:00
|
|
|
- 'C:\Windows\System32\\*'
|
|
|
|
- 'C:\Windows\SysWow64\\*'
|
2019-04-21 15:40:52 +00:00
|
|
|
- 'C:\Windows\explorer.exe'
|
2019-05-09 22:20:56 +00:00
|
|
|
- 'C:\Windows\winsxs\*'
|
2019-03-01 23:14:20 +00:00
|
|
|
condition: selection and not filter
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Exotic software
|
2019-01-16 22:36:31 +00:00
|
|
|
level: high
|