Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: NSIS install using $TEMP are flags matching rules
eg: https://www.virustotal.com/gui/file/2ed7c8bbdb728a53354849f2801a05dd9719ffe7984002d0cc1dbc5c17696b66 Matches rule Suspicious Volume Shadow Copy Vsstrace.dll Load by frack113 at Sigma Integrated Rule Set (GitHub) NSIS $TEMP is used like this: '$TEMP\vc_redist.x64.exe /install /quiet /norestart' Ideally, the exe to install should be signed by Microsoft from theses directories. So the rule should check if it is signed from Microsoft.
- Loading branch information