psfalcon
psfalcon copied to clipboard
PowerShell for CrowdStrike's OAuth2 APIs
## Invoke-FalconIdentityGraph: Add Pagination Pull Request general description should go here. - [x] Enhancement - [ ] Major Feature update - [ ] Bug fixes - [ ] Breaking Change...
**Describe the bug** Importing a configuration that was exported does not work correctly. When importin a custom prevention policy no settings are imported. So every setting is set to false....
**Describe the bug** Update-FalconStream gives the following error: Invoke-Falcon : Cannot bind parameter because parameter 'Endpoint' is specified more than once. To provide multiple values to parameters that can accept...
Hello, when running the following command for exporting Unmanaged Assets to a .csv, the hostname value of a predecessor asset is filled into the hostname field of an asset that...
**Describe the bug** Add-falconsensortag fails if the following registry value doesn't exist: HKEY_LOCAL_MACHINE\SYSTEM\CrowdStrike\{9b03c1d9-3138-44ed-9fae-d9f4c034b88d}\{16e0423f-7058-48c9-a204-725362b67639}\Default\GroupingTags **To Reproduce** Confirm the above registry key doesn't exist and then attempt to add sensor tags via...
**Describe the bug** Hello! I'm trying to fetch a large amount of vulnerability data via Get-FalconVulnerability, enriched with facet data. The verbose output shows many Invoke-Loops, so pagination seems to...
**Describe the bug** When specifying the `-Comment` argument before the `-Status` argument, parameter validation fails. **To Reproduce** ```powershell Edit-FalconDetection ` -Id 'ldt:deadbeefdeadbeefdeadbeefdeadbeef:100023456789' ` -AssignedToUuid 'deadbeef-abcd-ef12-3456-7890abcdef01' ` -Comment 'This is a...
**Describe the bug** I'm still facing issues with build 2.2.2 while importing a previously exported falcon-config. Importing host-groups, prevention policy and response policies are all failing. I try to import...
**Describe the bug** Error in the `oauth2.ps1` file in the module. Script is being run on a multi-tenant environment. **To Reproduce** ``` Request-FalconToken -ClientId -ClientSecret -Cloud us-1 -MemberCID Write-Result :...
**Describe the bug** Executing `Receive-FalconInstaller` results in an ArgumentOutOfRangeException. However, the sensor installer is actually successfully downloaded! **To Reproduce** ```powershell $sensorInfo=(Get-FalconInstaller -Filter "platform:'windows'" -Limit 1 -Detailed) Receive-FalconInstaller -Id $sensorInfo.sha256 -Path...