11 Sep 2025 05:32 PM
Just wondering how, if, it is possible to detect situations like the one that involved NPM some days ago, with Dynatrace?
https://krebsonsecurity.com/2025/09/18-popular-code-packages-hacked-rigged-to-steal-crypto/
11 Sep 2025 05:55 PM
I was wondering the same thing
12 Sep 2025 01:02 PM
If you are monitoring logs of your CI/CD pipeline, NPM Cache / Proxy, or even Renovate, you might be able to find the log output containing one of these malicious packages:
fetch logs
| search "*is-arrayish*"
My advise is to check which systems are monitored, and then narrow down the filters to a specialized query for those systems.
You can then re-use that when the next supply chain attack hits the world.
12 Sep 2025 01:46 PM
Besides being affected or for forensics purposes, I was more wondering about detecting them before being impacted?
12 Sep 2025 02:03 PM
So if I see this then there is still an issue?