Skip to content

Commit

Permalink
Added Active Directory database artifact definition (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryyyyy committed Sep 14, 2022
1 parent 61c4d43 commit facefa9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ sources:
supported_os: [Windows]
urls: ['https://artifacts-kb.readthedocs.io/en/latest/sources/windows/ActiveDesktop.html']
---
name: WindowsActiveDirectoryDatabase
doc: Windows Active Directory data store file.
sources:
- type: FILE
attributes:
paths: ['%%environ_systemroot%%\ntds\ntds.dit']
separator: '\'
supported_os: [Windows]
urls: ['https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2003/cc772829(v=ws.10)']
---
name: WindowsActivitiesCacheDatabase
doc: SQLite database containing the Windows activities cache.
sources:
Expand Down

0 comments on commit facefa9

Please sign in to comment.