🎉 Announcing MSTICPy 3.0 🚀
A big step for our Python threat hunting library.
(also passed the 1M downloads - currently 1.3M)!🍾
Release 3 is mainly a cleanup release, new Py version support, clearing out old junk. But new features also. See details: github.com/microsoft/msticpy…
Thanks for covering it! MSTICpy is an open source threat intelligence swiss army knife. You can check it here github.com/microsoft/msticpy
Also for codex for malware analysis I was talking about the private preview they released I think it is called Codex Security now😊
MSTICPy v2.17.0 released
- new RRCF outlier detection
- AWS extension for Prisma Cloud AWS
- Update Defender Auth to OAuth v2 and fix bugs
- Python 3.12 support
More details here github.com/microsoft/msticpy…@msticpy
🔬 March:
I created the MSTICpy GPT to assist with MSTICpy tasks. I spent a weekend analyzing the XZ Backdoor, creating 2 graphics to explain the threat during chaos, with over 1M views 🌟— it was featured by media, podcasts, and YouTube channels.
x.com/fr0gger_/status/177434…
🤯 The level of sophistication of the XZ attack is very impressive! I tried to make sense of the analysis in a single page (which was quite complicated)!
I hope it helps to make sense of the information out there. Please treat the information "as is" while the analysis progresses! 🧐 #infosec#xz
I recently created a MSTICpy GPT assistant. This assistant uses most of the documentation and previous notebooks 📚
You can use it to kickstart your journey with MSTICpy or to help you in your investigation! 🤓
Although we are still testing it, it is now available! Check it out! #infosec#python#gpt cc: @msticpy@ianhellen
👉 chat.openai.com/g/g-4VQxTTcc…
🔎 Applying LLMs to Threat Intelligence
Use Retrieval Augmented Generation (RAG) to ask questions of MITRE ATT&CK Groups
Build ReAct Agent that wraps MSTICpy (Python library for threat intel) as Tools → Agent can query VirusTotal
By @fr0gger_blog.securitybreak.io/applyi…
MSTICPy 2.11.0 released
This minor release includes:
- Better handling of large/split queries for MS Sentinel
- Updated support for installing MSTICPy in a Conda environment
- Updates for future pandas support
github.com/microsoft/msticpy…