Skip to content
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

[FR] API call exposing the last update of any object in a case #443

Open
59e5aaf4 opened this issue Mar 22, 2024 · 0 comments
Open

[FR] API call exposing the last update of any object in a case #443

59e5aaf4 opened this issue Mar 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@59e5aaf4
Copy link

Is your feature request related to a problem? Please describe.

We would like to synchronize IRIS objects in threat intel platforms. For this, instead of re-shipping all the IRIS case objects every time, we'd like to use the last_update timestamp of objects. Unfortunately, it's not exposed for all objects. It's partially there in case/export, and case/<object>/list just carries the first last_update timestamp it grabs.

Describe the solution you'd like

An API call that, given a case id, gives us the last last_update timestamp across all objects. ( Ideally, a json with per-type last_updates : case, assets, ioc, notes, etc )

Describe alternatives you've considered
Directly poking at the SQL database.

@59e5aaf4 59e5aaf4 added the enhancement New feature or request label Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant