> For the complete documentation index, see [llms.txt](https://infosec.jaelkoh.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://infosec.jaelkoh.com/welcome/upcoming-exp-401-live-trainings.md).

# Upcoming EXP-401 Live Trainings

<table><thead><tr><th width="158">Name</th><th width="113">Date</th><th width="193">Location</th><th>Price </th></tr></thead><tbody><tr><td><a href="https://www.defensiox.com/">Defenseiox</a></td><td>Apr 21 - Apr 25, 2025</td><td>Hong Kong</td><td>Super Early Bird: <br>HKD 62,500 （USD 8,000） <br>Early Bird: <br>HKD 74,000 （USD 9,500） <br>Standard: <br>HKD 86,000 （USD 11,000） <br>Late:<br>HKD 1,125,000 （USD 14,400）</td></tr><tr><td><a href="https://www.ensigninfosecurity.com/courses_and_bootcamps">Ensign Infosecurity </a></td><td>May 19-23 2025</td><td>Singapore</td><td>Early Bird:  SGD$14,900 (excluding GST)<br>List: SGD$18,625 (excluding GST)</td></tr><tr><td><a href="https://www.qa.com/course-catalogue/courses/advanced-windows-exploitation-awe-qaoffsecawe/">QA</a><a href="https://www.qa.com/course-catalogue/courses/advanced-windows-exploitation-awe-qaoffsecawe/"> </a></td><td>Sep 22 - 26 2025</td><td>London</td><td><em>Price available on request</em></td></tr></tbody></table>

*Prices/Dates are accurate to the date when they were added to the list, and are subject to change. Please check the actual links.*\
*Also, please check Offsec's actual list:* [*https://www.offsec.com/training-and-events/*](https://www.offsec.com/training-and-events/)

*If you know of an upcoming EXP-401 training, please tell me about it via tagging @jaelkoh in OffSec's  Discord #exp-401-general channel , or tweet/X me* [*@\_jaelkoh*](https://twitter.com/_jaelkoh)*.*

***

*Thanks @s4brd for suggesting adding a price column and QA 2024, Defenseiox 2025.* \
*Thanks @mayh3m for noticing I got SINCON 2024 link+price wrong.*\
*Thanks @l3th4rgic for adding Black Hat MEA 2024.*


---

# 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, and the optional `goal` query parameter:

```
GET https://infosec.jaelkoh.com/welcome/upcoming-exp-401-live-trainings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
