Skip to content

Instantly share code, notes, and snippets.

@vxcute
Last active November 14, 2020 14:54
Show Gist options
  • Save vxcute/cbea75d6d05f00f7d846c7f11bf1eaca to your computer and use it in GitHub Desktop.
Save vxcute/cbea75d6d05f00f7d846c7f11bf1eaca to your computer and use it in GitHub Desktop.

Sup NERDS, This will gonna be my first article on AXIAL Blog ๐Ÿฅฐ. Today I will discuss malware will give u a gentle introduction to malware analysis in general. So What we will discuss in this article is:

  • What is Malware ?
  • Types of Malware
  • History of Malware
  • What is Malware Analysis
  • Types of Malware Analysis
  • Where to Study ?
  • Good Movies ๐Ÿ˜‡

What is Malware ?

Well I think u know what a malware is but let me give a like a short scientific defintion. so a malware is short for "Malicous Software". which means that its any software that causes harm to your PC like Stealling data, encrypting your files or maybe make your pc totally unusable.

Types of Malware:

Ransomware:

So I Begin with this because its very poupler so Ransomware is basiccly a malware that gets into your pc and encrypts. but lets differentiate there are really two types of ransomware first is the crypto and second is the locker. the first encrypts your files and ask for money to decrypt the data, the second not encrypt your data but rather it just locks u from your pc what this means ? it means that u won't have access to your pc.

Trojans:

These are types of malware that shows u that its a legitmate software. like it maybe in a game, a commercial software like pirated software most of them are trojans u think that u are installing the game and literally u are just installing the malware. also they may come in phishing emails. there are also special types of trojans like banking trojans these are used to steal banking accounts and credentials.

Information Stealers / Spywares:

These are malwares used to steal user information like accounts, files u opened, logging your keystrokes (Keyloggers), browser history etc..

Backdoors:

Backdoors are also considred trojans they are software that bypasses security authentication and takes root access. u may heard of RATs Remote Access Trojans and u can say that they are synonyms for Backdoors.

Worms:

These are malwares that have the capability of exploiting your network and it infects other devices on your network. example is stuxnet.

Downloaders/Droppers:

First there is a quite difference between Downloaders and Droppers. Downloaders are used to download other malwares from the internet examples are Bazaeloader and Droppers doesn't need a internet connection it may drop the malware from the resource section. the resource section is a section in any program like notepad.exe for example it contains the name of the program name, version, the icon and so on a dropper may be the malware in the resource section.

Cryptominers:

U may heard about Bitcoin right ? actually mining for bitcoin needs a powerfull pc features. Cryptominers are malwares that its goal is to mine for bitcoin on your pc. this literally makes ur pc unusable because it will take all ur pc power.

Viruses:

These are malwares that self replicates and infects ur files and your programs it will work only when u open the program it infected so it requires user interaction to run.

Rootkits/Bootkits:

Rootkits are advanced type of malware that takes root access over your pc there are many types of them like usermode rootkits, kernel mode rootkits, hypervisor rootkits. don't mind if u don't understand the difference between user vs kernel or what hypervisor means. just take it and u I will write an article on these stuff. Bookits are type of malware that infects ur boot sector this sector in the harddisk includes the bootloader this is a software that will load ur operating system. example is memz trojan take a look here :) MEMZ

Adwares:

Are malwares that are used to throw ads or advertisments on your browser and they typically run in the browser they are used to spy on the user and collect your data.

Bot:

Botnets or bots are series of infected computers with a malware these bots are also called "Zombies". They bots are controlled by the attacker and then they can be used to make DDos Attacks or sends spams and phishing emails. example is Mirai Botnet and Zeus.

So Enough from that if u want to read more on that check this article its very nice 11 Types of Malwares

History of Malware:

So The Idea of Malware goes back to 1966 by a Hungerain scientist named "John von Neumann" in his paper Theory of self-reproducing automata. He discussed the idea of self-replicating machine which is a machine capable of making copies of its self. well he really didn't explain the concept of "Virus" but actually this idea is very similar becuases viruses are capbale of replicating them selfs into other programs and files as we discussed. And then later in 1971 a Scientist called "Bob Thomas" made a virus as an experiment called "Creeper" it was a self replicating virus infecting computers running TENEX and goes through the systems through the ARPANET Creeper Showed a message "I'm the creeper: catch me if you can" Creeper didn't make any damage and it was just a experiment. for me the the game changer for the world of malware was Stuxnet this was a malware developed by the Israel to attack Iran it was the first malware to infect SCADA systems. scada systems are short for "Supervisory control and data acquisition" they are set of hardware and software that makes u control the industrial systems like nuclear system, Power systems, oil and gas etc... Stuxnet exploited a vulnerbility in the Scada system of iran it was for nuclear system. this is a big damage if a nuclear system may make a global damage. stuxnet exploited 4 windows vulnerbilties and it exploited Siemens Step7 Siemens is a company that develops scada systems. if u want to know more about Stuxnet see this awesome video :D STUXNET: The Virus that Almost Started WW3

What is Malware Analysis ?

So Malware Analysis is Art and Science of dissecting malware. we need to know the functionalties of the malware in order to be able to defend aganist it. its logic lets take from a real life example corona virus for example this virus that made owr world a total disaster ๐Ÿ˜”. logically u can't develop a cure for corona without studying it in depth. the same in malware analysis we need to understand how the malware works ? who is behind it ? how to defend aganist it ?. these are the main 3 questions.

Types of Malware Analysis:

There are 2 main types of malware analysis Static Malware and Dynamic Malware Analysis. Static Malware Analysis is Just Reading the Malware Code u may say bruhh this is madness my answer is yes it is ๐Ÿ˜… but its really fun and gives u a deep understanding of what the malware is doing at this stage u will be reading mostly assembly code instead if u are very reach and bought IDA Pro or simply a open source software like ghidra developed by the NSA this software is called Disassemblers. the second type is is dynamic malware analysis is running the malware and monitor its behavior see what it does. does its drops another malware ? does it connects to websites or ip address ? does it encrypts the files ? and so on.

Where to Study:

There are many resources to study malware analysis and reverse engineering but here is my opinion u may start learning C First to get a gentle introduction to programming and then go and learn Assembly. resouces u may find useful are

C Programming by thenewboston

Introduction to x86 Assembly

Intermediate x86 Assembly

For Malware Analysis and Reverse Engineering first book u must read is Practical Malware Analysis this book is the best in this field other books are Learning Malware Analysis and Mastering Malware Analysis

Good Movies ๐Ÿ˜‡:

Here is a list of movies related to cybersecurity and technology in general u may find interesting :)

  • Snowden
  • Mr.Robot
  • The Matrix
  • We Steal Secrets: The Story of WikiLeaks
  • Zero Days
  • The Internet own Boy

Goodbye!

So that's it hope u enjoy and thanks for AXIAL for building this community I will inshallah make more articles like this and tell me what topic u want ? related to malware only this is my interest :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment