2020-01-30 16:26:09 +00:00
|
|
|
title: Executable Used by PlugX in Uncommon Location
|
2019-11-12 22:12:27 +00:00
|
|
|
id: aeab5ec5-be14-471a-80e8-e344418305c2
|
2019-01-16 22:36:31 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects the execution of an executable that is typically used by PlugX for DLL side loading started from an uncommon location
|
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- http://www.hexacorn.com/blog/2016/03/10/beyond-good-ol-run-key-part-36/
|
|
|
|
- https://countuponsecurity.com/2017/06/07/threat-hunting-in-the-enterprise-with-appcompatprocessor/
|
2019-01-16 22:36:31 +00:00
|
|
|
author: Florian Roth
|
|
|
|
date: 2017/06/12
|
2020-11-28 11:02:16 +00:00
|
|
|
modified: 2020/11/28
|
2019-03-05 22:25:49 +00:00
|
|
|
tags:
|
|
|
|
- attack.s0013
|
|
|
|
- attack.defense_evasion
|
2020-09-02 00:34:34 +00:00
|
|
|
- attack.t1073 # an old one
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1574.002
|
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_cammute:
|
2020-10-15 21:19:36 +00:00
|
|
|
Image|endswith: '\CamMute.exe'
|
2019-03-01 23:14:20 +00:00
|
|
|
filter_cammute:
|
2021-04-05 22:05:35 +00:00
|
|
|
Image|contains:
|
|
|
|
- '\Lenovo\Communication Utility\'
|
|
|
|
- '\Lenovo\Communications Utility\'
|
2019-03-01 23:14:20 +00:00
|
|
|
selection_chrome_frame:
|
2020-10-15 21:19:36 +00:00
|
|
|
Image|endswith: '\chrome_frame_helper.exe'
|
2019-03-01 23:14:20 +00:00
|
|
|
filter_chrome_frame:
|
2020-11-27 19:06:15 +00:00
|
|
|
Image|contains: '\Google\Chrome\application\'
|
2019-03-01 23:14:20 +00:00
|
|
|
selection_devemu:
|
2020-10-15 21:19:36 +00:00
|
|
|
Image|endswith: '\dvcemumanager.exe'
|
2019-03-01 23:14:20 +00:00
|
|
|
filter_devemu:
|
2020-11-27 19:06:15 +00:00
|
|
|
Image|contains: '\Microsoft Device Emulator\'
|
2019-03-01 23:14:20 +00:00
|
|
|
selection_gadget:
|
2020-10-15 21:19:36 +00:00
|
|
|
Image|endswith: '\Gadget.exe'
|
2019-03-01 23:14:20 +00:00
|
|
|
filter_gadget:
|
2020-11-27 19:06:15 +00:00
|
|
|
Image|contains: '\Windows Media Player\'
|
2019-03-01 23:14:20 +00:00
|
|
|
selection_hcc:
|
2020-10-15 21:19:36 +00:00
|
|
|
Image|endswith: '\hcc.exe'
|
2019-03-01 23:14:20 +00:00
|
|
|
filter_hcc:
|
2020-11-27 19:06:15 +00:00
|
|
|
Image|contains: '\HTML Help Workshop\'
|
2019-03-01 23:14:20 +00:00
|
|
|
selection_hkcmd:
|
2020-10-15 21:19:36 +00:00
|
|
|
Image|endswith: '\hkcmd.exe'
|
2019-03-01 23:14:20 +00:00
|
|
|
filter_hkcmd:
|
2020-10-15 21:19:36 +00:00
|
|
|
Image|contains:
|
2020-11-27 19:06:15 +00:00
|
|
|
- '\System32\'
|
|
|
|
- '\SysNative\'
|
|
|
|
- '\SysWowo64\'
|
2019-03-01 23:14:20 +00:00
|
|
|
selection_mc:
|
2020-10-15 21:19:36 +00:00
|
|
|
Image|endswith: '\Mc.exe'
|
2019-03-01 23:14:20 +00:00
|
|
|
filter_mc:
|
2020-10-15 21:19:36 +00:00
|
|
|
Image|contains:
|
|
|
|
- '\Microsoft Visual Studio'
|
|
|
|
- '\Microsoft SDK'
|
|
|
|
- '\Windows Kit'
|
2019-03-01 23:14:20 +00:00
|
|
|
selection_msmpeng:
|
2020-10-15 21:19:36 +00:00
|
|
|
Image|endswith: '\MsMpEng.exe'
|
2019-03-01 23:14:20 +00:00
|
|
|
filter_msmpeng:
|
2020-10-15 21:19:36 +00:00
|
|
|
Image|contains:
|
2020-11-27 19:06:15 +00:00
|
|
|
- '\Microsoft Security Client\'
|
|
|
|
- '\Windows Defender\'
|
|
|
|
- '\AntiMalware\'
|
2019-03-01 23:14:20 +00:00
|
|
|
selection_msseces:
|
2020-10-15 21:19:36 +00:00
|
|
|
Image|endswith: '\msseces.exe'
|
2019-03-01 23:14:20 +00:00
|
|
|
filter_msseces:
|
2020-10-15 21:19:36 +00:00
|
|
|
Image|contains:
|
2020-11-27 19:06:15 +00:00
|
|
|
- '\Microsoft Security Center\'
|
|
|
|
- '\Microsoft Security Client\'
|
|
|
|
- '\Microsoft Security Essentials\'
|
2019-03-01 23:14:20 +00:00
|
|
|
selection_oinfo:
|
2020-10-15 21:19:36 +00:00
|
|
|
Image|endswith: '\OInfoP11.exe'
|
2019-03-01 23:14:20 +00:00
|
|
|
filter_oinfo:
|
2020-11-27 19:06:15 +00:00
|
|
|
Image|contains: '\Common Files\Microsoft Shared\'
|
2019-03-01 23:14:20 +00:00
|
|
|
selection_oleview:
|
2020-10-15 21:19:36 +00:00
|
|
|
Image|endswith: '\OleView.exe'
|
2019-03-01 23:14:20 +00:00
|
|
|
filter_oleview:
|
2020-10-15 21:19:36 +00:00
|
|
|
Image|contains:
|
|
|
|
- '\Microsoft Visual Studio'
|
|
|
|
- '\Microsoft SDK'
|
|
|
|
- '\Windows Kit'
|
2020-11-27 19:06:15 +00:00
|
|
|
- '\Windows Resource Kit\'
|
2019-03-01 23:14:20 +00:00
|
|
|
selection_rc:
|
2020-10-15 21:19:36 +00:00
|
|
|
Image|endswith: '\rc.exe'
|
2019-03-01 23:14:20 +00:00
|
|
|
filter_rc:
|
2020-10-15 21:19:36 +00:00
|
|
|
Image|contains:
|
|
|
|
- '\Microsoft Visual Studio'
|
|
|
|
- '\Microsoft SDK'
|
|
|
|
- '\Windows Kit'
|
2020-11-27 19:06:15 +00:00
|
|
|
- '\Windows Resource Kit\'
|
|
|
|
- '\Microsoft.NET\'
|
2021-04-05 22:05:35 +00:00
|
|
|
condition: ( selection_cammute and not filter_cammute ) or
|
|
|
|
( selection_chrome_frame and not filter_chrome_frame ) or
|
|
|
|
( selection_devemu and not filter_devemu ) or
|
|
|
|
( selection_gadget and not filter_gadget ) or
|
|
|
|
( selection_hcc and not filter_hcc ) or
|
|
|
|
( selection_hkcmd and not filter_hkcmd ) or
|
|
|
|
( selection_mc and not filter_mc ) or
|
|
|
|
( selection_msmpeng and not filter_msmpeng ) or
|
|
|
|
( selection_msseces and not filter_msseces ) or
|
|
|
|
( selection_oinfo and not filter_oinfo ) or
|
|
|
|
( selection_oleview and not filter_oleview ) or
|
2020-11-28 11:02:16 +00:00
|
|
|
( selection_rc and not filter_rc )
|
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
|
|
|
- Unknown
|
2019-01-16 22:36:31 +00:00
|
|
|
level: high
|