README.md aktualisiert
This commit is contained in:
parent
a2c008e97d
commit
812bc2376d
12
README.md
12
README.md
@ -1,3 +1,15 @@
|
|||||||
# timesketch_misp
|
# timesketch_misp
|
||||||
|
|
||||||
Python Script which serves as Analyzer in Timesketch to query MISP for more values than the default misp_analyzer.py.
|
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
|
||||||
|
```
|
Reference in New Issue
Block a user