Releases: swisscom/PowerSponse
v0.3.0
v0.2.2
v0.2.1
v0.2.0
Add WinRM implementation for finding or removing files and
directories based on simple wildcards like * or the use of regex which is
matched against the whole path. Beside the WinRM implementations for file
system handling, the get and stop process functions got their WinRM
implementation as well. The repository file was changed to reflect those changes.
The main functions using CORE rules (Invoke-PowerSponse
and
New-CleanupPackage
) were updated too to allow the use of optional parameters
in rules.
Furthermore, a generic command Invoke-PsExec
was added for a more convenient
way to invoke PsExec.
See CHANGELOG for full version information.
You can download this version from PowerShellGallery.
v0.1.0
🎉 Initial public release. 🎉
This release includes basic commands for contain malicious scheduled tasks, services, processes and some other host commands (e.g. disable network interface). Allow using the commands against remote host, build a package with all the commands or without a hostname run the command against localhost. Furthermore, a rule engine was implemented to allow using CoRe (COntainment and REmediation) rules and use them for containment. A plugin architecture was implemented to allow an easy way to add new functions.
See CHANGELOG for full version information.