I ran Anya against the artefacts from the recent axios npm package compromise to see if it could detect what it hasn’t come in contact with before.
It detected them all 🤭
Still got a lot of work to do though
#cybersecurity#buildinpublic#malware#axios
Week 9 of building Anya. A static malware analysis tool that never sends your files anywhere. 🔒🛠
You won't find weeks 1 through 8. I've been heads down shipping instead of posting 😂.
Changing that. Here's what's different 👇
Calibrated on ~50K samples. This week's release:
→ Detection 70.1% → 75.4% on heuristics
→ With the known sample layer: 100% on my calibration set
→ False positives: 1 → 0 across all 12K clean files 📈
Instead of having PEstudio, PEbear, and Detect it easy, you have one (cross-platform by the way 🤭) tool that does it all. And what's more, its totally FREE right now.
You might think Jupyter notebooks are just for Python and data science work.
But you can run Rust in them, too, if you want to more easily test a code snippet or learn interactively.
In this guide, @elementmerc shows you how you can run Rust on Jupyter notebooks with an example and some handy tips.
freecodecamp.org/news/how-to…