# Guia de AppSec

## Guia de AppSec

- [Home](https://ben-hurs-organization.gitbook.io/guia-de-appsec/home.md): Tornando a vida do security champion um pouco mais fácil a cada dia =)
- [Certificações](https://ben-hurs-organization.gitbook.io/guia-de-appsec/certificacoes.md)
- [Onde Aprender](https://ben-hurs-organization.gitbook.io/guia-de-appsec/onde-aprender.md)
- [Livros](https://ben-hurs-organization.gitbook.io/guia-de-appsec/livros.md)
- [Canais no Youtube](https://ben-hurs-organization.gitbook.io/guia-de-appsec/canais-no-youtube.md)
- [Certificação CSSLP](https://ben-hurs-organization.gitbook.io/guia-de-appsec/quests/certificacao-csslp.md): Aqui estão minhas anotações sobre o roadmap para obter a certificação Certified Secure Software Lifecycle Professional
- [SSH](https://ben-hurs-organization.gitbook.io/guia-de-appsec/command-line/ssh.md)
- [OpenSSL](https://ben-hurs-organization.gitbook.io/guia-de-appsec/command-line/openssl.md)
- [Docker](https://ben-hurs-organization.gitbook.io/guia-de-appsec/command-line/docker.md)
- [Android](https://ben-hurs-organization.gitbook.io/guia-de-appsec/cheat-sheets/android.md)
- [AWS](https://ben-hurs-organization.gitbook.io/guia-de-appsec/cheat-sheets/aws.md)
- [Azure](https://ben-hurs-organization.gitbook.io/guia-de-appsec/cheat-sheets/azure.md)
- [Blockchain e Crypto](https://ben-hurs-organization.gitbook.io/guia-de-appsec/cheat-sheets/blockchain-e-crypto.md)
- [Bot Protection](https://ben-hurs-organization.gitbook.io/guia-de-appsec/cheat-sheets/bot-protection.md)
- [Cloud](https://ben-hurs-organization.gitbook.io/guia-de-appsec/cheat-sheets/cloud.md)
- [Criptografia Simétrica](https://ben-hurs-organization.gitbook.io/guia-de-appsec/cheat-sheets/criptografia-simetrica.md)
- [Criptografia Assimétrica](https://ben-hurs-organization.gitbook.io/guia-de-appsec/cheat-sheets/criptografia-assimetrica.md)
- [DAST](https://ben-hurs-organization.gitbook.io/guia-de-appsec/cheat-sheets/dast.md)
- [Docker](https://ben-hurs-organization.gitbook.io/guia-de-appsec/cheat-sheets/docker.md)
- [DevSecOps](https://ben-hurs-organization.gitbook.io/guia-de-appsec/cheat-sheets/devsecops.md)
- [Encoding](https://ben-hurs-organization.gitbook.io/guia-de-appsec/cheat-sheets/encoding.md)
- [Gestão de Segredos](https://ben-hurs-organization.gitbook.io/guia-de-appsec/cheat-sheets/gestao-de-segredos.md)
- [Hashing](https://ben-hurs-organization.gitbook.io/guia-de-appsec/cheat-sheets/hashing.md)
- [HTTP](https://ben-hurs-organization.gitbook.io/guia-de-appsec/cheat-sheets/http.md)
- [JWT](https://ben-hurs-organization.gitbook.io/guia-de-appsec/cheat-sheets/jwt.md)
- [Kubernetes](https://ben-hurs-organization.gitbook.io/guia-de-appsec/cheat-sheets/kubernetes.md)
- [Mobile](https://ben-hurs-organization.gitbook.io/guia-de-appsec/cheat-sheets/mobile.md)
- [Projetos OWASP](https://ben-hurs-organization.gitbook.io/guia-de-appsec/cheat-sheets/projetos-owasp.md)
- [SBOM, Libs e Componentes](https://ben-hurs-organization.gitbook.io/guia-de-appsec/cheat-sheets/sbom-libs-e-componentes.md)
- [Threat Modeling](https://ben-hurs-organization.gitbook.io/guia-de-appsec/cheat-sheets/threat-modeling.md)
- [Utilitários](https://ben-hurs-organization.gitbook.io/guia-de-appsec/cheat-sheets/utilitarios.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://ben-hurs-organization.gitbook.io/guia-de-appsec/home.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.
