connectors icon indicating copy to clipboard operation
connectors copied to clipboard

[TheHive] Compability with version 4 (aka TheHive 4)

Open SamuelHassine opened this issue 3 years ago • 2 comments

Problem to Solve

The current connector only works with TheHive 3.X.

Current Workaround

None.

Proposed Solution

Implement compatibility with TheHive 4.X.

SamuelHassine avatar Apr 22 '21 17:04 SamuelHassine

@SamuelHassine any update on this? if not, can you point me in the direction of what would need to be tested?

paul-thi avatar Jun 27 '22 20:06 paul-thi

@SamuelHassine Do you know if OpenCTI will have compatibility with TheHive 4 and 5 in the future? Thanks.-

robben-ar avatar Jul 01 '22 23:07 robben-ar

Hi! Can you describe the problem that makes the connector incompatible with TheThive 4.X? Hope we can find a solution

TheMatrix97 avatar Feb 16 '23 14:02 TheMatrix97

I can confirm it works with thehive 4..... Dunno why is this still open...

TheMatrix97 avatar Feb 20 '23 15:02 TheMatrix97

So there are 2 issues at least that I am aware of on both 4.x and 5.x. #1 the connector is hard coded to only handle up to 100 cases in TheHive. However ours has over 300, which caused the import to break and typically just ingest one case. Often this was the same one over and over. #2 the logic of the connector doesn't apply updates to cases made in TheHive to the corresponding event in OpenCTI. This assumes a workflow where the case is added from day one with all the information however with our workflow, the case typically starts barebones and gets updates during the life of the incident. We forked the connector and made updates so that it has been working consistently. I will see if we can make a merge request if you are interested in fixing.

paul-thi avatar Feb 27 '23 19:02 paul-thi

Hi @paul-thi! Are you still OK to submit a PR with your modified connector?

It will be great have this resolved! :)

Jipegien avatar May 22 '23 12:05 Jipegien

Issue solved by multiple enhancements in 5.8.4.

SamuelHassine avatar Jun 25 '23 20:06 SamuelHassine