-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Wietze <[email protected]>
- Loading branch information
1 parent
cfd827f
commit bfa71cc
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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' |