> For the complete documentation index, see [llms.txt](https://ctf.zeyu2001.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ctf.zeyu2001.com/2022/tisc-2022.md).

# The InfoSecurity Challenge 2022

[TISC 2022](https://www.csit.gov.sg/events/tisc/tisc-2022) was hosted by the Centre for Strategic Infocomm Technologies (CSIT). This year, I authored a challenge (5B - PALINDROME's Secret) but also had the opportunity to try out the challenges leading up to it! Here are the writeups.

<table><thead><tr><th width="429">Challenge</th><th>Category</th></tr></thead><tbody><tr><td><a href="/pages/AVt9uykebc2zbbBKkMNK">Level 1 - Slay The Dragon</a></td><td>Pwn</td></tr><tr><td><a href="/pages/sWV93rZvVPG0orTcrecN">Level 2 - Leaky Matrices</a></td><td>Crypto</td></tr><tr><td><a href="/pages/tXZ4x14ARn5Iz9YrcKhQ">Level 3 - PATIENT0</a></td><td>Forensics</td></tr><tr><td><a href="/pages/3xYp0M1xwm7swpdU5nBo">Level 4B - CloudyNekos</a></td><td>Cloud</td></tr><tr><td><a href="/pages/A3KhV14WXpq4UzXbdDOV">Level 5B - PALINDROME's Secret (Author Writeup)</a></td><td>Web</td></tr></tbody></table>

Congratulations to the 13 people who solved my challenge!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/2022/tisc-2022.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.
