15 minutes
Hostile à l’immigration, la Hongrie de Viktor Orban fait pourtant de plus en plus appel à des travailleurs étrangers pour faire tourner son économie. Une présence de plus en plus visible et un équilibre politique délicat qui ont relégué le sujet au second plan dans la campagne des élections législatives du 12 avril 2026.
Hostile à l’immigration, la Hongrie de Viktor Orban fait pourtant de plus en plus appel à des travailleurs étrangers pour faire tourner son économie. Une présence de plus en plus visible et un équilibre politique délicat qui ont relégué le sujet au second plan dans la campagne des élections législatives du 12 avril 2026.
20 minutes
Cela fait un mois que l’AFC/M23 a annoncé la libération, selon ses chiffres, d’environ 5 000 militaires des FARDC, ou bien encore 2 700 selon d’autres sources. Ils devaient être remis à la Croix-Rouge puis transférés au gouvernement congolais. Mais depuis l'annonce, il n'y a plus aucune avancée.
20 minutes
Cela fait un mois que l’AFC/M23 a annoncé la libération, selon ses chiffres, d’environ 5 000 militaires des FARDC, ou bien encore 2 700 selon d’autres sources. Ils devaient être remis à la Croix-Rouge puis transférés au gouvernement congolais. Mais depuis l'annonce, il n'y a plus aucune avancée.
21 minutes

Solamente en el primer trimestre de 2026, 170 perfiles con tic azul han publicado 67.000 anuncios fraudulentos en Facebook e Instagram para promover plataformas de inversión no autorizadas donde se solicitan datos personales o incluso un ingreso inicial. Aunque son cuentas que Meta dice haber verificado, en realidad han sido robadas a sus legítimos dueños o son perfiles que suplantan a deportistas, políticos o actores. El tic azul que aparece junto al nombre de un perfil de Facebook debería indicar autenticidad. Debería servir para que el resto de usuarios sepan que esa persona es quien dice ser y que Meta así lo ha verificado. Pero en la práctica, esta insignia añade un extra de credibilidad y de visibilidad a los anuncios que se dedican a promover timos. Meta gana dinero con la publicidad y el pago de la suscripción por la que se accede al tic azul, pero no impide adecuadamente las suplantaciones y verifica perfiles que no pertenecen a las personas que dicen ser. A la vez, Meta tampoco tiene mecanismos eficaces para solucionar los casos en los que cuentas reales son hackeadas y usadas para poner anuncios fraudulentos. Aunque los afectados reclaman una y otra vez para poder recuperar sus cuentas, muchos nunca lo logran. Su perfil es explotado para promocionar timos sin poder poner fin a la situación.Perfiles verificados publican anuncios fraudulentos en FacebookHemos detectado 170 cuentas de Facebook con el tic azul de verificación que, en los primeros tres meses de 2026 y solamente en Europa, publicaron más de 67.000 anuncios fraudulentos según los datos del repositorio de Meta. A lo largo de todo su periodo de actividad, estas cuentas han publicado más de 110.000 anuncios sólo en el continente, aunque hemos detectado que también han publicado anuncios fuera de Europa que Meta no los incluye en su repositorio una vez que pasan a estar inactivos. Haz scroll para ver cómo se lleva a cabo 01 Perfil verificado en Facebook Perfil de Facebook con tic azul suplantando al futbolista Lewis Miley. Cuenta verificada 02 Publicación de anuncios fraudulentos Desde el perfil verificado se publican anuncios que utilizan la imagen de distintas personas famosas para distintos países. Publicidad engañosa 03 Falsas entrevistas en medios Estos anuncios llevan a falsas entrevistas que suplantan medios de comunicación y promocionan plataformas de inversión no autorizadas. Medios suplantados 04 Robo de datos personales Dentro de estas supuestas plataformas, se pide al usuario que comparta sus datos personales. Captura de datos Desplázate para avanzar (function() { var current = 0; var total = 4; var isAnimating = false; var wrap = document.getElementById('estafa-phases'); var embed = document.getElementById('estafa-embed'); var wheelAccum = 0; var wheelTimer = null; function setHeight() { var active = document.getElementById('estafa-phase-' + current); wrap.style.height = active.scrollHeight + 'px'; } function goTo(n) { if (isAnimating || n === current) return; if (n < 0 || n >= total) return; isAnimating = true; document.getElementById('estafa-phase-' + current).classList.remove('active'); document.querySelectorAll('#estafa-dots .dot')[current].classList.remove('active'); current = n; var next = document.getElementById('estafa-phase-' + current); next.classList.add('active'); document.querySelectorAll('#estafa-dots .dot')[current].classList.add('active'); wrap.style.height = next.scrollHeight + 'px'; var pct = total > 1 ? (current / (total - 1) * 100) : 100; document.getElementById('estafa-progress').style.width = pct + '%'; document.getElementById('estafa-hint').style.opacity = current === total - 1 ? '0' : '1'; setTimeout(function() { isAnimating = false; }, 500); } document.querySelectorAll('#estafa-dots .dot').forEach(function(dot) { dot.addEventListener('click', function() { goTo(parseInt(this.dataset.index)); }); }); embed.addEventListener('wheel', function(e) { var goingDown = e.deltaY > 0; var goingUp = e.deltaY < 0; var canAdvance = goingDown && current < total - 1; var canGoBack = goingUp && current > 0; if (canAdvance || canGoBack) { e.preventDefault(); e.stopPropagation(); clearTimeout(wheelTimer); wheelAccum += e.deltaY; wheelTimer = setTimeout(function() { wheelAccum = 0; }, 200); if (Math.abs(wheelAccum) > 60) { goTo(goingDown ? current + 1 : current - 1); wheelAccum = 0; } } }, { passive: false }); var touchStartY = 0; embed.addEventListener('touchstart', function(e) { touchStartY = e.touches[0].clientY; }, { passive: true }); embed.addEventListener('touchend', function(e) { var diff = touchStartY - e.changedTouches[0].clientY; var goingDown = diff > 0; if (Math.abs(diff) < 40) return; if (goingDown && current < total - 1) { e.preventDefault(); goTo(current + 1); } else if (!goingDown && current > 0) { e.preventDefault(); goTo(current - 1); } }, { passive: false }); embed.setAttribute('tabindex', '0'); embed.addEventListener('keydown', function(e) { if (e.key === 'ArrowDown' || e.key === 'ArrowRight') { e.preventDefault(); goTo(current + 1); } if (e.key === 'ArrowUp' || e.key === 'ArrowLeft') { e.preventDefault(); goTo(current - 1); } }); window.addEventListener('resize', setHeight); setHeight(); })(); "> #estafa-embed * { box-sizing: border-box; margin: 0; padding: 0; } #estafa-embed { font-family: 'Canva Sans', 'Inter', system-ui, sans-serif; background: #fff; color: #111; width: 100%; position: relative; overflow: hidden; user-select: none; } #estafa-embed .intro-label { text-align: center; padding: 18px 24px 4px; font-size: 13px; color: #555; letter-spacing: 0.01em; } #estafa-embed .progress-bar { position: absolute; top: 0; left: 0; height: 3px; background: #e05c5c; transition: width 0.35s ease; z-index: 10; width: 0%; } #estafa-embed .phase-dots { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); z-index: 10; display: flex; flex-direction: column; gap: 10px; } #estafa-embed .dot { width: 8px; height: 8px; border-radius: 50%; border: 1.5px solid rgba(0,0,0,0.25); background: transparent; cursor: pointer; transition: background 0.3s, border-color 0.3s; } #estafa-embed .dot.active { background: #e05c5c; border-color: #e05c5c; } #estafa-embed .phases-wrapper { position: relative; } #estafa-embed .phase { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 48px 52px 48px 44px; opacity: 0; transform: translateY(24px); transition: opacity 0.45s ease, transform 0.45s ease; pointer-events: none; } #estafa-embed .phase:first-child { position: relative; opacity: 0; } #estafa-embed .phase.active { opacity: 1; transform: translateY(0); pointer-events: all; } #estafa-embed .phase-inner { display: flex; align-items: center; gap: 52px; max-width: 960px; width: 100%; margin: 0 auto; } #estafa-embed .phase-inner.reverse { flex-direction: row-reverse; } #estafa-embed .phase-image { flex: 0 0 52%; aspect-ratio: 16/10; border-radius: 10px; overflow: hidden; border: 1px solid rgba(0,0,0,0.1); } #estafa-embed .phase-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; } #estafa-embed .phase-content { flex: 1; display: flex; flex-direction: column; gap: 14px; } #estafa-embed .phase-number { font-size: clamp(48px, 8vw, 72px); font-weight: 700; line-height: 1; color: rgba(0,0,0,0.04); position: absolute; top: -12px; left: -6px; pointer-events: none; user-select: none; } #estafa-embed .phase-title-wrap { position: relative; padding-top: 4px; } #estafa-embed .phase-title { font-size: clamp(17px, 2.2vw, 24px); font-weight: 600; color: #111; line-height: 1.25; } #estafa-embed .phase-desc { font-size: clamp(13px, 1.4vw, 15px); color: #555; line-height: 1.7; } #estafa-embed .phase-tag { display: inline-block; padding: 4px 12px; border-radius: 20px; font-size: 11px; font-weight: 500; width: fit-content; border: 1px solid rgba(224,92,92,0.4); color: #e05c5c; background: rgba(224,92,92,0.06); } #estafa-embed .hint { text-align: center; padding: 10px 0 18px; font-size: 12px; color: rgba(0,0,0,0.3); display: flex; align-items: center; justify-content: center; gap: 8px; transition: opacity 0.4s; } #estafa-embed .arrow-down { width: 10px; height: 10px; border-right: 1.5px solid rgba(0,0,0,0.3); border-bottom: 1.5px solid rgba(0,0,0,0.3); transform: rotate(45deg); animation: estafa-bounce 1.4s infinite; flex-shrink: 0; } @keyframes estafa-bounce { 0%, 100% { transform: rotate(45deg) translateY(0); } 50% { transform: rotate(45deg) translateY(3px); } } @media (max-width: 768px) { #estafa-embed .phase { padding: 32px 36px 32px 28px; } #estafa-embed .phase-inner, #estafa-embed .phase-inner.reverse { flex-direction: column; gap: 20px; } #estafa-embed .phase-image { flex: none; width: 100%; aspect-ratio: 16/9; } #estafa-embed .phase-dots { right: 10px; } } @media (max-width: 480px) { #estafa-embed .phase { padding: 24px 28px 24px 20px; } #estafa-embed .phase-inner, #estafa-embed .phase-inner.reverse { flex-direction: column; gap: 16px; } #estafa-embed .phase-image { aspect-ratio: 4/3; } #estafa-embed .phase-dots { right: 8px; gap: 8px; } #estafa-embed .dot { width: 7px; height: 7px; } } Haz scroll para ver cómo se lleva a cabo 01 Perfil verificado en Facebook Perfil de Facebook con tic azul suplantando al futbolista Lewis Miley. Cuenta verificada 02 Publicación de anuncios fraudulentos Desde el perfil verificado se publican anuncios que utilizan la imagen de distintas personas famosas para distintos países. Publicidad engañosa 03 Falsas entrevistas en medios Estos anuncios llevan a falsas entrevistas que suplantan medios de comunicación y promocionan plataformas de inversión no autorizadas. Medios suplantados 04 Robo de datos personales Dentro de estas supuestas plataformas, se pide al usuario que comparta sus datos personales. Captura de datos Desplázate para avanzar (function() { var current = 0; var total = 4; var isAnimating = false; var wrap = document.getElementById('estafa-phases'); var embed = document.getElementById('estafa-embed'); var wheelAccum = 0; var wheelTimer = null; function setHeight() { var active = document.getElementById('estafa-phase-' + current); wrap.style.height = active.scrollHeight + 'px'; } function goTo(n) { if (isAnimating || n === current) return; if (n < 0 || n >= total) return; isAnimating = true; document.getElementById('estafa-phase-' + current).classList.remove('active'); document.querySelectorAll('#estafa-dots .dot')[current].classList.remove('active'); current = n; var next = document.getElementById('estafa-phase-' + current); next.classList.add('active'); document.querySelectorAll('#estafa-dots .dot')[current].classList.add('active'); wrap.style.height = next.scrollHeight + 'px'; var pct = total > 1 ? (current / (total - 1) * 100) : 100; document.getElementById('estafa-progress').style.width = pct + '%'; document.getElementById('estafa-hint').style.opacity = current === total - 1 ? '0' : '1'; setTimeout(function() { isAnimating = false; }, 500); } document.querySelectorAll('#estafa-dots .dot').forEach(function(dot) { dot.addEventListener('click', function() { goTo(parseInt(this.dataset.index)); }); }); embed.addEventListener('wheel', function(e) { var goingDown = e.deltaY > 0; var goingUp = e.deltaY < 0; var canAdvance = goingDown && current < total - 1; var canGoBack = goingUp && current > 0; if (canAdvance || canGoBack) { e.preventDefault(); e.stopPropagation(); clearTimeout(wheelTimer); wheelAccum += e.deltaY; wheelTimer = setTimeout(function() { wheelAccum = 0; }, 200); if (Math.abs(wheelAccum) > 60) { goTo(goingDown ? current + 1 : current - 1); wheelAccum = 0; } } }, { passive: false }); var touchStartY = 0; embed.addEventListener('touchstart', function(e) { touchStartY = e.touches[0].clientY; }, { passive: true }); embed.addEventListener('touchend', function(e) { var diff = touchStartY - e.changedTouches[0].clientY; var goingDown = diff > 0; if (Math.abs(diff) < 40) return; if (goingDown && current < total - 1) { e.preventDefault(); goTo(current + 1); } else if (!goingDown && current > 0) { e.preventDefault(); goTo(current - 1); } }, { passive: false }); embed.setAttribute('tabindex', '0'); embed.addEventListener('keydown', function(e) { if (e.key === 'ArrowDown' || e.key === 'ArrowRight') { e.preventDefault(); goTo(current + 1); } if (e.key === 'ArrowUp' || e.key === 'ArrowLeft') { e.preventDefault(); goTo(current - 1); } }); window.addEventListener('resize', setHeight); setHeight(); })(); Estas cuentas publicaron anuncios dirigidos a al menos 33 países diferentes, por ejemplo, Chile o Malasia, o miembros de la UE como Portugal, Rumanía o Suecia, usando la imagen de más de 150 personas famosas en esos lugares (muchas de ellas fallecidas recientemente) y de distintos medios de comunicación nacionales. Normalmente, una misma cuenta comparte anuncios para varios países, mientras la información de transparencia de Meta indica que las páginas tienen administradores en países como Vietnam, Ucrania o Estonia.<img src="https://public.flourish.studio/visualisation/28224754/thumbnail" width="100%" alt="visualization" />"><img src="https://public.flourish.studio/visualisation/28224754/thumbnail" width="100%" alt="visualization" />A diferencia de otras cuentas que participan en este tipo de timos y que emplean nombres de personas o medios de comunicación inventados, estas cuentas verificadas utilizan el de personas o grupos reales. Mediante hackeos o suplantaciones, los timadores aumentan la credibilidad aprovechando cuentas con nombres auténticos acompañados de la marca de verificación. Según Meta, esta insignia sólo se puede obtener pagando una subscripción a ‘Meta Verified’ o bien mediante el antiguo proceso gratuito y más exclusivo reservado a personas, marcas o entidades destacadas. Además del tic azul, otros elementos que hacen que los anuncios de estas cuentas parezcan más legítimos son su alto número de seguidores (tienen un promedio de más de 57.000) y su antigüedad: el 88% fueron creadas hace más de un año.Cuentas que suplantan personas famosas y son verificadas por Meta‘Meta Verified’ es una suscripción de pago para Facebook en Instagram que, según Meta, “te ayuda a generar más confianza” y a “proteger tu marca”, o incluso te da “prioridad y mayor visibilidad en algunas superficies”. Dentro de todas las modalidades disponibles se incluye la insignia de verificación para “transmitir confianza” y un supuesto servicio de supervisión proactiva sobre las cuentas que pudieran estar haciéndose pasar por ti. Cuentas ‘Meta Verified’ con los nombres de los futbolistas Pedro Neto o Arthur Theate han publicado cientos de esos anuncios fraudulentos. Sin embargo, los representantes de ambos han confirmado a Fundación Maldita.es que estos perfiles son falsos y que ninguno de los dos jugadores tiene cuenta en Facebook.Otros nombres de personajes conocidos como los deportistas de élite Jobe Bellingham, Fabián Ruiz o Jacob Toppin, o el de la actriz Geraldine Viswanathan se encuentran entre los perfiles verificados detectados subiendo anuncios. Todos cuentan con características en común con los suplantados confirmados, como biografías de perfil similares.<img src="https://public.flourish.studio/visualisation/28242220/thumbnail" width="100%" alt="visualization" />"><img src="https://public.flourish.studio/visualisation/28242220/thumbnail" width="100%" alt="visualization" />La inacción de Meta ante el hackeo de cuentasEntre las cuentas verificadas analizadas, también hay casos de perfiles reales de personas e instituciones a los que han accedido personas no autorizadas. Una vez obtienen los permisos necesarios, utilizan estas cuentas con relevancia pública para difundir anuncios fraudulentos. Así se lo han explicado a Fundación Maldita.es personas de ámbitos como la música, la televisión o el tercer sector que han sufrido el hackeo de sus cuentas.Publicaciones de perfiles desde los que se han difundido anuncios fraudulentosUsuarios no autorizados con permisos para publicar anunciosRenitta Shannon, exdiputada de la Cámara de Representantes de Georgia (EEUU), ha visto cómo su perfil ha sido hackeado. Explica a Fundación Maldita.es que ha denunciado el incidente a Facebook en repetidas ocasiones “para demostrar que alguien se ha apoderado” de su cuenta y se está haciendo pasar por ella “publicando anuncios que suelen ir en contra de los valores” que defiende. Sin embargo, añade que “Facebook se ha negado a tomar medidas al respecto” y que no puede “publicar en su página ni cerrarla porque los estafadores se han apoderado de ella”.Anuncios publicados desde el perfil de Renitta ShannonUn diseño engañoso e ingresos para Meta por anuncios y suscripcionesA finales de 2025, la Comisión Europea impuso una multa de 120 millones de euros a X por incumplir obligaciones del Reglamento de Servicios Digitales. En concreto, por el diseño engañoso de la “marca de verificación azul”. La investigación concluyó que X no verifica de manera significativa quién está detrás de cada cuenta que obtiene este símbolo, también a través del pago de una suscripción. La misma práctica que en X expone a usuarios a estafas tiene lugar en Facebook e Instagram. Aquí, los sistemas de verificación tampoco están funcionando correctamente con cuentas que suplantando a famosos logran acceder a ‘Meta Verified’, a pesar de que uno de los requisitos es presentar un documento oficial con foto.Anuncios fraudulentos similares publicados en Meta y en XLa subscripción a ‘Meta Verified’ también asegura “acceso ininterrumpido a asistencia a cargo de sus agentes”, pero los testimonios de personas que han sufrido hackeos y cuyas cuentas están siendo utilizadas para difundir fraudes denuncian pasividad por parte de Meta a la hora de solucionar la situación. Mientras la reputación de estas personas se ve afectada, Meta genera ingresos por partida doble con estos timos. Por un lado, a través de los más de 67.000 anuncios publicados en tan sólo tres meses por estas 170 cuentas verificadas. Por otro, con las suscripciones a Meta Verified que pagan para obtener el tic azul, con planes que van desde el estándar por 13,99 euros al mes por perfil hasta el Max, de 349,99 euros.

