Giter Site home page Giter Site logo

Add timeline view about osxcollector HOT 2 OPEN

yelp avatar yelp commented on July 23, 2024
Add timeline view

from osxcollector.

Comments (2)

jjsendor avatar jjsendor commented on July 23, 2024

Thanks for suggesting this idea @hiddenillusion!

So far OSXCollector Output Filters ChromeHistoryFilter and FirefoxHistoryFilter can build a sorted timeline for Chrome and Firefox browser history respectively.

However there is no filter that sorts all of the records. I think the main problem here is to define for each field type an appropriate timestamp against which the records will be sorted. As some of the fields contain more than one timestamps (e.g. mtime and ctime or visit_time and last_visit_time) we'll need to clearly distinguish what is the timestamp for sorting them.

from osxcollector.

hiddenillusion avatar hiddenillusion commented on July 23, 2024

agreed - my suggestion to tackle that is to take every timestamp for a given record (e.g. mtime, ctime etc.) and determine if there are any duplicates within the timestamps checked.

If so, the record in the timeline view can just reflect that one timestamp, but for say timestamp_type, it would contain mtime, ctime and the rest of the data you choose to display (e.g., file_path).

If the timestamps are unique, then I'd place each of them as their own row in the output and timestamp_type for each of them would be mtime, ctime etc.. This may duplicate the additional details you display on each row, but, from a timeline point-of-view it provides the full sequence of events vs. just showing one of the timestmaps for thee record and then having to sort multiple times.

from osxcollector.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.