# Ciberseguridad

{% hint style="info" %}
**PLAN DE EVALUACIÓN DE LA ASIGNATURA**&#x20;
{% endhint %}

<table><thead><tr><th width="50" align="center">#</th><th>Unidad de aprendizaje #1</th></tr></thead><tbody><tr><td align="center">0</td><td><strong>Evaluación diagnóstica preliminar</strong><br>Conceptos básicos de ciberseguridad.<br><mark style="color:red;"><code>Ponderación: 0%</code></mark> </td></tr><tr><td align="center">1</td><td><strong>Fundamentos básicos de ciberseguridad.</strong><br>Fundamentos de Linux y Bash Scripting. Gestión de imágenes y contenedores Docker.<br><a href="https://drive.google.com/file/d/1Lmvvuv9BCeVHOIBPwu2koCOhRr7se6P2/view?usp=sharing"><mark style="color:$primary;"><code>Laboratorio 1</code></mark></a>  <a href="https://drive.google.com/file/d/1zT6ALRU46Qw22qDJy5fjvtcHMXZ9g_FF/view?usp=sharing"><mark style="color:$primary;"><code>Laboratorio 2</code></mark></a>  <a href="https://drive.google.com/file/d/1xBo-dQYt8vqaV1ypx8z5VShk2sSE4VQx/view?usp=sharing"><mark style="color:$primary;"><code>Laboratorio 3</code></mark></a> <br><mark style="color:red;"><code>Ponderación: 20%</code></mark>  <a data-footnote-ref href="#user-content-fn-1"><mark style="color:$primary;"><code>Laboratorio 4</code></mark></a> </td></tr></tbody></table>

<table><thead><tr><th width="60" align="center">#</th><th>Unidad de aprendizaje #2</th></tr></thead><tbody><tr><td align="center">2</td><td><strong>Seguridad perimetral y firewalls.</strong><br>Conceptos de segmentación, iptables/nftables, WAF (Web Application Firewall) básico, prevención de intrusiones a nivel de red.<br><mark style="color:red;"><code>Ponderación: 20%</code></mark></td></tr><tr><td align="center">3</td><td><strong>Criptografía, ofuscación y privacidad.</strong><br>Funciones hash, cifrado simétrico/asimétrico, técnicas de ofuscación/esteganografía, VPN y túneles.<br><mark style="color:red;"><code>Ponderación: 20%</code></mark></td></tr></tbody></table>

<table><thead><tr><th width="60" align="center">#</th><th>Unidad de aprendizaje #3</th></tr></thead><tbody><tr><td align="center">4</td><td><strong>Análisis Forense Digital y Respuesta a Incidentes (DFIR).</strong><br>Estrategias para detectar, contener y erradicar una amenaza activa. Técnicas de recolección, preservación y análisis de evidencia digital tras un incidente. IDS.<br><mark style="color:red;"><code>Ponderación: 20%</code></mark> </td></tr><tr><td align="center">5</td><td><strong>Test de penetración (Pentesting).</strong><br>Simulación de ataques y hacking ético contra servidores para encontrar y explotar vulnerabilidades. Metodología: Reconocimiento, análisis de vulnerabilidades, explotación, post-explotación y reporte. <br><mark style="color:red;"><code>Ponderación: 20%</code></mark></td></tr></tbody></table>

***

**Competencia General:** Aplicar estrategias de ciberseguridad ofensiva (<mark style="background-color:red;">Red Team</mark>) y defensiva (<mark style="background-color:blue;">Blue Team</mark>) para la protección de activos de información, mediante el despliegue de entornos virtualizados, el análisis forense digital y la ejecución de pruebas de penetración éticas.

Trabajaremos en entornos de laboratorio basados en **Docker**. Estos entornos están preconfigurados con aplicaciones y configuraciones que contienen vulnerabilidades conocidas para que puedan experimentar y aprender sobre ellas de manera **segura** y **controlada**. Se recomienda usar una distribución de Linux basada en Debian o derivados (Debian, Ubuntu, MX Linux, Linux Mint, etc.)

***

[^1]: docker run -it --rm habracho/academiatec:ciberseguridad-lab04


---

# Agent Instructions: 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://www.haller.com.ve/uru/ciberseguridad.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.
