Damian Torres
Damian Torres
In cases where malware may be using reversing of character order for obfuscation, maybe add a `reverse` keyword to look for the strings forward and backward? Example: ```yaml strings: $a1...
**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...
Running `Get-JiraIssue` or `Get-JiraFilter` and putting a JQL query in for `-Filter` parameter causes the following error: ``` Resolve-ErrorWebResponse: Method invocation failed because [System.Net.Http.HttpResponseMessage] does not contain a method named...
For example: to create an emote, you would create a post with a `type` of `me`. 
In colors.py, there are three different color declarations that change the background color, but not the foreground color. I use a terminal with a black background and a grey default...
**Describe the bug** `Get-FalconAlert -All -Detailed` produces an HTTP error `413 - Request Too Large` **To Reproduce** `Get-FalconAlert -All -Detailed` **Expected behavior** All Falcon alerts returned with details. **Environment (please...
In `puppetserver/docker-entrypoint.d/90-ca.sh`, the command `puppetserver ca setup` is run. If wanting to use previously generated certificates for Intermediate CA (See https://www.puppet.com/docs/puppet/8/server/intermediate_ca documentation), one would have to start the container, then...
Class structure remains unchanged.
## Use Case Not sure where/how to get started with developing custom facts using this control repo. ## Describe the Solution You Would Like An example/starter for a custom fact...
**Describe the bug** When using PSFalcon 2.2.7, `Get-FalconAlert` with parameter `-All` results in an HTTP 500 response. **To Reproduce** `Get-FalconAlert -All` **Expected behavior** API endpoint I believe has a limit...