Displaying 2 results from an estimated 2 matches for "shared_to_everyone_via_samba".
2016 May 19
1
Ransomware?
...ike this help?  I put a bunch of junk pictures and 
other files in a samba share that everyone has access to.  If I modify 
them in any way, I get warned.  I was thinking it might warn me so I 
could prevent it spreading to backups.
#!/bin/sh
$MY_EMAIL="some at email.com"
$MY_DIR=/home/shared_to_everyone_via_samba/pictures_for_test_sub_folder
while inotifywait -qre modify "$MY_DIR"; do
     #play a sound on server
     play -v .3 /home/warning.wav
     #send an email
     mail -s "Possible malware" $MY_EMAIL </home/warning.txt
done
2016 May 15
7
Ransomware?
Hi All,
Is there anything in Samba that will help protect
against ransomware?
-T
-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Computers are like air conditioners.
They malfunction when you open windows
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~