Saltar al contenido
05 · Arquitectura05 · Architecture

CDN y Protección de BordeCDN and Edge Protection

Distribución de contenido con filtrado, gestión de bots y caché en el borde.Content delivery with filtering, bot management and caching at the edge.

CDN · Edge · BotsCDN · Edge · Bots Diseño y despliegue de tecnología de seguridadDesign and deployment of security technology

¿Qué es este servicio?What is this service?

Es una red de nodos distribuidos por el mundo que sirve el contenido desde el punto más cercano al usuario y, de paso, se convierte en el único lugar por donde se puede llegar a la aplicación. En ese borde se almacena en caché el contenido estático, se filtran peticiones con reglas de aplicación y se gestiona el tráfico automatizado, separando el buscador que a la organización le interesa que la indexe del raspador que copia el catálogo o del que prueba contraseñas robadas.

A network of nodes distributed worldwide that serves the content from the point closest to the user and, in doing so, becomes the only place from which the application can be reached. At that edge, static content is cached, requests are filtered with application rules and automated traffic is managed, separating the search engine the organisation wants indexing it from the scraper copying the catalogue or the one testing stolen passwords.

¿Para qué se usa?What is it used for?

El valor de seguridad es simple: el atacante nunca toca el origen. Escanea, prueba y se estrella contra la infraestructura del proveedor, que además absorbe el pico de tráfico y ve el mismo ataque contra miles de sitios a la vez, así que lo reconoce antes. Y viene el aviso que casi nadie atiende: si el servidor de origen sigue siendo accesible por su IP directa, el atacante la encuentra —los registros históricos de DNS y los certificados públicos la delatan— y va directo, rodeando la CDN entera. Toda la protección contratada queda de adorno.

The security value is simple: the attacker never touches the origin. They scan, probe and crash into the provider infrastructure, which also absorbs the traffic spike and sees the same attack against thousands of sites at once, so it recognises it sooner. And here comes the warning almost nobody heeds: if the origin server remains reachable on its direct IP, the attacker will find it — historical DNS records and public certificates give it away — and go straight there, bypassing the entire CDN. Every bit of protection paid for becomes decoration.

Qué beneficios traeBenefits it delivers

  • Oculta el origen: el atacante ya no puede escanear directamente lo que quiere atacar, siempre que el origen esté bien cerrado.
  • Filtra en el borde ataques de aplicación conocidos antes de que consuman un solo ciclo del servidor de origen.
  • La gestión de bots corta el raspado de contenido, el relleno de credenciales y el fraude automatizado, que rara vez disparan alertas de seguridad clásicas.
  • Mejora el rendimiento de forma medible, lo cual hace mucho más fácil justificar el gasto ante alguien que no compra seguridad.
  • It hides the origin: the attacker can no longer directly scan what they want to attack, provided the origin is properly locked down.
  • It filters known application attacks at the edge before they consume a single cycle of the origin server.
  • Bot management stops content scraping, credential stuffing and automated fraud, which rarely trigger classic security alerts.
  • It measurably improves performance, which makes the spend far easier to justify to somebody who does not buy security.

¿En qué momentos es obligatorio?When is it mandatory?

Costa RicaCosta Rica

  • No hay obligación legal de usar una CDN en Costa Rica.
  • Si por el borde pasan datos personales, la Ley 8968 sigue haciendo responsable del tratamiento a la organización aunque el proveedor sea extranjero; eso hay que reflejarlo en el contrato, no darlo por resuelto.
  • En entidades financieras supervisadas, el Acuerdo CONASSIF 5-24 exige gestionar la tecnología incluida la contratada a terceros, y el perfil tecnológico 2026 sumó una tabla específica de servicios en nube donde este proveedor se declara.
  • There is no legal obligation to use a CDN in Costa Rica.
  • If personal data passes through the edge, Law 8968 still holds the organisation responsible for its processing even where the provider is foreign; that has to be reflected in the contract, not assumed away.
  • In supervised financial entities, CONASSIF Agreement 5-24 requires managing technology including what is contracted from third parties, and the 2026 technology profile added a specific cloud services table where this provider is disclosed.

