unquoted-service-path
Searching for unquoted service paths
wmic service get name,displayname,pathname,startmode | findstr /i "auto" | findstr /i /v "c:\windows\\" | findstr /i /v "\"" ORwmic service get name,pathname,displayname,startmode | findstr /i "auto" | findstr /i /v "c:\windows\\"Tool
Invoke-AllChecksC:\Program
C:\Program Files
C:\Program Files (x86)\System
C:\Program Files (x86)\System Explorer\service\SystemExplorerService64Know about the service starting time (to get to know about the service if it runs under system privileges)
sc qc <service Name> ORQuery service
Check folder permissions
Start service
Checking for weak service ACL in registry
Modifiable registry autorun binary (check start-up programs)
Last updated