[Open Source] A Decision-Support Tool for Assisted Malware Triage using EMBER2024, SHAP, and MCP Orchestration
📰 Reddit r/cybersecurity
Learn how to build an open-source decision-support tool for assisted malware triage using EMBER2024, SHAP, and MCP orchestration with LLM
Action Steps
- Clone the repository from https://github.com/zenniskayy2k4/xAI-in-Malware-Detection to explore the codebase
- Run the pipeline using the provided instructions to see the tool in action
- Configure the LLM orchestrator to coordinate evidence collection from static analysis and LightGBM scoring
- Apply SHAP to interpret the results and understand feature importance
- Test the tool with sample malware datasets to evaluate its performance
Who Needs to Know This
Cybersecurity teams and malware analysts can benefit from this tool to streamline their triage process and improve detection accuracy
Key Insight
💡 LLMs can be used as orchestrators in malware detection pipelines to improve efficiency and accuracy
Share This
🚨 New open-source tool for assisted malware triage using EMBER2024, SHAP, and MCP orchestration! 🚨
Key Takeaways
Learn how to build an open-source decision-support tool for assisted malware triage using EMBER2024, SHAP, and MCP orchestration with LLM
Full Article
Hi everyone, We’re a group of students and this is a project we built for one of our courses. It’s an open-source assisted triage system for Windows malware: https://github.com/zenniskayy2k4/xAI-in-Malware-Detection The LLM works as an orchestrator in the pipeline. It coordinates evidence collection from static analysis, LightGBM scoring using EMBER2024 features, SHAP ex
DeepCamp AI