-
Notifications
You must be signed in to change notification settings - Fork 640
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
Pass all observable tags on MISP share #508
Comments
Hello, MISP uses a list of defined tags, either using taxonomies or user defined tags. TheHive needs the ID of each tag to be able to tell MISP, what tags an observable has. and AFAIK, getting tag ids from MISP is not easy. We will take a look on it with @iglocska ;) |
I've never worked with Scala before today, so I'm well behind the learning curve, but I think this fix is really just a matter of writing the right for-loop. I'm trying to install TheHive and the ability to expot TheHive tags to MISP would really be helpful. Like I said, I've never looked at Scala before today so I don't really understand the syntax, but looking at this PR from @To-om (#836) it seems this addition could be semi-trivial. Since I don't have a good test environment and don't know the first thing about Scala, I figured I could post this here and someone more knowledgable could run with it.
This is the part where I have no idea what I'm doing and I'm sure I'm missing something, but I'm basing it off #836
It seems like attribute.tags would be the right fit based on seeing attribute.tlp prior, as well as this reference If I were to do this in Python this line would essentially be:
Based on the template that renders the observable page it looks like this would only grab the tags that were manually added to the observable by the analyst and NOT the taxonomy labels generated by Cortex analyzers which is the perfect fit for this use-case. Thanks in advance for anyone that can help with this! |
Hello, i have some problem with export thehive tags for observable in misp. Misp ver. v2.4.158, Thehive 4.1.24-1. Help me please... |
#Import tags on MISP share
Request Type
Feature Request
Problem Description
Need to copy those handy tags from TheHive to the MISP attributes on share.
Hate to not have all that work and Cortex metadata not moving over with the event.
The text was updated successfully, but these errors were encountered: