SigmaHQ/rules/windows/process_creation/win_susp_ntdsutil.yml
2020-06-16 14:46:08 -06:00

23 lines
662 B
YAML

title: Invocation of Active Directory Diagnostic Tool (ntdsutil.exe)
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:
- https://jpcertcc.github.io/ToolAnalysisResultSheet/details/ntdsutil.htm
author: Thomas Patzke
date: 2019/01/16
tags:
- attack.credential_access
- attack.t1003
- attack.t1003.003
logsource:
category: process_creation
product: windows
detection:
selection:
CommandLine: '*\ntdsutil*'
condition: selection
falsepositives:
- NTDS maintenance
level: high