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