Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/timesketch
Collaborative forensic timeline analysis
https://github.com/google/timesketch
analysis dfir forensics security timeline
Last synced: 20 days ago
JSON representation
Collaborative forensic timeline analysis
- Host: GitHub
- URL: https://github.com/google/timesketch
- Owner: google
- License: apache-2.0
- Created: 2014-06-19T17:49:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-15T07:56:13.000Z (6 months ago)
- Last Synced: 2024-05-16T03:36:09.687Z (6 months ago)
- Topics: analysis, dfir, forensics, security, timeline
- Language: Python
- Homepage:
- Size: 142 MB
- Stars: 2,501
- Watchers: 138
- Forks: 570
- Open Issues: 207
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- my-awesome-starred - timesketch - Collaborative forensics timeline analysis (Python)
- awesome-flask - timesketch - Collaborative forensics timeline analysis (Built with Flask)
- awesome-flask - timesketch - Collaborative forensics timeline analysis (Built with Flask)
- awesome-rainmana - google/timesketch - Collaborative forensic timeline analysis (Python)
- ForensicsTools - timesketch - Collaborative forensic timeline analysis (Challenges / Timeline Analysis)
- awesome-flask - timesketch - Collaborative forensics timeline analysis (Built with Flask)
- awesome-flask - Timesketch - Collaborative forensic timeline analysis. (Projects / Open Source Projects)
- awesome-csirt - timesketch
- awesome-hacking-lists - google/timesketch - Collaborative forensic timeline analysis (Python)
- project-awesome - google/timesketch - Collaborative forensic timeline analysis (Python)
README
# Timesketch
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/google/timesketch/blob/master/notebooks/colab-timesketch-demo.ipynb)
[![Open In Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/google/timesketch/master?urlpath=%2Flab)[![Version](https://img.shields.io/pypi/v/timesketch?label=timesketch&style=plastic)](https://pypi.python.org/pypi/timesketch)
[![Version API](https://img.shields.io/pypi/v/timesketch_api_client?label=api_client&style=plastic)](https://pypi.python.org/pypi/timesketch_api_client)
[![Version Import](https://img.shields.io/pypi/v/timesketch_import_client?label=import_client&style=plastic)](https://pypi.python.org/pypi/timesketch_import_client)![](https://github.com/google/timesketch/workflows/timesketch-end-to-end/badge.svg)
![](https://github.com/google/timesketch/workflows/pipenv%20unittests/badge.svg)
![](https://github.com/google/timesketch/workflows/ppa%20unittests/badge.svg)## Table of Contents
1. [About Timesketch](#about-timesketch)
2. [Getting started](#getting-started)
3. [Community](#community)
4. [Contributing](#contributing)## About Timesketch
Timesketch is an open-source tool for collaborative forensic timeline analysis. Using sketches you and your collaborators can easily organize your timelines and analyze them all at the same time. Add meaning to your raw data with rich annotations, comments, tags and stars.## Getting started
#### Installation
* [Install Timesketch](docs/guides/admin/install.md)#### Adding timelines
* [Upload data](docs/guides/user/import-from-json-csv.md)#### Using Timesketch
* [Users guide](docs/guides/user/basic-concepts.md)#### Adding a Notebook Container
* [Installation](docs/guides/user/notebook.md)## Community
* [Community guide](docs/community/resources.md)## Contributing
* [Prerequisites](CONTRIBUTING.md)
* [Developers guide](docs/developers/getting-started.md)---
##### Obligatory Fine Print
This is not an official Google product (experimental or otherwise), it is just code that happens to be owned by Google.