2019-02-11 13:02:33 +01:00
|
|
|
title: Suspicious PowerShell Keywords
|
2019-11-12 23:12:27 +01:00
|
|
|
id: 1f49f2ab-26bc-48b3-96cc-dcffbc93eadf
|
2019-02-11 13:02:33 +01:00
|
|
|
status: experimental
|
|
|
|
|
description: Detects keywords that could indicate the use of some PowerShell exploitation framework
|
|
|
|
|
date: 2019/02/11
|
|
|
|
|
author: Florian Roth
|
|
|
|
|
references:
|
|
|
|
|
- https://posts.specterops.io/entering-a-covenant-net-command-and-control-e11038bcf462
|
|
|
|
|
tags:
|
|
|
|
|
- attack.execution
|
|
|
|
|
- attack.t1086
|
|
|
|
|
logsource:
|
|
|
|
|
product: windows
|
|
|
|
|
service: powershell
|
2019-06-29 15:35:59 +03:00
|
|
|
definition: 'It is recommended to use the new "Script Block Logging" of PowerShell v5 https://adsecurity.org/?p=2277'
|
2019-02-11 13:02:33 +01:00
|
|
|
detection:
|
|
|
|
|
keywords:
|
2019-10-29 19:59:43 +01:00
|
|
|
Message:
|
|
|
|
|
- "*[System.Reflection.Assembly]::Load*"
|
2019-02-11 13:02:33 +01:00
|
|
|
condition: keywords
|
|
|
|
|
falsepositives:
|
|
|
|
|
- Penetration tests
|
|
|
|
|
level: high
|