Title:Unsigned .node File Loaded Status:experimental Description:Detects the loading of unsigned .node files.
Adversaries may abuse a lack of .node integrity checking to execute arbitrary code inside of trusted applications such as Slack.
.node files are native add-ons for Electron-based applications, which are commonly used for desktop applications like Slack, Discord, and Visual Studio Code.
This technique has been observed in the DripLoader malware, which uses unsigned .node files to load malicious native code into Electron applications.
References: -https://www.coreycburton.com/blog/driploader-case-study -https://github.com/CoreyCBurton/DripLoaderNG -https://www.electronjs.org/docs/latest/tutorial/native-code-and-electron Author: Jonathan Beierle (@hullabrian) Date: 2025-11-22 modified:None Tags:
condition:all of selection_* and not 1 of filter_optional_* Falsepositives:
-VsCode extensions or similar legitimate tools might use unsigned .node files. These should be investigated on a case-by-case basis, and whitelisted if determined to be benign. Level:medium