-
Notifications
You must be signed in to change notification settings - Fork 949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Report export to STIX2 brings start_time == stop_time for relations #8575
Comments
@andurin indeed, I noticed this behavior but not sure it's an export problem however. |
The fix is therefore for us to have at least 1s of difference between two dates on our side, when creating a relation. |
Thank you for having a look into this.
Yes, it is MISP complaining about this but that's ok since also the Stix Standard says something like "if you propagate start_time and end_time you must ensure that end_time is after start_time."
What do you think - can I hope for a fix in the next Version?
03.10.2024 09:29:43 nino-filigran ***@***.***>:
…
@andurin[https://github.com/andurin] indeed, I noticed this behavior but not sure it's an export problem however.
Indeed, by default, start time and stop time are populated with the same values, which then causes the bug when exporting and importing to MISP.
—
Reply to this email directly, view it on GitHub[#8575 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AAEEFJDU7VGPEZFOVQ6J55LZZTW6LAVCNFSM6AAAAABPHKQGMCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJQG4YTIOBUHE].
You are receiving this because you were mentioned.
[Verfolgungsbild][https://github.com/notifications/beacon/AAEEFJEOIPB77D3VBKJTGNTZZTW6LA5CNFSM6AAAAABPHKQGMCWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTUOP5U6C.gif]
|
@andurin I'm not sure it will be in the next release: we have quite some high-priority bugs that also require our attention. We'll prioritize this bug in the top part of the bucket, but can't promise anything regarding when it will be fixed. The "milestone" will be updated once the bug will be fixed, allowing you to know when the fix will be released. |
@nino-filigran : We need to decide if the form should be send :
Check must be added to verify that |
@marieflorescontact I spoke internally with product team and we decided to always have a date at the creation of a relationship. This means the fix should consists in:
|
Description
While finished a report in OCTI I wanted to export the report to JSON(STIX) to import that manually into a MISP Instance.
MISP importer complained about start_time == stop_time values which could be found in the generated relations.
Environment
Reproducible Steps
Steps to create the smallest reproducible scenario:
Expected Output
start_time != stop_time
Actual Output
start_time == stop_time
Additional information
Based on this it may be easy to just add an extra second or either microsecond to the stop_time.
OpenCTI-Platform/connectors@a7d6a3a
The text was updated successfully, but these errors were encountered: