WAF: Wrong Approach Firewall (gpn24)

WAF: Wrong Approach Firewall (gpn24)

Author: CCC media team June 7, 2026 Duration: 1:01:42
Web Application Firewalls (WAFs) for filtering based on HTTP and payload are omnipresent. In this talk an argument will be made that, in many cases, the wrong approach for implementing WAFs is chosen: They are implemented as "deny firewalls" which specifically forbid "bad" traffic based on pattern rules, while for network security (layers 3/4) professionals would only ever follow an "allow firewall" approach, which explicitly lets "good" traffic pass and denies everything else. "deny WAFs" are oftentimes marketed as simple, easy to use, out-of-the-box solutions, but, by design, they can only prevent known exploits. Also, practical aspects limit their potential, when rulesets breaking functionality have to be disabled. While the "allow WAF" approach presented here implies more effort, its main advantage is protection against new attack vectors ("zero days") and it comes with a lot of side benefits, such as improved performance and resilience through caching. Concepts will be introduced: * HTTP Basics * Signed URLs / signed requests * Regular Expressions * HTTP Caching Practical examples with Vinyl Cache will be presented: * Rules based on HTTP method and URL * Header filtering * Regular Expressions on body data Licensed to the public under https://creativecommons.org/licenses/by/4.0/ about this event: https://cfp.gulas.ch/gpn24/talk/9TSLFQ/

Tune into the Chaos Computer Club-recent events feed for a direct line to the forefront of digital culture and critical technology discourse. Curated by the CCC media team, this podcast channels the raw, insightful atmosphere of Europe's most influential hacker association, bringing you recordings from their major gatherings and community events. Each episode is a deep dive into talks and presentations from the last two years, covering topics from cryptography and privacy rights to hardware hacking, societal impacts of surveillance, and open-source philosophy. You'll hear from researchers, activists, and engineers who are actively shaping our digital future, offering perspectives rarely found in mainstream tech conversations. This isn't a produced show with hosts; it's an archival audio stream of genuine conference sessions, complete with audience questions and the spontaneous energy of the live event. For anyone interested in the technical details and ethical debates at the heart of modern technology, this feed serves as an essential, unfiltered resource. Subscribe to this podcast to keep your finger on the pulse of the Chaos Computer Club's ongoing dialogue, where complex ideas are broken down and the tools for a more empowered digital life are openly discussed.
Author: Episodes: 100

Chaos Computer Club - recent events feed
Podcast Episodes
Warum produziert Köln Hbf Verspätungen? (gpn24) [not-audio_url] [/not-audio_url]

Duration: 52:20
Wer mit dem Zug nach Köln fährt, wird schonmal erlebt haben: der Zug hält auf der Hohenzollernbrücke vor dem Bahnhof. Grund: Gleis belegt. Aber warum passiert das so häufig? Der Frage bin ich auf ungewöhnlichem Wege nach…
Wie funktionieren Software-Synthesizer Part 1: Oszillatoren (gpn24) [not-audio_url] [/not-audio_url]

Duration: 51:18
Wir schauen uns die grundlegenden Bausteine eines Audio-Synthesizers an und wie man diese in Software umsetzen kann. In diesem Teil geht es zunächst um Oszillatoren: Wie entsteht der eigentliche Ton am Anfang der Signalk…
How to decompile a DSP architecture (gpn24) [not-audio_url] [/not-audio_url]

Duration: 59:24
About a year ago, a friend gave me a binary to reverse engineer to playtest for a CTF. As the architecture lacked the necessary tooling, I started developing a decompiler plugin. What started as a small side project for…
But Can It Run Fake News?! (gpn24) [not-audio_url] [/not-audio_url]

Duration: 58:39
Grafikkarten sind für Grafik?! Diese namensgebende Weisheit stimmt heute nicht mehr, stattdessen werden Grafikkarten für alles mögliche eingesetzt, von wissenschaftlichen Simulationen von Galaxiekollisionen bis ihn zu re…
Why Even Signal Calls Apple & Google (gpn24) [not-audio_url] [/not-audio_url]

Duration: 46:00
I just wanted Zulip notifications on my phone. So I started building something myself - and fell into a rabbit hole. This talk tells the story of how I tried to solve a problem - and in doing so, understood how push noti…
Energiewende.exe at the Chaos of Scale (gpn24) [not-audio_url] [/not-audio_url]

Duration: 59:43
Neue Regierung, neues Sondervermögen, da gibt es doch jetzt frischen Wind für die Energiewende in Deutschland, richtig? Leider ist das Gegenteil der Fall. Die politische Unterstützung auf Bundesebene für die Energiewende…
Encoding, wie funktioniert das eigentlich? (gpn24) [not-audio_url] [/not-audio_url]

Duration: 57:41
Kommunikation ist für Menschen mindestens genauso schwierig wie für Computer. Wir reisen von `ASCII` bis `UTF` und betrachten dabei (fast) alles dazwischen und *daneben*. Historische Anforderungen an unterschiedliche Met…