Socket
Socket
Sign inDemoInstall

examinerview

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

examinerview

Create visual timelines for forensic investigations


Maintainers
1

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]

OptionShortTypeDefaultDescription
--data-dString-Path to csv file
--output-oString.Path to output dir
--format-fString%Y-%m-%d %H:%M:%S.%fTimestamp format
--delimiter-eString;The delimiter for csv file
--quotechar-qString"The quotechar for csv file

Example

In order to generate a timeline, you need to provide a csv file with the following headers:

timestampheadlinedescriptionurlcaptionevidencesource
Event timestamp (Default Format: YYYY-MM-DD HH:mm:ss.sss)Headline as a quick descriptionMore text to describe the eventImage url (jpg, png)Image captionName of the evidencePath to the source

for the following data:

timestampheadlinedescriptionurlcaptionevidencesource
1970-01-01 10:10:10.000The first eventThis is the first event!https://avatars.githubusercontent.com/u/96919731?v=45f0Artefakt 01path/to/artefakt.db

run python -m examinerview -d example/timeline.csv an get example/examinerview.html:

Result

License

MIT

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc