From 3a17a040282cdbe3b2af637388160341006f6162 Mon Sep 17 00:00:00 2001 From: kh4sh3i Date: Fri, 7 Jan 2022 13:47:52 +0330 Subject: [PATCH] Update README.md --- README.md | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/README.md b/README.md index 30e2fbe..3482858 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,79 @@ # Malware-Analysis A curated list of awesome malware analysis tools and resources + +### Types of Malware Attacks + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Type
What It Does
Real-World Example
Ransomware
disables victim's access to data until ransom is paid
RYUK
Fileless Malware
makes changes to files that are native to the OS
Astaroth
Spyware
collects user activity data without their knowledge
DarkHotel
Adware
serves unwanted advertisements
Fireball
Trojans
disguises itself as desirable code
Emotet
Worms
spreads through a network by replicating itself
Stuxnet
Rootkits
gives hackers remote control of a victim's device
Zacinlo
Keyloggers
monitors users' keystrokes
Olympic Vision
Bots
launches a broad flood of attacks
Echobot
Mobile Malware
infects mobile devices
Triada
+ + + + +### Which programming languages should I learn? +* Python +* C++ +* Assembly + + + +### Books +* [Practical Malware Analysis](https://www.amazon.co.uk/Practical-Malware-Analysis-Hands-Dissecting/dp/1593272901/) +* [Practical Reverse Engineering: x86, x64, ARM, Windows Kernel, Reversing Tools, and Obfuscation](https://www.amazon.co.uk/Practical-Reverse-Engineering-Reversing-Obfuscation/dp/1118787315)