Solamente en el primer trimestre de 2026, 170 perfiles con tic azul han publicado 67.000 anuncios fraudulentos en Facebook e Instagram para promover plataformas de inversión no autorizadas donde se solicitan datos personales o incluso un ingreso inicial. Aunque son cuentas que Meta dice haber verificado, en realidad han sido robadas a sus legítimos dueños o son perfiles que suplantan a deportistas, políticos o actores. El tic azul que aparece junto al nombre de un perfil de Facebook debería indicar autenticidad. Debería servir para que el resto de usuarios sepan que esa persona es quien dice ser y que Meta así lo ha verificado. Pero en la práctica, esta insignia añade un extra de credibilidad y de visibilidad a los anuncios que se dedican a promover timos. Meta gana dinero con la publicidad y el pago de la suscripción por la que se accede al tic azul, pero no impide adecuadamente las suplantaciones y verifica perfiles que no pertenecen a las personas que dicen ser. A la vez, Meta tampoco tiene mecanismos eficaces para solucionar los casos en los que cuentas reales son hackeadas y usadas para poner anuncios fraudulentos. Aunque los afectados reclaman una y otra vez para poder recuperar sus cuentas, muchos nunca lo logran. Su perfil es explotado para promocionar timos sin poder poner fin a la situación.Perfiles verificados publican anuncios fraudulentos en FacebookHemos detectado 170 cuentas de Facebook con el tic azul de verificación que, en los primeros tres meses de 2026 y solamente en Europa, publicaron más de 67.000 anuncios fraudulentos según los datos del repositorio de Meta. A lo largo de todo su periodo de actividad, estas cuentas han publicado más de 110.000 anuncios sólo en el continente, aunque hemos detectado que también han publicado anuncios fuera de Europa que Meta no los incluye en su repositorio una vez que pasan a estar inactivos. Haz scroll para ver cómo se lleva a cabo 01 Perfil verificado en Facebook Perfil de Facebook con tic azul suplantando al futbolista Lewis Miley. Cuenta verificada 02 Publicación de anuncios fraudulentos Desde el perfil verificado se publican anuncios que utilizan la imagen de distintas personas famosas para distintos países. Publicidad engañosa 03 Falsas entrevistas en medios Estos anuncios llevan a falsas entrevistas que suplantan medios de comunicación y promocionan plataformas de inversión no autorizadas. Medios suplantados 04 Robo de datos personales Dentro de estas supuestas plataformas, se pide al usuario que comparta sus datos personales. Captura de datos Desplázate para avanzar (function() { var current = 0; var total = 4; var isAnimating = false; var wrap = document.getElementById('estafa-phases'); var embed = document.getElementById('estafa-embed'); var wheelAccum = 0; var wheelTimer = null; function setHeight() { var active = document.getElementById('estafa-phase-' + current); wrap.style.height = active.scrollHeight + 'px'; } function goTo(n) { if (isAnimating || n === current) return; if (n < 0 || n >= total) return; isAnimating = true; document.getElementById('estafa-phase-' + current).classList.remove('active'); document.querySelectorAll('#estafa-dots .dot')[current].classList.remove('active'); current = n; var next = document.getElementById('estafa-phase-' + current); next.classList.add('active'); document.querySelectorAll('#estafa-dots .dot')[current].classList.add('active'); wrap.style.height = next.scrollHeight + 'px'; var pct = total > 1 ? (current / (total - 1) * 100) : 100; document.getElementById('estafa-progress').style.width = pct + '%'; document.getElementById('estafa-hint').style.opacity = current === total - 1 ? '0' : '1'; setTimeout(function() { isAnimating = false; }, 500); } document.querySelectorAll('#estafa-dots .dot').forEach(function(dot) { dot.addEventListener('click', function() { goTo(parseInt(this.dataset.index)); }); }); embed.addEventListener('wheel', function(e) { var goingDown = e.deltaY > 0; var goingUp = e.deltaY < 0; var canAdvance = goingDown && current < total - 1; var canGoBack = goingUp && current > 0; if (canAdvance || canGoBack) { e.preventDefault(); e.stopPropagation(); clearTimeout(wheelTimer); wheelAccum += e.deltaY; wheelTimer = setTimeout(function() { wheelAccum = 0; }, 200); if (Math.abs(wheelAccum) > 60) { goTo(goingDown ? current + 1 : current - 1); wheelAccum = 0; } } }, { passive: false }); var touchStartY = 0; embed.addEventListener('touchstart', function(e) { touchStartY = e.touches[0].clientY; }, { passive: true }); embed.addEventListener('touchend', function(e) { var diff = touchStartY - e.changedTouches[0].clientY; var goingDown = diff > 0; if (Math.abs(diff) < 40) return; if (goingDown && current < total - 1) { e.preventDefault(); goTo(current + 1); } else if (!goingDown && current > 0) { e.preventDefault(); goTo(current - 1); } }, { passive: false }); embed.setAttribute('tabindex', '0'); embed.addEventListener('keydown', function(e) { if (e.key === 'ArrowDown' || e.key === 'ArrowRight') { e.preventDefault(); goTo(current + 1); } if (e.key === 'ArrowUp' || e.key === 'ArrowLeft') { e.preventDefault(); goTo(current - 1); } }); window.addEventListener('resize', setHeight); setHeight(); })(); "> #estafa-embed * { box-sizing: border-box; margin: 0; padding: 0; } #estafa-embed { font-family: 'Canva Sans', 'Inter', system-ui, sans-serif; background: #fff; color: #111; width: 100%; position: relative; overflow: hidden; user-select: none; } #estafa-embed .intro-label { text-align: center; padding: 18px 24px 4px; font-size: 13px; color: #555; letter-spacing: 0.01em; } #estafa-embed .progress-bar { position: absolute; top: 0; left: 0; height: 3px; background: #e05c5c; transition: width 0.35s ease; z-index: 10; width: 0%; } #estafa-embed .phase-dots { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); z-index: 10; display: flex; flex-direction: column; gap: 10px; } #estafa-embed .dot { width: 8px; height: 8px; border-radius: 50%; border: 1.5px solid rgba(0,0,0,0.25); background: transparent; cursor: pointer; transition: background 0.3s, border-color 0.3s; } #estafa-embed .dot.active { background: #e05c5c; border-color: #e05c5c; } #estafa-embed .phases-wrapper { position: relative; } #estafa-embed .phase { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 48px 52px 48px 44px; opacity: 0; transform: translateY(24px); transition: opacity 0.45s ease, transform 0.45s ease; pointer-events: none; } #estafa-embed .phase:first-child { position: relative; opacity: 0; } #estafa-embed .phase.active { opacity: 1; transform: translateY(0); pointer-events: all; } #estafa-embed .phase-inner { display: flex; align-items: center; gap: 52px; max-width: 960px; width: 100%; margin: 0 auto; } #estafa-embed .phase-inner.reverse { flex-direction: row-reverse; } #estafa-embed .phase-image { flex: 0 0 52%; aspect-ratio: 16/10; border-radius: 10px; overflow: hidden; border: 1px solid rgba(0,0,0,0.1); } #estafa-embed .phase-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; } #estafa-embed .phase-content { flex: 1; display: flex; flex-direction: column; gap: 14px; } #estafa-embed .phase-number { font-size: clamp(48px, 8vw, 72px); font-weight: 700; line-height: 1; color: rgba(0,0,0,0.04); position: absolute; top: -12px; left: -6px; pointer-events: none; user-select: none; } #estafa-embed .phase-title-wrap { position: relative; padding-top: 4px; } #estafa-embed .phase-title { font-size: clamp(17px, 2.2vw, 24px); font-weight: 600; color: #111; line-height: 1.25; } #estafa-embed .phase-desc { font-size: clamp(13px, 1.4vw, 15px); color: #555; line-height: 1.7; } #estafa-embed .phase-tag { display: inline-block; padding: 4px 12px; border-radius: 20px; font-size: 11px; font-weight: 500; width: fit-content; border: 1px solid rgba(224,92,92,0.4); color: #e05c5c; background: rgba(224,92,92,0.06); } #estafa-embed .hint { text-align: center; padding: 10px 0 18px; font-size: 12px; color: rgba(0,0,0,0.3); display: flex; align-items: center; justify-content: center; gap: 8px; transition: opacity 0.4s; } #estafa-embed .arrow-down { width: 10px; height: 10px; border-right: 1.5px solid rgba(0,0,0,0.3); border-bottom: 1.5px solid rgba(0,0,0,0.3); transform: rotate(45deg); animation: estafa-bounce 1.4s infinite; flex-shrink: 0; } @keyframes estafa-bounce { 0%, 100% { transform: rotate(45deg) translateY(0); } 50% { transform: rotate(45deg) translateY(3px); } } @media (max-width: 768px) { #estafa-embed .phase { padding: 32px 36px 32px 28px; } #estafa-embed .phase-inner, #estafa-embed .phase-inner.reverse { flex-direction: column; gap: 20px; } #estafa-embed .phase-image { flex: none; width: 100%; aspect-ratio: 16/9; } #estafa-embed .phase-dots { right: 10px; } } @media (max-width: 480px) { #estafa-embed .phase { padding: 24px 28px 24px 20px; } #estafa-embed .phase-inner, #estafa-embed .phase-inner.reverse { flex-direction: column; gap: 16px; } #estafa-embed .phase-image { aspect-ratio: 4/3; } #estafa-embed .phase-dots { right: 8px; gap: 8px; } #estafa-embed .dot { width: 7px; height: 7px; } } Haz scroll para ver cómo se lleva a cabo 01 Perfil verificado en Facebook Perfil de Facebook con tic azul suplantando al futbolista Lewis Miley. Cuenta verificada 02 Publicación de anuncios fraudulentos Desde el perfil verificado se publican anuncios que utilizan la imagen de distintas personas famosas para distintos países. Publicidad engañosa 03 Falsas entrevistas en medios Estos anuncios llevan a falsas entrevistas que suplantan medios de comunicación y promocionan plataformas de inversión no autorizadas. Medios suplantados 04 Robo de datos personales Dentro de estas supuestas plataformas, se pide al usuario que comparta sus datos personales. Captura de datos Desplázate para avanzar (function() { var current = 0; var total = 4; var isAnimating = false; var wrap = document.getElementById('estafa-phases'); var embed = document.getElementById('estafa-embed'); var wheelAccum = 0; var wheelTimer = null; function setHeight() { var active = document.getElementById('estafa-phase-' + current); wrap.style.height = active.scrollHeight + 'px'; } function goTo(n) { if (isAnimating || n === current) return; if (n < 0 || n >= total) return; isAnimating = true; document.getElementById('estafa-phase-' + current).classList.remove('active'); document.querySelectorAll('#estafa-dots .dot')[current].classList.remove('active'); current = n; var next = document.getElementById('estafa-phase-' + current); next.classList.add('active'); document.querySelectorAll('#estafa-dots .dot')[current].classList.add('active'); wrap.style.height = next.scrollHeight + 'px'; var pct = total > 1 ? (current / (total - 1) * 100) : 100; document.getElementById('estafa-progress').style.width = pct + '%'; document.getElementById('estafa-hint').style.opacity = current === total - 1 ? '0' : '1'; setTimeout(function() { isAnimating = false; }, 500); } document.querySelectorAll('#estafa-dots .dot').forEach(function(dot) { dot.addEventListener('click', function() { goTo(parseInt(this.dataset.index)); }); }); embed.addEventListener('wheel', function(e) { var goingDown = e.deltaY > 0; var goingUp = e.deltaY < 0; var canAdvance = goingDown && current < total - 1; var canGoBack = goingUp && current > 0; if (canAdvance || canGoBack) { e.preventDefault(); e.stopPropagation(); clearTimeout(wheelTimer); wheelAccum += e.deltaY; wheelTimer = setTimeout(function() { wheelAccum = 0; }, 200); if (Math.abs(wheelAccum) > 60) { goTo(goingDown ? current + 1 : current - 1); wheelAccum = 0; } } }, { passive: false }); var touchStartY = 0; embed.addEventListener('touchstart', function(e) { touchStartY = e.touches[0].clientY; }, { passive: true }); embed.addEventListener('touchend', function(e) { var diff = touchStartY - e.changedTouches[0].clientY; var goingDown = diff > 0; if (Math.abs(diff) < 40) return; if (goingDown && current < total - 1) { e.preventDefault(); goTo(current + 1); } else if (!goingDown && current > 0) { e.preventDefault(); goTo(current - 1); } }, { passive: false }); embed.setAttribute('tabindex', '0'); embed.addEventListener('keydown', function(e) { if (e.key === 'ArrowDown' || e.key === 'ArrowRight') { e.preventDefault(); goTo(current + 1); } if (e.key === 'ArrowUp' || e.key === 'ArrowLeft') { e.preventDefault(); goTo(current - 1); } }); window.addEventListener('resize', setHeight); setHeight(); })(); Estas cuentas publicaron anuncios dirigidos a al menos 33 países diferentes, por ejemplo, Chile o Malasia, o miembros de la UE como Portugal, Rumanía o Suecia, usando la imagen de más de 150 personas famosas en esos lugares (muchas de ellas fallecidas recientemente) y de distintos medios de comunicación nacionales. Normalmente, una misma cuenta comparte anuncios para varios países, mientras la información de transparencia de Meta indica que las páginas tienen administradores en países como Vietnam, Ucrania o Estonia.<img src="https://public.flourish.studio/visualisation/28224754/thumbnail" width="100%" alt="visualization" />"><img src="https://public.flourish.studio/visualisation/28224754/thumbnail" width="100%" alt="visualization" />A diferencia de otras cuentas que participan en este tipo de timos y que emplean nombres de personas o medios de comunicación inventados, estas cuentas verificadas utilizan el de personas o grupos reales. Mediante hackeos o suplantaciones, los timadores aumentan la credibilidad aprovechando cuentas con nombres auténticos acompañados de la marca de verificación. Según Meta, esta insignia sólo se puede obtener pagando una subscripción a ‘Meta Verified’ o bien mediante el antiguo proceso gratuito y más exclusivo reservado a personas, marcas o entidades destacadas. Además del tic azul, otros elementos que hacen que los anuncios de estas cuentas parezcan más legítimos son su alto número de seguidores (tienen un promedio de más de 57.000) y su antigüedad: el 88% fueron creadas hace más de un año.Cuentas que suplantan personas famosas y son verificadas por Meta‘Meta Verified’ es una suscripción de pago para Facebook en Instagram que, según Meta, “te ayuda a generar más confianza” y a “proteger tu marca”, o incluso te da “prioridad y mayor visibilidad en algunas superficies”. Dentro de todas las modalidades disponibles se incluye la insignia de verificación para “transmitir confianza” y un supuesto servicio de supervisión proactiva sobre las cuentas que pudieran estar haciéndose pasar por ti. Cuentas ‘Meta Verified’ con los nombres de los futbolistas Pedro Neto o Arthur Theate han publicado cientos de esos anuncios fraudulentos. Sin embargo, los representantes de ambos han confirmado a Fundación Maldita.es que estos perfiles son falsos y que ninguno de los dos jugadores tiene cuenta en Facebook.Otros nombres de personajes conocidos como los deportistas de élite Jobe Bellingham, Fabián Ruiz o Jacob Toppin, o el de la actriz Geraldine Viswanathan se encuentran entre los perfiles verificados detectados subiendo anuncios. Todos cuentan con características en común con los suplantados confirmados, como biografías de perfil similares.<img src="https://public.flourish.studio/visualisation/28242220/thumbnail" width="100%" alt="visualization" />"><img src="https://public.flourish.studio/visualisation/28242220/thumbnail" width="100%" alt="visualization" />La inacción de Meta ante el hackeo de cuentasEntre las cuentas verificadas analizadas, también hay casos de perfiles reales de personas e instituciones a los que han accedido personas no autorizadas. Una vez obtienen los permisos necesarios, utilizan estas cuentas con relevancia pública para difundir anuncios fraudulentos. Así se lo han explicado a Fundación Maldita.es personas de ámbitos como la música, la televisión o el tercer sector que han sufrido el hackeo de sus cuentas.Publicaciones de perfiles desde los que se han difundido anuncios fraudulentosUsuarios no autorizados con permisos para publicar anunciosRenitta Shannon, exdiputada de la Cámara de Representantes de Georgia (EEUU), ha visto cómo su perfil ha sido hackeado. Explica a Fundación Maldita.es que ha denunciado el incidente a Facebook en repetidas ocasiones “para demostrar que alguien se ha apoderado” de su cuenta y se está haciendo pasar por ella “publicando anuncios que suelen ir en contra de los valores” que defiende. Sin embargo, añade que “Facebook se ha negado a tomar medidas al respecto” y que no puede “publicar en su página ni cerrarla porque los estafadores se han apoderado de ella”.Anuncios publicados desde el perfil de Renitta ShannonUn diseño engañoso e ingresos para Meta por anuncios y suscripcionesA finales de 2025, la Comisión Europea impuso una multa de 120 millones de euros a X por incumplir obligaciones del Reglamento de Servicios Digitales. En concreto, por el diseño engañoso de la “marca de verificación azul”. La investigación concluyó que X no verifica de manera significativa quién está detrás de cada cuenta que obtiene este símbolo, también a través del pago de una suscripción. La misma práctica que en X expone a usuarios a estafas tiene lugar en Facebook e Instagram. Aquí, los sistemas de verificación tampoco están funcionando correctamente con cuentas que suplantando a famosos logran acceder a ‘Meta Verified’, a pesar de que uno de los requisitos es presentar un documento oficial con foto.Anuncios fraudulentos similares publicados en Meta y en XLa subscripción a ‘Meta Verified’ también asegura “acceso ininterrumpido a asistencia a cargo de sus agentes”, pero los testimonios de personas que han sufrido hackeos y cuyas cuentas están siendo utilizadas para difundir fraudes denuncian pasividad por parte de Meta a la hora de solucionar la situación. Mientras la reputación de estas personas se ve afectada, Meta genera ingresos por partida doble con estos timos. Por un lado, a través de los más de 67.000 anuncios publicados en tan sólo tres meses por estas 170 cuentas verificadas. Por otro, con las suscripciones a Meta Verified que pagan para obtener el tic azul, con planes que van desde el estándar por 13,99 euros al mes por perfil hasta el Max, de 349,99 euros.
21 minutes

