Files
atomic-red-team/Windows/Persistence/New_Service.md
T
Michael Haag 382d6313a3 Windows Matrix Update
Windows Matrix update
+ also fixed Dir names/paths
2018-01-16 10:10:52 -07:00

415 B

Service Installation

MITRE ATT&CK Technique: T1050

sc.exe

Input:

sc create TestService binPath="C:\Path\file.exe"

PowerShell

Input:

powershell New-Service -Name "TestService" -BinaryPathName "C:\Path\file.exe"

Test Script

AtomicService.cs