EXPLORE
← Back to Explore
sigmalowHunting

NTDS.DIT Created

Detects creation of a file named "ntds.dit" (Active Directory Database)

MITRE ATT&CK

credential-access

Detection Query

selection:
  TargetFilename|endswith: ntds.dit
condition: selection

Author

Nasreddine Bencherchali (Nextron Systems)

Created

2023-05-05

Data Sources

windowsFile Events

Platforms

windows

Tags

attack.credential-accessattack.t1003.003
Raw Content
title: NTDS.DIT Created
id: 0b8baa3f-575c-46ee-8715-d6f28cc7d33c
status: test
description: Detects creation of a file named "ntds.dit" (Active Directory Database)
references:
    - Internal Research
author: Nasreddine Bencherchali (Nextron Systems)
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