MSTICPy Council 2023-02-29 #649
Unanswered
ianhelle
asked this question in
Meeting notes
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
MSTICPy Council 2023-02-29
Attendees:
Use of GPT with notebooks/msticpy:
https://learnprompting.org/ (protip: prompting is everything)
https://github.com/dair-ai/Prompt-Engineering-Guide
https://github.com/hwchase17/langchain
GPT_MSTICpy
Current PRs/Release plans
too big:
Tree fixes.
providers
(also PR add LocalOsquery driver based on LocalData one #624 and Support extensibility with plugins (TI, Data, Notebooklets, etc.) #625)
viewer
connections
queries
OSQuery and Velociraptor data providers
made OSQuery driver auto-create queries based on event
types in logs
MSTICPy Plugins
somewhere)
points:
TIProvider
into own repos/PyPI
Panel Dataviewer
think. Initial Bokeh 3.0 compatibility holoviz/panel#4098
contain columns of python objects that are not automatically
json serializable, you get some weird rendering where it does
the classic [Object object] representation in the table. It is
pretty easy to address, but it confused some folks when we
starting migrating to it.
Multi-threaded extension for data providers
multiple instances of same provider type
in parallel
azure.data.kusto so that we can support multi-threading
posted in Discord chat)
ProcessTree display related non-process events
Comes from internal request
Plan is to join non-process data where event has a clear parent
process link
Display these in process tree as child events (need some formatting
changes)
ME and RC - should look at graph as alternative
IH - Graphs are great but too dense to be useful when many nodes. I
think we can do both - so display proctree subset as graph or tree.
AP - Mermaid diagrams - mermaid diagrams could be another option
from jupyter notebook perspective.. will have to frame data in a
way.. may not be scalable on large dataframes About Mermaid |
Mermaid
ME - github.com/Cyb3r-Monk/forensic_as_code/blob/master/case_2_writeup.ipynb
there is some interesting graphs at the bottom
Beta Was this translation helpful? Give feedback.
All reactions