
Product
A New Overview in our Dashboard
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
Create visual timelines for forensic investigations
The timeline within the generated HTML file is created by TimelineJS3 from KnightLab. Thank you for your great work.
pip install examinerview
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 |
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
:
MIT
FAQs
Create visual timelines for forensic investigations
We found that examinerview demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.