DFIRKuiper / Kuiper

Digital Forensics Investigation Platform
738 stars 110 forks source link

Generate Timeline View csv when browsing artifacts #64

Closed nyrm-f closed 1 year ago

nyrm-f commented 1 year ago

Hello,

Would it be possible to add the timeline export view when browsing artifacts on machines?

I like the timeline export with the views, but looking to get a workflow in where i get that but on an individual machine basis

Screen Shot 2022-08-05 at 15 26 18

Want to be able to click the purple export button, but have it export the way the timeline export is. As it exports now it does not include much data

Screen Shot 2022-08-05 at 15 28 38

above is all it includes. Doesnt seem to use any of the Timeline Views

salehmuhaysin commented 1 year ago

hi,

yes it is possible to page the collected records from 'export' and pass it instead of this link in generating this timeline (https://github.com/DFIRKuiper/Kuiper/blob/8660f2eeaeab583de62166efea3803e56ce260ed/kuiper/app/controllers/case_management.py#L1428 but it need implementation

regarding data from export, check this https://github.com/DFIRKuiper/Kuiper/issues/58