Revert "Created rule win_susp_presentationhost_execution.yml"

This reverts commit a38c021876.
This commit is contained in:
Kirill Kiryanov
2020-10-08 22:49:52 +03:00
parent 7e28bf4df8
commit d00e1073ee
@@ -1,25 +0,0 @@
title: Application Whitelisting Bypass via PresentationHost.exe
id: d149a338-ae47-408e-a8ff-9064220c0b34
description: Detects defence evasion attempt via PresentationHost.exe to run malicious .xbap file
status: experimental
references:
- https://github.com/LOLBAS-Project/LOLBAS/blob/master/yml/OSBinaries/Presentationhost.yml
- https://medium.com/tsscyber/applocker-bypass-presentationhost-exe-8c87b2354cd4
- https://lolbas-project.github.io/lolbas/Binaries/Presentationhost/
author: Kirill Kiryanov, oscd.community
date: 2020/10/08
tags:
- attack.defense_evasion
- attack.t1218
- attack.execution
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith: '\presentationhost.exe'
CommandLine|contains: '.xbap'
condition: selection
level: medium
falsepositives:
- Unknown