Skip to content
#

incident-response

Here are 202 public repositories matching this topic...

TheHive
crackytsi
crackytsi commented Mar 3, 2020

Bug / Feature Request

Work Environment

Question Answer
OS version (server) Debian
OS version (client) 10
TheHive version / git hash 4 RC1
Package Type DEB

Problem Description

There are no longer any default dashboards

Possible Solutions

Add the default da

sergiospa
sergiospa commented Mar 10, 2020

Description

When we have an automatic email reports configuration and there are no alerts to be reported that day (e.g the rule or group of rules that we have configured in reports have not triggered during the day), the report will not be sent.

This is not good behavior because it can lead the user to think that the automatic reports are not working.

Let's also say that I have to sen

beagle
alishasonawalla
alishasonawalla commented Apr 26, 2019

There is a broken link in the README.md file, in the sentence that reads:

Right clicking on a node exposes a context menu that allows you to run graph mutators.

It appears that the word graph mutators in the above sentence is intended to link to a mutators.md file under docs. But it seems that no such file exists. Is there another document it should be pointing to? Let me know if I ca

bug
theckman
theckman commented Apr 25, 2019

One change we are seeing in our industry is the wider adoption of the belief that being able to distill an incident down to a single root cause is a myth[1][2]. As the complexities of our systems grow the complexities of our incidents grow, and trying to isolate an incident to one item doesn't result in the types of learnings we need to come out of those incidents.

The truth is that each incide

kalyparker
kalyparker commented Jan 28, 2019

Hi,
I have a problem with a modify.
I wish to split one entry in 2 differents fields. For example I have This IP with port [2a01:c206:3003:3104::1]:9001.
I with to split ip and port.
I try to do this:

[
    {
      "rulename": "IPv6port",
      "if": {
            "source.account":"]:(([0-9]+))"
      },
      "then": {
            "source.port":"{matches[source.account][0]}
capnspacehook
capnspacehook commented Jan 15, 2019

Unit tests need to be created that tests obfuscating with all possible Mutator permutations that are 2 Mutators long. So basically given the dozen or so current Mutators, make sure Mutators don't just work on their separately, but together as well. I've run into a few random cases where using Mutators in specific combinations produces faulty payloads, and want a test that can do this for me.

Us

Cortex
milesflo
milesflo commented Feb 5, 2020

Include Dockerfile in root of project

Request Type

Feature Request

Description

As part of the development and release cycle, please include the Dockerfile generated by docker.sbt in the root of the project so that the container can be built directly from the repo itself.

velociraptor
pichlou
pichlou commented Jan 7, 2019

Hi
i am using docker-compose in windows 7
postgres,rabbitmq and django application services build,but nginx service has an error!

nginx:
volumes:
- ./nginx_docker.conf:/etc/nginx/conf.d/default.conf

in this part "nginx_docker.conf" is not a directory and i have error "not a directory" in running "docker-compose up" command.
what is your solution for my problem?

TheHiveDocs
cloudtracer
cloudtracer commented Sep 19, 2017

Create an interface within the plugin to add notes, tags and other manually captured items analysts might want to keep track of, and have the notes displayed in the popups as well.

Any feedback or ideas for this are welcome.

Cortex-Analyzers
geekscrapy
geekscrapy commented Feb 2, 2019

Looking to validate IOCs prior submitting them to Cortex in an app I'm developing.

This needs to consist of validating them (is 192.168.001.001 an IP? Or can it be converted to be valid), and also normalising them to be consistent (http://www.google.com/home.html?test=hello%2bworld is normalised to
http://www.google.com/home.html?test=hello+world) so future submissions can be joined on the s

Improve this page

Add a description, image, and links to the incident-response topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the incident-response topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.