2019-01-16 22:36:31 +00:00
|
|
|
title: Powershell AMSI Bypass via .NET Reflection
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 30edb182-aa75-42c0-b0a9-e998bb29067c
|
2019-01-16 22:36:31 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects Request to amsiInitFailed that can be used to disable AMSI Scanning
|
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://twitter.com/mattifestation/status/735261176745988096
|
|
|
|
- https://www.hybrid-analysis.com/sample/0ced17419e01663a0cd836c9c2eb925e3031ffb5b18ccf35f4dea5d586d0203e?environmentId=120
|
2019-01-16 22:36:31 +00:00
|
|
|
tags:
|
2019-03-05 23:16:40 +00:00
|
|
|
- attack.defense_evasion
|
2020-09-02 00:34:34 +00:00
|
|
|
- attack.t1089 # an old one
|
|
|
|
- attack.t1562.001
|
2019-01-16 22:36:31 +00:00
|
|
|
author: Markus Neis
|
|
|
|
date: 2018/08/17
|
2020-09-02 00:34:34 +00:00
|
|
|
modified: 2020/09/01
|
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
|
|
|
selection1:
|
2020-10-15 21:20:08 +00:00
|
|
|
CommandLine|contains:
|
|
|
|
- 'System.Management.Automation.AmsiUtils'
|
2019-03-01 23:14:20 +00:00
|
|
|
selection2:
|
2020-10-15 21:20:08 +00:00
|
|
|
CommandLine|contains:
|
|
|
|
- 'amsiInitFailed'
|
2019-03-01 23:14:20 +00:00
|
|
|
condition: selection1 and selection2
|
2020-03-24 18:55:41 +00:00
|
|
|
falsepositives:
|
|
|
|
- Potential Admin Activity
|
2019-01-16 22:36:31 +00:00
|
|
|
level: high
|