Archive for the Security Category

How to kill a virus?

| October 12th, 2008

As we all know, Windows is a kind of operating system which is quite vulnerable to malicious code, which we call virus. I wil explain later the kinds of viruses and their damage, but now I would like to focus on virus removal.


What is important to keep your Windows system free of viruses is:

  • To apply all security updates provided by Microsoft
  • To use a reliable anti-virus software and keep it updated
  • To avoid downloading files from suspicious sites and to be careful what kind of e-mail attachments are opened

Of course, as new viruses appear daily, it is qite possible to catch a new virus, which your anti-virus software doesn’t detect yet. In this case, the best (and easiest) procedure is as follows:

1. Scan your computer once again with an anti-virus software. Safe the log.

2. Download HijackThis utility. It is available here.

3. Install the utility and run it. Choose the “Do a system scan and save a log file” option.

4. When the log file is generated, go to hijackthis.de website. There you can parse the generated log file.

5. Check the result. If there are items marked as security risk, do the following:

  • Make a google search for the suspicious file. We do not want to delete system files or drivers ;)
  • Delete the malicious files. If you do not have access permissions to delete them, you should reboot your computer in SafeMode and try then. Note that some files and folders are hidden by default in windows, so if you don’t find the suspicious file, you have to make them visible.

6. If there are no items found as security risk, and you are sertain there is a virus on your system, you can do the following:

  • Check the HijackThis log file manually. This means you have to Google every of the running processes listed in the log manually.
  • Check your computer for rootkits*. You can do that using RootkitRevealer. Note that this utility shows all hidden files, not only rootkits.

7. Now, in case you want to help out your anti-virus software and this way safe other people’s computers, you can send them a sampe of the newly discovered virus. You can do this as follows:

  • Before you delete a file, pack it in a password-protected archive.
  • If deleting the file fixes your computer, send the archive to your anti-virus company as well as the scan results. They will analyze the sample and add to next definitions.

That’s all. Good luck in the fight with the malicious code.

* Rootkt is a malicious code which has the ability to hide itself. That kind of unwanted software is the most difficult to get rid of.

How to build secure passwords

| October 12th, 2008

Most people are using too simple passwords, which they change maybe once in life. That is a big security issue. Besides, but with little effort it is possible to generate easily strong and secure passwords.


There is a password system, that is simple to learn and provides secure passwords, which are always different, but still easy to memorize.

The system can be based on two rules only:

  1. Generate a random sentence, which you can remember easily. Hint: Create a very special, weird sentence, so you wont forget it too soon, like: “To cook is fun with 5 Germans in town!”. From that sentence take always the first letter, that builds the first part of your secure password in this case: Tcifw5it!
  2. If you build a password for a website, then take for example the last letter in the main part of the URL as an addition. For example if you register on youtube.com: it will be the letter “e”.

Put those rules together and you have a dynamic and secure password algorithm. In this case you built Tcifw5it!e

It’s important that you use at least one number and one special character like “?” “!” “.” etc. in your secure password. Of course my own system has other rules, but be creative to make your own rules. For example, instead of the last letter of a URL, you can take the sum of the letters as an additional part to your strong password.