SigmaHQ/rules/windows/process_creation/win_susp_msiexec_web_install.yml

23 lines
700 B
YAML
Raw Normal View History

title: MsiExec Web Install
2019-11-12 22:12:27 +00:00
id: f7b5f842-a6af-4da5-9e95-e32478f3cd2f
status: experimental
2019-03-05 23:43:42 +00:00
description: Detects suspicious msiexec process starts with web addreses as parameter
references:
- https://blog.trendmicro.com/trendlabs-security-intelligence/attack-using-windows-installer-msiexec-exe-leads-lokibot/
2019-03-05 23:43:42 +00:00
tags:
2019-11-12 22:12:27 +00:00
- attack.defense_evasion
author: Florian Roth
date: 2018/02/09
modified: 2012/12/11
logsource:
category: process_creation
product: windows
detection:
selection:
CommandLine:
2019-10-29 21:06:23 +00:00
- '* msiexec*://*'
condition: selection
falsepositives:
- False positives depend on scripts and administrative tools used in the monitored environment
level: medium