misp-modules icon indicating copy to clipboard operation
misp-modules copied to clipboard

Feature request - Extension module that can run in the background

Open cudeso opened this issue 7 years ago • 0 comments

( https://github.com/MISP/MISP/issues/3993 ) An extension module that can run in the background and continuously fetch updates.

For example: add an attribute to an event, choose the 'background'-extension module. Have the extension module regularly query a service for updates/changes. Whenever there's a change, the event gets updated with the new data.

The "time to run" (total run time) or "time to exit" (time to exit when no changes have been observed). Also an "exit-code" (special status seen in the service-response) should trigger exit of the extension module.

cudeso avatar Jan 08 '19 11:01 cudeso