2019-01-16 22:36:31 +00:00
|
|
|
title: Windows Shell Spawning Suspicious Program
|
|
|
|
status: experimental
|
|
|
|
description: Detects a suspicious child process of a Windows shell
|
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://mgreen27.github.io/posts/2018/04/02/DownloadCradle.html
|
2019-01-16 22:36:31 +00:00
|
|
|
author: Florian Roth
|
|
|
|
date: 2018/04/06
|
2019-02-25 23:24:46 +00:00
|
|
|
modified: 2019/02/05
|
2019-03-05 22:25:49 +00:00
|
|
|
tags:
|
|
|
|
- attack.execution
|
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.t1064
|
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:
|
|
|
|
ParentImage:
|
|
|
|
- '*\mshta.exe'
|
|
|
|
- '*\powershell.exe'
|
|
|
|
- '*\cmd.exe'
|
|
|
|
- '*\rundll32.exe'
|
|
|
|
- '*\cscript.exe'
|
|
|
|
- '*\wscript.exe'
|
|
|
|
- '*\wmiprvse.exe'
|
|
|
|
Image:
|
|
|
|
- '*\schtasks.exe'
|
|
|
|
- '*\nslookup.exe'
|
|
|
|
- '*\certutil.exe'
|
|
|
|
- '*\bitsadmin.exe'
|
|
|
|
- '*\mshta.exe'
|
|
|
|
falsepositives:
|
|
|
|
CurrentDirectory: '*\ccmcache\*'
|
|
|
|
condition: selection and not falsepositives
|
2019-01-16 22:36:31 +00:00
|
|
|
fields:
|
2019-03-01 23:14:20 +00:00
|
|
|
- CommandLine
|
|
|
|
- ParentCommandLine
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Administrative scripts
|
|
|
|
- Microsoft SCCM
|
2019-01-16 22:36:31 +00:00
|
|
|
level: high
|