Merge pull request #1893 from pbssubhash/master
Adding a rule to detect WriteHijack DLL exploitation by PowerUp
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
title: Powerup Write Hijack DLL
|
||||
id: 602a1f13-c640-4d73-b053-be9a2fa58b96
|
||||
status: experimental
|
||||
description: |
|
||||
Powerup tool's Write Hijack DLL exploits DLL hijacking for privilege escalation.
|
||||
In it's default mode, it builds a self deleting .bat file which executes malicious command.
|
||||
The detection rule relies on creation of the malicious bat file (debug.bat by default).
|
||||
references:
|
||||
- https://powersploit.readthedocs.io/en/latest/Privesc/Write-HijackDll/
|
||||
author: pbssubhash
|
||||
date: 2021/08/21
|
||||
tags:
|
||||
- attack.persistence
|
||||
- attack.privilege_escalation
|
||||
- attack.defense_evasion
|
||||
- attack.t1574.001
|
||||
logsource:
|
||||
category: file_event
|
||||
product: windows
|
||||
detection:
|
||||
selection:
|
||||
Image|endswith: '\powershell.exe'
|
||||
TargetFilename|endswith: '.bat'
|
||||
condition: selection
|
||||
falsepositives:
|
||||
- Pentest
|
||||
- Any powershell script that creates bat files # highly unlikely (untested)
|
||||
level: high
|
||||
Reference in New Issue
Block a user