Kuiper icon indicating copy to clipboard operation
Kuiper copied to clipboard

Feature Request: Automatic Processing After Upload

Open Epod opened this issue 3 years ago • 3 comments

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.

Epod avatar Mar 23 '22 07:03 Epod

Hi,

will be scheduled in next update

salehmuhaysin avatar Apr 20 '22 10:04 salehmuhaysin

Hi, is there any news on this update?

nyrm-f avatar Sep 15 '22 23:09 nyrm-f

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

salehmuhaysin avatar Sep 16 '22 07:09 salehmuhaysin