Releases: bitdefender/malware-ioc
Releases · bitdefender/malware-ioc
XZ Scanner
Free scanner specifically designed to detect the XZ backdoor. More info and usage instructions here.
Basic usage:
- Download the tool
- make the binary executable with
chmod +x ./xz-scanner
- run it from the respective directory with
sudo ./xz-scanner --system
(full system scan to identify any infected liblzma libraries, even if not used by sshd) or withsudo ./xz-scanner
to focus on the vulnerable liblzma library used by your SSH daemon (sshd)