Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Offensive Malware Analysis - Dissecting OSX/FruitFly via a Custom C&C Server
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Overview
- 3 Goal
- 4 FruitFly
- 5 Variant B
- 6 Triaging the Script
- 7 Subroutines
- 8 Decoding
- 9 Main Processing Loop
- 10 Basic Protocol
- 11 What to Monitor
- 12 Network Monitoring
- 13 File Monitoring
- 14 Process Monitoring
- 15 Mouse and Keyboard sniffer
- 16 Building our custom C server
- 17 What does malware do when it connects
- 18 Tasking and handling command responses
- 19 Command 2 triage
- 20 Communication is key
- 21 Fully compatible
- 22 Primary C servers
- 23 Victim identification
- 24 Wrapping up
- 25 How can you protect yourself