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
|
2022-01-07 07:04:24 +01:00
|
|
|
status: test
|
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)
|
2022-01-07 07:04:24 +01:00
|
|
|
references:
|
2022-09-14 12:29:57 +02:00
|
|
|
- https://jpcertcc.github.io/ToolAnalysisResultSheet/details/ntdsutil.htm
|
2022-10-28 15:06:36 +02:00
|
|
|
author: Thomas Patzke
|
2024-08-12 12:02:50 +02:00
|
|
|
date: 2019-01-16
|
|
|
|
|
modified: 2022-03-11
|
2022-10-28 15:06:36 +02:00
|
|
|
tags:
|
2024-08-12 12:02:50 +02:00
|
|
|
- attack.credential-access
|
2022-10-28 15:06:36 +02:00
|
|
|
- attack.t1003.003
|
2019-02-26 00:24:46 +01:00
|
|
|
logsource:
|
2022-09-14 12:29:57 +02:00
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
2019-01-16 23:36:31 +01:00
|
|
|
detection:
|
2022-09-14 12:29:57 +02:00
|
|
|
selection:
|
|
|
|
|
Image|endswith: '\ntdsutil.exe'
|
|
|
|
|
condition: selection
|
2019-01-16 23:36:31 +01:00
|
|
|
falsepositives:
|
2022-09-14 12:29:57 +02:00
|
|
|
- NTDS maintenance
|
2022-03-11 18:13:54 +01:00
|
|
|
level: medium
|