Damian Torres

Results 10 issues of 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...

feature-request

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

bug

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`. ![image](https://user-images.githubusercontent.com/28566413/228667956-a5e897db-1b64-4204-8db0-e57d4156257a.png)

enhancement
help wanted

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

bug
fix available

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

enhancement

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

question