CERT-Polska/mwdb-core

on_analysis_finished hook

Closed this issue · 2 comments

Feature Category

  • Correctness
  • User Interface / User Experience
  • Performance
  • Other (please explain)

Describe the problem

It would be useful to have an on_analysis_finished hook. It would be called when an active analysis finishes and should have a signature that includes the analysis object or at least ID and the hash of the sample

Also, there are other on_analysis_* of stuff like on_analysis_starts and so on that could be interesting

Closed as this seems to be more appropriate to be a feature of karton. I don't see how MWDB can know when an analysis is finished without polling for status all the time. It's ok for the web interface but not good otherwise.

Moved to: CERT-Polska/karton#260