mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
28 lines
871 B
YAML
28 lines
871 B
YAML
title: IIS Native-Code Module Command Line Installation
|
|
id: 9465ddf4-f9e4-4ebd-8d98-702df3a93239
|
|
description: Detects suspicious IIS native-code module installations via command line
|
|
status: experimental
|
|
references:
|
|
- https://researchcenter.paloaltonetworks.com/2018/01/unit42-oilrig-uses-rgdoor-iis-backdoor-targets-middle-east/
|
|
author: Florian Roth
|
|
date: 2012/12/11
|
|
modified: 2020/11/28
|
|
tags:
|
|
- attack.persistence
|
|
- attack.t1505.003
|
|
- attack.t1100 # an old one
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
Image|endswith: '\appcmd.exe'
|
|
CommandLine|contains|all:
|
|
- 'install'
|
|
- 'module'
|
|
- '/name:'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown as it may vary from organisation to arganisation how admins use to install IIS modules
|
|
level: medium
|