This repository has been archived on 2025-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
2025-07-30 10:49:28 +00:00
2025-07-30 10:49:28 +00:00
2025-07-30 22:15:14 +02:00
2025-08-27 12:33:43 +00:00
2025-07-30 22:01:21 +02:00

timesketch_misp

ARCHIVIERT

Das Repo wird unter https://git.cc24.dev/mstoeck3/timesketch_analyzers weitergeführt.

Python Script which serves as Analyzer in Timesketch to query MISP for more values than the default misp_analyzer.py.

has to be mounted in the timesketch docker container like:

services:
  web:
    # ... existing config ...
    volumes:
      # ... existing volumes ...
      - ./misp_analyzer_persistent.py:/usr/local/lib/python3.10/dist-packages/timesketch/lib/analyzers/contrib/misp_analyzer.py:ro
Description
Python Script which serves as Analyzer in Timesketch to query MISP for more values than the default misp_analyzer.py.
Readme MIT 102 KiB
Languages
Python 100%