In the first quarter of 2026, 170 profiles with a blue checkmark have published 67,000 fraudulent ads on Facebook and Instagram to promote unauthorized investment platforms where personal data or even an initial deposit is requested. Although these are accounts that Meta claims to have verified, in reality they have been stolen from their legitimate owners or are profiles impersonating athletes, politicians, or actors.The blue check that appears next to the name of a Facebook profile is supposed to indicate authenticity. It should help other users know that the person is who they claim to be and that Meta has verified this. However, in practice, this badge adds extra credibility and visibility to ads that promote scams. Meta makes money from advertising and from the subscription fee required to obtain the blue checkmark, but it does not adequately prevent impersonation and verifies profiles that do not belong to the people they claim to be.At the same time, Meta also lacks effective mechanisms to resolve cases where real accounts are hacked and used to run fraudulent ads. Although those affected repeatedly request help to recover their accounts, many never succeed. Their profiles are exploited to promote scams without being able to put an end to the situation.Verified profiles that publish fraudulent ads on Facebook and InstagramWe have detected 170 Facebook accounts with the blue verification badge that, in the first three months of 2026 and only in Europe, published more than 67,000 fraudulent ads according to data from Meta’s repository. Throughout their entire period of activity, these accounts have published more than 110,000 ads only in the continent. Although we have detected that they have also published ads outside Europe, Meta does not include it in its repository once they become inactive. Scroll to see how it works 01 Verified profile on Facebook A Facebook profile with a blue tick impersonating footballer Lewis Miley. Verified account 02 Fraudulent ads published From the verified profile, ads are published using the likeness of various celebrities targeting different countries. Deceptive advertising 03 Fake interviews in media outlets These ads lead to fake interviews impersonating news outlets, promoting unauthorised investment platforms. Spoofed media 04 Personal data harvested Inside these fake platforms, users are asked to submit their personal details. Data capture Scroll to advance (function() { var current = 0; var total = 4; var isAnimating = false; var wrap = document.getElementById('estafa-phases'); var embed = document.getElementById('estafa-embed'); var wheelAccum = 0; var wheelTimer = null; function setHeight() { var active = document.getElementById('estafa-phase-' + current); wrap.style.height = active.scrollHeight + 'px'; } function goTo(n) { if (isAnimating || n === current) return; if (n < 0 || n >= total) return; isAnimating = true; document.getElementById('estafa-phase-' + current).classList.remove('active'); document.querySelectorAll('#estafa-dots .dot')[current].classList.remove('active'); current = n; var next = document.getElementById('estafa-phase-' + current); next.classList.add('active'); document.querySelectorAll('#estafa-dots .dot')[current].classList.add('active'); wrap.style.height = next.scrollHeight + 'px'; var pct = total > 1 ? (current / (total - 1) * 100) : 100; document.getElementById('estafa-progress').style.width = pct + '%'; document.getElementById('estafa-hint').style.opacity = current === total - 1 ? '0' : '1'; setTimeout(function() { isAnimating = false; }, 500); } document.querySelectorAll('#estafa-dots .dot').forEach(function(dot) { dot.addEventListener('click', function() { goTo(parseInt(this.dataset.index)); }); }); embed.addEventListener('wheel', function(e) { var goingDown = e.deltaY > 0; var goingUp = e.deltaY < 0; var canAdvance = goingDown && current < total - 1; var canGoBack = goingUp && current > 0; if (canAdvance || canGoBack) { e.preventDefault(); e.stopPropagation(); clearTimeout(wheelTimer); wheelAccum += e.deltaY; wheelTimer = setTimeout(function() { wheelAccum = 0; }, 200); if (Math.abs(wheelAccum) > 60) { goTo(goingDown ? current + 1 : current - 1); wheelAccum = 0; } } }, { passive: false }); var touchStartY = 0; embed.addEventListener('touchstart', function(e) { touchStartY = e.touches[0].clientY; }, { passive: true }); embed.addEventListener('touchend', function(e) { var diff = touchStartY - e.changedTouches[0].clientY; var goingDown = diff > 0; if (Math.abs(diff) < 40) return; if (goingDown && current < total - 1) { e.preventDefault(); goTo(current + 1); } else if (!goingDown && current > 0) { e.preventDefault(); goTo(current - 1); } }, { passive: false }); embed.setAttribute('tabindex', '0'); embed.addEventListener('keydown', function(e) { if (e.key === 'ArrowDown' || e.key === 'ArrowRight') { e.preventDefault(); goTo(current + 1); } if (e.key === 'ArrowUp' || e.key === 'ArrowLeft') { e.preventDefault(); goTo(current - 1); } }); window.addEventListener('resize', setHeight); setHeight(); })(); "> #estafa-embed * { box-sizing: border-box; margin: 0; padding: 0; } #estafa-embed { font-family: 'Canva Sans', 'Inter', system-ui, sans-serif; background: #fff; color: #111; width: 100%; position: relative; overflow: hidden; user-select: none; } #estafa-embed .intro-label { text-align: center; padding: 18px 24px 4px; font-size: 13px; color: #555; letter-spacing: 0.01em; } #estafa-embed .progress-bar { position: absolute; top: 0; left: 0; height: 3px; background: #e05c5c; transition: width 0.35s ease; z-index: 10; width: 0%; } #estafa-embed .phase-dots { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); z-index: 10; display: flex; flex-direction: column; gap: 10px; } #estafa-embed .dot { width: 8px; height: 8px; border-radius: 50%; border: 1.5px solid rgba(0,0,0,0.25); background: transparent; cursor: pointer; transition: background 0.3s, border-color 0.3s; } #estafa-embed .dot.active { background: #e05c5c; border-color: #e05c5c; } #estafa-embed .phases-wrapper { position: relative; } #estafa-embed .phase { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 48px 52px 48px 44px; opacity: 0; transform: translateY(24px); transition: opacity 0.45s ease, transform 0.45s ease; pointer-events: none; } #estafa-embed .phase:first-child { position: relative; opacity: 0; } #estafa-embed .phase.active { opacity: 1; transform: translateY(0); pointer-events: all; } #estafa-embed .phase-inner { display: flex; align-items: center; gap: 52px; max-width: 960px; width: 100%; margin: 0 auto; } #estafa-embed .phase-inner.reverse { flex-direction: row-reverse; } #estafa-embed .phase-image { flex: 0 0 52%; aspect-ratio: 16/10; border-radius: 10px; overflow: hidden; border: 1px solid rgba(0,0,0,0.1); } #estafa-embed .phase-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; } #estafa-embed .phase-content { flex: 1; display: flex; flex-direction: column; gap: 14px; } #estafa-embed .phase-number { font-size: clamp(48px, 8vw, 72px); font-weight: 700; line-height: 1; color: rgba(0,0,0,0.04); position: absolute; top: -12px; left: -6px; pointer-events: none; user-select: none; } #estafa-embed .phase-title-wrap { position: relative; padding-top: 4px; } #estafa-embed .phase-title { font-size: clamp(17px, 2.2vw, 24px); font-weight: 600; color: #111; line-height: 1.25; } #estafa-embed .phase-desc { font-size: clamp(13px, 1.4vw, 15px); color: #555; line-height: 1.7; } #estafa-embed .phase-tag { display: inline-block; padding: 4px 12px; border-radius: 20px; font-size: 11px; font-weight: 500; width: fit-content; border: 1px solid rgba(224,92,92,0.4); color: #e05c5c; background: rgba(224,92,92,0.06); } #estafa-embed .hint { text-align: center; padding: 10px 0 18px; font-size: 12px; color: rgba(0,0,0,0.3); display: flex; align-items: center; justify-content: center; gap: 8px; transition: opacity 0.4s; } #estafa-embed .arrow-down { width: 10px; height: 10px; border-right: 1.5px solid rgba(0,0,0,0.3); border-bottom: 1.5px solid rgba(0,0,0,0.3); transform: rotate(45deg); animation: estafa-bounce 1.4s infinite; flex-shrink: 0; } @keyframes estafa-bounce { 0%, 100% { transform: rotate(45deg) translateY(0); } 50% { transform: rotate(45deg) translateY(3px); } } @media (max-width: 768px) { #estafa-embed .phase { padding: 32px 36px 32px 28px; } #estafa-embed .phase-inner, #estafa-embed .phase-inner.reverse { flex-direction: column; gap: 20px; } #estafa-embed .phase-image { flex: none; width: 100%; aspect-ratio: 16/9; } #estafa-embed .phase-dots { right: 10px; } } @media (max-width: 480px) { #estafa-embed .phase { padding: 24px 28px 24px 20px; } #estafa-embed .phase-inner, #estafa-embed .phase-inner.reverse { flex-direction: column; gap: 16px; } #estafa-embed .phase-image { aspect-ratio: 4/3; } #estafa-embed .phase-dots { right: 8px; gap: 8px; } #estafa-embed .dot { width: 7px; height: 7px; } } Scroll to see how it works 01 Verified profile on Facebook A Facebook profile with a blue tick impersonating footballer Lewis Miley. Verified account 02 Fraudulent ads published From the verified profile, ads are published using the likeness of various celebrities targeting different countries. Deceptive advertising 03 Fake interviews in media outlets These ads lead to fake interviews impersonating news outlets, promoting unauthorised investment platforms. Spoofed media 04 Personal data harvested Inside these fake platforms, users are asked to submit their personal details. Data capture Scroll to advance (function() { var current = 0; var total = 4; var isAnimating = false; var wrap = document.getElementById('estafa-phases'); var embed = document.getElementById('estafa-embed'); var wheelAccum = 0; var wheelTimer = null; function setHeight() { var active = document.getElementById('estafa-phase-' + current); wrap.style.height = active.scrollHeight + 'px'; } function goTo(n) { if (isAnimating || n === current) return; if (n < 0 || n >= total) return; isAnimating = true; document.getElementById('estafa-phase-' + current).classList.remove('active'); document.querySelectorAll('#estafa-dots .dot')[current].classList.remove('active'); current = n; var next = document.getElementById('estafa-phase-' + current); next.classList.add('active'); document.querySelectorAll('#estafa-dots .dot')[current].classList.add('active'); wrap.style.height = next.scrollHeight + 'px'; var pct = total > 1 ? (current / (total - 1) * 100) : 100; document.getElementById('estafa-progress').style.width = pct + '%'; document.getElementById('estafa-hint').style.opacity = current === total - 1 ? '0' : '1'; setTimeout(function() { isAnimating = false; }, 500); } document.querySelectorAll('#estafa-dots .dot').forEach(function(dot) { dot.addEventListener('click', function() { goTo(parseInt(this.dataset.index)); }); }); embed.addEventListener('wheel', function(e) { var goingDown = e.deltaY > 0; var goingUp = e.deltaY < 0; var canAdvance = goingDown && current < total - 1; var canGoBack = goingUp && current > 0; if (canAdvance || canGoBack) { e.preventDefault(); e.stopPropagation(); clearTimeout(wheelTimer); wheelAccum += e.deltaY; wheelTimer = setTimeout(function() { wheelAccum = 0; }, 200); if (Math.abs(wheelAccum) > 60) { goTo(goingDown ? current + 1 : current - 1); wheelAccum = 0; } } }, { passive: false }); var touchStartY = 0; embed.addEventListener('touchstart', function(e) { touchStartY = e.touches[0].clientY; }, { passive: true }); embed.addEventListener('touchend', function(e) { var diff = touchStartY - e.changedTouches[0].clientY; var goingDown = diff > 0; if (Math.abs(diff) < 40) return; if (goingDown && current < total - 1) { e.preventDefault(); goTo(current + 1); } else if (!goingDown && current > 0) { e.preventDefault(); goTo(current - 1); } }, { passive: false }); embed.setAttribute('tabindex', '0'); embed.addEventListener('keydown', function(e) { if (e.key === 'ArrowDown' || e.key === 'ArrowRight') { e.preventDefault(); goTo(current + 1); } if (e.key === 'ArrowUp' || e.key === 'ArrowLeft') { e.preventDefault(); goTo(current - 1); } }); window.addEventListener('resize', setHeight); setHeight(); })(); These accounts published ads targeting at least 33 different countries, for example Chile or Malaysia, or EU member states such as Portugal, Romania, or Sweden, using the image of more than 150 famous people in those places (many of them recently deceased) and of various national media outlets. Normally, the same account shares ads for several countries, while Meta’s transparency information indicates that the pages have administrators in countries such as Vietnam, Ukraine, or Estonia.<img src="https://public.flourish.studio/visualisation/28328978/thumbnail" width="100%" alt="visualization" />"><img src="https://public.flourish.studio/visualisation/28328978/thumbnail" width="100%" alt="visualization" />Unlike other accounts involved in this type of scam that use invented names of people or media outlets, these verified accounts use the names of real people or groups. Through hacking or impersonation, scammers increase credibility by taking advantage of accounts with authentic names accompanied by the verification badge. According to Meta, this checkmark can only be obtained by paying for a subscription to ‘Meta Verified’ or through the former free and more exclusive process reserved for outstanding individuals, brands, or entities.In addition to the blue checkmark, other elements that make the ads from these accounts appear more legitimate are their high number of followers (they have an average of more than 57,000) and their creation date: 88% were created over a year ago.Accounts that impersonate famous people and are verified by Meta‘Meta Verified’ is a paid subscription for Facebook and Instagram which, according to Meta, “helps you build more trust” and “protect your brand”, and even gives you "prioritization and greater visibility in some areas”. All the available options include the verification badge to “convey trust” and a supposed proactive monitoring service for accounts that might be impersonating you.‘Meta Verified’ accounts using the names of footballers Pedro Neto or Arthur Theate have published hundreds of these fraudulent ads. However, representatives of both have confirmed to Fundación Maldita.es that these profiles are fake and that neither of the two players has a Facebook account.Other well-known figures such as elite athletes Jobe Bellingham, Fabián Ruiz or Jacob Toppin, or actress Geraldine Viswanathan are among the verified profiles detected publishing ads. All share common characteristics with confirmed impersonated accounts, such as similar profile biographies.<img src="https://public.flourish.studio/visualisation/28242220/thumbnail" width="100%" alt="visualization" />"><img src="https://public.flourish.studio/visualisation/28242220/thumbnail" width="100%" alt="visualization" />Meta’s inaction regarding account hackingAmong the verified accounts analyzed, there are also cases of real profiles belonging to individuals and institutions that have been accessed by unauthorized people. Once they obtain the necessary permissions, they use these accounts with public relevance to spread fraudulent ads. This has been explained to Fundación Maldita.es by people from fields such as music, television, and the third sector who have suffered account hacking.Posts by profiles used to publish fraudulent adsUnauthorized users with permission to publish adsRenitta Shannon, former member of the Georgia House of Representatives (USA), has seen her profile hacked. She explains to Fundación Maldita.es that she has repeatedly reported the incident to Facebook “to prove that someone has taken over” her account and is impersonating her “by posting ads that usually go against the values” she defends. However, she adds that “Facebook has refused to do anything about this” and that she cannot “post or shut down the page because the scammers have taken over.”Ads published from Renitta Shannon’s profileA deceptive design and revenue for Meta from ads and subscriptionsAt the end of 2025, the European Commission imposed a €120 million fine on X for failing to comply with obligations under the Digital Services Act. Specifically, for the deceptive design of the “blue verification badge.” The investigation concluded that X does not meaningfully verify who is behind each account that obtains this checkmark, also through a paid subscription.The same practice seen on X, which exposes users to scams, also takes place on Facebook and Instagram. Here, verification systems are also not working properly with accounts that, while impersonating celebrities, manage to access ‘Meta Verified’, even though one of the requirements is to submit an official photo ID.Similar fraudulent ads published on Meta and XThe ‘Meta Verified’ subscription also claims to provide “uninterrupted access to support from its agents”, but testimonies from people who have suffered hacks and whose accounts are being used to spread frauds report passivity from Meta in resolving the situation.While these individuals’ reputations are affected, Meta generates revenue twice from these scams. On one hand, through the more than 67,000 ads published in just three months by these 170 verified accounts. On the other, through Meta Verified subscriptions paid to obtain the blue checkmark, with plans ranging from the standard €13.99 per month per profile to the Max plan at €349.99.

