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

24 lines
708 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
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
author: Thomas Patzke
date: 2019/01/16
2020-11-28 13:28:00 +01:00
modified: 2020/11/28
tags:
2019-03-02 00:14:20 +01:00
- attack.credential_access
2020-06-16 14:46:08 -06:00
- attack.t1003.003
2021-04-03 00:00:43 +02:00
- attack.t1003 # an old one
2019-02-26 00:24:46 +01:00
logsource:
2019-03-02 00:14:20 +01:00
category: process_creation
product: windows
detection:
2019-03-02 00:14:20 +01:00
selection:
2020-11-28 13:28:00 +01:00
Image|endswith: '\ntdsutil.exe'
2019-03-02 00:14:20 +01:00
condition: selection
falsepositives:
2019-03-02 00:14:20 +01:00
- NTDS maintenance
2021-04-03 00:00:43 +02:00
level: medium