2019-01-16 22:36:31 +00:00
|
|
|
title: IIS Native-Code Module Command Line Installation
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 9465ddf4-f9e4-4ebd-8d98-702df3a93239
|
2019-01-16 22:36:31 +00:00
|
|
|
description: Detects suspicious IIS native-code module installations via command line
|
|
|
|
status: experimental
|
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://researchcenter.paloaltonetworks.com/2018/01/unit42-oilrig-uses-rgdoor-iis-backdoor-targets-middle-east/
|
2019-01-16 22:36:31 +00:00
|
|
|
author: Florian Roth
|
2020-01-30 15:07:37 +00:00
|
|
|
date: 2012/12/11
|
2019-01-16 22:36:31 +00:00
|
|
|
tags:
|
2019-03-01 23:14:20 +00:00
|
|
|
- attack.persistence
|
|
|
|
- attack.t1100
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1505.003
|
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:
|
|
|
|
CommandLine:
|
|
|
|
- '*\APPCMD.EXE install module /name:*'
|
|
|
|
condition: selection
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Unknown as it may vary from organisation to arganisation how admins use to install IIS modules
|
2019-01-16 22:36:31 +00:00
|
|
|
level: medium
|