Josh Liburdi

Results 31 comments of Josh Liburdi

It should be possible to do this by combining GJSON with SJSON. Put the interface{} into a temporary JSON object or key with SJSON, then get it with GJSON.

Thanks for the example. The behavior of this is a bit unusual (possibly a bug?): https://play.golang.org/p/14ScdPIcAHS

this is also keeping me from adopting sigma; we ended up creating our own version of detection as code for the platform we use. sigma would have been a good...

Adding to this issue -- I'm experiencing a similar (the same?) error when using the package. ``` Traceback (most recent call last): File "[redacted]", line 237, in [redacted] [redacted] File...

Using environment variables to configure AWS SDKs is common when using Lambda, I was surprised to learn that this is not already supported by the Go SDK. I think AWS_RETRY_MODE...

this is also keeping me from adopting sigma; we ended up creating our own version of detection as code for the platform we use. sigma would have been a good...

Sample output can be seen here: https://github.com/jshlbrd/laikaboss-modules/tree/master/meta_olevba

Hey @RanVaknin, thanks for taking a look at this! The API calls are not made by the client, they're made by the DynamoDB service -- but the number of KMS...

Thanks @RanVaknin! > When you say "unique access key ID" are you referring to accountId in the cloud trail event? Not quite, it's the `accessKeyId` seen in the CloudTrail events...