ti_misp: add daily refetch option to threat attributes#16491
ti_misp: add daily refetch option to threat attributes#16491chemamartinez merged 4 commits intoelastic:mainfrom
Conversation
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
🚀 Benchmarks reportTo see the full report comment with |
chrisberkhout
left a comment
There was a problem hiding this comment.
The daily refetch seems good, but setting a 24-hour expiration is confusing.
Since we already have a latest transform, can't we just make sure the transform picks up the latest version of each item (this may require adding an ingest time or something) and leave the decay score and decayed at the same?
Things still get updated as their decay info changes in MISP, and we have the same rules as usual for orphans.
I have a doubt with that approach, the idea for forcing a 24-hour expiration for ingested indicators with this new daily refresh mode, is that we make sure that indicators that have been decayed by MISP are dropped from the destination indices every day. If we leave the |
💚 Build Succeeded
History
|
|
Package ti_misp - 1.41.0 containing this change is available at https://epr.elastic.co/package/ti_misp/1.41.0/ |
Proposed commit message
Added a new configuration option
daily_refetchthat, when enabled:Checklist
changelog.ymlfile.Related issues
Screenshots