Malware-Analysis/README.md
2022-01-07 13:47:52 +03:30

2.1 KiB

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