Live data from Hacker News

Ask HN: Anyone Interested in Capture the Flag (CTF) Events?

news.ycombinator.com

1–10 of 23 posts

Ask HN: Anyone Interested in Capture the Flag (CTF) Events?

#1
there have been some great CTF[0][1] links here in the past[2] but many of them are from 5 or even 7 years ago[1].

Anyone still actively playing CTF in 2019 and if so what is your experience? Anyone here hosting CTF themselves? Anyone providing advanced puzzles (hardened systems that have no built in flaws?) Anyone building CTF puzzles for IoT? E.g. focus on gateway level protocols such as MQTT, COAP etc?

I played a few times until 2009 but then had other things on my plate. What are the latest & greatest communities today?

thanks ^_^

[0] https://trailofbits.github.io/ctf/intro/

[1] https://media.ccc.de/v/35c3-9989-what_the_flag_is_ctf

[2] https://hn.algolia.com/?query=capture%20the%20flag&sort=byPopularity&prefix&page=0&dateRange=all&type=all

Re: Ask HN: Anyone Interested in Capture the Flag (CTF) Events?

#3
CCC, which you linked to, still actively does CTFs every year, although only when Congress is in session. I found it incredibly difficult but maybe I just suck :) I think most events (ShmooCon, Blackhat, Defcon, BSides, etc) run CTFs during the conference which are accessible to all. I've found https://ctftime.org/ to be a good resource for finding competitions, not so much teams though.

Re: Ask HN: Anyone Interested in Capture the Flag (CTF) Events?

#5
I played HackVent (https://www.hacking-lab.com) in December 2018 and it was a lot of fun. The same site also does HackyEaster which is coming up in a couple of months.

To find CTFs, https://ctftime.org/ is good and has already been mentioned. I've learned about a few on https://www.reddit.com/r/securityCTF/

If you are looking to learn - I highly recommend LiveOverflow's youtube series - https://www.youtube.com/watch?v=iyAyN3GFM7A&list=PLhixgUqwRT...

And a few good places to practice: http://overthewire.org/wargames/ and https://365.csaw.io/

Re: Ask HN: Anyone Interested in Capture the Flag (CTF) Events?

#8
I ran the DEF CON CTF from DEF CON 20 to DEF CON 25. Prior to that, I won a few.

I know order of the overflow is running a good game now. It’s different than what we did, but it’s a good direction, and I am hopeful it will continue to grow.

They (like we did) have a few selected prequalification events tbgat are generally pretty high quality. See https://www.oooverflow.io/dc-ctf-2019-quals/

PlaidCTF was an old favorite of ours as well. PPP has won several competitions, and seems to understand what makes a good challenge, what makes a challenge hard, and more importantly, what DOESNT make a good/interesting challenge.

Boston Key Party also runs a pretty good game. But a lot of them became Order, so who knows what will happen with them...

DARPA ran a CTF for autonomous systems called the Cyber Grand Challenge. It was neat, but I don’t know of any plans to do anything like it again. I believe they’re waiting to see what the community does to push the state of the art further. Source code for challenges and infrastructure are at https://github.com/cybergrandchallenge. There’s also a bunch of video at the darpatv YouTube channel.

We open sourced most of our challenges/frameworks after the fact. https://github.com/legitbs. This includes the compiler/emulator/manual for our 9-bit bytes custom architecture, clemency. That was probably our most ambitious year...

That’s all off the top of my head. If you care for more from a CTF has been, I’m happy to come back and answer more questions.

Re: Ask HN: Anyone Interested in Capture the Flag (CTF) Events?

#9
I'm a semi-active member of the Dragon Sector CTF team [1]. We're a competitive security CTF team that's #1 on the ctftime.org ranking for 2018.

CTFs are as active as ever, but a lot of the high-stake ones (at least per ctftime.org) are very much focused on hard core exploitation challenges, and more and more actually include 0days and real-life challenges like browser expolitation (for instance, the 35C3 CTF had a VirtualBox 0day (GL acceleration bug), a logrotate 0day (race condition) and a patched Webkit and Chromium to exploit.

Honestly, the rising exploitation difficulty is what's slowly driving me away from traditional binary challenges - and so, I'm mostly focusing on either obscure architectures, hardware or other weird challenges.

There's more and more 'IoT' challenges as well - like exploiting vulnerable ESP8266 or ARM microcontroller code. I've created a somewhat 'IoT' challenge [2] for WCTF 2018, where you have to exploit a hardware flaw in a remote RISC-V device.

A lot of CTF people are on IRC - try #pwning on Freenode (PPP's channel), or #dragonsector :). If you have a local hackerspace, they might have a CTF team you can join.

[1] - https://dragonsector.pl/

[2] - https://hardflag.q3k.org/

Re: Ask HN: Anyone Interested in Capture the Flag (CTF) Events?

#10
I recently made an unusual audio processing challenge where the goal is to recover the English text that a user is typing, just by analysing the recorded sound of their keyboard [0]. Not sure how hard it is. I am able to solve it with my own audio processing tools. If interested - give it a try.

[0] https://ggerganov.github.io/keytap-challenge/

Post reply on HN