Windows: File Creation of NTDS.DIT (Active Directory Database)

Flags creation of an ntds.dit file on Windows, an Active Directory database artifact often associated with credential access.

FreeReviewedSigma · Low · v2
Product
windows
Category
file_event
Author
Nasreddine Bencherchali (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2023-05-05
Updated
2026-07-31
title: "Windows: File Creation of NTDS.DIT (Active Directory Database)"
id: 80190794-3aac-41de-8da4-89ea84d12bd5
status: test
description: This rule flags file creation events where the target filename ends with "ntds.dit", indicating creation of the Active Directory database file. Attackers may create or manipulate NTDS.DIT to support credential access and directory database extraction. It relies on Windows file event telemetry capturing the target filename associated with the creation action.
references:
  - Internal Research
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/file/file_event/file_event_win_ntds_dit_creation.yml
author: Nasreddine Bencherchali (Nextron Systems), Huntrule Team
date: 2023-05-05
tags:
  - attack.credential-access
  - attack.t1003.003
logsource:
  product: windows
  category: file_event
detection:
  selection:
    TargetFilename|endswith: ntds.dit
  condition: selection
falsepositives:
  - Unknown
level: low
license: DRL-1.1
related:
  - id: 0b8baa3f-575c-46ee-8715-d6f28cc7d33c
    type: derived