2018-06-09 00:15:06 +02:00
---
Name : Sqlps.exe
2018-12-12 12:56:53 +01:00
Description : Tool included with Microsoft SQL Server that loads SQL Server cmdlets. Microsoft SQL Server\100 and 110 are Powershell v2. Microsoft SQL Server\120 and 130 are Powershell version 4. Replaced by SQLToolsPS.exe in SQL Server 2016, but will be included with installation for compatability reasons.
2018-09-22 04:58:00 +02:00
Author : 'Oddvar Moe'
2021-01-10 16:04:52 +01:00
Created : 2018-05-25
2018-06-09 00:15:06 +02:00
Commands :
- Command : Sqlps.exe -noprofile
2018-12-12 12:56:53 +01:00
Description : Run a SQL Server PowerShell mini-console without Module and ScriptBlock Logging.
2018-09-22 04:58:00 +02:00
Usecase : Execute PowerShell commands without ScriptBlock logging.
2018-09-26 11:41:58 +02:00
Category : Execute
2018-09-22 04:58:00 +02:00
Privileges : User
MitreID : T1218
MitreLink : https://attack.mitre.org/wiki/Technique/T1218
OperatingSystem : Windows
2018-12-10 14:28:12 +01:00
Full_Path :
2018-12-11 15:38:39 +01:00
- Path : C:\Program files (x86)\Microsoft SQL Server\100\Tools\Binn\sqlps.exe
2018-12-12 12:56:53 +01:00
- Path : C:\Program files (x86)\Microsoft SQL Server\110\Tools\Binn\sqlps.exe
- Path : C:\Program files (x86)\Microsoft SQL Server\120\Tools\Binn\sqlps.exe
- Path : C:\Program files (x86)\Microsoft SQL Server\130\Tools\Binn\sqlps.exe
2018-12-10 14:28:12 +01:00
Code_Sample :
2018-09-26 11:41:58 +02:00
- Code :
Detection :
- IOC :
2018-06-09 00:15:06 +02:00
Resources :
2018-09-26 11:41:58 +02:00
- Link : https://twitter.com/bryon_/status/975835709587075072
2018-12-12 12:56:53 +01:00
- Link : https://docs.microsoft.com/en-us/sql/powershell/sql-server-powershell?view=sql-server-2017
2018-09-22 04:58:00 +02:00
Acknowledgement :
- Person : Bryon
Handle : '@bryon_'
2018-12-11 15:38:39 +01:00
---