You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some MISP events are not retrieved or are not updated by TheHive
Complementary information
TheHive uses timestamp in MISP events to determine if they must be imported in alerts. The field timestamp is the time of the last change on event. Event which are not published are ignored.
This process is not correct because publishing an event doesn't change its timestamp.
Moreover, MISP API used by TheHive (POST events/index with { "searchDatefrom" : lastSyncDate }) filters event based on the field date (creation date) and not timestamp nor publish_timestamp.
The text was updated successfully, but these errors were encountered:
Request Type
Bug
Work Environment
TheHive version 2.11.2
Problem Description
Some MISP events are not retrieved or are not updated by TheHive
Complementary information
TheHive uses
timestamp
in MISP events to determine if they must be imported in alerts. The fieldtimestamp
is the time of the last change on event. Event which are not published are ignored.This process is not correct because publishing an event doesn't change its timestamp.
Moreover, MISP API used by TheHive (
POST events/index
with{ "searchDatefrom" : lastSyncDate }
) filters event based on the fielddate
(creation date) and nottimestamp
norpublish_timestamp
.The text was updated successfully, but these errors were encountered: