Matthew T

Results 53 comments of Matthew T
trafficstars

This might be something suited for [Cortex Responders](https://github.com/TheHive-Project/Cortex-Analyzers/tree/master/responders). There is some documentation on [how to create a Responder here](https://github.com/TheHive-Project/CortexDocs/blob/master/api/how-to-create-a-responder.md).

I would submit this issue on T[heHive repository](https://github.com/TheHive-Project/TheHive) as a potential bug and not the documentation repository. It might get some better focus. :) You'll want to include as much...

Are you entering `YOUR_SERVER_ADDRESS` or the IP address of the system where the install is? For example, if it is installed on your local machine, you would enter in `http://127.0.0.1:9000/`...

Hi, could this one be assigned to me? I'd like to contribute the documentation on working with tasks on a case.

> a couple of things I noticed: > > * we need recursive submodules on checkout, as we need to pull in breakpad/crashpad > * please take a look at...

For those that are also super excited to get vectordev to send into Azure Event Hub (Standard SKU required) as a sink. I was able to get this working this...

Cortex 3 passes in this data via a file now. See: #176 You may need to update cortexutils as it supports reading the input from the `input.json` file in addition...

This will be difficult considering Python uses it's own certificate store and not the system level one, so even if you were able to mount/overwrite it in the container --...

It actually just occurred to me that you might be able to use an environment variable here, assuming that most of the analyzers use _requests_ for HTTP calls. `REQUESTS_CA_BUNDLE` per...