Files
blue-team-tools/rules/windows/file_event/sysmon_creation_system_file.yml
T

57 lines
1.6 KiB
YAML
Raw Normal View History

2020-06-10 16:32:30 +02:00
title: File Created with System Process Name
id: d5866ddf-ce8f-4aea-b28e-d96485a20d3d
2020-06-10 16:32:30 +02:00
status: experimental
description: Detects the creation of a executable with a system process name in a suspicious folder
2020-06-10 16:32:30 +02:00
author: Sander Wiebing
date: 2020/05/26
modified: 2020/08/23
2020-06-10 16:32:30 +02:00
tags:
- attack.defense_evasion
- attack.t1036 # an old one
- attack.t1036.005
2020-06-10 16:32:30 +02:00
logsource:
category: file_event
2020-06-10 16:32:30 +02:00
product: windows
detection:
selection:
2020-10-15 15:58:10 -03:00
TargetFilename|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'
- '\taskmgr.exe'
- '\sihost.exe'
- '\RuntimeBroker.exe'
- '\runtimebroker.exe'
- '\smartscreen.exe'
- '\dllhost.exe'
- '\audiodg.exe'
- '\wlanext.exe'
2020-06-10 16:32:30 +02:00
filter:
2020-10-15 15:58:10 -03:00
TargetFilename|startswith:
- 'C:\Windows\System32\\'
- 'C:\Windows\system32\\'
- 'C:\Windows\SysWow64\\'
- 'C:\Windows\SysWOW64\\'
- 'C:\Windows\winsxs\\'
- 'C:\Windows\WinSxS\\'
- '\SystemRoot\System32\\'
2020-06-10 16:32:30 +02:00
condition: selection and not filter
fields:
- Image
falsepositives:
- System processes copied outside the default folder
level: high