mirror of
https://github.com/kh4sh3i/Malware-Analysis.git
synced 2024-12-18 10:26:08 +00:00
Malware analysis resources
forensicida-promalwaremalware-analysismalware-detectionmemory-forensicsmobsfreverse-engineeringvolatilitywindbgx64dbg
LICENSE | ||
README.md |
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