InternacionalInternational

  • Ningún marco exige contratar una CDN.
  • Si el nodo de borde descifra tráfico con datos de tarjeta, ese proveedor entra en el alcance del cumplimiento PCI-DSS y pasa a ser un tercero que hay que gestionar y documentar.
  • ISO 27001 exige tratar la seguridad en las relaciones con proveedores, y una CDN es un proveedor que ve todo el tráfico en claro.
  • No framework requires contracting a CDN.
  • If the edge node decrypts traffic containing cardholder data, that provider falls within PCI-DSS compliance scope and becomes a third party to manage and document.
  • ISO 27001 requires addressing security in supplier relationships, and a CDN is a supplier that sees all the traffic in the clear.

Requisitos mínimosMinimum requirements

  • Control del DNS del dominio, porque toda la operación empieza por apuntar los registros al proveedor.
  • Cerrar el origen para que solo acepte conexiones desde los rangos de la CDN, y cambiarle la IP si la vieja ya circuló. Sin esto, el servicio no protege.
  • Gestión de certificados definida: quién termina el TLS en el borde y cómo se cifra el tramo entre el borde y el servidor de origen.
  • Una política de caché revisada con el equipo de aplicación, para no terminar sirviendo la página privada de un usuario a otro.
  • Control of the domain DNS, since the whole operation starts by pointing records at the provider.
  • Locking the origin to accept connections only from the CDN ranges, and changing its IP if the old one has already circulated. Without this, the service protects nothing.
  • Defined certificate management: who terminates TLS at the edge and how the leg between edge and origin server is encrypted.
  • A caching policy reviewed with the application team, so the private page of one user does not end up served to another.

Plazo típico de entregaTypical delivery time

2 a 6 semanas 2 to 6 weeks rango habitual del mercado usual market range

De dos a seis semanas. Dos bastan para un sitio estático o una aplicación sencilla. Se va a seis cuando hay varios dominios, aplicaciones con sesiones y contenido personalizado que exige afinar la caché con cuidado, o cuando la gestión de bots necesita un periodo en modo observación antes de bloquear, para no dejar afuera a integraciones legítimas que nadie tenía documentadas.

Two to six weeks. Two are enough for a static site or a simple application. It stretches to six with multiple domains, session-based applications and personalised content requiring careful cache tuning, or when bot management needs a monitoring period before blocking, so as not to lock out legitimate integrations nobody had documented.

NomenclaturaTerminology

Las siglas y estándares que aparecen en esta ficha, explicados. The acronyms and standards used on this page, explained.

CDNCDN
Red de distribución de contenido: servidores repartidos por el mundo que entregan el sitio desde el nodo más cercano a cada usuario. Content delivery network: servers spread worldwide delivering the site from the node nearest each user.
OrigenOrigin
El servidor real, el que tiene el contenido de verdad. Si queda expuesto por IP, la CDN deja de proteger. The real server, the one holding the actual content. If it stays exposed by IP, the CDN protects nothing.
Gestión de botsBot management
Distinguir el tráfico automatizado del humano y decidir cuál se deja pasar, cuál se ralentiza y cuál se bloquea. Telling automated traffic from human and deciding which passes, which gets slowed and which gets blocked.
Relleno de credencialesCredential stuffing
Probar en masa usuarios y contraseñas filtrados de otros sitios, esperando que alguien haya reutilizado la suya. Mass-testing usernames and passwords leaked from other sites, hoping somebody reused theirs.
Caché · TTLCache · TTL
La copia del contenido guardada en el borde y el tiempo que se considera válida antes de volver a pedirla al origen. The copy of content held at the edge and how long it is considered valid before being requested from the origin again.