2018-04-09 08:37:16 +02:00
|
|
|
title: Windows Shell Spawning Suspicious Program
|
|
|
|
|
status: experimental
|
|
|
|
|
description: Detects a suspicious child process of a Windows shell
|
|
|
|
|
references:
|
|
|
|
|
- https://mgreen27.github.io/posts/2018/04/02/DownloadCradle.html
|
|
|
|
|
author: Florian Roth
|
|
|
|
|
date: 20018/04/06
|
|
|
|
|
logsource:
|
|
|
|
|
product: windows
|
|
|
|
|
service: sysmon
|
|
|
|
|
detection:
|
|
|
|
|
selection:
|
|
|
|
|
EventID: 1
|
|
|
|
|
ParentImage:
|
|
|
|
|
- '*\mshta.exe'
|
|
|
|
|
- '*\powershell.exe'
|
|
|
|
|
- '*\cmd.exe'
|
|
|
|
|
- '*\rundll32.exe'
|
|
|
|
|
- '*\cscript.exe'
|
|
|
|
|
- '*\wscript.exe'
|
|
|
|
|
- '*\wmiprvse.exe'
|
|
|
|
|
Image:
|
|
|
|
|
- '*\schtasks.exe'
|
|
|
|
|
- '*\nslookup.exe'
|
|
|
|
|
- '*\certutil.exe'
|
|
|
|
|
- '*\bitsadmin.exe'
|
2018-04-11 20:09:28 +02:00
|
|
|
- '*\mshta.exe'
|
2018-04-09 08:37:16 +02:00
|
|
|
condition: selection
|
|
|
|
|
fields:
|
|
|
|
|
- CommandLine
|
|
|
|
|
- ParentCommandLine
|
|
|
|
|
falsepositives:
|
|
|
|
|
- Administrative scripts
|
2018-07-07 12:59:44 -06:00
|
|
|
level: high
|
2018-04-09 08:37:16 +02:00
|
|
|
|