2019-01-16 22:36:31 +00:00
|
|
|
title: Windows Shell Spawning Suspicious Program
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 3a6586ad-127a-4d3b-a677-1e6eacdf8fde
|
2019-01-16 22:36:31 +00:00
|
|
|
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
|
2020-09-06 22:00:41 +00:00
|
|
|
modified: 2020/09/06
|
2019-03-05 22:25:49 +00:00
|
|
|
tags:
|
|
|
|
- attack.execution
|
|
|
|
- attack.defense_evasion
|
2020-09-06 22:00:41 +00:00
|
|
|
- attack.t1064 # an old one
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1059.005
|
|
|
|
- attack.t1059.001
|
2020-09-06 22:00:41 +00:00
|
|
|
- attack.t1218
|
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:
|
2020-10-15 21:25:59 +00:00
|
|
|
ParentImage|endswith:
|
|
|
|
- '\mshta.exe'
|
|
|
|
- '\powershell.exe'
|
2019-11-09 09:45:46 +00:00
|
|
|
# - '*\cmd.exe' # too many false positives
|
2020-10-15 21:25:59 +00:00
|
|
|
- '\rundll32.exe'
|
|
|
|
- '\cscript.exe'
|
|
|
|
- '\wscript.exe'
|
|
|
|
- '\wmiprvse.exe'
|
|
|
|
Image|endswith:
|
|
|
|
- '\schtasks.exe'
|
|
|
|
- '\nslookup.exe'
|
|
|
|
- '\certutil.exe'
|
|
|
|
- '\bitsadmin.exe'
|
|
|
|
- '\mshta.exe'
|
2019-03-01 23:14:20 +00:00
|
|
|
falsepositives:
|
2020-11-20 05:16:51 +00:00
|
|
|
CurrentDirectory|contains: '\ccmcache\'
|
2019-03-01 23:14:20 +00:00
|
|
|
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
|