April 28, 20215 yr So if my server would ever get hit with ransomware and encryption can you just reformat the drives or are the drive some how locked? I would never pay since I don’t have anything important so I can just redownload everything
April 28, 20215 yr From what I've seen most of the time your paying to unlock your data since that's the fear they throw over your head. Pay or loose access to your data and then they normally throw a clock on it to scare you even more.
April 28, 20215 yr Author Yeah I understand the paying part but I wouldn’t do that. I’m wondering if I can reformat the drives lose all the data and start over or do they lock the drives somehow that they can’t be reformatted
April 28, 20215 yr 1 minute ago, squirrellydw said: if I can reformat the drives lose all the data and start over You can.
April 28, 20215 yr 30 minutes ago, squirrellydw said: if I can reformat the drives lose all the data and start over But before you do that, you have to figure out how they gained access onto your network in the first place, other wise it'll just happen again.
April 28, 20215 yr 3 minutes ago, Squid said: But before you do that, you have to figure out how they gained onto in place, other wise it'll just happen again.
April 28, 20215 yr Author 13 minutes ago, Squid said: But before you do that, you have to figure out how they gained access onto your network in the first place, other wise it'll just happen again. Yes I realize that. Just wanted to make sure. I would hate to have buy new drives.
April 28, 20215 yr I would just consider everything on your system as possibly impacted. From your drives to your SSD and to your Flash Drive. Also who knows if anything else on your network could of been targeted or was the source in the first place.
April 28, 20215 yr @squirrellydw Have you seen this script? I run it once a month on all my media shares and yes I've actually tried to modify my files to no avail. I even created a few User.Scripts so I can just click a button to launch them as needed. Will it shut down a script? Probably, but a well versed knowing what hes doing person might get around it pretty fast, but I'm not going to make it that easy on them. Security.Lock.Media #!/bin/bash #noParity=true #arrayStarted=true /mnt/cache/appdata/scripts/no_ransom.sh --lock-files 'yes' --media-shares 'Movies,TV' --include-extensions '*.*' --debug 'yes' echo "Sending Notification" /usr/local/emhttp/plugins/dynamix/scripts/notify -e "$(date +%D-%H:%I) Media Locked" -d "$(date +%D-%H:%I) Media Locked" -i "normal" echo "." echo "." echo "done" Basically the above calls a script that I have sitting on my SSD and I choose to lock Movies and TV share. You would create a script to the exact opposite of --lock-files 'no' to unlock them. I created a script to lock those and unlock those and separate ones to do just TV and just Movies. When its all said and done I get a message from my server telling me it locked or unlocked depending on what I did.
Archived
This topic is now archived and is closed to further replies.