SOC-OpenSource icon indicating copy to clipboard operation
SOC-OpenSource copied to clipboard

Help with TheHive and MISP intigration

Open sai-sagar opened this issue 3 years ago • 1 comments

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 #https://github.com/TheHive-Project/TheHive/issues/1063

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

sai-sagar avatar Feb 21 '22 19:02 sai-sagar

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

loklad avatar Jun 10 '22 06:06 loklad