Files
blue-team-tools/rules/windows/file_event/file_event_win_susp_dropper.yml
T
2022-03-13 19:22:08 +01:00

34 lines
910 B
YAML

title: Suspicious Creation Of a Exe By a Exe
id: 297afac9-5d02-4138-8c58-b977bac60556
status: experimental
description: A executable drop another executable
author: frack113
references:
- Malware Sandbox
date: 2022/03/09
modified: 2022/03/13
logsource:
product: windows
category: file_event
detection:
selection:
Image|endswith: '.exe'
TargetFilename|endswith: '.exe'
filter_update:
Image: 'C:\WINDOWS\system32\svchost.exe'
TargetFilename|startswith: 'C:\Windows\SoftwareDistribution\Download\Install\'
# Security_UserID: S-1-5-18
filter_tiworker:
Image|startswith: 'C:\Windows\WinSxS\'
Image|endswith: '\TiWorker.exe'
filter_msiexec:
Image: 'C:\Windows\System32\msiexec.exe'
condition: selection and not 1 of filter_*
falsepositives:
- Unknown
#Please contribute to FP to go up the level
level: low
tags:
- attack.resource_development
- attack.t1587.001