Summary
Full Transcript
NEW: I'm launching a course for security practitioners If you're a threat hunter, detection engineer, or incident responder who wants to build your own AI-powered tools (no coding required) - check out "Mastering Agentic AI for Threat Hunting" → Join the waitlist for 20% off: https://aionsec.ai/course --- LINKS TO SCRIPTS: Firewall: https://github.com/faanross/Python-Cybersecurity-for-Beginners-YT-Series-/blob/main/03_basic_firewall.py Nimda Worm packet: https://github.com/faanross/Python-Cybersecurity-for-Beginners-YT-Series-/blob/main/03_nimda_packet.py =============================================== LINKS TO OTHER VIDS IN THE FIREWALL SERIES: Part 1: https://www.youtube.com/watch?v=UfyF6CvL4Ts Part 2: https://www.youtube.com/watch?v=QfNqCTvXTmk =============================================== The third and final installment of Firewalls in our series of Python Cybersecurity mini-projects. These projects are designed for beginners: if right now you just know the basics of Python syntax this is a perfect way to start applying that knowledge in a practical manner while learning more about how Python is used in cybersecurity. In the previous lesson we build a DoS Blocker. Today we will build on that exact same script to add 3 more important firewall functions: 1. White- + Blacklist 2. Signature Detection 3. Logging =============================================== TIMESTAMPS 00:00 Intro 01:00 Lesson Overview 01:33 Theory 02:50 Code Breakdown 09:23 Code Execution 11:06 Outro =============================================== Twitter: @gitgudsec69 Music Cred: Karl Casey @ White Bat Audio #python #pythonprogramming #pentesting #hacking
