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

# Red Rubicon

### ¿Qué es "Rubicón"?

La asociación Red Rubicón es una organización sin ánimo de lucro registrada en España, fundada por especialistas en ciberinteligencia y seguridad de la información. Nacemos con el propósito de democratizar la seguridad digital y proteger a la sociedad civil frente a las amenazas contemporáneas.

¿Por qué "Rubicón"? Históricamente, cruzar el río Rubicón significaba alcanzar un punto de no retorno. En la era actual, la pérdida de nuestra privacidad y el compromiso de nuestra huella digital representan nuestro propio Rubicón. Una vez que nuestros datos son expuestos o nuestra seguridad es vulnerada, es casi imposible dar marcha atrás.

Desde Red Rubicón nos posicionamos en esa frontera. Utilizamos metodologías de Inteligencia de Fuentes Abiertas (OSINT) y tácticas de contravigilancia para anticipar riesgos, exponer desinformación y dotar a ciudadanos, activistas y organizaciones vulnerables de las herramientas necesarias para proteger su identidad y sus comunicaciones.

### Misión

Proveer inteligencia procesable y educación en ciberseguridad, ciberamenazas y ciberinteligencia,  para empoderar a la sociedad civil. Trabajamos para identificar y analizar amenazas digitales mediante el uso ético de OSINT, promoviendo que la autodefensa digital sea accesible para todos.

### Visión

Aspiramos a un ecosistema digital donde la privacidad sea un derecho inquebrantable por defecto, y donde cada individuo tenga el conocimiento y los recursos para auditar su propia exposición y defenderse de abusos tecnológicos, vigilancia masiva o ciberataques.


---

# 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://www.red-rubicon.org/red-rubicon.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.
