mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-26 06:49:09 +01:00
27 lines
745 B
YAML
27 lines
745 B
YAML
---
|
|
Name: ntdsutil.exe
|
|
Description: Command line utility used to export Actove Directory.
|
|
Author: 'Tony Lambert'
|
|
Created: 2020-01-10
|
|
Commands:
|
|
- Command: ntdsutil.exe "ac i ntds" "ifm" "create full c:\" q q
|
|
Description: Dump NTDS.dit into folder
|
|
Usecase: Dumping of Active Directory NTDS.dit database
|
|
Category: Dump
|
|
Privileges: Administrator
|
|
MitreID: T1003
|
|
MitreLink: https://attack.mitre.org/wiki/Technique/T1003
|
|
OperatingSystem: Windows
|
|
Full_Path:
|
|
- Path: C:\Windows\System32\ntdsutil.exe
|
|
Code_Sample:
|
|
- Code:
|
|
Detection:
|
|
- IOC: ntdsutil.exe with command line including "ifm"
|
|
Resources:
|
|
- Link: https://adsecurity.org/?p=2398#CreateIFM
|
|
Acknowledgement:
|
|
- Person: Sean Metcalf
|
|
Handle: '@PyroTek3'
|
|
---
|