Skip to content

Proof-of-concept script for live analysis of persistent Windows Services [MITRE T1543.003] as presented in the 2021 SEC-T Conference.

Notifications You must be signed in to change notification settings

Truesec/TSPersistentService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

TSPersistentService

Proof-of-concept script for live analysis of persistent Windows Services [MITRE T1543.003] as presented in the 2021 SEC-T Conference.

Usage

Get services

import-module .\TSPersistentService.psm1
Get-TSPersistentService 

Get timeline of service-related events and save it as a CSV file.

import-module .\TSPersistentService.psm1
Get-TSPersistentService | ConvertTo-TSTimeline | Export-csv -NoTypeInformation -Encoding utf8 .\timeline.csv

Credits

About

Proof-of-concept script for live analysis of persistent Windows Services [MITRE T1543.003] as presented in the 2021 SEC-T Conference.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published