Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Capture the Flag: An Owner's Manual
Search
vito
January 27, 2016
Programming
0
90
Capture the Flag: An Owner's Manual
From USENIX Enigma 2016
vito
January 27, 2016
Tweet
Share
More Decks by vito
See All by vito
Modernizing SQL Injection CTF Challenges
vito
0
120
Raw Water: Quenching Your Thirst for SQL Injection
vito
0
71
Lessons Learned from Five Years of Building Capture the Flag
vito
0
490
What I've Learned Writing CTF Challenges
vito
0
150
Building DEF CON CTF with Ruby
vito
0
600
Other Decks in Programming
See All in Programming
GitHub Copilot and GitHub Codespaces Hands-on
ymd65536
1
110
関数型まつり2025登壇資料「関数プログラミングと再帰」
taisontsukada
2
850
ニーリーにおけるプロダクトエンジニア
nealle
0
100
Result型で“失敗”を型にするPHPコードの書き方
kajitack
4
260
Go1.25からのGOMAXPROCS
kuro_kurorrr
1
800
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
210
Elixir で IoT 開発、 Nerves なら簡単にできる!?
pojiro
1
150
Gleamという選択肢
comamoca
6
760
Create a website using Spatial Web
akkeylab
0
300
PostgreSQLのRow Level SecurityをPHPのORMで扱う Eloquent vs Doctrine #phpcon #track2
77web
2
290
Haskell でアルゴリズムを抽象化する / 関数型言語で競技プログラミング
naoya
17
4.9k
Select API from Kotlin Coroutine
jmatsu
1
190
Featured
See All Featured
Automating Front-end Workflow
addyosmani
1370
200k
Building an army of robots
kneath
306
45k
The Pragmatic Product Professional
lauravandoore
35
6.7k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.5k
For a Future-Friendly Web
brad_frost
179
9.8k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Bash Introduction
62gerente
614
210k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
46
9.6k
Why You Should Never Use an ORM
jnunemaker
PRO
56
9.4k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
33
5.9k
Transcript
Capture the Flag An Owner’s Manual Vito Genovese USENIX Enigma,
January 27, 2016
What is CTF?
Qualifiers May 20 through May 22 FREE FUN OMG wow
Finals August 5 through August 7
Best of the Best Quals >1400 teams Finals 15-20 teams
Winner
Best of the Best
Engineer a Non-Frustrating Game
Operate a Reliable Game
Have the Empathy to Make the Game Fun
Engineering
Engineering Process 1. Define problem 2. Research 3. Decide requirements
4. Brainstorm solutions 5. Pick the best solution 6. Build it 7. See if it's good enough 8. Redo what’s not
What kind of game? Jeopardy vs. Attack-defense
None
Jeopardy is Easy Scoreboard Standalone challenges
Jeopardy is Easy No complex networking No complex admin work
(for players)
Attack-Defense is Hard Complex network Sensitive to connectivity Teams host
services? We host services? Slow services Unavailable services Superman defenses Metagaming
Theming Banking Stuxnet Board Game Marijuana culture Money Laundering Botnet
SCADA Wizardterrorism Generic hacker
Theming web crypto forensics reverse engineering programming shellcode
Jeopardy Scoring SELECT t.id AS team_id, t.name AS team_name, SUM(c.points)
AS score, MAX(s.created_at) AS last_solve FROM teams AS t INNER JOIN solutions AS s ON s.team_id = t.id INNER JOIN challenges AS c ON s.challenge_id = c.id WHERE team_id != 1 GROUP BY t.id ORDER BY score DESC, MAX(s.created_at) ASC, MAX(s.id) ASC
Attack-Defense Scoring aww jeez
Attack-Defense Game Flow PPP atmail scorebot Shellphish
Attack-Defense Game Flow PPP atmail scorebot Shellphish deposit
Shellphish Attack-Defense Game Flow PPP atmail scorebot steal
Shellphish Attack-Defense Game Flow PPP atmail scorebot redeem
Shellphish Attack-Defense Game Flow PPP atmail scorebot availability okay availability
check
Shellphish Attack-Defense Game Flow PPP atmail scorebot failed availability ☠
☠ can’t steal
Attack-Defense Metagaming Any sufficiently complex game is metagameable
Downtime vs. Being Hacked
Reflection
First Blood
Attack-Defense Scoring Zero Sum Finite number of flags Flags per-service
Attack-Defense Scoring Can lose N-1 flags to steals per round
Stolen flags split among stealers Remainders redistributed fairly
Attack-Defense Scoring Downtime means lost steal opportunity Teams lose 2(N-1)
flags to downtime
Attack-Defense Scoring Remainder and downtime flags are the flags of
the people
Science of Challenges • Think of cool bugs • Write
bugs, tool to check vulnerability • Wrap ‘em in analysis surface • Write smoke test and health checks
Art of Challenges The machine is your canvas and the
only limit is ~your imagination~
Art of Challenges Historic interest Uniqueness Inherent humor
Challenges and Team Size Smaller teams don’t solve challenges slower
Bigger teams can solve more challenges at once
Challenges and Team Size Fewer and Harder Smaller and Smarter
Challenges and Team Size
Challenges and Operations Engineering great, fun, reliable challenges is the
best ops improvement you can make.
Operations
CTF Operations The dream is for the organizing team to
just party and be jerks to teams during the game
CTF Operations “Is this down or broken?” “Is this actually
exploitable?”
CTF Operations It only has to work for a weekend
CTF Operations Start on time by being ready early
Jeopardy Operations Boston Key Party Servers $27 Quals 2013 Servers
$284 Quals 2013 Booze $340
Attack-Defense Operations
Attack-Defense Operations
Attack-Defense Operations We bring hardware to Vegas
Bring Hardware Weird architectures
Bring Hardware Teams don't want to bring hardware
Bring Hardware Don’t trust the uplink
Exceptions • Stratum Auhuur who trusted the uplink at cccamp
• Also shout out to Shellfish for bringing a server rack to compete at DEF CON
Attack-Defense Operations
Attack-Defense Dynamics
Attack-Defense Dynamics Player time is a limited resource 1 shower
2 meals 3 hours of sleep
Attack-Defense Dynamics 1. Player 1 solves Service A 2. Player
1 starts Service B 3. Service A’ is released 4. Player 1 has a choice
Defecators & Ventilators Sometimes challenges break
Defecators & Ventilators 10 hours / 1 Tester = 10
Hours 10 hours / 20 Teams = 30 Minutes 10 hours / 1000 Teams = 36 Seconds
Defecators & Ventilators Perverse incentives
Empathy
Challenges and Empathy The game is for the players Players
want good, fun, working challenges
Empathy • We do it for the users/players/audience • picture
of CLU goes here
Empathy Run the game you want to play
Empathy Don’t lie to players Deceive the players iff it
makes the game more fun
Frustration Trivia & Memes are hit or miss Think of
non-US and non-English teams
Guessing and Large Solution Spaces Writing a solver for a
28 solution space is fun Writing and paying for a 216 space isn't
Preserve Player Agency No hints once a challenge has been
solved Think carefully about force-unlocking Jeopardy challenges
Preserve Player Enjoyment Force-unlock easy challenges for teams to learn
from Force-unlock hard challenges early enough they'll be solvable
Hacking Computers is Fun!
Engineer a Non-Frustrating Game
Operate a Reliable Game
Have the Empathy to Make the Game Fun
Qualifiers May 20 through May 22 https://legitbs.net/ FREE FUN OMG
wow
Thanks Vito Genovese
[email protected]
@vito_lbs GPG B07D616143CAA77B https://legitbs.net @legitbs_ctf