DFIRKuiper / Kuiper

Digital Forensics Investigation Platform
738 stars 110 forks source link

Feature Request: Automatic Processing After Upload #53

Open Epod opened 2 years ago

Epod commented 2 years ago

Describe the solution you'd like A setting to allow for a default list of processers to launch immediately after a successful upload of evidence.

Describe alternatives you've considered Alternatively, if the API supported running a processing job, this could work also. Right now it seems only uploads are supported via the API.

salehmuhaysin commented 2 years ago

Hi,

will be scheduled in next update

nyrm-f commented 1 year ago

Hi, is there any news on this update?

salehmuhaysin commented 1 year ago

HI,

currently this feature is not available from the api, but you can request processing by HTTP request as following

GET https://<kuiper-ip>/case/<case-name>/processartifacts/<case-name>_<machine-name>/<parsers-splited-by-comma>

for example

https://<kuiper-ip>/case/testcase/processartifacts/testcase_m1/Shellbags,TypedUrls

Notes: