Skip to content

Releases: swisscom/PowerSponse

v0.3.0

15 May 12:32
Compare
Choose a tag to compare

Return also the file hash in find-file command and fix an issue with -WhatIf parameter in Invoke-PowerSponse.

See CHANGELOG for full version information.

v0.2.2

04 Apr 12:27
Compare
Choose a tag to compare

Fix credential handling in new file and directory commands when using -Credential parameter. Furthermore, improve PowerShell help.

See CHANGELOG for full version information.

v0.2.1

02 Apr 15:03
Compare
Choose a tag to compare

Update Get-ScheduledTask documentation and fix missing bin folder in PowerShell Gallery.

See CHANGELOG for full version information.

You can download this version from PowerShellGallery.

v0.2.0

02 Apr 12:36
Compare
Choose a tag to compare

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

02 Aug 08:50
Compare
Choose a tag to compare

🎉 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.