Kuiper
Kuiper copied to clipboard
Feature Request: Automatic Processing After Upload
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.
Hi,
will be scheduled in next update
Hi, is there any news on this update?
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:
- if using https. ensure ti disable ssl verfication
- if you enabled LDAP authentication, this will not work, since the page need a session