Skip to content

Releases: swisscom/PowerGRR

v0.12.0

07 Jul 13:22
Compare
Choose a tag to compare

This release adds new commands for exporting (downloading) the files archive from a hunt (Get-GRRHuntExport) or from a flow (Get-GRRFlowExport), adds support in FileFinder flow for collecting locked files using raw file access and fixes the artifact upload implementation for newer GRR releases.

See CHANGELOG for full version information.

v0.11.0

02 Jun 09:17
Compare
Choose a tag to compare

Add new command for getting all the flows of a client (Get-GRRFlow) and improve Yara rule handling.

See CHANGELOG for full version information.

v0.10.0

22 Mar 10:01
Compare
Choose a tag to compare

Add further flow and hunt handling commands and fix an API issue in Invoke-GRRFlow.

See CHANGELOG for full version information.

v0.9.1

04 Apr 16:36
Compare
Choose a tag to compare

Fix API field name for computer name from "node" to "fqdn" which was changed in
newer GRR versions. Furthermore, fix issue when usernames are missing in client
info (Get-GRRClientInfo).

See CHANGELOG for full version information.

v0.9.0

19 May 17:30
Compare
Choose a tag to compare

Improve password handling by allowing to set the $GRRCredential variable with the credential in the console which is then used by all subsequent command calls. The use of -Credential is therefore not needed anymore. For better converting the unix timestamp, the function ConvertFrom-EpocTime was added. Additionally, improve PowerShell help.

See CHANGELOG for full version information.

v0.8.0

21 Feb 09:04
Compare
Choose a tag to compare

Add the functionality for using a condition in RegistryFinder flow and add the Yara process memory scan flow. Extend and improve getting and displaying client information. Fix some issues within RegistryFinder flow, hunt definition and formatting in Invoke-GRRFlow.

See CHANGELOG for full version information.

v0.7.0

19 Jan 22:59
Compare
Choose a tag to compare

Improve payload conversions, add file content conditions for file finder flow and update result count functionality for hunt info according to newly added fields in overview in GRR. Extend existing approval state commands with new wait functions.

See CHANGELOG for full version information.

v0.6.0

14 Sep 14:31
Compare
Choose a tag to compare

Add support for reading client or hunt approvals and their state. This allows using a loop until an approval gets valid and starting the desired actions directly without the need for checking the state and starting the next command manually. What was the Splunk tag line again..."PowerGRR, because Ninjas are too busy".

See CHANGELOG for full version information.

v0.5.0

16 Aug 14:59
Compare
Choose a tag to compare

Add support for certificate authentication based on certificate files instead of relying only on the Windows certificate store. This allows using certificate authentication with PowerShell Core and especially on non-Windows platforms. Use the new config option to set the certificate file path. Furthermore, commands for uploading artifacts to GRR and removing them from GRR were added.

See CHANGELOG for full version information.

v0.4.2

08 Aug 12:29
Compare
Choose a tag to compare

Fix bug in Get-ClientCertificate when using Get-Variable. Make the certificate authentication working again.

See CHANGELOG for full version information.