2019-01-16 22:36:31 +00:00
|
|
|
title: MsiExec Web Install
|
2019-11-12 22:12:27 +00:00
|
|
|
id: f7b5f842-a6af-4da5-9e95-e32478f3cd2f
|
2019-01-16 22:36:31 +00:00
|
|
|
status: experimental
|
2021-02-24 14:43:13 +00:00
|
|
|
description: Detects suspicious msiexec process starts with web addresses as parameter
|
2019-01-16 22:36:31 +00:00
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- 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
|
2020-08-30 16:17:38 +00:00
|
|
|
- attack.t1218.007
|
|
|
|
- attack.command_and_control
|
|
|
|
- attack.t1105
|
2019-01-16 22:36:31 +00:00
|
|
|
author: Florian Roth
|
|
|
|
date: 2018/02/09
|
2020-11-28 12:32:01 +00:00
|
|
|
modified: 2020/11/28
|
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-11-28 12:32:01 +00:00
|
|
|
CommandLine|contains|all:
|
|
|
|
- ' msiexec'
|
|
|
|
- '://'
|
2019-03-01 23:14:20 +00:00
|
|
|
condition: selection
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- False positives depend on scripts and administrative tools used in the monitored environment
|
2019-01-16 22:36:31 +00:00
|
|
|
level: medium
|