Sivu 1/1

Löytyi ”pöpö”, onko syytä huolestua?

Lähetetty: 27.9.2017 klo 7.18
Kirjoittaja maccivaari
Siirsin roskakoriin ja tyhjäsin roskakorin .

Re: Löytyi ”pöpö”, onko syytä huolestua?

Lähetetty: 27.9.2017 klo 10.45
Kirjoittaja homenamsi
Ehkä pitäisi huolestua siitä, että yleensä käytät jotain tuntematonta uhkaskanneria (ClamAV?) ja luotat siihen kuin pukki sarviinsa.

Pikaguuglauksella löytyy niin Apple- kuin Linux-ympäristöihin liittyviä ketjuja, joiden viesti on:
clamav is notorious for false positives and there is no way to "remove the code from the file" - your only option is to manually review the file yourself or delete the file.

When you get a positive , you need to google search for information
Can ClamAV disinfect files?

No, it can’t.
https://discussions.apple.com/thread/4833737?tstart=0

Re: Löytyi ”pöpö”, onko syytä huolestua?

Lähetetty: 27.9.2017 klo 17.18
Kirjoittaja khaosaming
ClamAV on komentoriviohjelma Unixeille. En luonnehtisi sitä "pahamaineiseksi". ClamAV on käyttökelpoinen, jos tarvitsee skannata sähköpostia tai tiedostoja Win-koneille.

Homebrew'lla ClamAV-paketti asentuu helposti myös MacOS:ään.

Koodi: Valitse kaikki

brew install clamav
Ohje asennukseen:

https://gist.github.com/gagarine/9168c1 ... 82e30d808e

Koodi: Valitse kaikki

$ brew install clamav
$ cd /usr/local/etc/clamav
$ cp freshclam.conf.sample freshclam.conf

Open freshclam.conf and comment the "Example" line:

# Comment or remove the line below.
# Example

Update database:

 $ freshclam

Run scan on all your files:

$ clamscan -r --bell -i /
Työhakemiston skannaukseen riittää:

Koodi: Valitse kaikki

clamscan
Virustunnisteiden päivitys:

Koodi: Valitse kaikki

freshclam
clamscan.png