mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
25 lines
940 B
YAML
25 lines
940 B
YAML
title: Powerup Write Hijack DLL detection
|
|
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). Reference: https://powersploit.readthedocs.io/en/latest/Privesc/Write-HijackDll/
|
|
author: pbssubhash
|
|
date: 2021/08/21
|
|
modified: 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'
|
|
File.path|endswith: '.bat'
|
|
condition: selection
|
|
falsepositives:
|
|
- Pentest
|
|
- Any powershell script that creates bat files # highly unlikely (untested)
|
|
level: high
|