chkrootkit

Scans systems for signs of rootkit infections and suspicious activity

brewmacoslinux
Try with needOr install directly
Source

About

Rootkit detector

Commands

chkrootkit

Examples

Run a full rootkit scan on the entire system$ sudo chkrootkit
Scan specific directories for rootkit signatures$ sudo chkrootkit -r /var /home
Run scan and save output to a log file for review$ sudo chkrootkit > rootkit_scan.log 2>&1