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)