dEEpEst
☣☣ In The Depths ☣☣
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
- Joined
- Mar 29, 2018
- Messages
- 13,861
- Solutions
- 4
- Reputation
- 32
- Reaction score
- 45,552
- Points
- 1,813
- Credits
- 55,350
7 Years of Service
56%
SkyWiper - A simple malware written in python
Malware Stages
Stage 1 - Destroy files content
Stage 2 - Destroy MBR
Stage 3 - Remove self
Stage 4 - Shut it down!
Source:
Malware Stages
Stage 1 - Destroy files content
- the wiper start by looking for folders that contained important files, like documents, downloads, pictures, music, and videos: more or less everything that a user might value. After the code found these folders, the wiping code overwrote their contents.
Stage 2 - Destroy MBR
- The master boot record. The Master Boot Record 1 is vital for a computer’s hard drive and it contains information about how to store files and what the computer should do when it starts up. Without the guidance of the master boot, it’s almost impossible for the machine to function properly
Stage 3 - Remove self
- At the end of the script, the file is deleted & over-written
Stage 4 - Shut it down!
- Finaly the infected system should reboot immediately
Source:
To see this hidden content, you must like this content.