Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_ntdsutil_usage.yml
T

23 lines
663 B
YAML
Raw Normal View History

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
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
date: 2019-01-16
modified: 2022-03-11
2022-10-28 15:06:36 +02:00
tags:
- 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
detection:
2022-09-14 12:29:57 +02:00
selection:
Image|endswith: '\ntdsutil.exe'
condition: selection
falsepositives:
2022-09-14 12:29:57 +02:00
- NTDS maintenance
2022-03-11 18:13:54 +01:00
level: medium