Cyber Grand Challenge (CGC) | |
Time: | 9:00 am to 8:00 pm[1] |
Duration: | Eleven hours |
Date: | August 4, 2016 |
Venue: | Paris Hotel & Conference Center[2] |
Location: | Las Vegas, Nevada |
The 2016 Cyber Grand Challenge (CGC) was a challenge created by The Defense Advanced Research Projects Agency (DARPA) in order to develop automatic defense[3] systems that can discover, prove, and correct software flaws in real-time.
The event placed machine versus machine (no human intervention) in what was called the "world's first automated network defense tournament."[4]
The final event was held on August 4, 2016 at the Paris Hotel & Conference Center in Las Vegas, Nevada within the 24th DEF CON hacker convention.
It resembled in structure the long-standing "capture the flag" (CTF) security competitions, and the winning system indeed competed against humans in the "classic" DEF CON CTF held in the following days.The Cyber Grand Challenge featured, however, a more standardized scoring and vulnerability-proving system: all exploits and patched binaries were submitted and evaluated by the referee infrastructure.[5]
In addition to the CGC, DARPA has also conducted prize competitions in other areas of technology.
Races develop between criminals attempting to abuse vulnerabilities and analysts who assess, remediate, check, and deploy a patch before significant damage can be done.[3] Experts adhere to a process that involves complicated reasoning followed by manual creation of each security signature and software patch, a technical process that requires months and dollars.[3] This has resulted in various software insecurities favoring attackers.[2] [3] Devices such as smart televisions, wearable technologies, and high-end home appliances that are connected to the internet aren't always produced with security in mind and moreover utility systems, power grids, and traffic lights could be more susceptible to attacks, says the DARPA.
To help overcome these challenges, DARPA launched in 2014 [6] the Cyber Grand Challenge: a two-year competition seeking to create automatic defensive systems capable of reasoning about flaws, formulating patches and deploying them on a network in real time. The competition was split into two main events: an open qualification event to be held in 2015 and a final event in 2016 where only the top seven teams from the qualifiers could participate. The winner of the final event would be awarded $2 million and the opportunity to play against humans in the 24th DEF CON capture the flag competition.[7]
Challenge Binaries ran on the full 32-bit Intel x86 architecture, albeit with a simplified ABI.[8]
Reducing external interaction to its base components (e.g., system calls for well-defined I/O, dynamic memory allocation, and a single source of randomness) simplified both modeling and securely running the binaries in isolation to observe their behavior.
Internal complexity was however unrestricted, with challenges going as far as implementinga particle physics simulator,[9] chess,[10] programming/scripting languages,[11] [12] parsing of huge amounts of markup data,[13] vector graphics,[14] just-in-time compilation,[15] VMs,[16] etc.
The challenge authors were themselves scored based on how well they distinguished the players' relative performance, encouraging challenges to exercise specific weaknesses of automatic reasoning (e.g., state explosion) while remaining solvable by well-constructed systems.
Each playing system -- a fully-automated "Cyber Reasoning System" (CRS) -- had to demonstrate ability in several areas of computer security:
Teams described their approach in various venues.[17] [18] Additionally, the third-place finisher (Shellphish) released their entire system's source code.[19]
Due to the complexity of the task, players had to combine multiple techniques and do so in a fully-unattended and time-efficient fashion.For instance, the highest attack score was reached by discovering vulnerabilities via a combination of guided fuzzing and symbolic execution -- i.e., an AFL-based fuzzer combined with the angr binary analysis framework, leveraging a QEMU-based emulation and execution-tracing system.[18]
The CGC Qualification Event (CQE) was held on June 3, 2015 and lasted for 24 hours.[20] CQE had two tracks: a funded-track for seven teams selected by DARPA based on their proposals (with an award up to $750,000 per team) and an open-track where any self-funded team could participate. Over 100 teams registered internationally and 28 reached the Qualification Event.[21] During the event, teams were given 131 different programs and were challenged with finding vulnerabilities as well as fixing them automatically while maintaining performance and functionality. Collectively, all teams managed to identify vulnerabilities in 99 out of the 131 provided programs.[22] After collecting all submissions from competitors, DARPA ranked all teams based on their patching and vulnerability-finding ability.
The top seven teams and finalists in alphabetical order were:[23]
Upon qualification, each one of the above seven teams received $750,000 in funding to prepare for the final event.
The CGC Final Event (CFE) was held on August 4, 2016 and lasted for 11 hours. During the final event, finalists saw their machines face against each other in a fully automatic capture-the-flag competition. Each of the seven qualifying teams competed for the top three positions that would share almost $4 million in prize money.
The winning systems of the Cyber Grand Challenge (CGC) Final Event were:
The other competing systems were: