Skip to content

How to create a new analyzer #2526

Discussion options

You must be logged in to vote

Hi, let me try to help you get started with the analyzer development.

Based on your provided information I assume the problem is with the missing __init__() function.

In general I would recommend to use our scaffold script to help you with setting up all necessary files for the analyzer development: https://l2tscaffolder.readthedocs.io/en/latest/sources/user/Installation.html#install-from-sources

  1. Just install the l2tscaffolder from source and then switch to your timesketch root directory and run l2t_scaffolder.py.
  2. When the scaffolder script asks, choose a name for your analyzer and select timesketch & sketch_analyzer.
  3. This should create 2 new files in the analyzers/ folder and modifies the

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ArnaudLhutereau
Comment options

Answer selected by ArnaudLhutereau
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment