# Phishing y Typosquatting

Un atacante puede engañar a los usuarios para que interactúen con un contrato falso (phishing) o registrar nombres de contrato similares a los reales (typosquatting) para desviar fondos o robar información.

**Ejemplo**: Registrar un contrato con un nombre que difiere por un solo carácter del contrato legítimo para engañar a los usuarios.

**Mitigación**:

* Verificar siempre las direcciones de los contratos.
* Usar servicios de reputación y verificación de contratos.
* Educar a los usuarios sobre los riesgos de phishing y typosquatting.


---

# 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://edp.ethkipu.org/modulo-5/seguridad-pruebas-y-auditoria/seguridad/principales-vulnerabilidades-en-smart-contracts/phishing-y-typosquatting.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.
