SecretKeeper's Security Configuration (2017)

Status
Not open for further replies.

SecretKeeper

Level 3
Thread author
Verified
Well-known
Dec 25, 2015
120
Misc Configurations:
  • Avast set to "Moderate" Hardened mode.
  • Windows warns me when I'm about to install software outside of the Windows Store.
  • MalwareBytes scans for malware every midnight.
  • System Maintenance is manually ran everyday at varied times.
 

SecretKeeper

Level 3
Thread author
Verified
Well-known
Dec 25, 2015
120
Nice config. Consider adding a system image backup solution, such as Macrium Reflect.
May I ask, how does your own data backup software work?

I'll look into it! I'll need to make some room for it since my partner and I share the same hard drive but with split partitions.

& It's pretty basic in some standards. I currently have a laptop so it's not always connected, but it runs like this:

The software is hard coded to run a backup at 11PM, but it detects if the drive is there first. If not, it sets a reminder 5 minutes before and gives me the option to snooze it or start it once it's connected (it has a hidden txt file in the root with its own key ID, so it doesn't clash with any other device that takes the drives' letter). It creates a folder with the date and time as the name, and then copies all the files from my user folder. So, desktop, downloads, music, videos, etc. If space starts to lack, it automatically removes the oldest backup to make room. :D
 

AtlBo

Level 28
Verified
Top Poster
Content Creator
Well-known
Dec 29, 2014
1,711
It creates a folder with the date and time as the name, and then copies all the files from my user folder. So, desktop, downloads, music, videos, etc. If space starts to lack, it automatically removes the oldest backup to make room. :D

Nice idea. So when you attach the drive, the hidden file tells the PC to give it the same drive letter each time?

Image backups are basically the supreme being. Ideally I like to keep 5, but that means 100+ GB (one every 2 weeks or so). And yes, I have found myself restoring back 2 or 3 images previous when there was something brewing for a few weeks on the PC.

Paragon Backup and Restore btw gives a user the ability to edit a schedule script that PBR creates when a backup schedule is set up. You can edit the script so that a former backup is automatically replaced when making a new one. I used that feature for a long time back a few years ago. It worked really well at that time when I was backing up every night. Only had the one PC with its two drives at the time, so I was pretty paranoid about losing everything :eek:. It was an experiment I guess lasted about a year, but I got new PCs and realized that every day was way too much. Running only one PC, it was pretty good insurance tho...:)

Nice setup btw. Thx for posting.
 
  • Like
Reactions: MWNu72 and SHvFl

SecretKeeper

Level 3
Thread author
Verified
Well-known
Dec 25, 2015
120
Nice idea. So when you attach the drive, the hidden file tells the PC to give it the same drive letter each time?

Kind of - It saves the last drive letter it was last accessed from. If it can't find the key anymore from that drive, or it has been taken over by another device, it goes through an array of the alphabet and looks for "[drive]\bkupKey.txt". If it can't find the drive at all, it throws an error and what not. :D

Image backups are basically the supreme being. Ideally I like to keep 5, but that means 100+ GB (one every 2 weeks or so). And yes, I have found myself restoring back 2 or 3 images previous when there was something brewing for a few weeks on the PC.

I'll keep a look out. As I said, I'll need to reserve some space on my External HDD, since me and my partner share the disk on different partitions. Sounds useful, though!
 

kamla5abi

Level 4
Verified
May 15, 2017
178
I'll look into it! I'll need to make some room for it since my partner and I share the same hard drive but with split partitions.

& It's pretty basic in some standards. I currently have a laptop so it's not always connected, but it runs like this:

