LOLBAS/yml/OtherMSBinaries/Dtutil.yml
Avihay Eldad bfa71cc57e
Add DTUtil.yml (#382)
Co-authored-by: Wietze <wietze@users.noreply.github.com>
2024-09-07 15:16:04 +01:00

22 lines
845 B
YAML

---
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'