> For the complete documentation index, see [llms.txt](https://davidjosearaujo.gitbook.io/online-courses/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://davidjosearaujo.gitbook.io/online-courses/online-courses.md).

# Online Courses

This is a list of all the available notes I have taken from all of the online courses I have attended, and notes or documentation that I have found from other sources and that I have found helpful.

Most of these courses are focused on Security and Network Engineering, but other themes may be available if at some point I thought it was something important to complete some knowledge acquired at some other course.

These notes are organized by theme/ subject for your search convince. Feel free to browse!

## Network

{% content-ref url="/spaces/AgItg4KAZpnXjAFPWRf8" %}
[CCNA 200-301](https://davidjosearaujo.gitbook.io/online-courses/ccna-200-301/)
{% endcontent-ref %}

## Security

{% content-ref url="/spaces/kdhzKw41MSP8Xmr6jhL4" %}
[IS Auditing, Controls and Assurance](https://davidjosearaujo.gitbook.io/online-courses/is-auditing-controls-and-assurance/)
{% endcontent-ref %}

{% content-ref url="/spaces/REJikZxEDzDGiNK5LLw0" %}
[Cyber Incident Response](https://davidjosearaujo.gitbook.io/online-courses/cyber-incident-response/)
{% endcontent-ref %}

{% content-ref url="/spaces/J1F4H5ofMGvRzdvoCZMG" %}
[Blockchain Security](https://davidjosearaujo.gitbook.io/online-courses/blockchain-security/)
{% endcontent-ref %}

{% content-ref url="/spaces/tarME84VYOG57Ny1Dgz1" %}
[Cyber Threat Hunting](https://davidjosearaujo.gitbook.io/online-courses/cyber-threat-hunting/)
{% endcontent-ref %}

### APIs

{% content-ref url="/spaces/rbHTUw6JmYWHWgF1IhRj" %}
[API Penetration Testing Course](https://davidjosearaujo.gitbook.io/online-courses/api-penetration-testing-course/)
{% endcontent-ref %}

{% content-ref url="/spaces/2A0dg9Wy89z8CRkQMup2" %}
[API Authentication](https://davidjosearaujo.gitbook.io/online-courses/api-authentication/)
{% endcontent-ref %}

### Malware Analysis

{% content-ref url="/spaces/5e7djnLutNjJNMKjI4rH" %}
[HackerSploit Malware Analysis Bootcamp](https://davidjosearaujo.gitbook.io/online-courses/malware-analysis/)
{% endcontent-ref %}

{% embed url="<https://docs.remnux.org/>" %}

### TryHackMe Modules

#### DevSecOps Learning Path

{% content-ref url="/spaces/vQD7IWgcatFQ21x7moD9" %}
[SSDLC](https://davidjosearaujo.gitbook.io/online-courses/ssdlc/)
{% endcontent-ref %}

{% content-ref url="/spaces/7hDaVt9IHe1MJftAUD5q" %}
[Security of the Pipeline](https://davidjosearaujo.gitbook.io/online-courses/security-of-the-pipeline/)
{% endcontent-ref %}

{% content-ref url="/spaces/ICT0FzjMOvzMtzpSsNlC" %}
[Security in the Pipeline](https://davidjosearaujo.gitbook.io/online-courses/security-in-the-pipeline/)
{% endcontent-ref %}

{% content-ref url="/spaces/DyaGR2po4Je1Fmb1K3Wt" %}
[Container Security](https://davidjosearaujo.gitbook.io/online-courses/container-security/)
{% endcontent-ref %}

{% content-ref url="/spaces/ktvXVeya2CWcwDUQ6cSn" %}
[Infrastructure as Code](https://davidjosearaujo.gitbook.io/online-courses/infrastructure-as-code/)
{% endcontent-ref %}

#### Security Engineer Learning Path

{% content-ref url="/spaces/fvhvhCm49Q2pdSPgtRnF" %}
[Broken mention](broken://spaces/fvhvhCm49Q2pdSPgtRnF)
{% endcontent-ref %}

{% content-ref url="/spaces/ZJnWlT30FlKZLOiDdwap" %}
[Broken mention](broken://spaces/ZJnWlT30FlKZLOiDdwap)
{% endcontent-ref %}


---

# 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://davidjosearaujo.gitbook.io/online-courses/online-courses.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.
