malcontent

Detect supply chain attacks via context differential analysis and YARA

brewmacoslinux
Try with needOr install directly
Source

About

Supply Chain Attack Detection, via context differential analysis and YARA

Commands

malcontent

Examples

Analyze a binary file for malicious patterns$ malcontent scan /path/to/binary
Run YARA rules against a target file$ malcontent yara /path/to/file
Perform differential analysis on suspicious binaries$ malcontent diff /path/to/binary1 /path/to/binary2