mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-25 22:39:27 +01:00
Added VSS use case
This commit is contained in:
parent
69795dca7e
commit
8806a9e0ee
@ -44,6 +44,14 @@ Commands:
|
|||||||
MitreID: T1096
|
MitreID: T1096
|
||||||
MitreLink: https://attack.mitre.org/wiki/Technique/T1096
|
MitreLink: https://attack.mitre.org/wiki/Technique/T1096
|
||||||
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10
|
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10
|
||||||
|
- Command: esentutl.exe /y /vss c:\windows\ntds\ntds.dit /d c:\folder\ntds.dit
|
||||||
|
Description: Copies a (locked) file using Volume Shadow Copy
|
||||||
|
Usecase: Copy/extract a locked file such as the AD Database
|
||||||
|
Category: Copy
|
||||||
|
Privileges: Admin
|
||||||
|
MitreID: T1003
|
||||||
|
MitreLink: https://attack.mitre.org/techniques/T1003/
|
||||||
|
OperatingSystem: Windows 10, Windows 2016 Server, Windows 2019 Server
|
||||||
Full_Path:
|
Full_Path:
|
||||||
- Path: C:\Windows\System32\esentutl.exe
|
- Path: C:\Windows\System32\esentutl.exe
|
||||||
- Path: C:\Windows\SysWOW64\esentutl.exe
|
- Path: C:\Windows\SysWOW64\esentutl.exe
|
||||||
@ -53,7 +61,11 @@ Detection:
|
|||||||
- IOC:
|
- IOC:
|
||||||
Resources:
|
Resources:
|
||||||
- Link: https://twitter.com/egre55/status/985994639202283520
|
- Link: https://twitter.com/egre55/status/985994639202283520
|
||||||
|
- Link: https://dfironthemountain.wordpress.com/2018/12/06/locked-file-access-using-esentutl-exe/
|
||||||
|
- Link: https://twitter.com/bohops/status/1094810861095534592
|
||||||
Acknowledgement:
|
Acknowledgement:
|
||||||
- Person: egre55
|
- Person: egre55
|
||||||
Handle: '@egre55'
|
Handle: '@egre55'
|
||||||
---
|
- Person: Mike Cary
|
||||||
|
Handle: 'grayfold3d'
|
||||||
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user