SOC-OpenSource
SOC-OpenSource copied to clipboard
Help with TheHive and MISP intigration
Problem Description When I try to export a case or observables from TheHive to MISP i cant get it working.
Steps to Reproduce.
- export case to MISP
it gives an error as follows
error: CaseExportCtrl: an unexpected error occured while exporting case.
more information...
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.
I had the same issue while exporting the observables from thehive to MISP, Did you able to solve it?