Add DTUtil.yml (#382)

Co-authored-by: Wietze <wietze@users.noreply.github.com>
This commit is contained in:
Avihay Eldad 2024-09-07 17:16:04 +03:00 committed by GitHub
parent cfd827fe6d
commit bfa71cc57e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,21 @@
---
Name: dtutil.exe
Description: Microsoft command line utility used to manage SQL Server Integration Services packages.
Author: Avihay Eldad
Created: 2024-06-17
Commands:
- Command: dtutil.exe /FILE C:\Windows\System32\calc.exe /COPY FILE;C:\Users\Public\calc.exe
Description: Copy file from source to destination
Usecase: Use to copies the source file to the destination file
Category: Copy
Privileges: Administrator
MitreID: T1105
OperatingSystem: Windows
Full_Path:
- Path: C:\Program Files\Microsoft SQL Server\<version>\DTS\Binn\dtutil.exe
- Path: C:\Program Files (x86)\Microsoft SQL Server\<version>\DTS\Binn\dtutil.exe
Resources:
- Link: https://learn.microsoft.com/en-us/sql/integration-services/dtutil-utility?view=sql-server-ver16
Acknowledgement:
- Person: Avihay Eldad
Handle: '@AvihayEldad'