Completed
Open issues and exploits
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Auditing Hooks and Security Transparency for CPython
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Today's Agenda
- 3 Runtime Audit Hooks (PED 578)
- 4 Python Security Engineer Checklist
- 5 Listening to audit hooks
- 6 What events should you expect?
- 7 What to do with an event?
- 8 Creating audit events
- 9 Why would you hook io.open_code()?
- 10 What else do you need to do?
- 11 Integrating with Windows
- 12 Windows Event Log features
- 13 Code Signing
- 14 Windows Defender Application Control
- 15 Integrating with Linux
- 16 Prerequisites
- 17 DTrace / System Tap instrumentation
- 18 io.open code() on Linux
- 19 Extended file attributes
- 20 Securing xattr
- 21 Open issues and exploits
- 22 Summary
- 23 Resources