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

# Inicio

***

## 🛡️ Bienvenido a mi bitácora de un Analista SOC

Este espacio documenta mi camino a través de los laboratorios y escenarios de **LetsDefend.io**, donde practico y perfecciono habilidades de detección, análisis y respuesta a incidentes desde la perspectiva de un **Blue Team**.

Cada write-up refleja mi proceso de investigación real: desde la alerta inicial hasta la conclusión del caso, incluyendo herramientas utilizadas, indicadores de compromiso (IOCs) y lecciones aprendidas en el camino.

> 💡 **Hint:** Este GitBook no busca ser solo una colección de soluciones, sino un registro de pensamiento crítico y metodología aplicada en escenarios de ciberseguridad defensiva.

***

### 🎯 ¿Qué vas a encontrar aquí?

* **Write-ups organizados por categoría** (Phishing, Malware, Network Traffic, EDR, SIEM, etc.)
* **Metodología de análisis** que aplico en cada caso
* **Cheatsheets y queries** útiles que he ido construyendo
* **Lecciones aprendidas** de cada investigación

***

### 👤 Sobre mí

Analista de ciberseguridad con experiencia en pentesting, análisis de\
vulnerabilidades y monitoreo de eventos de seguridad. Fundador de comunidad\
educativa en ciberseguridad e instructor con más de 8.500 estudiantes formados.\
Manejo de herramientas como Wireshark, Nmap y Burp Suite, con foco en análisis\
de logs y respuesta a incidentes

***


---

# 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://writeups-ctfs.gitbook.io/letsdefend-write-ups/inicio.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.
