Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Observable report taxonomies bug #409

Closed
ilyaglow opened this issue Dec 28, 2017 · 3 comments
Closed

Observable report taxonomies bug #409

ilyaglow opened this issue Dec 28, 2017 · 3 comments
Assignees
Labels
Milestone

Comments

@ilyaglow
Copy link

Request Type

Bug

Work Environment

Question Answer
OS version (server) CentOS
TheHive version / git hash 3.0.3-1
Package Type Docker

Problem Description

Hey there,

Running multiple analyzers on an added observable I see how the earliest taxonomies are popped and almost immediately getting removed. It seems some of the taxonomies (from the most fastest analyzers) just don't show at all, but there is no any consistent pattern.

Probably some kind of a race condition. Just have a look:
peek

When I ran all analyzers you can see that Hippocampe:Score taxonomy was affected, and when I ran MaxMind and HippoScore - it was MaxMind's report taxonomy.

Steps to Reproduce

  1. Add observable
  2. Run multiple analyzers on it
@rolinh
Copy link

rolinh commented Dec 29, 2017

I observed something that I believe is related to this issue. Some analyzers results label don't show up in the observables list even though they are shown in each individual observable view.

@nadouani
Copy link
Contributor

We've been fighting to find the right cause of this bug as @garanews raised it privately some time ago. Now I got it!
The analyzers are called asynchronously and in a parallel way, so I suppose that this leads some issue like the one described on this bug.

@nadouani nadouani added the bug label Dec 29, 2017
@saadkadhi saadkadhi added this to the 3.1.0 (Cerana 1) milestone Jan 17, 2018
@To-om To-om added the wip label Jan 19, 2018
@To-om To-om closed this as completed Jan 23, 2018
@To-om To-om removed the wip label Jan 23, 2018
@nadouani nadouani reopened this Jan 31, 2018
@nadouani
Copy link
Contributor

This fix will be included within 3.0.4 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants