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

Help with TheHive and MISP intigration #6

Open
sai-sagar opened this issue Feb 21, 2022 · 1 comment
Open

Help with TheHive and MISP intigration #6

sai-sagar opened this issue Feb 21, 2022 · 1 comment

Comments

@sai-sagar
Copy link

Problem Description
When I try to export a case or observables from TheHive to MISP i cant get it working.

Steps to Reproduce.

  1. export case to MISP

it gives an error as follows
Capture1

error: CaseExportCtrl: an unexpected error occured while exporting case.

more information...
Capture

also look at my thehive application.conf

play.modules.enabled += org.thp.thehive.connector.misp.MispModule

misp {
   interval: 1m
   servers: [
{
     name = "MISP"
     url = "http://...... MISP URL"
     auth {
       type = key
       key = "---key----"
     }
     wsConfig {}
     wsConfig.ssl.loose.acceptAnyCertificate = true
}
  ]
 }

similar issue to other user
#TheHive-Project/TheHive#1063

Pleaae let me know if you can help with this issue, TIA.

@loklad
Copy link

loklad commented Jun 10, 2022

I had the same issue while exporting the observables from thehive to MISP, Did you able to solve it?

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

No branches or pull requests

2 participants