# nitrozeus's CTF Writeups

{% hint style="info" %}
**What is CTF?:** Capture the Flag (CTF) in [computer security](https://en.wikipedia.org/wiki/Computer_security) is an exercise in which "flags" are secretly hidden in purposefully-[vulnerable](https://en.wikipedia.org/wiki/Vulnerability_\(computing\)) programs or websites. Competitors steal flags either from other competitors (attack/defense-style CTFs) or from the organizers (jeopardy-style challenges).
{% endhint %}

## GitHub

<https://github.com/nitroz3us>

## root\@nitrozeus:\~# whoami

My online persona goes by the name nitroz3us. Currently, I'm a student at Singapore Management University (SMU). I served in the military for three years, between 2018 to 2021, and was posted to a Cyber unit (*inaugural batch of CyberNSF*). I'm a cybersecurity addict and contrary to popular belief, I love blue team over red team. I am fairly new to CTF so join me on my journey to many more CTFs to come!

I love the idea of finding ways and trying to be ahead of the hackers, the same way, they try to be ahead of us. My end goal is to work in a Digital Forensics/Incident Response (IR) team. Currently, I have three years of SOC experience.&#x20;

I've worked in, both as a SOC Analyst;&#x20;

* Cyber Security Agency of Singapore (CSA) under National Cyber Threat Monitoring Centre (NCTMC) division
* Ensign InfoSecurity

## # groups

{% hint style="info" %}
**Good to know:** You can participate in any CTFs either alone or as a team. It's way more fun to compete with a team in my opinion. Sharing ideas and knowledge helps with the learning curve.&#x20;
{% endhint %}

As of now, I do not have a dedicated team, most of my CTF's participation are with a group of friends which often changes between each CTFs.&#x20;

## # 2023

| CTF Name                                       | Type     | Team Name   |
| ---------------------------------------------- | -------- | ----------- |
| [CDDC 2023](/ctfs/2023/brainhack-cddc-2023.md) | Jeopardy | BLUEHELMETS |

## # 2022

| CTF Name                                                                  | Type     | Team Name        |
| ------------------------------------------------------------------------- | -------- | ---------------- |
| [Grey Cat The Flag 2022](/ctfs/2022/grey-cat-the-flag-2022.md#the-basics) | Jeopardy | Neo Turf Masters |
| [STANDCON 2022](/ctfs/2022/standcon-2022.md)                              | Jeopardy | LAN\_D0DGERS     |
| [STACK The Flag 2022](/ctfs/2022/stack-the-flags-2022.md)                 | Jeopardy | TeamBML          |


---

# 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://nitrozeus.gitbook.io/ctfs/nitrozeuss-ctf-writeups.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.
