Create visual timelines for forensic investigations
Project description
Description
Create visual timelines for forensic investigations
Credits
The timeline within the generated HTML file is created by TimelineJS3 from KnightLab. Thank you for your great work.
Installation
pip install examinerview
Usage
From command line:
python -m examinerview [-h] --data DATA [--output OUTPUT] [--format FORMAT] [--delimiter DELIMITER] [--quotechar QUOTECHAR]
| Option | Short | Type | Default | Description |
|---|---|---|---|---|
| --data | -d | String | - | Path to csv file |
| --output | -o | String | . | Path to output dir |
| --format | -f | String | %Y-%m-%d %H:%M:%S.%f | Timestamp format |
| --delimiter | -e | String | ; | The delimiter for csv file |
| --quotechar | -q | String | " | The quotechar for csv file |
Example
In order to generate a timeline, you need to provide a csv file with the following headers:
| timestamp | headline | description | url | caption | evidence | source |
|---|---|---|---|---|---|---|
| Event timestamp (Default Format: YYYY-MM-DD HH:mm:ss.sss) | Headline as a quick description | More text to describe the event | Image url (jpg, png) | Image caption | Name of the evidence | Path to the source |
for the following data:
| timestamp | headline | description | url | caption | evidence | source |
|---|---|---|---|---|---|---|
| 1970-01-01 10:10:10.000 | The first event | This is the first event! | https://avatars.githubusercontent.com/u/96919731?v=4 | 5f0 | Artefakt 01 | path/to/artefakt.db |
run python -m examinerview -d example/timeline.csv an get example/examinerview.html:
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file examinerview-1.0.1.tar.gz.
File metadata
- Download URL: examinerview-1.0.1.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eaa8af71cd99a49f4f77a83fb2a1689b5ef296ffb0fdf4d8e170bcb25fc4f5dc
|
|
| MD5 |
ed2200323cffca0a401747866285d10c
|
|
| BLAKE2b-256 |
cdac7a458faeed6d96a33821a24ea2e771cad01b1c8f847f7c8fc9612311f709
|
File details
Details for the file examinerview-1.0.1-py3-none-any.whl.
File metadata
- Download URL: examinerview-1.0.1-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9140dd34385b4bb666695fa311b35250ce36df7687306de0194b6477a8cef7c4
|
|
| MD5 |
fb19068e2ab421b32bab7197325dec22
|
|
| BLAKE2b-256 |
94c5990a01918915841a7438e41a12c12f73b2512ce7e34d0aca41968614707c
|