cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

NPM supply chain attack detection?

AntonioSousa
DynaMight Guru
DynaMight Guru

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/

 

Antonio Sousa
4 REPLIES 4

Kenny_Gillette
DynaMight Leader
DynaMight Leader

I was wondering the same thing

Dynatrace Certified Professional

christian_kreuz
Dynatrace Advisor
Dynatrace Advisor

 

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.

@christian_kreuz ,

Besides being affected or for forensics purposes, I was more wondering about detecting them before being impacted?

Antonio Sousa

So if I see this then there is still an issue?

Dynatrace Certified Professional

Featured Posts