PowerGRR

0.9.0

PowerGRR is a PowerShell module for working with the GRR API running on Windows, macOS and Linux. GRR Rapid Response is an incident response framework focused on remote live forensics. The module allows working with flows, hunts, labels, artifacts and the search feature. Furthermore, it allows working with the computer names instead of the GRR internal client id.

P
PowerGRR is a PowerShell module for working with the GRR API running on Windows, macOS and Linux. GRR Rapid Response is an incident response framework focused on remote live forensics. The module allows working with flows, hunts, labels, artifacts and the search feature. Furthermore, it allows working with the computer names instead of the GRR internal client id.

PowerGRR creates a comfortable, cli-based workflow for incident response. Working directly with PowerShell objects enables you to sift quickly through flow and hunt data. This object-oriented approach gives you a fast way to analyze output within PowerShell, e.g. get all unique registry paths from a hunt or show a list of unique clients where a file was found.

Some of the use cases where PowerGRR could speed up the work:

* Start a flow on one or multiple clients and get flow results as PowerShell object for easier filtering.

* Create and start a new hunt and get the hunt info or results as PowerShell objects.

* Create a hunt or a client approval request and wait until they get valid.

* Add or remove a label on one or multiple clients based on a list of computer names.

* Add artifacts to or remove artifacts from the GRR artifact repository.

* List hunts, artifacts, client or hunt approvals, labels and clients and filter them as needed.

* Build scripts for common forensic workflows and start multiple hunts or flows inside a script.

----

Release Notes: https://github.com/swisscom/PowerGRR/releases

Configuration: https://github.com/swisscom/PowerGRR#configuration

Changelog: https://github.com/swisscom/PowerGRR/blob/master/CHANGELOG.md
Show more

Minimum PowerShell version

3.0

The owner has unlisted this package. This could mean that the module is deprecated or shouldn't be used anymore.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PowerGRR -RequiredVersion 0.9.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PowerGRR -Version 0.9.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2017 Swisscom (Schweiz) AG

Package Details

Author(s)

  • Swisscom (Schweiz) AG

Tags

IncidentResponse RemoteForensics Forensics GRR

Functions

Get-GRRHuntResult Get-GRRHuntInfo Find-GRRClient Find-GRRClientByLabel Get-GRRComputerNameFromClientId Get-GRRClientIdFromComputerName Set-GRRLabel Remove-GRRLabel Invoke-GRRFlow Get-GRRLabel Get-GRRHunt Get-GRRFlowResult ConvertFrom-Base64 Invoke-GRRRequest Get-GRRSession New-GRRHunt Start-GRRHunt Stop-GRRHunt New-GRRHuntApproval New-GRRClientApproval Get-GRRFlowDescriptor Get-GRRArtifact Get-GRRConfig ConvertTo-Base64 Add-GRRArtifact Remove-GRRArtifact Get-GRRHuntApproval Get-GRRClientApproval ConvertTo-Hex Wait-GRRHuntApproval Wait-GRRClientApproval Get-GRRClientInfo ConvertFrom-EpocTime

Dependencies

This module has no dependencies.

Release Notes

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 in Github for full version information.

FileList

Version History

Version Downloads Last updated
0.12.0 202 7/7/2021