In the first quarter of 2026, 170 profiles with a blue checkmark have published 67,000 fraudulent ads on Facebook and Instagram to promote unauthorized investment platforms where personal data or even an initial deposit is requested. Although these are accounts that Meta claims to have verified, in reality they have been stolen from their legitimate owners or are profiles impersonating athletes, politicians, or actors.The blue check that appears next to the name of a Facebook profile is supposed to indicate authenticity. It should help other users know that the person is who they claim to be and that Meta has verified this. However, in practice, this badge adds extra credibility and visibility to ads that promote scams. Meta makes money from advertising and from the subscription fee required to obtain the blue checkmark, but it does not adequately prevent impersonation and verifies profiles that do not belong to the people they claim to be.At the same time, Meta also lacks effective mechanisms to resolve cases where real accounts are hacked and used to run fraudulent ads. Although those affected repeatedly request help to recover their accounts, many never succeed. Their profiles are exploited to promote scams without being able to put an end to the situation.Verified profiles that publish fraudulent ads on Facebook and InstagramWe have detected 170 Facebook accounts with the blue verification badge that, in the first three months of 2026 and only in Europe, published more than 67,000 fraudulent ads according to data from Meta’s repository. Throughout their entire period of activity, these accounts have published more than 110,000 ads only in the continent. Although we have detected that they have also published ads outside Europe, Meta does not include it in its repository once they become inactive. Scroll to see how it works 01 Verified profile on Facebook A Facebook profile with a blue tick impersonating footballer Lewis Miley. Verified account 02 Fraudulent ads published From the verified profile, ads are published using the likeness of various celebrities targeting different countries. Deceptive advertising 03 Fake interviews in media outlets These ads lead to fake interviews impersonating news outlets, promoting unauthorised investment platforms. Spoofed media 04 Personal data harvested Inside these fake platforms, users are asked to submit their personal details. Data capture Scroll to advance (function() { var current = 0; var total = 4; var isAnimating = false; var wrap = document.getElementById('estafa-phases'); var embed = document.getElementById('estafa-embed'); var wheelAccum = 0; var wheelTimer = null; function setHeight() { var active = document.getElementById('estafa-phase-' + current); wrap.style.height = active.scrollHeight + 'px'; } function goTo(n) { if (isAnimating || n === current) return; if (n < 0 || n >= total) return; isAnimating = true; document.getElementById('estafa-phase-' + current).classList.remove('active'); document.querySelectorAll('#estafa-dots .dot')[current].classList.remove('active'); current = n; var next = document.getElementById('estafa-phase-' + current); next.classList.add('active'); document.querySelectorAll('#estafa-dots .dot')[current].classList.add('active'); wrap.style.height = next.scrollHeight + 'px'; var pct = total > 1 ? (current / (total - 1) * 100) : 100; document.getElementById('estafa-progress').style.width = pct + '%'; document.getElementById('estafa-hint').style.opacity = current === total - 1 ? '0' : '1'; setTimeout(function() { isAnimating = false; }, 500); } document.querySelectorAll('#estafa-dots .dot').forEach(function(dot) { dot.addEventListener('click', function() { goTo(parseInt(this.dataset.index)); }); }); embed.addEventListener('wheel', function(e) { var goingDown = e.deltaY > 0; var goingUp = e.deltaY < 0; var canAdvance = goingDown && current < total - 1; var canGoBack = goingUp && current > 0; if (canAdvance || canGoBack) { e.preventDefault(); e.stopPropagation(); clearTimeout(wheelTimer); wheelAccum += e.deltaY; wheelTimer = setTimeout(function() { wheelAccum = 0; }, 200); if (Math.abs(wheelAccum) > 60) { goTo(goingDown ? current + 1 : current - 1); wheelAccum = 0; } } }, { passive: false }); var touchStartY = 0; embed.addEventListener('touchstart', function(e) { touchStartY = e.touches[0].clientY; }, { passive: true }); embed.addEventListener('touchend', function(e) { var diff = touchStartY - e.changedTouches[0].clientY; var goingDown = diff > 0; if (Math.abs(diff) < 40) return; if (goingDown && current < total - 1) { e.preventDefault(); goTo(current + 1); } else if (!goingDown && current > 0) { e.preventDefault(); goTo(current - 1); } }, { passive: false }); embed.setAttribute('tabindex', '0'); embed.addEventListener('keydown', function(e) { if (e.key === 'ArrowDown' || e.key === 'ArrowRight') { e.preventDefault(); goTo(current + 1); } if (e.key === 'ArrowUp' || e.key === 'ArrowLeft') { e.preventDefault(); goTo(current - 1); } }); window.addEventListener('resize', setHeight); setHeight(); })(); "> #estafa-embed * { box-sizing: border-box; margin: 0; padding: 0; } #estafa-embed { font-family: 'Canva Sans', 'Inter', system-ui, sans-serif; background: #fff; color: #111; width: 100%; position: relative; overflow: hidden; user-select: none; } #estafa-embed .intro-label { text-align: center; padding: 18px 24px 4px; font-size: 13px; color: #555; letter-spacing: 0.01em; } #estafa-embed .progress-bar { position: absolute; top: 0; left: 0; height: 3px; background: #e05c5c; transition: width 0.35s ease; z-index: 10; width: 0%; } #estafa-embed .phase-dots { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); z-index: 10; display: flex; flex-direction: column; gap: 10px; } #estafa-embed .dot { width: 8px; height: 8px; border-radius: 50%; border: 1.5px solid rgba(0,0,0,0.25); background: transparent; cursor: pointer; transition: background 0.3s, border-color 0.3s; } #estafa-embed .dot.active { background: #e05c5c; border-color: #e05c5c; } #estafa-embed .phases-wrapper { position: relative; } #estafa-embed .phase { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 48px 52px 48px 44px; opacity: 0; transform: translateY(24px); transition: opacity 0.45s ease, transform 0.45s ease; pointer-events: none; } #estafa-embed .phase:first-child { position: relative; opacity: 0; } #estafa-embed .phase.active { opacity: 1; transform: translateY(0); pointer-events: all; } #estafa-embed .phase-inner { display: flex; align-items: center; gap: 52px; max-width: 960px; width: 100%; margin: 0 auto; } #estafa-embed .phase-inner.reverse { flex-direction: row-reverse; } #estafa-embed .phase-image { flex: 0 0 52%; aspect-ratio: 16/10; border-radius: 10px; overflow: hidden; border: 1px solid rgba(0,0,0,0.1); } #estafa-embed .phase-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; } #estafa-embed .phase-content { flex: 1; display: flex; flex-direction: column; gap: 14px; } #estafa-embed .phase-number { font-size: clamp(48px, 8vw, 72px); font-weight: 700; line-height: 1; color: rgba(0,0,0,0.04); position: absolute; top: -12px; left: -6px; pointer-events: none; user-select: none; } #estafa-embed .phase-title-wrap { position: relative; padding-top: 4px; } #estafa-embed .phase-title { font-size: clamp(17px, 2.2vw, 24px); font-weight: 600; color: #111; line-height: 1.25; } #estafa-embed .phase-desc { font-size: clamp(13px, 1.4vw, 15px); color: #555; line-height: 1.7; } #estafa-embed .phase-tag { display: inline-block; padding: 4px 12px; border-radius: 20px; font-size: 11px; font-weight: 500; width: fit-content; border: 1px solid rgba(224,92,92,0.4); color: #e05c5c; background: rgba(224,92,92,0.06); } #estafa-embed .hint { text-align: center; padding: 10px 0 18px; font-size: 12px; color: rgba(0,0,0,0.3); display: flex; align-items: center; justify-content: center; gap: 8px; transition: opacity 0.4s; } #estafa-embed .arrow-down { width: 10px; height: 10px; border-right: 1.5px solid rgba(0,0,0,0.3); border-bottom: 1.5px solid rgba(0,0,0,0.3); transform: rotate(45deg); animation: estafa-bounce 1.4s infinite; flex-shrink: 0; } @keyframes estafa-bounce { 0%, 100% { transform: rotate(45deg) translateY(0); } 50% { transform: rotate(45deg) translateY(3px); } } @media (max-width: 768px) { #estafa-embed .phase { padding: 32px 36px 32px 28px; } #estafa-embed .phase-inner, #estafa-embed .phase-inner.reverse { flex-direction: column; gap: 20px; } #estafa-embed .phase-image { flex: none; width: 100%; aspect-ratio: 16/9; } #estafa-embed .phase-dots { right: 10px; } } @media (max-width: 480px) { #estafa-embed .phase { padding: 24px 28px 24px 20px; } #estafa-embed .phase-inner, #estafa-embed .phase-inner.reverse { flex-direction: column; gap: 16px; } #estafa-embed .phase-image { aspect-ratio: 4/3; } #estafa-embed .phase-dots { right: 8px; gap: 8px; } #estafa-embed .dot { width: 7px; height: 7px; } } Scroll to see how it works 01 Verified profile on Facebook A Facebook profile with a blue tick impersonating footballer Lewis Miley. Verified account 02 Fraudulent ads published From the verified profile, ads are published using the likeness of various celebrities targeting different countries. Deceptive advertising 03 Fake interviews in media outlets These ads lead to fake interviews impersonating news outlets, promoting unauthorised investment platforms. Spoofed media 04 Personal data harvested Inside these fake platforms, users are asked to submit their personal details. Data capture Scroll to advance (function() { var current = 0; var total = 4; var isAnimating = false; var wrap = document.getElementById('estafa-phases'); var embed = document.getElementById('estafa-embed'); var wheelAccum = 0; var wheelTimer = null; function setHeight() { var active = document.getElementById('estafa-phase-' + current); wrap.style.height = active.scrollHeight + 'px'; } function goTo(n) { if (isAnimating || n === current) return; if (n < 0 || n >= total) return; isAnimating = true; document.getElementById('estafa-phase-' + current).classList.remove('active'); document.querySelectorAll('#estafa-dots .dot')[current].classList.remove('active'); current = n; var next = document.getElementById('estafa-phase-' + current); next.classList.add('active'); document.querySelectorAll('#estafa-dots .dot')[current].classList.add('active'); wrap.style.height = next.scrollHeight + 'px'; var pct = total > 1 ? (current / (total - 1) * 100) : 100; document.getElementById('estafa-progress').style.width = pct + '%'; document.getElementById('estafa-hint').style.opacity = current === total - 1 ? '0' : '1'; setTimeout(function() { isAnimating = false; }, 500); } document.querySelectorAll('#estafa-dots .dot').forEach(function(dot) { dot.addEventListener('click', function() { goTo(parseInt(this.dataset.index)); }); }); embed.addEventListener('wheel', function(e) { var goingDown = e.deltaY > 0; var goingUp = e.deltaY < 0; var canAdvance = goingDown && current < total - 1; var canGoBack = goingUp && current > 0; if (canAdvance || canGoBack) { e.preventDefault(); e.stopPropagation(); clearTimeout(wheelTimer); wheelAccum += e.deltaY; wheelTimer = setTimeout(function() { wheelAccum = 0; }, 200); if (Math.abs(wheelAccum) > 60) { goTo(goingDown ? current + 1 : current - 1); wheelAccum = 0; } } }, { passive: false }); var touchStartY = 0; embed.addEventListener('touchstart', function(e) { touchStartY = e.touches[0].clientY; }, { passive: true }); embed.addEventListener('touchend', function(e) { var diff = touchStartY - e.changedTouches[0].clientY; var goingDown = diff > 0; if (Math.abs(diff) < 40) return; if (goingDown && current < total - 1) { e.preventDefault(); goTo(current + 1); } else if (!goingDown && current > 0) { e.preventDefault(); goTo(current - 1); } }, { passive: false }); embed.setAttribute('tabindex', '0'); embed.addEventListener('keydown', function(e) { if (e.key === 'ArrowDown' || e.key === 'ArrowRight') { e.preventDefault(); goTo(current + 1); } if (e.key === 'ArrowUp' || e.key === 'ArrowLeft') { e.preventDefault(); goTo(current - 1); } }); window.addEventListener('resize', setHeight); setHeight(); })(); These accounts published ads targeting at least 33 different countries, for example Chile or Malaysia, or EU member states such as Portugal, Romania, or Sweden, using the image of more than 150 famous people in those places (many of them recently deceased) and of various national media outlets. Normally, the same account shares ads for several countries, while Meta’s transparency information indicates that the pages have administrators in countries such as Vietnam, Ukraine, or Estonia.<img src="https://public.flourish.studio/visualisation/28328978/thumbnail" width="100%" alt="visualization" />"><img src="https://public.flourish.studio/visualisation/28328978/thumbnail" width="100%" alt="visualization" />Unlike other accounts involved in this type of scam that use invented names of people or media outlets, these verified accounts use the names of real people or groups. Through hacking or impersonation, scammers increase credibility by taking advantage of accounts with authentic names accompanied by the verification badge. According to Meta, this checkmark can only be obtained by paying for a subscription to ‘Meta Verified’ or through the former free and more exclusive process reserved for outstanding individuals, brands, or entities.In addition to the blue checkmark, other elements that make the ads from these accounts appear more legitimate are their high number of followers (they have an average of more than 57,000) and their creation date: 88% were created over a year ago.Accounts that impersonate famous people and are verified by Meta‘Meta Verified’ is a paid subscription for Facebook and Instagram which, according to Meta, “helps you build more trust” and “protect your brand”, and even gives you "prioritization and greater visibility in some areas”. All the available options include the verification badge to “convey trust” and a supposed proactive monitoring service for accounts that might be impersonating you.‘Meta Verified’ accounts using the names of footballers Pedro Neto or Arthur Theate have published hundreds of these fraudulent ads. However, representatives of both have confirmed to Fundación Maldita.es that these profiles are fake and that neither of the two players has a Facebook account.Other well-known figures such as elite athletes Jobe Bellingham, Fabián Ruiz or Jacob Toppin, or actress Geraldine Viswanathan are among the verified profiles detected publishing ads. All share common characteristics with confirmed impersonated accounts, such as similar profile biographies.<img src="https://public.flourish.studio/visualisation/28242220/thumbnail" width="100%" alt="visualization" />"><img src="https://public.flourish.studio/visualisation/28242220/thumbnail" width="100%" alt="visualization" />Meta’s inaction regarding account hackingAmong the verified accounts analyzed, there are also cases of real profiles belonging to individuals and institutions that have been accessed by unauthorized people. Once they obtain the necessary permissions, they use these accounts with public relevance to spread fraudulent ads. This has been explained to Fundación Maldita.es by people from fields such as music, television, and the third sector who have suffered account hacking.Posts by profiles used to publish fraudulent adsUnauthorized users with permission to publish adsRenitta Shannon, former member of the Georgia House of Representatives (USA), has seen her profile hacked. She explains to Fundación Maldita.es that she has repeatedly reported the incident to Facebook “to prove that someone has taken over” her account and is impersonating her “by posting ads that usually go against the values” she defends. However, she adds that “Facebook has refused to do anything about this” and that she cannot “post or shut down the page because the scammers have taken over.”Ads published from Renitta Shannon’s profileA deceptive design and revenue for Meta from ads and subscriptionsAt the end of 2025, the European Commission imposed a €120 million fine on X for failing to comply with obligations under the Digital Services Act. Specifically, for the deceptive design of the “blue verification badge.” The investigation concluded that X does not meaningfully verify who is behind each account that obtains this checkmark, also through a paid subscription.The same practice seen on X, which exposes users to scams, also takes place on Facebook and Instagram. Here, verification systems are also not working properly with accounts that, while impersonating celebrities, manage to access ‘Meta Verified’, even though one of the requirements is to submit an official photo ID.Similar fraudulent ads published on Meta and XThe ‘Meta Verified’ subscription also claims to provide “uninterrupted access to support from its agents”, but testimonies from people who have suffered hacks and whose accounts are being used to spread frauds report passivity from Meta in resolving the situation.While these individuals’ reputations are affected, Meta generates revenue twice from these scams. On one hand, through the more than 67,000 ads published in just three months by these 170 verified accounts. On the other, through Meta Verified subscriptions paid to obtain the blue checkmark, with plans ranging from the standard €13.99 per month per profile to the Max plan at €349.99.
21 minutes
Президент США Дональд Трамп назвал договоренность с Ираном о двухнедельном прекращении огня «важным днем для мира во всем мире». Об этом он написал в соцсети Truth Social.
Президент США Дональд Трамп назвал договоренность с Ираном о двухнедельном прекращении огня «важным днем для мира во всем мире». Об этом он написал в соцсети Truth Social.
23 minutes
АҚШ пен Иран Пәкістанның араағайындығымен атысты екі аптаға тоқтатуға келісті. Бұл бітім соғыстың ушығуын тежеп, тараптарға бейбітшілік жөнінде келісім жасауға қосымша уақыт беріп отыр.
АҚШ пен Иран Пәкістанның араағайындығымен атысты екі аптаға тоқтатуға келісті. Бұл бітім соғыстың ушығуын тежеп, тараптарға бейбітшілік жөнінде келісім жасауға қосымша уақыт беріп отыр.
24 minutes
Эрон ва Амрико бар сари оташбаси дуҳафтаӣ дар ҷанг ва бозкушоии тангаи Ҳурмуз созиш карданд.
Эрон ва Амрико бар сари оташбаси дуҳафтаӣ дар ҷанг ва бозкушоии тангаи Ҳурмуз созиш карданд.
25 minutes
Beyləqan rayonunun İkinci Şahsevən kənd sakini, 15 kiloqram narkotik ittihamı ilə tutulan İlkin Cəfərov ilyarıma yaxın həbsdə saxlanılandan sonra bugünlərdə bəraət alaraq azadlığa buraxılıb.
Beyləqan rayonunun İkinci Şahsevən kənd sakini, 15 kiloqram narkotik ittihamı ilə tutulan İlkin Cəfərov ilyarıma yaxın həbsdə saxlanılandan sonra bugünlərdə bəraət alaraq azadlığa buraxılıb.
25 minutes
Հորմուզի նեղուցով պատերազմից առաջ անցնում էր աշխարհում սպառվող նավթի և նավթամթերքի մոտ 20 տոկոսը։
Հորմուզի նեղուցով պատերազմից առաջ անցնում էր աշխարհում սպառվող նավթի և նավթամթերքի մոտ 20 տոկոսը։
28 minutes
Вночі сили РФ атакували Україну 176 БпЛА. Станом на 08:00 протиповітряна оборона знешкодила 146 російських дронів на півночі, півдні та сході країни
Вночі сили РФ атакували Україну 176 БпЛА. Станом на 08:00 протиповітряна оборона знешкодила 146 російських дронів на півночі, півдні та сході країни
34 minutes
Su etenak iraungo duen bitartean, Ormuzko itsasartea irekitzeko konpromisoa hartu du Iranek.
Su etenak iraungo duen bitartean, Ormuzko itsasartea irekitzeko konpromisoa hartu du Iranek.
37 minutes

