MCRcortex / nekodetector

Nekoclient infection detector
MIT License
564 stars 41 forks source link

Add systemd mimicking malware files from stage 2 on linux #40

Open huzvanec opened 1 year ago

huzvanec commented 1 year ago

According to the fractureiser-investigation there are two additional files that stage 2 creates in paths /etc/systemd/system/systemd-utility.service and ~/.config/systemd/user/systemd-utility.service that try to mimic some kind of systemd utility.

This pull request simply adds the files to the suspiciousFilesFound list when they exist.