SigmaHQ/rules/windows/process_creation/win_susp_ntdsutil.yml

20 lines
581 B
YAML
Raw Normal View History

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:
- https://jpcertcc.github.io/ToolAnalysisResultSheet/details/ntdsutil.htm
author: Thomas Patzke
tags:
- attack.credential_access
- attack.t1003
2019-02-25 23:24:46 +00:00
logsource:
category: process_creation
product: windows
detection:
selection:
CommandLine: '*\ntdsutil*'
condition: selection
falsepositives:
- NTDS maintenance
level: high