Files
blue-team-tools/rules/windows/process_creation/win_powershell_amsi_bypass.yml
T

28 lines
868 B
YAML
Raw Normal View History

title: Powershell AMSI Bypass via .NET Reflection
2019-11-12 23:12:27 +01:00
id: 30edb182-aa75-42c0-b0a9-e998bb29067c
status: experimental
description: Detects Request to amsiInitFailed that can be used to disable AMSI Scanning
references:
2019-03-02 00:14:20 +01:00
- https://twitter.com/mattifestation/status/735261176745988096
- https://www.hybrid-analysis.com/sample/0ced17419e01663a0cd836c9c2eb925e3031ffb5b18ccf35f4dea5d586d0203e?environmentId=120
tags:
2019-03-02 00:14:20 +01:00
- attack.execution
2019-03-06 00:16:40 +01:00
- attack.defense_evasion
2019-03-02 00:14:20 +01:00
- attack.t1086
author: Markus Neis
date: 2018/08/17
logsource:
2019-03-02 00:14:20 +01:00
category: process_creation
product: windows
detection:
2019-03-02 00:14:20 +01:00
selection1:
CommandLine:
- '*System.Management.Automation.AmsiUtils*'
selection2:
CommandLine:
- '*amsiInitFailed*'
condition: selection1 and selection2
falsepositives:
- Potential Admin Activity
level: high