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
I have a SightingDB set up, but the dates fields aren't working correctly in it. Whatever IOC I add in whichever namespace, later reading it it always returns
{ ... , "first_seen":0,"last_seen":0, ...}
Any hint at what might be wrong?
Additionally, I tried adding this database to a MISP instance, and the test connection works
but quick search results, or trying to view sightings in an event doesn't. Thought maybe it's related to dates problem though.
If not, for https://[server]:9999/r/namespace/ tried giving both "namespace" and "namespace/" in namespace field in SigthingDB connection. Tried with different namespaces too. There isn't much technical instructions online (that I could find) of how exactly to set up the integration. Could you help me with that as well? Assuming fixing the dates won't solve it.
The text was updated successfully, but these errors were encountered:
Hello,
I have a SightingDB set up, but the dates fields aren't working correctly in it. Whatever IOC I add in whichever namespace, later reading it it always returns
{ ... , "first_seen":0,"last_seen":0, ...}
Any hint at what might be wrong?
Additionally, I tried adding this database to a MISP instance, and the test connection works
but quick search results, or trying to view sightings in an event doesn't. Thought maybe it's related to dates problem though.
If not, for
https://[server]:9999/r/namespace/
tried giving both "namespace" and "namespace/" in namespace field in SigthingDB connection. Tried with different namespaces too. There isn't much technical instructions online (that I could find) of how exactly to set up the integration. Could you help me with that as well? Assuming fixing the dates won't solve it.The text was updated successfully, but these errors were encountered: