Ransomware for Haiku

As @Starcrasher pointed out clamav, that has been in the depot for some time already.

I would use ClamAV if I could figure out how to set it up.

Unfortunately, the GUI and/or ClamAV settings are all focused setting on Linux or Windows platforms. There is no Haiku step-by-step setup guide to properly run and use ClamAV in Haiku.

It should just ‘run out of the box’ as other AV utilities as they were installed (other platforms experience).

So I gave up.

Current version I got here still builds/launches fine, just can’t remember how I set it up after that :rofl:

Unlike most antivirus, it doesn’t scan files on access. So, you have to setup freshclam that will update the db, perhaps make a script to scan your home on startup, not a lot more.

Then..it goes back to my original comment of the lack of Haiku-centric documentation to properly setup and run ClamAV. I cannot get it to run…need a step-by-step set up guide or something.

1 Like
  1. update base
    rm -rf /boot/system/settings/clamav/db/*
    wget https://packages.microsoft.com/clamav/main.cvd -O /boot/system/settings/clamav/db/main.cvd
    wget https://packages.microsoft.com/clamav/daily.cvd -O /boot/system/settings/clamav/db/daily.cvd
    wget https://packages.microsoft.com/clamav/bytecode.cvd -O /boot/system/settings/clamav/db/bytecode.cvd
  2. scan virus
    clamscan --recursive=yes --phishing-sigs=yes --heuristic-alerts=yes --scan-elf=yes --scan-pdf=yes --scan-html=yes --scan-hwp3=yes --scan-archive=yes --scan-image-fuzzy-hash=yes --alert-phishing-ssl=yes --alert-partition-intersection=yes --alert-phishing-cloak=yes --scan-onenote=yes --scan-xmldocs=yes --scan-swf=yes --scan-ole2=yes --scan-pe=yes --phishing-scan-urls=yes --scan-mail=yes --detect-pua=yes --suppress-ok-results --bell --infected --database=/boot/system/settings/clamav/db --tempdir=/tmp --log=/boot/home/.clamav-gui/logs/report-scan.log /boot

PS. for boot disk Haiku

4 Likes

Thanks…I will try these steps.

1 Like