# DSTA BrainHack CDDC21

## Preface

BrainHack Cyber Defenders Discovery Camp (CDDC) is an annual local CTF competition held in Singapore.

I'll be honest. This was *not* a good CTF. It mainly had to do with the vendor that was organizing the CTF (BSW), which proved to be thoroughly unprepared to prevent and mitigate technical issues during the CTF. We have compiled several of the main issues with the planning and execution of the event in the following document.

{% file src="/files/-MdBAdUx9YevkdTCuhZA" %}
CDDC 2021 Feedback
{% endfile %}

**SocialEngineeringExperts obtained 3rd place in the JC/IP category.** However, I'm sure that title could easily have gone to other teams if the challenges were properly planned - it didn't take us long to realise that the top teams would have obtained the maximum possible score long before the CTF ended due to the lack of difficult and diverse challenges. I arrived at work an hour early just to ensure that I'll make it in time for the last challenge release: the CTF was 'over' (we knew the winners) less than an hour later.

Nevertheless, previous years have shown that CDDC *can be good.* Here's to hoping for a better event next year.

![](/files/C0qD5psiAvlXlvu9d1b0)

## Challenges

The challenges are split into "Missions". Each mission contains a set of challenges.

* [File It Away (Pwn)](/2021/dsta-brainhack-cddc21/file-it-away-pwn.md)
* [Linux Rules the World (Linux)](/2021/dsta-brainhack-cddc21/linux-rules-the-world-linux.md)
* [Going Active (Reconnaissance)](/2021/dsta-brainhack-cddc21/going-active-reconnaissance.md)
* [Break it Down (Crypto)](/2021/dsta-brainhack-cddc21/break-it-down-crypto.md)
* [Behind the Mask (Windows)](/2021/dsta-brainhack-cddc21/behind-the-mask-windows.md)
* [Web Takedown Episode 2 (Web)](/2021/dsta-brainhack-cddc21/web-takedown-episode-2-web.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ctf.zeyu2001.com/2021/dsta-brainhack-cddc21.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
