Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Max Level Web App Security - Attacks, Exploits, and Response Strategies
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Break Down
- 3 Collecting data
- 4 Trend data sets
- 5 Attacks!
- 6 Specific attacks against software
- 7 Life-cycle of an exploit
- 8 Theory about this trend...
- 9 PHP-CGI remote code execution
- 10 Attack Response
- 11 Attack sources
- 12 A little about incident response
- 13 Response breakdown
- 14 Standard approach
- 15 Auditing nitty gritty
- 16 File System Monitoring
- 17 Using find to cleanup
- 18 Attacker Motivation
- 19 Example.htaccess infection
- 20 Registrars
- 21 IP address
- 22 Backdoor evolution
- 23 Collection
- 24 Getting backdoors from attack logs
- 25 Dead Simple
- 26 Base64 decode
- 27 Regex revenge
- 28 Variables as functions
- 29 Backdoor Conclusions
- 30 Further Reading