புதிய ஜனநாயகம் - ஏப்ரல் 2026 இதழின் அச்சுப் பிரதியைப் பெற 94446 32561 என்ற தொலைபேசி எண்ணைத் தொடர்பு கொள்ளவும்! விலை - அச்சு இதழ் : ரூ 30 + தபால் செலவு

புதிய ஜனநாயகம் - ஏப்ரல் 2026 இதழின் அச்சுப் பிரதியைப் பெற 94446 32561 என்ற தொலைபேசி எண்ணைத் தொடர்பு கொள்ளவும்! விலை - அச்சு இதழ் : ரூ 30 + தபால் செலவு
42 minutes
Президент Садыр Жапаров Кыргызстан менен Египеттин өкмөттөрүнүн дипломаттык, кызматтык жана атайын паспорт ээлери үчүн визалык талаптарды өз ара жокко чыгаруу макулдашуусун ратификациялаган мыйзам долбооруна кол койду. Маалымат президенттин сайтына 7-апрелде жарыяланды. Кыргызстандын Министрлер кабинети менен Египеттин өкмөтү 2025-жылдын 4-ноябрында Каир шаарында дипломаттык, кызматтык жана атайын паспорту бар жарандар үчүн визалык талаптарды өз ара жокко чыгаруу келишимине...
42 minutes
Президент Садыр Жапаров Кыргызстан менен Египеттин өкмөттөрүнүн дипломаттык, кызматтык жана атайын паспорт ээлери үчүн визалык талаптарды өз ара жокко чыгаруу макулдашуусун ратификациялаган мыйзам долбооруна кол койду. Маалымат президенттин сайтына 7-апрелде жарыяланды. Кыргызстандын Министрлер кабинети менен Египеттин өкмөтү 2025-жылдын 4-ноябрында Каир шаарында дипломаттык, кызматтык жана атайын паспорту бар жарандар үчүн визалык талаптарды өз ара жокко чыгаруу келишимине...
43 minutes
2022-жылы Украинанын Херсон облусундагы балдар үйүнөн күчтөп чыгарылган төрт балага Орусиянын мамлекеттик "усыновите.рф" порталы аркылуу "үй-бүлө" изделип жатканы "Настоящее Время" жана The Reckoning Project долбоорлорунун иликтөөсүндө аныкталды. Бул балдардын анкеталары 2026-жылдын мартына чейин активдүү болуп турган. Порталда жарыяланган анкетада балдар Херсондон же украиндер экени ачык жазылган эмес. Балдардын жүзү жана жеке маалыматтары коопсуздук максатында жашырылган, бирок алардын...
2022-жылы Украинанын Херсон облусундагы балдар үйүнөн күчтөп чыгарылган төрт балага Орусиянын мамлекеттик "усыновите.рф" порталы аркылуу "үй-бүлө" изделип жатканы "Настоящее Время" жана The Reckoning Project долбоорлорунун иликтөөсүндө аныкталды. Бул балдардын анкеталары 2026-жылдын мартына чейин активдүү болуп турган. Порталда жарыяланган анкетада балдар Херсондон же украиндер экени ачык жазылган эмес. Балдардын жүзү жана жеке маалыматтары коопсуздук максатында жашырылган, бирок алардын...
43 minutes
Nchi ya Rwanda inaendelea na kumbukizi ya miaka 32 ya mauaji ya Kimbari ya mwaka 1994, ambapo watu zaidi ya laki 8 waliuawa wengi wao wakiwa ni Watusi.
Nchi ya Rwanda inaendelea na kumbukizi ya miaka 32 ya mauaji ya Kimbari ya mwaka 1994, ambapo watu zaidi ya laki 8 waliuawa wengi wao wakiwa ni Watusi.
45 minutes
Жогорку Кеңештин төрагасы Марлен Маматалиев баш болгон депутаттар "Учкун" басмаканасына барып, соңку кезде талкуу жаратып жаткан паспорт, айдоочулук күбөлүк чыгаруу иштери менен таанышты. Спикер Кыргызстан чыгарып жаткан документтер боюнча тийиштүү мекемелер маалымат бергенин 8-апрелдеги жыйында билдирди. "Өзүм дагы ошол жерден жыйын өткөрүп, тийиштүү мекемелер "Унаа", Тышкы иштер министрлигинин өкүлдөрү маалымат беришти. Айдоочулук күбөлүктүн үлгүсү башка өлкөлөргө өз убагында алдын...
Жогорку Кеңештин төрагасы Марлен Маматалиев баш болгон депутаттар "Учкун" басмаканасына барып, соңку кезде талкуу жаратып жаткан паспорт, айдоочулук күбөлүк чыгаруу иштери менен таанышты. Спикер Кыргызстан чыгарып жаткан документтер боюнча тийиштүү мекемелер маалымат бергенин 8-апрелдеги жыйында билдирди. "Өзүм дагы ошол жерден жыйын өткөрүп, тийиштүү мекемелер "Унаа", Тышкы иштер министрлигинин өкүлдөрү маалымат беришти. Айдоочулук күбөлүктүн үлгүсү башка өлкөлөргө өз убагында алдын...
45 minutes
შიიტების გასამხედროებულმა პროირანულმა დაჯგუფებამ, შეერთებული შტატების მიერ ტერორისტულ ორგანიზაციად გამოცხადებულმა „კატაიბ ჰეზბოლამ" გაათავისუფლა ერაყში გატაცებული ამერიკელი ჟურნალისტი შელი კიტლსონი. ჟურნალისტის გატაცების შესახებ ცნობილი გახდა 31 მარტს.შელი კიტლსონის გათავისუფლება 7 აპრილს დაადასტურა აშშ-ის სახელმწიფო მდივანმა მარკო რუბიომ. მან ჟურნალისტის გათავისუფლებაში მონაწილეობისთვის მადლობა გადაუხადა აშშ-ის ფედერალურ საგამოძიებო ბიუროს, პენტაგონს და სხვა უწყებების თანამშრომლებს და...
შიიტების გასამხედროებულმა პროირანულმა დაჯგუფებამ, შეერთებული შტატების მიერ ტერორისტულ ორგანიზაციად გამოცხადებულმა „კატაიბ ჰეზბოლამ" გაათავისუფლა ერაყში გატაცებული ამერიკელი ჟურნალისტი შელი კიტლსონი. ჟურნალისტის გატაცების შესახებ ცნობილი გახდა 31 მარტს.შელი კიტლსონის გათავისუფლება 7 აპრილს დაადასტურა აშშ-ის სახელმწიფო მდივანმა მარკო რუბიომ. მან ჟურნალისტის გათავისუფლებაში მონაწილეობისთვის მადლობა გადაუხადა აშშ-ის ფედერალურ საგამოძიებო ბიუროს, პენტაგონს და სხვა უწყებების თანამშრომლებს და...
49 minutes
Російські війська вночі знову атакували південь Одещини ударними безпілотниками. ІнформаціЇ про загиблих чи постраждалих наразі немає
Російські війська вночі знову атакували південь Одещини ударними безпілотниками. ІнформаціЇ про загиблих чи постраждалих наразі немає
50 minutes
El confesionario se ha convertido en uno de los momentos clave del LUX Tour, principalmente por el factor sorpresaEl artista tras la coreografía viral de “La Perla” en la nueva gira de Rosalía revela las influencias que utilizó Del The Eras Tour de Taylor Swift se pueden decir muchas cosas, pero hay una que marcó especialmente a los fans de la compositora de All Too Well: la estrategia de las canciones sorpresas. En los 149 conciertos que se celebraron entre marzo de 2023 y diciembre de 2024 como parte de esta gira, la artista sorprendió cada noche a sus seguidores durante el conocido como “set acústico”, momento en el que cantaba dos temas (uno a piano y otro a guitarra) que no pertenecían al setlist y que cambiaban en cada show. Esta estrategia cambió por completo la manera de entender los conciertos de Swift. Las canciones sorpresas consiguieron que cada uno de sus conciertos fuera en cierta manera único, una especie de “experiencia coleccionable”. Cada evento era exclusivo, no se podía replicar, lo que irremediablemente incentivó a los fans a asistir a varias fechas con el objetivo de llevarse experiencias diferentes. Para los oyentes más comprometidos, no era lo mismo disfrutar en directo de Our Song (canción sorpresa que interpretó durante su paso por Madrid) que de You're on Your Own, Kid (que le tocó a los que la vieron en Lisboa) o de Getaway Car (que cantó en Edimburgo). Esta estrategia de “concierto único” que Taylor había puesto en tendencia no tardó en ser adoptada por otros artistas. Una de ellas fue Sabrina Carpenter, que decidió aplicarla a su manera en su Short n' Sweet Tour. Durante la interpretación de Juno, una de las canciones más populares del álbum, la artista hacía lo que se conoció entonces como “juno position”, una especie de postura sexual que la artista adoptaba después de cantar “have you ever tried this one?” [¿has probado esta alguna vez?] y que cambiaba en cada show. La última que parece que se ha sumado a esta idea ha sido Rosalía. En una época en la que los conciertos se comparten casi en su totalidad en redes sociales, eliminando el efecto sorpresa para quienes aún no han asistido, la artista catalana ha demostrado que todavía es posible sorprender al público en cada show. Y en esto tiene mucho que ver el confesionario improvisado que monta en el escenario cada noche. Una persona diferente se confiesa cada noche Ahí está principalmente la sorpresa. Desde el primer concierto del LUX Tour en Lyon (Francia), una persona diferente se ha subido al escenario para “confesarse” a la cantante justo antes de que esta interprete La Perla. En el primer show, fue una persona anónima la que protagonizó el momento pero, desde entonces, todos los que han pasado por el confesionario han sido celebridades de distintos sectores. En Madrid, las cuatro protagonistas fueron la creadora de contenido Soy una pringada, la rapera Metrika, la cantante Aitana y la influencer Shannis. Con esto, Rosalía ha conseguido darle a cada show un toque de exclusividad, generando una nueva pregunta entre sus fans cada vez que se acerca un nuevo concierto: “¿A quién subirá al confesionario en el próximo show?” La respuesta solo se puede descubrir en directo, como ocurría con las canciones sorpresa de Swift y las “juno position” de Carpenter.
El confesionario se ha convertido en uno de los momentos clave del LUX Tour, principalmente por el factor sorpresaEl artista tras la coreografía viral de “La Perla” en la nueva gira de Rosalía revela las influencias que utilizó Del The Eras Tour de Taylor Swift se pueden decir muchas cosas, pero hay una que marcó especialmente a los fans de la compositora de All Too Well: la estrategia de las canciones sorpresas. En los 149 conciertos que se celebraron entre marzo de 2023 y diciembre de 2024 como parte de esta gira, la artista sorprendió cada noche a sus seguidores durante el conocido como “set acústico”, momento en el que cantaba dos temas (uno a piano y otro a guitarra) que no pertenecían al setlist y que cambiaban en cada show. Esta estrategia cambió por completo la manera de entender los conciertos de Swift. Las canciones sorpresas consiguieron que cada uno de sus conciertos fuera en cierta manera único, una especie de “experiencia coleccionable”. Cada evento era exclusivo, no se podía replicar, lo que irremediablemente incentivó a los fans a asistir a varias fechas con el objetivo de llevarse experiencias diferentes. Para los oyentes más comprometidos, no era lo mismo disfrutar en directo de Our Song (canción sorpresa que interpretó durante su paso por Madrid) que de You're on Your Own, Kid (que le tocó a los que la vieron en Lisboa) o de Getaway Car (que cantó en Edimburgo). Esta estrategia de “concierto único” que Taylor había puesto en tendencia no tardó en ser adoptada por otros artistas. Una de ellas fue Sabrina Carpenter, que decidió aplicarla a su manera en su Short n' Sweet Tour. Durante la interpretación de Juno, una de las canciones más populares del álbum, la artista hacía lo que se conoció entonces como “juno position”, una especie de postura sexual que la artista adoptaba después de cantar “have you ever tried this one?” [¿has probado esta alguna vez?] y que cambiaba en cada show. La última que parece que se ha sumado a esta idea ha sido Rosalía. En una época en la que los conciertos se comparten casi en su totalidad en redes sociales, eliminando el efecto sorpresa para quienes aún no han asistido, la artista catalana ha demostrado que todavía es posible sorprender al público en cada show. Y en esto tiene mucho que ver el confesionario improvisado que monta en el escenario cada noche. Una persona diferente se confiesa cada noche Ahí está principalmente la sorpresa. Desde el primer concierto del LUX Tour en Lyon (Francia), una persona diferente se ha subido al escenario para “confesarse” a la cantante justo antes de que esta interprete La Perla. En el primer show, fue una persona anónima la que protagonizó el momento pero, desde entonces, todos los que han pasado por el confesionario han sido celebridades de distintos sectores. En Madrid, las cuatro protagonistas fueron la creadora de contenido Soy una pringada, la rapera Metrika, la cantante Aitana y la influencer Shannis. Con esto, Rosalía ha conseguido darle a cada show un toque de exclusividad, generando una nueva pregunta entre sus fans cada vez que se acerca un nuevo concierto: “¿A quién subirá al confesionario en el próximo show?” La respuesta solo se puede descubrir en directo, como ocurría con las canciones sorpresa de Swift y las “juno position” de Carpenter.
51 minutes
Nûçeyên Cîhanê ji Dengê Amerîka