Koen Van Impe
Koen Van Impe
Hi @BlaqHiik , can you clarify what you mean with "my project"?
Do you see anything in the kippo log files? Does your logstash config point to the correct kippo log file?
Seems $triggerData['Attribute'] is not set? If you return true before https://github.com/MISP/MISP/blob/2.4/app/Model/Module.php#L243 then the error is gone and it's again possible to use the "Import from URL". But this beats the...
$triggerData is empty. queryModuleServer(array $postData, $hover = false, $moduleFamily = 'Enrichment', $throwException = false, $triggerData=[]) Called in downloadMarkdownFromURL: $result = $this->Module->queryModuleServer($modulePayload, false);
This is in the output `{"data": {"assets": [], "case": {"close_date": null, "description": "# Hello There\n\n## Another one", "for_customer": "zdffdemoabc", "name": "#6 - New case for TS import", "open_date": "Tue, 25...
@iglocska this is what's requested `r = self._prepare_request('GET', 'warninglists/index')`
> Okay, this is even more confusing: PyMISP should already support the objects coming from old templates. Then I look at the event `30839540-715f-46fa-9fe3-a3b0b441d01e`, I cannot find any `object_relation` called...
If I'm looking at this correctly, there's no bug, it's only the source event that used a wrong object-template?
See https://github.com/TheHive-Project/TheHive4py/pull/137