Surfacing Morpheus to users / Additional PCAP models #1126
Replies: 2 comments 3 replies
-
Can you give me more information about how the UI would be used and how it would interact with Morpheus? Are you referring to Morpheus showing a UI using the same process as the pipeline? Or Morpheus taking commands from a UI in a client/server architecture? Or possibly something else? There are many ways that Morpheus could be used via a UI and any additional information you can provide will be helpful. As far as PoC that already exist, the following items come to mind:
Let me know if any of that is similar to what you were thinking. |
Beta Was this translation helpful? Give feedback.
-
Our team is not currently developing any other PCAP based models. Is there something you're specifically interested in? If you want to train a different supervised NLP model that classifies text (like SID) or extracts text found in the payload (like log parsing), we have a few examples of training here: https://github.com/nv-morpheus/Morpheus/tree/branch-23.07/models/training-tuning-scripts With your own labeled dataset, you can use the SID or log parsing training notebooks and scripts to train new models for your use cases. The pipeline could also be modified to support any non-NLP models you might want to run over PCAPs or just PCAP headers, like tree-based models or the autoencoders for anomaly detection models used in our DFP workflow. |
Beta Was this translation helpful? Give feedback.
-
I've managed to automate the installation of Morpheus and have a system that generates a large amount of PCAP data, but now...
Enabling a user to use Morpheus via a UI? Anyone have a PoC out there? It seems that the UI might be tailored based on specific models being used. The SID model seems a good one to use. (Edit: I see this https://github.com/nv-morpheus/morpheus-visualizations/tree/branch-23.11#2-morpheus-graph-visualization-tool)
Are there other PCAP based models in development? Any good guides for developing our own models?
Beta Was this translation helpful? Give feedback.
All reactions