Merge pull request #29 from redcanaryco/dev-mh

Updated Formatting + System Service Discovery
This commit is contained in:
caseysmithrc
2017-11-27 13:09:31 -07:00
committed by GitHub
6 changed files with 37 additions and 0 deletions
@@ -0,0 +1,36 @@
## System Service Discovery
MITRE ATT&CK Technique: [T1007](https://attack.mitre.org/wiki/Technique/T1007)
## Tasklist.exe
Input:
tasklist.exe
## sc.exe
Input:
sc query
Input:
sc query state= all
Start/Stop a service
sc start <service name>
Stop:
sc stop <service name>
GUI:
services.msc
## WMIC.exe
wmic service where (displayname like "%<whatever>%") get name
+1
View File
@@ -8,6 +8,7 @@ net config workstation
net accounts
net accounts /domain
net view
sc query
reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows"
reg query HKLM\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce
reg query HKCU\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce