Animated Banner

Animated Banner
Cyber Generation For Better Future

Ads

Popular Article

Showing posts with label Malware. Show all posts
Showing posts with label Malware. Show all posts

Saturday, May 20, 2017

Ransomware Definition - Cyber X Generation Tech News

What is Ransomware?

Ransomware (    ) is defined as a type of malicious software that block access to data and threatens the Data's owner to pay a sum of money if they want the data back. Some ransomware also threatens to publish the data for money.

A simple ransomware usually lock the system in a way which is not difficult for a knowledgeable person to reserve, but the more advanced malwares uses a technique called cryptoviral extortion which will encrypts the victim's files and document, making them inaccessible, then they will ask the victim to pay a sum of money to decrypt them. 

Ransomware may also encrypt the computer's MFT (Master File Table) or even the entire hard drives. Thus, ransomware is a denial-of-access attack that prevent users from accessing files since it is intractable to decrypt the files without dectyption key.

Ransomware attacks are typically carried out using a Trojan that has a payload disguised as a legitimate files.

Ransomware infection were first seen in Rusia between 2005 - 2006. Trend Micro published a report on case in 2006 that involved a ransomware variant which was detected as TROJ_CRYZIP.A will zip a certain file types before overwriting the original files, leaving only the password-protected zip files in the user's system. It also create a text file that acted as the ransom note informing the users that the files can be retrieved in exchange for $300.

In its earlier years, ransomware typically encrypted particular file types such as DOC, XLS, JPG, ZIP, PDF, and other commonly used file extensions.

Thursday, January 17, 2013

How to Check Suspicious Executable File

       Today I've found an executable file named "000.exe" and my friend accidentally clicked on it, and the result is some of registry file has been changed. Well, I know that because the task manager has been locked for some reason, I just want to check the process the file created (since my Avira didn't detect any virus for it).

       I unlocked the task manager by doing registry edit from run command (check there how to get to a run command), then regedit (fortunately, it's not disabled). Search for "DisableTaskMgr" by hitting F3, and then change the value into 0. And there.... you can see your task manager once again.

      I checked on the processes, but It seems doesn't have anything suspicious, I even use "HijackThis" to check through the hidden process and use CCleaner to see anything suspicious in my startup options. 

      So far, I don't see anything yet.... I decided to do some search on google about how to see/trace any executable file create or changes in your system. And finally I got an answer of my need. I found this great site.