mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
24 lines
708 B
YAML
24 lines
708 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
|
|
modified: 2020/11/28
|
|
tags:
|
|
- attack.credential_access
|
|
- attack.t1003.003
|
|
- attack.t1003 # an old one
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
Image|endswith: '\ntdsutil.exe'
|
|
condition: selection
|
|
falsepositives:
|
|
- NTDS maintenance
|
|
level: medium
|