2019-01-16 23:36:31 +01:00
|
|
|
title: Invocation of Active Directory Diagnostic Tool (ntdsutil.exe)
|
2019-11-12 23:12:27 +01:00
|
|
|
id: 2afafd61-6aae-4df4-baed-139fa1f4c345
|
2019-01-16 23:36:31 +01:00
|
|
|
description: Detects execution of ntdsutil.exe, which can be used for various attacks against the NTDS database (NTDS.DIT)
|
|
|
|
|
status: experimental
|
|
|
|
|
references:
|
2019-03-02 00:14:20 +01:00
|
|
|
- https://jpcertcc.github.io/ToolAnalysisResultSheet/details/ntdsutil.htm
|
2019-01-16 23:36:31 +01:00
|
|
|
author: Thomas Patzke
|
|
|
|
|
tags:
|
2019-03-02 00:14:20 +01:00
|
|
|
- attack.credential_access
|
|
|
|
|
- attack.t1003
|
2019-02-26 00:24:46 +01:00
|
|
|
logsource:
|
2019-03-02 00:14:20 +01:00
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
2019-01-16 23:36:31 +01:00
|
|
|
detection:
|
2019-03-02 00:14:20 +01:00
|
|
|
selection:
|
|
|
|
|
CommandLine: '*\ntdsutil*'
|
|
|
|
|
condition: selection
|
2019-01-16 23:36:31 +01:00
|
|
|
falsepositives:
|
2019-03-02 00:14:20 +01:00
|
|
|
- NTDS maintenance
|
2019-01-16 23:36:31 +01:00
|
|
|
level: high
|