The software is hard coded to run a backup at 11PM, but it detects if the drive is there first. If not, it sets a reminder 5 minutes before and gives me the option to snooze it or start it once it's connected (it has a hidden txt file in the root with its own key ID, so it doesn't clash with any other device that takes the drives' letter). It creates a folder with the date and time as the name, and then copies all the files from my user folder. So, desktop, downloads, music, videos, etc. If space starts to lack, it automatically removes the oldest backup to make room. :D
that is what i currently do too, just copy over my user folder files to a USB drive every few days or so, but i do it manually lol :oops:
its much easier to do when you just make it a habit to save everything into the user/documents or user/pictures etc folders, but the crappy part is that ransomware almost always will hard target those folders too :(
There is a thread around here somewhere that some users gave suggestions for programs that automate these types of "file only backups", but if you can code and make your own simple program for that then why not :) lol
how did you code the program? in what language?
sounds cool and useful, if you want you could share it on the backups forum section and maybe some users who know coding could give helpful tips etc to you if you feel like it :)

This thread talks about denying read/write access to USB drives to only backup programs that are used for backups. It will help mitigate the chances that ransomware etc can mess up the backup files on the external drive. Do you use sync software and if so, which one?
Kind of - It saves the last drive letter it was last accessed from. If it can't find the key anymore from that drive, or it has been taken over by another device, it goes through an array of the alphabet and looks for "[drive]\bkupKey.txt". If it can't find the drive at all, it throws an error and what not. :D
I'll keep a look out. As I said, I'll need to reserve some space on my External HDD, since me and my partner share the disk on different partitions. Sounds useful, though!
if you decide to do image backups too (i am looking into this also myself) then macrium reflect free gets a thumbs up by many (most?) users around here and seems to be one of the most reliable solutions when it comes time to restore an image. But macrium does not have a folder/file backup feature in the free version, only images. Another program i am looking at is from Veeam (Veeam agent for windows free) i think it has folder/file backup and volume backup options too and of course the "entire computer" option. Seems that Veeam is a popular name in enterprise backup world, so i think their program might be pretty decent. Another is Aoemi backupper, but i am not sure if they have folder/file backup feature in the free version.

@frogboy i think has had some crappy experiences with other imaging programs (easeUS todo and/or acronis i think?) and google brings up many others with problems too, so I am not bothering to test either of those programs at the moment ;)

If you do start to do image backups, look at the incremental or differential image features. That way you make 1 full system image then a series of incremental or differential images which are much smaller in size (since you mentioned making some room on your external drive). I would probably make another more up to date full image eventually and delete prior ones accordingly, but the incremental or differential images will help save space ;)

seems you already do this from your responses, but make sure you only connect the external drive when you need it (to make the file backups, or to manually get/put files on it etc). Don't leave it connected perpetually or too long after you are done using it. Ransomware likes to target external drives and network shares too and having encrypted backups is no help if you need to restore from them lol.
 
Last edited:

SecretKeeper

Level 3
Thread author
Verified
Well-known
Dec 25, 2015
120
that is what i currently do too, just copy over my user folder files to a USB drive every few days or so, but i do it manually lol :oops:

That's what I used to do, but I'm pretty forgetful when it comes to backing up. File History is pretty much unreliable. IIRC, I had a rant somewhere on here a while ago because it didn't backup some files that were lost. The backup kept "failing" and gave no notification about it. o_O

how did you code the program? in what language?
sounds cool and useful, if you want you could share it on the backups forum section and maybe some users who know coding could give helpful tips etc to you if you feel like it :)

Just the usual; Visual Basic. It's the only Windows Program language I know. C# & C++ go over my head. :D & I'll see what I can do.. I might have to make it a little more flexible for people and improve the UI. Everything is all hardcoded for me and only me right now. :p
 

Exterminator

Community Manager
Verified
Staff Member
Well-known
Oct 23, 2012
12,527
Other than implementing some type of system backup solution you have a solid secure Windows 10 config!
Thanks for sharing it with us :)
 
Status
Not open for further replies.

About us

  • MalwareTips is a community-driven platform providing the latest information and resources on malware and cyber threats. Our team of experienced professionals and passionate volunteers work to keep the internet safe and secure. We provide accurate, up-to-date information and strive to build a strong and supportive community dedicated to cybersecurity.

User Menu

Follow us

Follow us on Facebook or Twitter to know first about the latest cybersecurity incidents and malware threats.

Top