@@ -370,7 +679,7 @@ Contenu: ${this.analysisResults.contentLength} caractères`;
${technique.matchedKeywords?.length > 0 ? `
- 🔍 Mots-clés détectés:
+ 🔎 Mots-clés détectés:
${technique.matchedKeywords.slice(0, 4).map(keyword =>
@@ -414,6 +723,10 @@ Contenu: ${this.analysisResults.contentLength} caractères`;
from { transform: translateY(30px); opacity: 0; }
to { transform: translateY(0); opacity: 1; }
}
+ @keyframes slideInRight {
+ from { transform: translateX(100%); opacity: 0; }
+ to { transform: translateX(0); opacity: 1; }
+ }
#dima-modal button:hover {
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
@@ -425,6 +738,11 @@ Contenu: ${this.analysisResults.contentLength} caractères`;
modal.addEventListener('click', (e) => {
if (e.target === modal) modal.remove();
});
+
+ // Ajouter l'événement pour le bouton des détails du site suspect
+ modal.querySelector('.suspicious-details-btn')?.addEventListener('click', () => {
+ this.showSuspiciousSiteDetails();
+ });
document.body.appendChild(modal);
this.log('Modal affiché');
@@ -434,5 +752,6 @@ Contenu: ${this.analysisResults.contentLength} caractères`;
}
}
}
+
// Make UIManager available globally for Chrome extension
-window.UIManager = UIManager;
+window.UIManager = UIManager;
\ No newline at end of file
From 07f11cc2501bd15c6d5e564bd4eadcaa26af4436 Mon Sep 17 00:00:00 2001
From: BartM82 <105561997+BartM82@users.noreply.github.com>
Date: Sun, 19 Oct 2025 16:53:00 +0000
Subject: [PATCH 2/3] =?UTF-8?q?Ajout=20op=C3=A9ration=20Baybridge?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Plugin-dima/data/databases/Baybridge.js | 769 ++++++++++++++++++
.../releases/Plugin-dima/manifest.json | 1 +
.../modules/Suspicioussitesmanager.js | 32 +-
3 files changed, 786 insertions(+), 16 deletions(-)
create mode 100644 plugin/plugin_chrome/releases/Plugin-dima/data/databases/Baybridge.js
diff --git a/plugin/plugin_chrome/releases/Plugin-dima/data/databases/Baybridge.js b/plugin/plugin_chrome/releases/Plugin-dima/data/databases/Baybridge.js
new file mode 100644
index 0000000..16f7da0
--- /dev/null
+++ b/plugin/plugin_chrome/releases/Plugin-dima/data/databases/Baybridge.js
@@ -0,0 +1,769 @@
+// DIMA - Base de données de l'infrastructure BAYBRIDGE
+// Opération d'influence chinoise ciblant des audiences étrangères via des sociétés de marketing digital
+// Sources: Tadaweb & Paul Charon, Focus Report 2025
+/**
+ * OPÉRATION BAYBRIDGE
+ * ===================
+ *
+ * Description: Vaste écosystème d'influence informationnelle chinoise opéré depuis la région
+ * de Greater Bay Area (Guangdong). L'infrastructure technique combine des campagnes de
+ * marketing digital avec de la manipulation informationnelle ciblant des dizaines de pays.
+ *
+ * Acteurs principaux:
+ * - Shenzhen Haimai Yunxiang Media Co., Ltd. (深圳市海卖云享传媒有限公司)
+ * - Shanghai Haixun Technology Co., Ltd (海讯社文化传播有限公司)
+ *
+ * Caractéristiques:
+ * - Création de centaines de sites d'information inauthentiques
+ * - Diffusion de contenu aligné avec Pékin et Moscou
+ * - Narratives contradictoires: "positive energy" chinoise + propagande pro-Kremlin
+ * - Traductions de mauvaise qualité, absence de supervision éditoriale
+ * - Inefficacité remarquable malgré une infrastructure technique sophistiquée
+ *
+ * Date d'identification: 2025
+ * Pays ciblés: USA, Europe, Asie, Amérique Latine, Afrique
+ */
+
+const baybridgeDomains = [
+
+ // ===== ENTITÉS COMMERCIALES PRINCIPALES =====
+
+ {
+ domain: "haipress.com",
+ matchType: "exact",
+ reason: "Site commercial principal de Shanghai Haixun Technology Co. Ltd., proposant des services de distribution de contenu à l'international",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Infrastructure",
+ "Marketing-Digital",
+ "Sites-Commerciaux",
+ "Haixun"
+ ]
+ },
+
+ {
+ domain: "hmedium.com",
+ matchType: "exact",
+ reason: "Site commercial principal de Haimai, proposant 'increase the value of your brand'. Interface client pour services de marketing",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Infrastructure",
+ "Marketing-Digital",
+ "Sites-Commerciaux",
+ "Haimai"
+ ]
+ },
+
+ {
+ domain: "hmedium.net",
+ matchType: "exact",
+ reason: "Site commercial de Haimai hébergeant les offres commerciales détaillées (packages ciblant audiences étrangères)",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Infrastructure",
+ "Marketing-Digital",
+ "Sites-Commerciaux",
+ "Haimai"
+ ]
+ },
+
+ {
+ domain: "haixunpress.com",
+ matchType: "exact",
+ reason: "Site commercial principal de Haixun. Lien d'infrastructure avec sihaimai.com (IP 47.91.170.222, jan-oct 2024)",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Infrastructure",
+ "Marketing-Digital",
+ "Sites-Commerciaux",
+ "Haixun"
+ ]
+ },
+
+ {
+ domain: "sihaimai.com",
+ matchType: "exact",
+ reason: "Infrastructure de services d'hébergement et de dissémination liée à Haimai. Lien technique avec haixunpress.com",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Infrastructure",
+ "Hébergement",
+ "Haimai"
+ ]
+ },
+
+ {
+ domain: "aisugao.com",
+ matchType: "exact",
+ reason: "Plateforme de marketing de marque pilotée par IA de Haixun, offrant traduction automatique d'articles via LLMs natifs",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2024-04-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "LLM",
+ "IA-Générative",
+ "Haixun",
+ "Infrastructure"
+ ]
+ },
+
+ {
+ domain: "ebuypress.com",
+ matchType: "exact",
+ reason: "Site de distribution de contenu (content provider) lié à Haixun. API payante disponible: api.haipress.com/api/media/resources",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Infrastructure",
+ "Distribution-Contenu",
+ "Haixun"
+ ]
+ },
+
+ {
+ domain: "globerelease.com",
+ matchType: "exact",
+ reason: "Premier site enregistré par Haimai, affichant contenu générique distribué sur de nombreux autres sites de l'écosystème",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Infrastructure",
+ "Distribution-Contenu",
+ "Haimai"
+ ]
+ },
+
+ {
+ domain: "shiworld.cn",
+ matchType: "contains",
+ reason: "Site d'hébergement lié à Haimai. Contient news.shiworld.cn hébergeant packages commerciaux",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Infrastructure",
+ "Hébergement",
+ "Haimai"
+ ]
+ },
+
+ {
+ domain: "mlzgb.cn",
+ matchType: "exact",
+ reason: "Site d'hébergement des packages commerciaux de Haimai (fichiers Excel, liens directs). 92% des packages Haimai hébergés ici",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Infrastructure",
+ "Hébergement",
+ "Haimai"
+ ]
+ },
+
+ // ===== FOURNISSEURS DE CONTENU (CONTENT PROVIDERS) =====
+
+ {
+ domain: "timesnewswire.com",
+ matchType: "exact",
+ reason: "Principal fournisseur de contenu du réseau (13% des articles). Diffuse communiqués de presse + contenu propagande (CGTN, Global Times)",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Distribution-Contenu",
+ "Propagande",
+ "Positive-Energy"
+ ]
+ },
+
+ {
+ domain: "updatenews.info",
+ matchType: "exact",
+ reason: "PRINCIPAL fournisseur de contenu (77% des articles sur sites finaux). Diffuse massivement narratives pro-Kremlin + contenu chinois",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "critical",
+ tags: [
+ "BAYBRIDGE",
+ "Russie",
+ "Chine",
+ "Distribution-Contenu",
+ "Propagande-Pro-Kremlin",
+ "Ukraine",
+ "LLM-Intoxication"
+ ]
+ },
+
+ {
+ domain: "meijiedaka.com",
+ matchType: "exact",
+ reason: "Fournisseur de contenu identifié dans l'écosystème, alimentant sites finaux de Haimai",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Distribution-Contenu"
+ ]
+ },
+
+ // ===== SITES FINAUX - FRANCE (Package "Propagande Politique") =====
+
+ {
+ domain: "alpsbiz.com",
+ matchType: "exact",
+ reason: "Site final du package 'Propagande Politique' France. Diffuse contenu pro-Kremlin + narratives chinoises contradictoires",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Russie",
+ "Sites-France",
+ "Propagande",
+ "Anti-Ukraine"
+ ]
+ },
+
+ {
+ domain: "rmtcityfr.com",
+ matchType: "exact",
+ reason: "Site final du package 'Propagande Politique' France. Traductions de mauvaise qualité, erreurs grammaticales multiples",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Russie",
+ "Sites-France",
+ "Propagande",
+ "Anti-Ukraine"
+ ]
+ },
+
+ {
+ domain: "provencedaily.com",
+ matchType: "exact",
+ reason: "Site final du package 'Propagande Politique' France. Amplifie narratives pro-Kremlin, cite TASS, RIA Novosti",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Russie",
+ "Sites-France",
+ "Propagande",
+ "Anti-Ukraine"
+ ]
+ },
+
+ {
+ domain: "louispress.org",
+ matchType: "exact",
+ reason: "Site final du package 'Propagande Politique' France. Usurpation d'identité (naming convention trompeur). Hébergé cluster FR",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Russie",
+ "Sites-France",
+ "Propagande",
+ "Usurpation-Identité",
+ "Anti-Ukraine"
+ ]
+ },
+
+ {
+ domain: "friendlyparis.com",
+ matchType: "exact",
+ reason: "Site final du package 'Propagande Politique' France ('Paris Amical'). Fautes d'orthographe, images manquantes",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Russie",
+ "Sites-France",
+ "Propagande",
+ "Anti-Ukraine"
+ ]
+ },
+
+ {
+ domain: "eiffelpost.com",
+ matchType: "exact",
+ reason: "Site final du package 'Propagande Politique' France. Republie articles CGTN + contenu pro-Kremlin. Faible qualité éditoriale",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Russie",
+ "Sites-France",
+ "Propagande",
+ "Positive-Energy",
+ "Anti-Ukraine"
+ ]
+ },
+
+ {
+ domain: "fr.wdpp.org",
+ matchType: "exact",
+ reason: "Site final du package 'Propagande Politique' France. Sous-domaine spécifique audience francophone",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Russie",
+ "Sites-France",
+ "Propagande",
+ "Anti-Ukraine"
+ ]
+ },
+
+ {
+ domain: "fr.euleader.org",
+ matchType: "exact",
+ reason: "Site final du package 'Propagande Politique' France. Version francophone de euleader.org",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Russie",
+ "Sites-France",
+ "Sites-UE",
+ "Propagande",
+ "Anti-Ukraine"
+ ]
+ },
+
+ {
+ domain: "fftribune.com",
+ matchType: "exact",
+ reason: "Site final du package 'Propagande Politique' France. Naming convention mimant média légitime",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Russie",
+ "Sites-France",
+ "Propagande",
+ "Usurpation-Identité",
+ "Anti-Ukraine"
+ ]
+ },
+
+ {
+ domain: "economyfr.com",
+ matchType: "exact",
+ reason: "Site final du package 'Propagande Politique' France. Focus thématique économie",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Russie",
+ "Sites-France",
+ "Propagande",
+ "Anti-Ukraine"
+ ]
+ },
+
+ {
+ domain: "froneplus.com",
+ matchType: "exact",
+ reason: "Site final du package 'Propagande Politique' France. Contenu synchronisé avec autres sites du réseau",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Russie",
+ "Sites-France",
+ "Propagande",
+ "Anti-Ukraine"
+ ]
+ },
+
+ {
+ domain: "frnewsfeed.com",
+ matchType: "exact",
+ reason: "Site final du package 'Propagande Politique' France. Publication synchronisée, architecture similaire Jeecg-Boot",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Russie",
+ "Sites-France",
+ "Propagande",
+ "Anti-Ukraine"
+ ]
+ },
+
+ // ===== SITES FINAUX - AUTRES PAYS EUROPÉENS =====
+
+ {
+ domain: "euleader.org",
+ matchType: "exact",
+ reason: "Site ciblant audience UE. Diffuse contenu BTS, actualités Shenzhen, narratives pro-Kremlin. Exemple: article BTS 27/05/2025",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Russie",
+ "Sites-UE",
+ "Propagande",
+ "Anti-Ukraine"
+ ]
+ },
+
+ {
+ domain: "londonclup.com",
+ matchType: "exact",
+ reason: "Site package UK. Contenu en vietnamien par erreur (exemple page d'accueil 08/07/2025), images manquantes",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Russie",
+ "Sites-UK",
+ "Propagande"
+ ]
+ },
+
+ // ===== SITES FINAUX - RUSSIE =====
+
+ {
+ domain: "findmoscow.com",
+ matchType: "exact",
+ reason: "Site ciblant audience russe ('Найти Москву'). Hébergé sur cluster serveur russe avec sites ciblant Russie",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Russie",
+ "Sites-Russie",
+ "Propagande"
+ ]
+ },
+
+ {
+ domain: "ekaterintech.com",
+ matchType: "exact",
+ reason: "Site ciblant audience russe. Hébergé IP 18.171.181.70 avec cluster sites RU. Lien avec louispress.org (même IP FR)",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Russie",
+ "Sites-Russie",
+ "Infrastructure"
+ ]
+ },
+
+ // ===== SITES FINAUX - AUSTRALIE =====
+
+ {
+ domain: "capitalsydney.com",
+ matchType: "exact",
+ reason: "Site ciblant audience australienne ('Sydney News'). Naming convention usurpation identité",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Sites-Australie",
+ "Usurpation-Identité"
+ ]
+ },
+
+ // ===== EXEMPLES TYPOSQUATTING =====
+
+ {
+ domain: "dertagesspiegel.com",
+ matchType: "exact",
+ reason: "Typosquatting de 'Der Tagesspiegel' (journal allemand). Site identifié dans packages commerciaux",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Sites-Allemagne",
+ "Usurpation-Identité",
+ "Typosquatting"
+ ]
+ },
+
+ {
+ domain: "nrchandelsblad.com",
+ matchType: "exact",
+ reason: "Typosquatting de 'NRC Handelsblad' (journal néerlandais). Site identifié dans packages commerciaux",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Sites-Pays-Bas",
+ "Usurpation-Identité",
+ "Typosquatting"
+ ]
+ },
+
+ {
+ domain: "kanagawa-ken.com",
+ matchType: "exact",
+ reason: "Typosquatting ciblant audience japonaise. Site identifié dans packages commerciaux",
+ source: "Tadaweb & Paul Charon - Focus BAYBRIDGE 2025",
+ reportUrl: "https://www.tadaweb.com/hub/68e3e66e4f7350000150899b",
+ identifiedDate: "2025-03-01",
+ riskLevel: "high",
+ tags: [
+ "BAYBRIDGE",
+ "Chine",
+ "Sites-Japon",
+ "Usurpation-Identité",
+ "Typosquatting"
+ ]
+ }
+
+];
+
+// =============================================================================
+// FONCTIONS UTILITAIRES
+// =============================================================================
+
+// Filtrer par tag
+function filterBaybridgeByTag(tag) {
+ return baybridgeDomains.filter(d => d.tags.includes(tag));
+}
+
+// Filtrer par niveau de risque
+function filterBaybridgeByRiskLevel(level) {
+ return baybridgeDomains.filter(d => d.riskLevel === level);
+}
+
+// Obtenir tous les tags uniques
+function getBaybridgeTags() {
+ const allTags = new Set();
+ baybridgeDomains.forEach(d => {
+ d.tags.forEach(tag => allTags.add(tag));
+ });
+ return Array.from(allTags).sort();
+}
+
+// Obtenir les statistiques
+function getBaybridgeStats() {
+ return {
+ total: baybridgeDomains.length,
+ critical: baybridgeDomains.filter(d => d.riskLevel === "critical").length,
+ highRisk: baybridgeDomains.filter(d => d.riskLevel === "high").length,
+ mediumRisk: baybridgeDomains.filter(d => d.riskLevel === "medium").length,
+ lowRisk: baybridgeDomains.filter(d => d.riskLevel === "low").length,
+ tags: getBaybridgeTags()
+ };
+}
+
+// Obtenir sites par catégorie
+function getBaybridgeByCategory() {
+ return {
+ infrastructure: filterBaybridgeByTag("Infrastructure"),
+ contentProviders: filterBaybridgeByTag("Distribution-Contenu"),
+ france: filterBaybridgeByTag("Sites-France"),
+ russia: filterBaybridgeByTag("Sites-Russie"),
+ uk: filterBaybridgeByTag("Sites-UK"),
+ propaganda: filterBaybridgeByTag("Propagande"),
+ typosquatting: filterBaybridgeByTag("Typosquatting")
+ };
+}
+
+// =============================================================================
+// EXPORTS ET DISPONIBILITÉ GLOBALE
+// =============================================================================
+
+// Export pour Node.js / modules
+if (typeof module !== 'undefined' && module.exports) {
+ module.exports = {
+ baybridgeDomains,
+ filterBaybridgeByTag,
+ filterBaybridgeByRiskLevel,
+ getBaybridgeTags,
+ getBaybridgeStats,
+ getBaybridgeByCategory
+ };
+}
+
+// Disponibilité globale pour le navigateur
+if (typeof window !== 'undefined') {
+ window.baybridgeDomains = baybridgeDomains;
+ window.baybridgeUtils = {
+ filterByTag: filterBaybridgeByTag,
+ filterByRiskLevel: filterBaybridgeByRiskLevel,
+ getTags: getBaybridgeTags,
+ getStats: getBaybridgeStats,
+ getByCategory: getBaybridgeByCategory
+ };
+}
+
+// Log de chargement
+console.log(`Liste BAYBRIDGE chargée: ${baybridgeDomains.length} domaines identifiés`);
+if (baybridgeDomains.length > 0) {
+ console.log("Statistiques BAYBRIDGE:", getBaybridgeStats());
+ console.log("Catégories:", getBaybridgeByCategory());
+}
+
+// =============================================================================
+// NOTES IMPORTANTES SUR L'OPÉRATION
+// =============================================================================
+
+/**
+ * CONTEXTE GÉOPOLITIQUE:
+ *
+ * Acteurs identifiés:
+ * - Wu Yanni (吴燕妮): Chercheur SZAS, membre du Comité de propagande municipale de Shenzhen,
+ * directrice exécutive Haimai Yunxiang Media
+ * - Zhu Haisong (朱海松): Expert en marketing, chercheur, PDG Haixun, liens avec le
+ * Département de propagande du Guangdong
+ *
+ * Caractéristiques techniques:
+ * - Infrastructure partagée entre Haimai et Haixun (IP 47.91.170.222)
+ * - 24% d'overlap dans les offres commerciales internationales (104 packages communs)
+ * - Utilisation de Jeecg-Boot pour génération automatique de sites web
+ * - API Haixun: api.haipress.com/api/media/resources
+ * - Traduction IA via aisugao.com (LLMs natifs)
+ *
+ * Pays principalement ciblés:
+ * - USA (6% des packages, cible #1)
+ * - Asie du Sud-Est (Corée du Sud, Inde, Vietnam, Thaïlande, Japon, Taiwan)
+ * - Europe: UK (21 packages), Espagne (20), Italie (18), Portugal (17), France (15), Allemagne (15)
+ *
+ * Narratives diffusées:
+ * 1. Contenu chinois "positive energy" (< 5% du volume):
+ * - Republication CGTN, Global Times
+ * - Focus: harmony, win-win cooperation, innovation, développement durable
+ * - Vocabulaire récurrent: "innovation" (68%), "transformation" (54%), "leadership" (47%)
+ *
+ * 2. Contenu pro-Kremlin (volume dominant):
+ * - Sources: TASS, RIA Novosti, RT, Tsargrad TV, Rambler.ru
+ * - Focus: guerre Ukraine, anti-OTAN, amplification Florian Philippot
+ * - Channels Telegram: Maria Zakharova, Alexey Pushkov
+ * - Similarités avec réseau Portal Kombat / Pravda
+ *
+ * Inefficacité opérationnelle:
+ * - Traductions automatiques de très mauvaise qualité
+ * - Narratives contradictoires (Chine positive vs. Russie agressive)
+ * - Aucune traction sur réseaux sociaux (SimilarWeb: pas de données)
+ * - Système en boucle fermée (sites s'auto-citent)
+ * - Erreurs techniques: encodage cyrillique raté (oct 2024 - fév 2025)
+ * - Contenu vietnamien sur sites UK, images manquantes
+ *
+ * Risque LLM:
+ * - Infrastructure potentiellement utilisée pour "intoxiquer" les LLMs
+ * - Contournement sanctions médias russes (RT, Sputnik) via "laundering machine"
+ * - Aucune preuve directe d'assimilation par ChatGPT/Copilot/Gemini/DeepSeek (avril 2025)
+ *
+ * Date pivot: 09 mars 2024
+ * Apparition massive contenu pro-Kremlin sur updatenews.info (hors catégorie TimesNewsWire)
+ * Hypothèse: appropriation infrastructure chinoise par acteurs russes
+ *
+ * Connexion Portal Kombat:
+ * - Similarités narratives et sources avec réseau "Pravda"
+ * - Pas de lien technique formel établi
+ * - Exemple: même citation Philippot sur updatenews.info (05/01/25) et
+ * france.news-pravda.com (06/01/25)
+ */
\ No newline at end of file
diff --git a/plugin/plugin_chrome/releases/Plugin-dima/manifest.json b/plugin/plugin_chrome/releases/Plugin-dima/manifest.json
index 604f585..affc019 100644
--- a/plugin/plugin_chrome/releases/Plugin-dima/manifest.json
+++ b/plugin/plugin_chrome/releases/Plugin-dima/manifest.json
@@ -19,6 +19,7 @@
"data/databases/Copycop.js",
"data/databases/PortalKombat.js",
"data/databases/RRN.js",
+ "data/databases/Baybridge.js",
"data/techniques.js",
"data/keywords.js",
"modules/contentExtractor.js",
diff --git a/plugin/plugin_chrome/releases/Plugin-dima/modules/Suspicioussitesmanager.js b/plugin/plugin_chrome/releases/Plugin-dima/modules/Suspicioussitesmanager.js
index 75d2907..bbda493 100644
--- a/plugin/plugin_chrome/releases/Plugin-dima/modules/Suspicioussitesmanager.js
+++ b/plugin/plugin_chrome/releases/Plugin-dima/modules/Suspicioussitesmanager.js
@@ -67,30 +67,30 @@ class SuspiciousSitesManager {
console.log(` ✓ Source RRN chargée: ${rrnDomains.length} domaines`);
}
- // Source 3: Doppelganger (à venir)
- if (typeof doppelgangerDomains !== 'undefined' && Array.isArray(doppelgangerDomains)) {
- this.registerSource('Doppelganger', doppelgangerDomains, {
- name: 'Opération Doppelganger',
- description: 'Sites usurpant l\'identité de médias légitimes',
- organization: 'À définir',
- reportUrl: '',
- reportDate: ''
- });
- console.log(` ✓ Source Doppelganger chargée: ${doppelgangerDomains.length} domaines`);
- }
-
- // Source 4: Portal Kombat (à venir)
+ // Source 3: Portal Kombat (VIGINUM)
if (typeof portalKombatDomains !== 'undefined' && Array.isArray(portalKombatDomains)) {
this.registerSource('PortalKombat', portalKombatDomains, {
name: 'Opération Portal Kombat',
description: 'Réseau d\'influence',
- organization: 'À définir',
- reportUrl: '',
- reportDate: ''
+ organization: 'Viginum',
+ reportUrl: 'https://www.sgdsn.gouv.fr/files/files/20240212_NP_SGDSN_VIGINUM_RAPPORT-RESEAU-PORTAL-KOMBAT_VF.pdf',
+ reportDate: '2024-02-01'
});
console.log(` ✓ Source Portal Kombat chargée: ${portalKombatDomains.length} domaines`);
}
+ // Source 4: Baybridge (IRSEM)
+ if (typeof baybridgeDomains !== 'undefined' && Array.isArray(baybridgeDomains)) {
+ this.registerSource('Baybridge', baybridgeDomains, {
+ name: 'Opération Baybridge',
+ description: 'Vaste écosystème d\'influence informationnelle chinoise ',
+ organization: 'IRSEM & TadaWeb',
+ reportUrl: 'https://www.irsem.fr/focus',
+ reportDate: '2025-10-17'
+ });
+ console.log(` ✓ Source Baybridge chargée: ${baybridgeDomains.length} domaines`);
+ }
+
// Avertissement si aucune source n'est chargée
if (this.sources.size === 0) {
console.warn('⚠️ DIMA: Aucune base de données de sites suspects n\'a été chargée');
From a715246f0bb383efafc25851d28a0e4c89750ffc Mon Sep 17 00:00:00 2001
From: BartM82 <105561997+BartM82@users.noreply.github.com>
Date: Mon, 20 Oct 2025 19:05:48 +0000
Subject: [PATCH 3/3] =?UTF-8?q?Ajout=20Storm1516=20et=20d=C3=A9tection=20d?=
=?UTF-8?q?es=20handles=20r=C3=A9seaux=20sociaux?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Plugin-dima/data/databases/Storm1516.js | 6124 +++++++++++++++++
.../releases/Plugin-dima/manifest.json | 1 +
.../modules/Suspicioussitesmanager.js | 286 +-
3 files changed, 6383 insertions(+), 28 deletions(-)
create mode 100644 plugin/plugin_chrome/releases/Plugin-dima/data/databases/Storm1516.js
diff --git a/plugin/plugin_chrome/releases/Plugin-dima/data/databases/Storm1516.js b/plugin/plugin_chrome/releases/Plugin-dima/data/databases/Storm1516.js
new file mode 100644
index 0000000..fdb65f0
--- /dev/null
+++ b/plugin/plugin_chrome/releases/Plugin-dima/data/databases/Storm1516.js
@@ -0,0 +1,6124 @@
+// DIMA - Base de données du mode opératoire STORM-1516
+// Mode opératoire informationnel russe coordonné
+// Source: VIGINUM (SGDSN) - Rapport technique Mai 2025
+
+/**
+ * MODE OPÉRATOIRE STORM-1516
+ * ===========================
+ *
+ * Description: Mode opératoire informationnel (MOI) russe actif depuis août 2023,
+ * responsable de dizaines d'opérations informationnelles ciblant des audiences occidentales.
+ *
+ * Objectifs principaux:
+ * - Décrédibiliser le gouvernement ukrainien et Volodymyr ZELENSKY
+ * - Saper le soutien occidental à l'Ukraine
+ * - Cibler des processus électoraux (France, USA, Allemagne)
+ * - Propager narratifs conspirationnistes et anxiogènes
+ * - Décrédibiliser l'opposition russe en exil
+ *
+ * Acteurs impliqués:
+ * - John Mark DOUGAN (réseau CopyCop/MAGAstan)
+ * - Youry KHOROCHENKY (GRU, unité 29155)
+ * - Centre d'expertise géopolitique (CEG) - Valéry KOROVINE
+ * - Projet Lakhta (Internet Research Agency)
+ * - Écosystème Aleksandr DOUGUINE et Evgueni PRIGOJINE
+ *
+ * Caractéristiques techniques:
+ * - Deepfakes vidéo et audio
+ * - Montages photos et vidéos
+ * - Utilisation d'acteurs amateurs
+ * - Réseau CopyCop: 293+ noms de domaine
+ * - Blanchiment via médias africains et moyen-orientaux
+ * - Amplification coordonnée multilingue
+ *
+ * Période d'activité: Août 2023 - aujourd'hui (actif)
+ * Classification: Ingérence numérique étrangère
+ * Attribution: Gouvernement de la Fédération de Russie
+ *
+ * Dernière mise à jour: 25 mars 2025
+ */
+
+const storm1516Domains = [
+
+ // ===== RÉSEAU COPYCOP (John Mark DOUGAN) =====
+ // Infrastructure principale de diffusion - 293 domaines identifiés
+
+ {
+ domain: "1776.chat",
+ matchType: "exact",
+ reason: "Nom de domaine du réseau CopyCop administré par John Mark DOUGAN, ancien policier américain exilé en Russie depuis 2016",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "John-Mark-DOUGAN",
+ "Infrastructure",
+ "Faux-Sites-Information"
+ ]
+ },
+
+ {
+ domain: "aktuellde.de",
+ matchType: "exact",
+ reason: "Site du réseau CopyCop ciblant l'audience allemande, alimenté par articles reformulés via IA générative",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne",
+ "IA-Générative"
+ ]
+ },
+
+ {
+ domain: "aktuellenews-berlin.de",
+ matchType: "exact",
+ reason: "Faux site d'information local allemand du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne",
+ "Usurpation-Identité"
+ ]
+ },
+
+ {
+ domain: "aktuelles-aus-nurnberg.de",
+ matchType: "exact",
+ reason: "Site CopyCop usurpant l'identité de média local de Nuremberg",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne",
+ "Usurpation-Identité"
+ ]
+ },
+
+ {
+ domain: "alles-klar-hamburg.de",
+ matchType: "exact",
+ reason: "Faux média local hambourgeois du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "alles-wichtig-news.de",
+ matchType: "exact",
+ reason: "Site d'information inauthentique allemand du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "allethemen24.de",
+ matchType: "exact",
+ reason: "Site CopyCop ciblant audience germanophone",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "american-freedom.org",
+ matchType: "exact",
+ reason: "Site CopyCop ciblant audience américaine conservatrice",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Élections-2024"
+ ]
+ },
+
+ {
+ domain: "an-berlin.de",
+ matchType: "exact",
+ reason: "Faux média berlinois du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "anderemeinung.de",
+ matchType: "exact",
+ reason: "Site CopyCop exploité pour cibler les élections fédérales allemandes de février 2025",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-11-19",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne",
+ "Élections-Allemagne-2025",
+ "Campagne-Électorale"
+ ]
+ },
+
+ {
+ domain: "atlantabeacon.org",
+ matchType: "exact",
+ reason: "Faux site d'information locale d'Atlanta, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "atlanta-observer.com",
+ matchType: "exact",
+ reason: "Site CopyCop usurpant identité de média d'Atlanta",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "ausdemueberall.de",
+ matchType: "exact",
+ reason: "Site d'information inauthentique allemand, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "austincrier.com",
+ matchType: "exact",
+ reason: "Faux média local d'Austin, Texas, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "badvolf.com",
+ matchType: "exact",
+ reason: "Site personnel historique de John Mark DOUGAN, enregistré le 10 avril 2017. Point d'origine du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2017-04-10",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "John-Mark-DOUGAN",
+ "Infrastructure-Origine"
+ ]
+ },
+
+ {
+ domain: "badvolf.ru",
+ matchType: "exact",
+ reason: "Extension russe du site personnel de John Mark DOUGAN",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2017-04-10",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "John-Mark-DOUGAN"
+ ]
+ },
+
+ {
+ domain: "bbc-uk.news",
+ matchType: "exact",
+ reason: "Typosquatting de BBC par John Mark DOUGAN, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2017-01-01",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Typosquatting",
+ "Sites-UK",
+ "Usurpation-Identité"
+ ]
+ },
+
+ {
+ domain: "b-blatt.de",
+ matchType: "exact",
+ reason: "Faux journal allemand du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "berlin-apropos.de",
+ matchType: "exact",
+ reason: "Site CopyCop usurpant média berlinois",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "berlinertagespost.de",
+ matchType: "exact",
+ reason: "Faux quotidien berlinois, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "berliner-wochenzeitung.de",
+ matchType: "exact",
+ reason: "Site majeur du réseau CopyCop. Hébergé sur IP 63.250.43[.]138-139, liées à ensemble-24.fr (opération élections législatives françaises 2024)",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne",
+ "Infrastructure-Clé"
+ ]
+ },
+
+ {
+ domain: "bostontimes.org",
+ matchType: "exact",
+ reason: "Faux média de Boston, réseau CopyCop administré par John Mark DOUGAN",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "botbook.us",
+ matchType: "exact",
+ reason: "Site promotionnel du livre de John Mark DOUGAN, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2017-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "John-Mark-DOUGAN"
+ ]
+ },
+
+ {
+ domain: "britishchronicle.com",
+ matchType: "exact",
+ reason: "Faux média britannique, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-UK"
+ ]
+ },
+
+ {
+ domain: "brlnr-stimme.de",
+ matchType: "exact",
+ reason: "Site CopyCop imitant média berlinois",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "capitolpulse.com",
+ matchType: "exact",
+ reason: "Site CopyCop ciblant audience politique américaine",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "carsondispatch.com",
+ matchType: "exact",
+ reason: "Faux média local américain, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "casinohotelvunipalace.com",
+ matchType: "exact",
+ reason: "Site CopyCop créé pour opération spécifique: fausse acquisition par ZELENSKY d'un casino à Chypre. Hébergé IP 63.250.43[.]144-145, cluster CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-05-31",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Opération-Spécifique",
+ "Anti-Ukraine",
+ "ZELENSKY"
+ ]
+ },
+
+ {
+ domain: "centernewscentral.com",
+ matchType: "exact",
+ reason: "Site d'information inauthentique américain, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "centerpointbeacon.com",
+ matchType: "exact",
+ reason: "Faux média américain du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "centralrecord.org",
+ matchType: "exact",
+ reason: "Site CopyCop usurpant média américain",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "chicagochron.com",
+ matchType: "exact",
+ reason: "Faux média de Chicago enregistré en janvier 2024 par John Mark DOUGAN, se faisant passer pour média américain",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "chicagocrier.com",
+ matchType: "exact",
+ reason: "Site CopyCop imitant journal de Chicago",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "cito-novit.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "civiccentury.org",
+ matchType: "exact",
+ reason: "Site CopyCop ciblant audience civique américaine",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "civiccommentary.org",
+ matchType: "exact",
+ reason: "Faux site de commentaire politique, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "civiccorner.org",
+ matchType: "exact",
+ reason: "Site CopyCop imitant plateforme citoyenne",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "civiccreed.com",
+ matchType: "exact",
+ reason: "Faux site civique américain, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "civiccurrent.com",
+ matchType: "exact",
+ reason: "Site CopyCop se faisant passer pour média d'actualité civique",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "civiccurve.com",
+ matchType: "exact",
+ reason: "Faux média civique du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "clearstory.news",
+ matchType: "exact",
+ reason: "Un des premiers faux sites d'actualité CopyCop. A amplifié les premières opérations Storm-1516 (août 2023 - mars 2024)",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2023-01-01",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Infrastructure-Historique",
+ "IA-Générative"
+ ]
+ },
+
+ {
+ domain: "conservativecamp.org",
+ matchType: "exact",
+ reason: "Site CopyCop ciblant audience conservatrice américaine",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Audience-Conservatrice"
+ ]
+ },
+
+ {
+ domain: "conservativecatch.org",
+ matchType: "exact",
+ reason: "Faux média conservateur du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Audience-Conservatrice"
+ ]
+ },
+
+ {
+ domain: "conservativechannel.org",
+ matchType: "exact",
+ reason: "Site CopyCop se présentant comme chaîne d'information conservatrice",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Audience-Conservatrice"
+ ]
+ },
+
+ {
+ domain: "conservativecircuit.com",
+ matchType: "exact",
+ reason: "Faux réseau conservateur, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Audience-Conservatrice"
+ ]
+ },
+
+ {
+ domain: "conservativecompass.org",
+ matchType: "exact",
+ reason: "Site CopyCop ciblant électeurs conservateurs américains",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Audience-Conservatrice"
+ ]
+ },
+
+ {
+ domain: "conservativecontext.com",
+ matchType: "exact",
+ reason: "Faux média d'analyse conservatrice du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Audience-Conservatrice"
+ ]
+ },
+
+ {
+ domain: "conservativecorridor.com",
+ matchType: "exact",
+ reason: "Site CopyCop se présentant comme hub conservateur",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Audience-Conservatrice"
+ ]
+ },
+
+ {
+ domain: "conservativecourier.org",
+ matchType: "exact",
+ reason: "Faux journal conservateur, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Audience-Conservatrice"
+ ]
+ },
+
+ {
+ domain: "dailyregisternews.com",
+ matchType: "exact",
+ reason: "Site CopyCop usurpant média américain",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "das-denkt-hamburg.de",
+ matchType: "exact",
+ reason: "Faux site d'opinion hambourgeois du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "dasneueste-online.de",
+ matchType: "exact",
+ reason: "Site d'actualité inauthentique allemand, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "daybreakdigest.org",
+ matchType: "exact",
+ reason: "Faux digest d'information américain, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "dc-free-press.org",
+ matchType: "exact",
+ reason: "Site CopyCop imitant presse indépendante de Washington DC",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "dcweekly.org",
+ matchType: "exact",
+ reason: "Un des premiers sites d'actualité CopyCop. Infrastructure historique hébergée sur IP 66.175.208[.]251, 69.164.216[.]69, 95.165.66[.]27. A amplifié premières opérations Storm-1516",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2023-01-01",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Infrastructure-Historique",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "deepstateleaks.org",
+ matchType: "exact",
+ reason: "Site CopyCop majeur. A publié deepfakes vocaux usurpant Barack OBAMA et David AXELROD (1er août 2024) concernant tentative assassinat Donald TRUMP",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-08-01",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Deepfakes-Audio",
+ "Élections-USA-2024",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "deinequellen.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop se présentant comme source d'information",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "democracydepth.com",
+ matchType: "exact",
+ reason: "Faux site d'analyse démocratique, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "democracydive.com",
+ matchType: "exact",
+ reason: "Site CopyCop ciblant audience intéressée par démocratie américaine",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "democracydrive.org",
+ matchType: "exact",
+ reason: "Faux site pro-démocratie du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "de-nachrichtenseite.de",
+ matchType: "exact",
+ reason: "Site d'information inauthentique allemand, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "desmoinesdefender.com",
+ matchType: "exact",
+ reason: "Faux média de Des Moines, Iowa, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "deutschenachrichtenstelle.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop se présentant comme agence d'information",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "deutsch-w.de",
+ matchType: "exact",
+ reason: "Site d'information inauthentique allemand, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "dhstalk.com",
+ matchType: "exact",
+ reason: "Site CopyCop ciblant discussions politiques américaines",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "diamondadvertiser.com",
+ matchType: "exact",
+ reason: "Faux site publicitaire/média, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "diewahreseite.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop se présentant comme 'le vrai site'",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "disnitsa.com",
+ matchType: "exact",
+ reason: "Site du réseau CopyCop administré par John Mark DOUGAN",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop"
+ ]
+ },
+
+ {
+ domain: "doch-infomedia.de",
+ matchType: "exact",
+ reason: "Site d'information inauthentique allemand, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "dznachrichten.de",
+ matchType: "exact",
+ reason: "Faux site d'actualité allemand du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "echozeit.com",
+ matchType: "exact",
+ reason: "Site CopyCop ciblant audience allemande, exploité pour opérations élections allemandes 2025",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-11-19",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne",
+ "Élections-Allemagne-2025"
+ ]
+ },
+
+ {
+ domain: "edatew.com",
+ matchType: "exact",
+ reason: "Site du réseau CopyCop administré par John Mark DOUGAN",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop"
+ ]
+ },
+
+ {
+ domain: "einfachandersinfo.de",
+ matchType: "exact",
+ reason: "Site d'information allemand du réseau CopyCop se présentant comme 'simplement différent'",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "einmaleinsneu.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "elbevets.com",
+ matchType: "exact",
+ reason: "Site du réseau CopyCop administré par John Mark DOUGAN",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop"
+ ]
+ },
+
+ {
+ domain: "ensemble-24.fr",
+ matchType: "exact",
+ reason: "OPÉRATION MAJEURE - Typosquatting du site officiel de la coalition Ensemble (ensemble-2024.fr). Enregistré 19/06/2024, 11 jours après dissolution Assemblée nationale. Usurpation identité graphique. Proposait 'prime Macron' de 100€ en échange de vote. Hébergé IP 63.250.43[.]138-139 liées à berliner-wochenzeitung.de",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-06-19",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-France",
+ "Élections-Législatives-2024",
+ "Typosquatting",
+ "Usurpation-Identité",
+ "Fraude-Électorale"
+ ]
+ },
+
+ {
+ domain: "epochpost.org",
+ matchType: "exact",
+ reason: "Faux site d'information du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop"
+ ]
+ },
+
+ {
+ domain: "expert-infomedien.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop se présentant comme expert média",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "f-aktuell.de",
+ matchType: "exact",
+ reason: "Site d'actualité inauthentique allemand du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "falconeye.tech",
+ matchType: "exact",
+ reason: "Site lié aux activités professionnelles de John Mark DOUGAN. Hébergé sur infrastructure CopyCop (IP 95.165.66[.]27) avec bostontimes.com et veritecachee.fr",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2017-01-01",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "John-Mark-DOUGAN",
+ "Infrastructure"
+ ]
+ },
+
+ {
+ domain: "fcastro.ru",
+ matchType: "exact",
+ reason: "Site de la Fondation Fidel Castro créée par Léonid SAVINE (éditeur en chef de geopolitika.ru). Hébergé sur infrastructure CopyCop. Liens avec Valéry KOROVINE",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2021-01-01",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Écosystème-DOUGUINE",
+ "Léonid-SAVINE",
+ "Valéry-KOROVINE"
+ ]
+ },
+
+ {
+ domain: "flagstaffpost.com",
+ matchType: "exact",
+ reason: "Faux média local de Flagstaff, Arizona, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "flyoverbeacon.com",
+ matchType: "exact",
+ reason: "Site CopyCop ciblant États américains du centre ('flyover states')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "flythesky.ru",
+ matchType: "exact",
+ reason: "Site du réseau CopyCop avec extension .ru, administré par John Mark DOUGAN",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2018-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "John-Mark-DOUGAN"
+ ]
+ },
+
+ {
+ domain: "foreignagentintel.com",
+ matchType: "exact",
+ reason: "Site hébergé par John Mark DOUGAN pour Mike JONES (influenceur américain pro-russe exilé en Russie) avant leur rupture",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2020-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "John-Mark-DOUGAN",
+ "Influenceurs-Pro-Russes"
+ ]
+ },
+
+ {
+ domain: "franceencolere.fr",
+ matchType: "exact",
+ reason: "Site CopyCop ciblant audience française avec narratifs de colère et division",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-27",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-France"
+ ]
+ },
+
+ {
+ domain: "freedomfacade.com",
+ matchType: "exact",
+ reason: "Site CopyCop ciblant audience américaine pro-liberté",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "freedomfixture.com",
+ matchType: "exact",
+ reason: "Faux site pro-liberté du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "freedomforge.info",
+ matchType: "exact",
+ reason: "Site CopyCop se présentant comme forge de la liberté",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "freedomfoundry.info",
+ matchType: "exact",
+ reason: "Faux site liberté du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "freeeaglepress.org",
+ matchType: "exact",
+ reason: "Site CopyCop usurpant thématique patriotique américaine",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "fr-press.de",
+ matchType: "exact",
+ reason: "Site CopyCop allemand se présentant comme presse française",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "gaugerformayor.com",
+ matchType: "exact",
+ reason: "Site créé par John Mark DOUGAN pour se venger de personnes enquêtant sur ses activités",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2017-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "John-Mark-DOUGAN",
+ "Harcèlement"
+ ]
+ },
+
+ {
+ domain: "gbgeopolitics.com",
+ matchType: "exact",
+ reason: "Site géopolitique du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop"
+ ]
+ },
+
+ {
+ domain: "gegengewicht-media.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop se présentant comme contrepoids médiatique",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "gegenleitmedien.de",
+ matchType: "exact",
+ reason: "Site CopyCop allemand contre 'Leitmedien' (médias dominants)",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "georgiagazette.us",
+ matchType: "exact",
+ reason: "Faux journal de Géorgie, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "gopguardian.com",
+ matchType: "exact",
+ reason: "Site CopyCop ciblant Parti Républicain américain (GOP)",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Audience-Conservatrice"
+ ]
+ },
+
+ {
+ domain: "governancegaze.com",
+ matchType: "exact",
+ reason: "Faux site d'analyse gouvernance du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "greenmen-movement.com",
+ matchType: "exact",
+ reason: "Site du réseau CopyCop administré par John Mark DOUGAN",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop"
+ ]
+ },
+
+ {
+ domain: "guckmalgenauhin.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop ('regarde attentivement')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "hamb-post.de",
+ matchType: "exact",
+ reason: "Faux journal de Hambourg du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "hamburger-anzeiger.de",
+ matchType: "exact",
+ reason: "Site CopyCop usurpant média hambourgeois",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "hamburger-sichtweisen.de",
+ matchType: "exact",
+ reason: "Faux site d'opinions hambourgeois, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "hamburg-ex.de",
+ matchType: "exact",
+ reason: "Site CopyCop de Hambourg",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "harrisburg-chronicle.com",
+ matchType: "exact",
+ reason: "Faux journal de Harrisburg, Pennsylvanie, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "heartlandharbor.org",
+ matchType: "exact",
+ reason: "Site CopyCop ciblant Heartland américain",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "heartlandhaven.org",
+ matchType: "exact",
+ reason: "Faux site Heartland du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "heartlandheadlines.net",
+ matchType: "exact",
+ reason: "Site CopyCop d'actualités Heartland",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "heartlandherald.us",
+ matchType: "exact",
+ reason: "Faux journal du Heartland, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "heartland-inquirer.org",
+ matchType: "exact",
+ reason: "Site CopyCop usurpant média du Heartland américain",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "herrpostillon.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "heute-inberlin.de",
+ matchType: "exact",
+ reason: "Faux site d'actualité berlinois du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "h-np.de",
+ matchType: "exact",
+ reason: "Site d'information inauthentique allemand, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "honestcitizens.org",
+ matchType: "exact",
+ reason: "Site CopyCop se présentant comme plateforme citoyenne honnête",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "hotelpalacedesneiges.com",
+ matchType: "exact",
+ reason: "OPÉRATION SPÉCIFIQUE - Site créé pour fausse acquisition par ZELENSKY d'un hôtel à Courchevel. Hébergé IP 162.255.118[.]65-66, même cluster que seattle-tribune.com et wehrpflicht2025.de",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-11-25",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Opération-Spécifique",
+ "Anti-Ukraine",
+ "ZELENSKY"
+ ]
+ },
+
+ {
+ domain: "houstonpost.org",
+ matchType: "exact",
+ reason: "Faux journal de Houston du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "huawei-govno.ru",
+ matchType: "exact",
+ reason: "Site créé par John Mark DOUGAN pour critiquer entreprise Huawei ('govno' = merde en russe)",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2017-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "John-Mark-DOUGAN"
+ ]
+ },
+
+ {
+ domain: "in-absicht.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "infomediafuerdich.de",
+ matchType: "exact",
+ reason: "Site d'information allemand du réseau CopyCop ('info média pour toi')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "info-mediaplattform.de",
+ matchType: "exact",
+ reason: "Plateforme média inauthentique allemande du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "infomediaregierungskritisch.de",
+ matchType: "exact",
+ reason: "Site allemand CopyCop se présentant comme info média critique du gouvernement",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne",
+ "Anti-Gouvernement"
+ ]
+ },
+
+ {
+ domain: "informant-info.de",
+ matchType: "exact",
+ reason: "Site d'information inauthentique allemand du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "infosindependants.fr",
+ matchType: "exact",
+ reason: "OPÉRATION MAJEURE - Site français majeur du réseau CopyCop. Enregistré 27/01/2024. Hébergé IP 95.165.66[.]27 avec falconeye.tech, bostontimes.com et veritecachee.fr. A primo-diffusé opération 'pont Armée Rouge Paris' le 5/05/2024",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-27",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-France",
+ "Infrastructure-Clé",
+ "Primo-Diffusion"
+ ]
+ },
+
+ {
+ domain: "info-stichpunkt.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "ins-gesicht.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "internetpoebler-info.de",
+ matchType: "exact",
+ reason: "Site d'information allemand du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "in-und-ausland.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop ('national et international')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "justiceserved.org",
+ matchType: "exact",
+ reason: "Site CopyCop ciblant thématique justice américaine",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "kbsf-tv.com",
+ matchType: "exact",
+ reason: "Faux site télévision américain du réseau CopyCop, exploité pour opérations électorales USA",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-08-01",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Élections-USA-2024"
+ ]
+ },
+
+ {
+ domain: "kernpunkt-infomedia.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop ('point central info média')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "kernrecht.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "klartext-news.de",
+ matchType: "exact",
+ reason: "Site d'actualité allemand du réseau CopyCop ('actualités franc-parler')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "konusnews.de",
+ matchType: "exact",
+ reason: "Site d'actualité inauthentique allemand du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "kurzchronik.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop ('chronique courte')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "la-cher.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "lakestarreview.com",
+ matchType: "exact",
+ reason: "Faux média local américain du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "langmir.ru",
+ matchType: "exact",
+ reason: "Site du réseau CopyCop avec extension .ru, administré par John Mark DOUGAN",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2018-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "John-Mark-DOUGAN"
+ ]
+ },
+
+ {
+ domain: "lansingtribune.org",
+ matchType: "exact",
+ reason: "Faux journal de Lansing, Michigan, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "laut-medien.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop ('médias bruyants')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "leaderledger.net",
+ matchType: "exact",
+ reason: "Faux registre de leaders, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "leaveukrainewar.com",
+ matchType: "exact",
+ reason: "Site CopyCop propagande anti-Ukraine ('quitter la guerre d'Ukraine')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Anti-Ukraine",
+ "Propagande"
+ ]
+ },
+
+ {
+ domain: "lesechodelafrance.fr",
+ matchType: "exact",
+ reason: "Faux média français du réseau CopyCop ('l'écho de la France')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-27",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-France"
+ ]
+ },
+
+ {
+ domain: "libertylagoon.org",
+ matchType: "exact",
+ reason: "Site CopyCop ciblant thématique liberté américaine",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "libertylantern.org",
+ matchType: "exact",
+ reason: "Faux site liberté du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "libertylaunch.org",
+ matchType: "exact",
+ reason: "Site CopyCop se présentant comme lancement de la liberté",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "libertylectern.org",
+ matchType: "exact",
+ reason: "Faux site tribune liberté du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "libertypressnews.com",
+ matchType: "exact",
+ reason: "Site CopyCop usurpant presse liberté américaine",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "libertyvoice.info",
+ matchType: "exact",
+ reason: "Faux site voix de la liberté, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "londonchronicle.news",
+ matchType: "exact",
+ reason: "Faux journal londonien du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-UK"
+ ]
+ },
+
+ {
+ domain: "londoncrier.co.uk",
+ matchType: "exact",
+ reason: "Site CopyCop enregistré en janvier 2024 par John Mark DOUGAN, usurpant média britannique",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-UK"
+ ]
+ },
+
+ {
+ domain: "londoncrier.com",
+ matchType: "exact",
+ reason: "Extension .com du faux média londonien du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-UK"
+ ]
+ },
+
+ {
+ domain: "lonestarcrier.com",
+ matchType: "exact",
+ reason: "Faux média du Texas ('Lone Star State'), réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "ltcolstu.com",
+ matchType: "exact",
+ reason: "Site du réseau CopyCop administré par John Mark DOUGAN",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop"
+ ]
+ },
+
+ {
+ domain: "madison-gazette.org",
+ matchType: "exact",
+ reason: "Faux journal de Madison, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "media-transparent.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop se présentant comme média transparent",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "mehrstimmen.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop ('plus de voix')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "miamichron.com",
+ matchType: "exact",
+ reason: "Faux journal de Miami du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "michigantribune.org",
+ matchType: "exact",
+ reason: "Site CopyCop usurpant tribune du Michigan",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "munchener-nachrichten.de",
+ matchType: "exact",
+ reason: "Faux site d'actualités munichoises du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "mytransitionua.org",
+ matchType: "exact",
+ reason: "OPÉRATION SPÉCIFIQUE - Site pro-transgenres ukrainien inauthentique. Enregistré 18/12/2023. Imputé avec confiance élevée au projet Lakhta. Amplifié via Storm-1516 fin décembre 2023. Coordination entre MOI",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2023-12-18",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Projet-Lakhta",
+ "Anti-Ukraine",
+ "Coordination-MOI"
+ ]
+ },
+
+ {
+ domain: "nachrichtendestages.de",
+ matchType: "exact",
+ reason: "Site d'actualité inauthentique allemand du réseau CopyCop ('actualités du jour')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "nachrichtenunabhaengig.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop ('actualités indépendantes')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "n-a-h.de",
+ matchType: "exact",
+ reason: "Site d'information inauthentique allemand du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "nationalcrier.com",
+ matchType: "exact",
+ reason: "Faux média national américain du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "nationalmatters.org",
+ matchType: "exact",
+ reason: "Site CopyCop ciblant affaires nationales américaines",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "nationalnarrative.org",
+ matchType: "exact",
+ reason: "Faux site narratif national du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "nationnotebook.com",
+ matchType: "exact",
+ reason: "Site CopyCop se présentant comme carnet de notes national",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "nebraskatruth.com",
+ matchType: "exact",
+ reason: "Site CopyCop historique ('vérité du Nebraska'). Enregistré 2018-2023. Hébergé IP 160.153.0[.]104, proche de newswayforward.us et newwayforward.vote (campagne Kamala HARRIS)",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2018-01-01",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Infrastructure-Historique",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "nevadaannouncer.com",
+ matchType: "exact",
+ reason: "Faux média du Nevada du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "nevadaannouncer.org",
+ matchType: "exact",
+ reason: "Extension .org du faux média du Nevada, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "newscenterpress.org",
+ matchType: "exact",
+ reason: "Site CopyCop se présentant comme centre presse d'actualités",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "news-checker.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop se présentant comme vérificateur d'actualités",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "newsdesk.press",
+ matchType: "exact",
+ reason: "Site CopyCop historique alimenté par articles reformulés via IA générative. Créé entre 2017-2023",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2020-01-01",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Infrastructure-Historique",
+ "IA-Générative"
+ ]
+ },
+
+ {
+ domain: "newsfuereuch.de",
+ matchType: "exact",
+ reason: "Site d'actualité allemand du réseau CopyCop ('actualités pour vous')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "newsletters-berlin.de",
+ matchType: "exact",
+ reason: "Faux site newsletters berlinois du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "newsmacher.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop ('faiseurs d'actualités')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "newswichtig.de",
+ matchType: "exact",
+ reason: "Site d'actualité allemand du réseau CopyCop ('actualités importantes')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "newswayforward.us",
+ matchType: "exact",
+ reason: "OPÉRATION MAJEURE - Typosquatting du site de campagne de Kamala HARRIS. Enregistré 18/09/2024. Hébergé IP 160.153.0[.]225, proche de nebraskatruth.com, ensemble-24.fr, casinohotelvunipalacehotel.com",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-09-18",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Élections-USA-2024",
+ "Typosquatting",
+ "Kamala-HARRIS"
+ ]
+ },
+
+ {
+ domain: "newwayforward.vote",
+ matchType: "exact",
+ reason: "OPÉRATION MAJEURE - 2e typosquatting campagne Kamala HARRIS. Enregistré 24/09/2024. Hébergé IP 63.250.43[.]132-133, cluster CopyCop proche berliner-wochenzeitung.de",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-09-24",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Élections-USA-2024",
+ "Typosquatting",
+ "Kamala-HARRIS"
+ ]
+ },
+
+ {
+ domain: "niggar.tech",
+ matchType: "exact",
+ reason: "Site du réseau CopyCop administré par John Mark DOUGAN",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop"
+ ]
+ },
+
+ {
+ domain: "nnberlin.de",
+ matchType: "exact",
+ reason: "Site d'information inauthentique berlinois du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "northcarolinacourier.us",
+ matchType: "exact",
+ reason: "Faux journal de Caroline du Nord du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "novanachrichten.de",
+ matchType: "exact",
+ reason: "Site d'actualité inauthentique allemand du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "nrtv.online",
+ matchType: "exact",
+ reason: "Site du réseau CopyCop administré par John Mark DOUGAN",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop"
+ ]
+ },
+
+ {
+ domain: "nudis-verbis.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "nynewsdaily.org",
+ matchType: "exact",
+ reason: "Faux quotidien new-yorkais du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "oakjournalnews.com",
+ matchType: "exact",
+ reason: "Site CopyCop usurpant journal américain",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "oasisobserverpost.org",
+ matchType: "exact",
+ reason: "Faux site observateur du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "oasis-weekly-post.com",
+ matchType: "exact",
+ reason: "Site CopyCop hebdomadaire américain",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "oku-nachrichten.de",
+ matchType: "exact",
+ reason: "Site d'actualité inauthentique allemand du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "onlinedaheim-24.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop ('en ligne à la maison 24h/24')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "onlineunterwegs.de",
+ matchType: "exact",
+ reason: "Site d'actualité allemand du réseau CopyCop ('en ligne en déplacement')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "oraclenews.org",
+ matchType: "exact",
+ reason: "Faux site d'actualités oracle du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "parler2.com",
+ matchType: "exact",
+ reason: "Site CopyCop imitant réseau social Parler",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "partyperspective.com",
+ matchType: "exact",
+ reason: "Site CopyCop ciblant perspective partisane américaine",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "patriotbeacon.us",
+ matchType: "exact",
+ reason: "Faux site patriote américain du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "patrioticpage.com",
+ matchType: "exact",
+ reason: "Site CopyCop usurpant thématique patriotique",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "patrioticparade.com",
+ matchType: "exact",
+ reason: "Faux site parade patriotique du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "patrioticpioneer.com",
+ matchType: "exact",
+ reason: "Site CopyCop se présentant comme pionnier patriotique",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "patrioticpulse.info",
+ matchType: "exact",
+ reason: "Faux site pouls patriotique du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "patriotvoicenews.com",
+ matchType: "exact",
+ reason: "OPÉRATION MAJEURE - Site CopyCop avec compte Rumble associé @patriotvoicenews. A primo-diffusé opération Kamala HARRIS / P.Diddy (500 000$). Domaine patriotvoicenews.com lié à CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-10-30",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Élections-USA-2024",
+ "Primo-Diffusion"
+ ]
+ },
+
+ {
+ domain: "pbsotalk.org",
+ matchType: "exact",
+ reason: "Site créé par John Mark DOUGAN pour se venger de personnes enquêtant sur ses activités. Typosquattait potentiellement PBS",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2017-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "John-Mark-DOUGAN",
+ "Harcèlement",
+ "Typosquatting"
+ ]
+ },
+
+ {
+ domain: "pennsylvaniamessenger.com",
+ matchType: "exact",
+ reason: "Faux messager de Pennsylvanie du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "phoenixpatriot.org",
+ matchType: "exact",
+ reason: "Site CopyCop patriote de Phoenix, Arizona",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "polemisch-infomedia.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop se présentant comme info média polémique",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "policypaddock.com",
+ matchType: "exact",
+ reason: "Faux site analyse politique du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "policypassage.com",
+ matchType: "exact",
+ reason: "Site CopyCop ciblant discussion politique",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "policypatch.com",
+ matchType: "exact",
+ reason: "Faux site politique du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "policypath.org",
+ matchType: "exact",
+ reason: "Site CopyCop se présentant comme chemin politique",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "policypeak.org",
+ matchType: "exact",
+ reason: "Faux site sommet politique du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "policyplatform.info",
+ matchType: "exact",
+ reason: "Site CopyCop plateforme politique",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "policyporch.org",
+ matchType: "exact",
+ reason: "Faux site porche politique du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "politicalpioneer.com",
+ matchType: "exact",
+ reason: "Site CopyCop se présentant comme pionnier politique",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "politicalplot.org",
+ matchType: "exact",
+ reason: "Faux site intrigue politique du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "politicalporch.com",
+ matchType: "exact",
+ reason: "Site CopyCop ciblant discussions politiques",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "politicostream.com",
+ matchType: "exact",
+ reason: "Faux site flux politique du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "presseneu.de",
+ matchType: "exact",
+ reason: "Site d'information allemand du réseau CopyCop ('presse nouvelle')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "prinzipienfest.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "proudamerican.cc",
+ matchType: "exact",
+ reason: "Site CopyCop ciblant patriotes américains",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "publicnewspaper.org",
+ matchType: "exact",
+ reason: "Faux journal public du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "pulsepress.org",
+ matchType: "exact",
+ reason: "Site CopyCop se présentant comme presse pouls",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "purplestatepost.com",
+ matchType: "exact",
+ reason: "Faux site États pivots américains du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "raleigh-herald.com",
+ matchType: "exact",
+ reason: "Site CopyCop usurpant journal de Raleigh, Caroline du Nord",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "red-blue-tribune.com",
+ matchType: "exact",
+ reason: "Faux site tribune bipartisane du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "redo1776.com",
+ matchType: "exact",
+ reason: "Site CopyCop référence historique américaine",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "redstategazette.com",
+ matchType: "exact",
+ reason: "Faux site États rouges conservateurs du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Audience-Conservatrice"
+ ]
+ },
+
+ {
+ domain: "redstatereport.net",
+ matchType: "exact",
+ reason: "Site CopyCop rapport États conservateurs",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Audience-Conservatrice"
+ ]
+ },
+
+ {
+ domain: "republicrally.com",
+ matchType: "exact",
+ reason: "Faux site rassemblement républicain du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Audience-Conservatrice"
+ ]
+ },
+
+ {
+ domain: "republicrange.com",
+ matchType: "exact",
+ reason: "Site CopyCop gamme républicaine",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Audience-Conservatrice"
+ ]
+ },
+
+ {
+ domain: "republicregard.com",
+ matchType: "exact",
+ reason: "Faux site regard républicain du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Audience-Conservatrice"
+ ]
+ },
+
+ {
+ domain: "republicreview.net",
+ matchType: "exact",
+ reason: "Site CopyCop revue républicaine",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Audience-Conservatrice"
+ ]
+ },
+
+ {
+ domain: "republicripple.com",
+ matchType: "exact",
+ reason: "Faux site onde républicaine du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Audience-Conservatrice"
+ ]
+ },
+
+ {
+ domain: "republicroot.com",
+ matchType: "exact",
+ reason: "Site CopyCop racine républicaine",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Audience-Conservatrice"
+ ]
+ },
+
+ {
+ domain: "republicroots.org",
+ matchType: "exact",
+ reason: "Faux site racines républicaines du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Audience-Conservatrice"
+ ]
+ },
+
+ {
+ domain: "republicrundown.com",
+ matchType: "exact",
+ reason: "Site CopyCop résumé républicain",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Audience-Conservatrice"
+ ]
+ },
+
+ {
+ domain: "resonieren.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop ('résonner')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "rightrealm.net",
+ matchType: "exact",
+ reason: "Faux site royaume de droite du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Audience-Conservatrice"
+ ]
+ },
+
+ {
+ domain: "rightresonance.org",
+ matchType: "exact",
+ reason: "Site CopyCop résonance de droite",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Audience-Conservatrice"
+ ]
+ },
+
+ {
+ domain: "rightreview.org",
+ matchType: "exact",
+ reason: "Faux site revue de droite du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Audience-Conservatrice"
+ ]
+ },
+
+ {
+ domain: "rightrevival.org",
+ matchType: "exact",
+ reason: "Site CopyCop renouveau de droite",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Audience-Conservatrice"
+ ]
+ },
+
+ {
+ domain: "rightrundown.com",
+ matchType: "exact",
+ reason: "Faux site résumé de droite du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Audience-Conservatrice"
+ ]
+ },
+
+ {
+ domain: "rightwingrev.com",
+ matchType: "exact",
+ reason: "Site CopyCop révolution aile droite",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Audience-Conservatrice"
+ ]
+ },
+
+ {
+ domain: "ruf-der-freiheit.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop ('appel de la liberté')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "rundumdieuhr-24.de",
+ matchType: "exact",
+ reason: "Site d'actualité allemand du réseau CopyCop ('24h/24')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "sag-das.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop ('dis-le')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "sanfranchron.com",
+ matchType: "exact",
+ reason: "Faux journal de San Francisco du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "sarahwestall.com",
+ matchType: "exact",
+ reason: "Site hébergé par John Mark DOUGAN pour Sarah WESTALL (influenceuse américaine pro-russe). WESTALL a donné plusieurs centaines de dollars à DOUGAN via Buymeacoffee",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2020-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "John-Mark-DOUGAN",
+ "Influenceurs-Pro-Russes"
+ ]
+ },
+
+ {
+ domain: "sarahwestall.org",
+ matchType: "exact",
+ reason: "Extension .org du site de Sarah WESTALL hébergé par John Mark DOUGAN",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2020-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "John-Mark-DOUGAN",
+ "Influenceurs-Pro-Russes"
+ ]
+ },
+
+ {
+ domain: "scheinwerfen.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop ('projecteur')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "scopestory.com",
+ matchType: "exact",
+ reason: "Faux site histoire portée du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "seattle-tribune.com",
+ matchType: "exact",
+ reason: "Site CopyCop usurpant tribune de Seattle. Hébergé IP 162.255.118[.]65-66, même cluster que hotelpalacedesneiges.com et wehrpflicht2025.de",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA",
+ "Infrastructure-Clé"
+ ]
+ },
+
+ {
+ domain: "seite-eins-nachrichten.de",
+ matchType: "exact",
+ reason: "Site d'actualité allemand du réseau CopyCop ('actualités page une')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "senatesight.com",
+ matchType: "exact",
+ reason: "Faux site vision Sénat du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "signaldaily.org",
+ matchType: "exact",
+ reason: "Site CopyCop signal quotidien",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "silverstatesignal.org",
+ matchType: "exact",
+ reason: "Faux signal de l'État d'argent (Nevada) du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "skryty.ru",
+ matchType: "exact",
+ reason: "Site du réseau CopyCop avec extension .ru ('caché' en russe), administré par John Mark DOUGAN",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2018-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "John-Mark-DOUGAN"
+ ]
+ },
+
+ {
+ domain: "soiij.org",
+ matchType: "exact",
+ reason: "Site de la fausse organisation 'Syndicate of Independent International Journalists' créée par John Mark DOUGAN",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2017-01-01",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "John-Mark-DOUGAN",
+ "Fausse-Organisation"
+ ]
+ },
+
+ {
+ domain: "speech.chat",
+ matchType: "exact",
+ reason: "Forum créé par John Mark DOUGAN dans le réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2017-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "John-Mark-DOUGAN"
+ ]
+ },
+
+ {
+ domain: "statestage.org",
+ matchType: "exact",
+ reason: "Faux site scène étatique du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "stimmedeutsch.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop ('voix allemande')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "suitreview.org",
+ matchType: "exact",
+ reason: "Site CopyCop revue costume",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "tageblatt-berlin.de",
+ matchType: "exact",
+ reason: "Faux quotidien berlinois du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "tagesnews-24.de",
+ matchType: "exact",
+ reason: "Site d'actualité 24h/24 allemand du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "tagundnacht24.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop ('jour et nuit 24')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "thearizonaobserver.com",
+ matchType: "exact",
+ reason: "Faux observateur de l'Arizona du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "thegeorgiangazette.com",
+ matchType: "exact",
+ reason: "Site CopyCop usurpant gazette georgienne",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "thegreenmen.org",
+ matchType: "exact",
+ reason: "Site du réseau CopyCop administré par John Mark DOUGAN",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop"
+ ]
+ },
+
+ {
+ domain: "thesis-info.de",
+ matchType: "exact",
+ reason: "Site d'information allemand du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "timkirbyshow.com",
+ matchType: "exact",
+ reason: "Site hébergé par John Mark DOUGAN pour Tim KIRBY (influenceur américain pro-russe exilé en Russie). Locaux partagés au 11 allée Bryoussov, Moscou",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2020-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "John-Mark-DOUGAN",
+ "Influenceurs-Pro-Russes"
+ ]
+ },
+
+ {
+ domain: "todayschronicle.org",
+ matchType: "exact",
+ reason: "Faux chronique d'aujourd'hui du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "top-news-munchen.de",
+ matchType: "exact",
+ reason: "Site d'actualité inauthentique municho du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "tribunetimes.org",
+ matchType: "exact",
+ reason: "Site CopyCop usurpant tribune times",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "truthapedia.com",
+ matchType: "exact",
+ reason: "Faux site encyclopédie vérité du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "truthapedia.org",
+ matchType: "exact",
+ reason: "Extension .org de la fausse encyclopédie vérité, réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "truthcentral.org",
+ matchType: "exact",
+ reason: "Site CopyCop centrale vérité",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "turnsy.com",
+ matchType: "exact",
+ reason: "Site du réseau CopyCop administré par John Mark DOUGAN",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop"
+ ]
+ },
+
+ {
+ domain: "ukpoliticking.com",
+ matchType: "exact",
+ reason: "Faux site politique britannique du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-UK"
+ ]
+ },
+
+ {
+ domain: "ukrainepeace.org",
+ matchType: "exact",
+ reason: "Site CopyCop propagande 'paix en Ukraine' anti-soutien à l'Ukraine",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Anti-Ukraine",
+ "Propagande"
+ ]
+ },
+
+ {
+ domain: "ungeziert-info.de",
+ matchType: "exact",
+ reason: "Site d'information allemand du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "unitytrend.com",
+ matchType: "exact",
+ reason: "Faux site tendance unité du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "unmittelbar-medien.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop ('média immédiat')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "vanguardviews.com",
+ matchType: "exact",
+ reason: "Site CopyCop vues avant-garde",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "veritecachee.fr",
+ matchType: "exact",
+ reason: "Site français majeur du réseau CopyCop ('vérité cachée'). Enregistré 22/06/2024. Hébergé IP 95.165.66[.]27 avec infosindependants.fr, falconeye.tech, bostontimes.com. Nom proche du faux média d'Adrien BOCQUET 'Vérités cachées'",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-06-22",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-France",
+ "Infrastructure-Clé",
+ "Adrien-BOCQUET"
+ ]
+ },
+
+ {
+ domain: "vidvist.com",
+ matchType: "exact",
+ reason: "Site du réseau CopyCop administré par John Mark DOUGAN",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop"
+ ]
+ },
+
+ {
+ domain: "visionar-info.de",
+ matchType: "exact",
+ reason: "Site d'information allemand du réseau CopyCop ('visionnaire')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "vollverstand.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop ('pleine compréhension')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "votervista.net",
+ matchType: "exact",
+ reason: "Faux site vue électeur du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "w-a-munchen.de",
+ matchType: "exact",
+ reason: "Site d'information inauthentique municho du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "warstudiescentre.co.uk",
+ matchType: "exact",
+ reason: "OPÉRATION SPÉCIFIQUE - Site CopyCop usurpant identité graphique de l'Institute for the Study of War américain. Diffuse fausses citations militaires occidentaux concernant missiles russes Orechnik",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2025-01-09",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-UK",
+ "Usurpation-Identité",
+ "Opération-Spécifique"
+ ]
+ },
+
+ {
+ domain: "washingtonwatch.us",
+ matchType: "exact",
+ reason: "Site CopyCop surveillance Washington",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "wdr-hall.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop imitant potentiellement WDR",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "wehrpflicht2025.de",
+ matchType: "exact",
+ reason: "OPÉRATION MAJEURE - Site usurpant ministère Défense allemand. Affirmait recrutement 500 000 soldats pour 'maintenir paix en Europe de l'Est'. Enregistré novembre 2024. Hébergé IP 162.255.118[.]65-66, même cluster seattle-tribune.com et hotelpalacedesneiges.com",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-11-19",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne",
+ "Usurpation-Identité",
+ "Opération-Spécifique"
+ ]
+ },
+
+ {
+ domain: "weitwinkelmedien.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop ('média grand angle')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "woodlandweeklyguardian.com",
+ matchType: "exact",
+ reason: "Faux gardien hebdomadaire Woodland du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "worldnewsdesk.press",
+ matchType: "exact",
+ reason: "Site CopyCop bureau actualités mondiales",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop"
+ ]
+ },
+
+ {
+ domain: "wochenueberblick-berlin.de",
+ matchType: "contains",
+ reason: "Site CopyCop aperçu hebdomadaire Berlin (IDN avec caractère spécial)",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "xposedem.com",
+ matchType: "exact",
+ reason: "Site CopyCop anti-démocrates américains",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-10",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-USA"
+ ]
+ },
+
+ {
+ domain: "zeitenwende-news.de",
+ matchType: "exact",
+ reason: "Site d'actualité allemand du réseau CopyCop ('actualités tournant des temps')",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ {
+ domain: "zeitgeschenen.de",
+ matchType: "exact",
+ reason: "Site allemand du réseau CopyCop",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ reportUrl: "https://www.sgdsn.gouv.fr",
+ identifiedDate: "2024-01-01",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Sites-Allemagne"
+ ]
+ },
+
+ // ===== FIN DU RÉSEAU COPYCOP =====
+
+];
+
+// ===== COMPTES DE RÉSEAUX SOCIAUX STORM-1516 =====
+// Comptes identifiés pour primo-diffusion et amplification
+
+const storm1516SocialAccounts = [
+
+ // ===== COMPTES X / TWITTER =====
+
+ {
+ platform: "X/Twitter",
+ handle: "@AdrienBocquet59",
+ url: "https://x.com/AdrienBocquet59",
+ name: "Adrien BOCQUET",
+ role: "Primo-diffusion et amplification",
+ description: "Ancien militaire français exilé en Russie. Primo-diffuseur de narratifs Storm-1516, notamment opération accusant Léonid VOLKOV de trafic humain. Émission 'Vérités cachées'",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Primo-Diffusion",
+ "Amplification",
+ "Influenceur-France",
+ "Rémunéré"
+ ],
+ identifiedDate: "2024-03-02",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@AlertChannel",
+ url: "https://x.com/AlertChannel",
+ role: "Amplification",
+ description: "Compte exploité durant phase d'amplification. Rémunération probable par opérateurs Storm-1516",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Amplification",
+ "Réseau-Rémunéré"
+ ],
+ identifiedDate: "2024-08-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@Alphafox78",
+ url: "https://x.com/Alphafox78",
+ role: "Primo-diffusion et amplification",
+ description: "Compte ayant primo-diffusé vidéo 'Haïtiens votant illégalement pour HARRIS'. Administrateur avoue avoir été payé 100$ par Simeon BOÏKOV pour publications répétées",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Primo-Diffusion",
+ "Amplification",
+ "Rémunération-Avérée",
+ "Élections-USA-2024"
+ ],
+ identifiedDate: "2024-10-31",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ notes: "Preuve de rémunération directe par Simeon BOÏKOV"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@ANN_News92",
+ url: "https://x.com/ANN_News92",
+ role: "Amplification",
+ description: "Compte activé durant phase amplification. Schéma publication suggère rémunération",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Amplification"
+ ],
+ identifiedDate: "2024-08-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@aussiecossack",
+ url: "https://x.com/aussiecossack",
+ name: "Simeon BOÏKOV",
+ role: "Coordination et amplification",
+ description: "ACTEUR CLÉ - Australien d'origine russe, réfugié consulat russe Sydney depuis déc. 2022. Lié à Fondation Combattre Injustice (FCI). COORDINATEUR rémunération influenceurs (a payé @Alphafox78 100$ par publication). Amplifie quasi-systématiquement narratifs Storm-1516",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Coordination",
+ "Amplification",
+ "Galaxie-PRIGOJINE",
+ "FCI",
+ "Rémunérateur"
+ ],
+ identifiedDate: "2024-03-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ notes: "Coordinateur confirmé du réseau de rémunération. Exilé consulat russe Sydney"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@BPartisans",
+ url: "https://x.com/BPartisans",
+ role: "Amplification - Audience francophone",
+ description: "Compte francophone pro-russe amplifiant narratifs Storm-1516. Remercié par faux lanceur 'Jules Vincent' (opération SOROS/déchets toxiques Ukraine)",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Amplification",
+ "Pro-Russe-France"
+ ],
+ identifiedDate: "2023-11-27",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@camaradamachado",
+ url: "https://x.com/camaradamachado",
+ name: "Raphael MACHADO",
+ role: "Amplification",
+ description: "Président organisation nationaliste brésilienne Nova Resistência, proche DOUGUINE. Amplifié 8+ opérations Storm-1516 (août 2023-janvier 2025)",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Amplification",
+ "Écosystème-DOUGUINE",
+ "Nova-Resistência",
+ "Brésil"
+ ],
+ identifiedDate: "2023-08-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@camille_moscow",
+ url: "https://x.com/camille_moscow",
+ role: "Reprises opportunistes",
+ description: "Compte francophone pro-russe relayant quasi-systématiquement narratifs Storm-1516",
+ riskLevel: "medium",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Reprises",
+ "Pro-Russe-France"
+ ],
+ identifiedDate: "2024-01-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@ChayBowes",
+ url: "https://x.com/ChayBowes",
+ name: "Chay BOWES",
+ role: "Amplification systématique",
+ description: "ACTEUR MAJEUR - Journaliste pro-russe origine irlandaise, ex-RT, réside en Russie. Amplifie PRESQUE TOUS narratifs Storm-1516 quelques heures après primo-diffusion. Lié à FCI et BJA (BRICS Journalist Association). Site: theislander.eu",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Amplification",
+ "Galaxie-PRIGOJINE",
+ "FCI",
+ "BJA",
+ "Irlande"
+ ],
+ identifiedDate: "2023-08-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ relatedSites: ["theislander.eu"]
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@daniel_gugger",
+ url: "https://x.com/daniel_gugger",
+ role: "Amplification",
+ description: "Compte exploité durant phase amplification",
+ riskLevel: "medium",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Amplification"
+ ],
+ identifiedDate: "2024-01-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@DD_Geopolitics",
+ url: "https://x.com/DD_Geopolitics",
+ role: "Amplification",
+ description: "Compte géopolitique amplifiant narratifs Storm-1516. Rémunération probable",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Amplification"
+ ],
+ identifiedDate: "2024-01-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@gheliason",
+ url: "https://x.com/gheliason",
+ name: "George ELIASON",
+ role: "Amplification",
+ description: "Amplificateur actif narratifs Storm-1516. Lié écosystème FCI/BJA",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Amplification",
+ "FCI"
+ ],
+ identifiedDate: "2024-01-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@IslanderReports",
+ url: "https://x.com/IslanderReports",
+ name: "Chay BOWES (compte secondaire)",
+ role: "Amplification",
+ description: "Compte Substack de Chay BOWES (islanderreports.substack.com). Amplifie narratifs Storm-1516",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Amplification",
+ "FCI",
+ "BJA"
+ ],
+ identifiedDate: "2024-01-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ relatedSites: ["islanderreports.substack.com"]
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@its_The_Dr",
+ url: "https://x.com/its_The_Dr",
+ role: "Amplification",
+ description: "Compte amplifiant narratifs Storm-1516",
+ riskLevel: "medium",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Amplification"
+ ],
+ identifiedDate: "2024-01-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@janus_putkonen",
+ url: "https://x.com/janus_putkonen",
+ name: "Janus PUTKONEN",
+ role: "Amplification",
+ description: "Éditeur en chef mvlehti.net (Finlande). Amplifie narratifs Storm-1516. Lié FCI/BJA",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Amplification",
+ "FCI",
+ "Finlande"
+ ],
+ identifiedDate: "2024-01-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ relatedSites: ["mvlehti.net"]
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@JimFergusonUK",
+ url: "https://x.com/JimFergusonUK",
+ role: "Amplification",
+ description: "Compte UK amplifiant narratifs Storm-1516",
+ riskLevel: "medium",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Amplification",
+ "UK"
+ ],
+ identifiedDate: "2024-01-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@JovicaJovic15",
+ url: "https://x.com/JovicaJovic15",
+ name: "Jovica JOVIC",
+ role: "Amplification",
+ description: "Amplifie narratifs Storm-1516. Lié écosystème FCI",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Amplification",
+ "FCI"
+ ],
+ identifiedDate: "2024-01-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@leiroz_lucas",
+ url: "https://x.com/leiroz_lucas",
+ name: "Lucas LEIROZ",
+ role: "Amplification",
+ description: "Membre Nova Resistência (Brésil), proche DOUGUINE. Bureau BJA (BRICS Journalist Association). Collabore avec Inforos (GRU unité 54777). Amplifié 8+ opérations Storm-1516 (août 2023-janvier 2025)",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Amplification",
+ "Écosystème-DOUGUINE",
+ "Nova-Resistência",
+ "BJA",
+ "GRU-54777",
+ "Brésil"
+ ],
+ identifiedDate: "2023-08-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@MattMetro",
+ url: "https://x.com/MattMetro",
+ name: "Matthew METRO (deepfake)",
+ role: "Primo-diffusion - Identité usurpée",
+ description: "OPÉRATION DEEPFAKE - Compte créé octobre 2023 usurpant identité Matthew METRO (élève lycée). Deepfake accuse Timothy WALTZ agression sexuelle 1997. Traits visage probablement usurpés depuis photos réseaux sociaux",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Primo-Diffusion",
+ "Deepfake",
+ "Identité-Usurpée",
+ "Élections-USA-2024"
+ ],
+ identifiedDate: "2024-10-16",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ notes: "Deepfake confirmé usurpant identité personne réelle"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@MichelMichaelW1",
+ url: "https://x.com/MichelMichaelW1",
+ name: "Michael WITTWER",
+ role: "Amplification - Audience germanophone",
+ description: "Ancien candidat parti extrême-droite Pro Chemnitz (Allemagne). Recruté pour crédibiliser narratifs auprès audience germanophone",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Amplification",
+ "Allemagne",
+ "Extrême-Droite"
+ ],
+ identifiedDate: "2024-11-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@MiraMiru4",
+ url: "https://x.com/MiraMiru4",
+ name: "Mira TERADA (alias Oksana VOVK)",
+ role: "Amplification - FCI",
+ description: "ACTRICE MAJEURE - Gérante Fondation pour Combattre l'Injustice (FCI) et BRICS Journalist Association (BJA), galaxie PRIGOJINE. Ressortissante russe, incarcérée 2 ans USA pour blanchiment. Quasi tous narratifs Storm-1516 amplifiés par réseau FCI/BJA",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Amplification",
+ "Galaxie-PRIGOJINE",
+ "FCI",
+ "BJA",
+ "Coordination"
+ ],
+ identifiedDate: "2023-08-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ notes: "Dirigeante FCI et BJA - organisations clés amplification"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@MyLordBebo",
+ url: "https://x.com/MyLordBebo",
+ role: "Amplification",
+ description: "Compte amplifiant narratifs Storm-1516",
+ riskLevel: "medium",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Amplification"
+ ],
+ identifiedDate: "2024-01-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@ReadeAlexandra",
+ url: "https://x.com/ReadeAlexandra",
+ name: "Alexandra READE",
+ role: "Amplification",
+ description: "Exilée en Russie depuis 2023. Amplifie narratifs Storm-1516. Lié FCI/BJA",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Amplification",
+ "FCI",
+ "Exilée-Russie"
+ ],
+ identifiedDate: "2024-01-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@simonateba",
+ url: "https://x.com/simonateba",
+ role: "Amplification",
+ description: "Compte amplifiant narratifs Storm-1516",
+ riskLevel: "medium",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Amplification"
+ ],
+ identifiedDate: "2024-01-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@SonjaEnde",
+ url: "https://x.com/SonjaEnde",
+ name: "Sonja VAN DER ENDE",
+ role: "Amplification",
+ description: "Néerlandaise. Administratrice devend.online. Amplifie narratifs Storm-1516. Lié FCI/BJA",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Amplification",
+ "FCI",
+ "Pays-Bas"
+ ],
+ identifiedDate: "2024-01-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ relatedSites: ["devend.online"]
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@TheWakeninq",
+ url: "https://x.com/TheWakeninq",
+ role: "Primo-diffusion et amplification - USA",
+ description: "Influenceur américain pro-MAGA recruté par Storm-1516 pour primo-diffuser narratifs ciblant élection présidentielle USA 2024. Rémunération probable",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Primo-Diffusion",
+ "Amplification",
+ "Élections-USA-2024",
+ "Pro-MAGA"
+ ],
+ identifiedDate: "2024-08-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@vtforeignpolicy",
+ url: "https://x.com/vtforeignpolicy",
+ role: "Amplification",
+ description: "Compte amplifiant narratifs Storm-1516. Site associé: vtforeignpolicy.com",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Amplification"
+ ],
+ identifiedDate: "2024-01-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ relatedSites: ["vtforeignpolicy.com"]
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@Zlatti_71",
+ url: "https://x.com/Zlatti_71",
+ role: "Amplification",
+ description: "Compte amplifiant narratifs Storm-1516",
+ riskLevel: "medium",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Amplification"
+ ],
+ identifiedDate: "2024-01-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ // ===== COMPTES X - PROJET LAKHTA =====
+ // Comptes liés au projet Lakhta participant à Storm-1516
+
+ {
+ platform: "X/Twitter",
+ handle: "@patriotesunis1",
+ url: "https://x.com/patriotesunis1",
+ role: "Primo-diffusion et amplification - Projet Lakhta",
+ description: "LIEN LAKHTA - Compte francophone lié projet Lakhta. Primo-diffusé vidéo migrant tchadien relâché (23 déc 2024), puis amplifié avec publications sponsorisées 26 déc",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Projet-Lakhta",
+ "Primo-Diffusion",
+ "Amplification",
+ "France"
+ ],
+ identifiedDate: "2024-12-23",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ notes: "Coordination avérée Storm-1516 / Lakhta"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@gaulliste_92",
+ url: "https://x.com/gaulliste_92",
+ role: "Primo-diffusion - Projet Lakhta",
+ description: "LIEN LAKHTA - Compte francophone lié projet Lakhta. Primo-diffuseur narratifs Storm-1516",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Projet-Lakhta",
+ "Primo-Diffusion",
+ "France"
+ ],
+ identifiedDate: "2024-01-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ notes: "Coordination avérée Storm-1516 / Lakhta"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@patriotes2Fr",
+ url: "https://x.com/patriotes2Fr",
+ role: "Amplification - Projet Lakhta",
+ description: "LIEN LAKHTA - Compte francophone lié projet Lakhta. Amplifié avec publications sponsorisées vidéo migrant tchadien 26 déc 2024",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Projet-Lakhta",
+ "Amplification",
+ "France"
+ ],
+ identifiedDate: "2024-12-26",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@enfrancetoday",
+ url: "https://x.com/enfrancetoday",
+ role: "Amplification - Projet Lakhta",
+ description: "LIEN LAKHTA - Compte francophone lié projet Lakhta amplifiant narratifs Storm-1516",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Projet-Lakhta",
+ "Amplification",
+ "France"
+ ],
+ identifiedDate: "2024-01-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@JaimemaFra94466",
+ url: "https://x.com/JaimemaFra94466",
+ role: "Amplification - Projet Lakhta",
+ description: "LIEN LAKHTA - Compte francophone lié projet Lakhta amplifiant narratifs Storm-1516",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Projet-Lakhta",
+ "Amplification",
+ "France"
+ ],
+ identifiedDate: "2024-01-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@PourFrance39064",
+ url: "https://x.com/PourFrance39064",
+ role: "Amplification - Projet Lakhta",
+ description: "LIEN LAKHTA - Compte francophone lié projet Lakhta amplifiant narratifs Storm-1516",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Projet-Lakhta",
+ "Amplification",
+ "France"
+ ],
+ identifiedDate: "2024-01-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@AvenirDeFrance",
+ url: "https://x.com/AvenirDeFrance",
+ role: "Amplification - Projet Lakhta",
+ description: "LIEN LAKHTA - Compte francophone lié projet Lakhta amplifiant narratifs Storm-1516",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Projet-Lakhta",
+ "Amplification",
+ "France"
+ ],
+ identifiedDate: "2024-01-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@ActusFrance24",
+ url: "https://x.com/ActusFrance24",
+ role: "Amplification - Projet Lakhta",
+ description: "LIEN LAKHTA - Compte francophone lié projet Lakhta amplifiant narratifs Storm-1516",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Projet-Lakhta",
+ "Amplification",
+ "France"
+ ],
+ identifiedDate: "2024-01-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@ActusContinu",
+ url: "https://x.com/ActusContinu",
+ role: "Amplification - Projet Lakhta",
+ description: "LIEN LAKHTA - Compte francophone lié projet Lakhta amplifiant narratifs Storm-1516",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Projet-Lakhta",
+ "Amplification",
+ "France"
+ ],
+ identifiedDate: "2024-01-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@ActuReel",
+ url: "https://x.com/ActuReel",
+ role: "Amplification - Projet Lakhta",
+ description: "LIEN LAKHTA - Compte francophone lié projet Lakhta amplifiant narratifs Storm-1516",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Projet-Lakhta",
+ "Amplification",
+ "France"
+ ],
+ identifiedDate: "2024-01-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "X/Twitter",
+ handle: "@infosPR23",
+ url: "https://x.com/infosPR23",
+ role: "Amplification - Projet Lakhta",
+ description: "LIEN LAKHTA - Compte francophone lié projet Lakhta amplifiant narratifs Storm-1516",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Projet-Lakhta",
+ "Amplification",
+ "France"
+ ],
+ identifiedDate: "2024-01-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ // ===== COMPTES TELEGRAM =====
+
+ {
+ platform: "Telegram",
+ handle: "@AussieCossack",
+ url: "t.me/AussieCossack",
+ name: "Simeon BOÏKOV",
+ role: "Coordination et amplification",
+ description: "ACTEUR CLÉ - Canal Telegram de Simeon BOÏKOV. Coordination rémunération influenceurs. Amplifie quasi-systématiquement narratifs Storm-1516",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Coordination",
+ "Amplification",
+ "Galaxie-PRIGOJINE",
+ "FCI"
+ ],
+ identifiedDate: "2024-03-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "Telegram",
+ handle: "@BadVolfNews",
+ url: "t.me/BadVolfNews",
+ name: "John Mark DOUGAN",
+ role: "Amplification - CopyCop",
+ description: "INFRASTRUCTURE CLÉ - Canal Telegram de John Mark DOUGAN. Au moins 3 opérations Storm-1516 amplifiées directement sur ce canal",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "John-Mark-DOUGAN",
+ "Amplification"
+ ],
+ identifiedDate: "2024-01-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "Telegram",
+ handle: "@boriskarpovrussie",
+ url: "t.me/boriskarpovrussie",
+ role: "Reprises opportunistes - France",
+ description: "Canal francophone pro-russe relayant narratifs Storm-1516",
+ riskLevel: "medium",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Reprises",
+ "France"
+ ],
+ identifiedDate: "2024-01-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "Telegram",
+ handle: "@golosmordora",
+ url: "t.me/golosmordora",
+ role: "Amplification russophone - Projet Lakhta",
+ description: "LIEN LAKHTA - Canal PRINCIPAL primo-diffusion narratifs Storm-1516 auprès audience russophone. Répertorié parmi 'bloggeurs' agence RIA FAN (groupe Patriot PRIGOJINE)",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Projet-Lakhta",
+ "Galaxie-PRIGOJINE",
+ "Amplification",
+ "Audience-Russophone"
+ ],
+ identifiedDate: "2023-08-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ notes: "Canal clé diffusion audience russophone - lien RIA FAN"
+ },
+
+ {
+ platform: "Telegram",
+ handle: "@michel_mickael_wittwer",
+ url: "t.me/michel_mickael_wittwer",
+ name: "Michael WITTWER",
+ role: "Amplification - Allemagne",
+ description: "Canal de Michael WITTWER, ancien candidat Pro Chemnitz. Amplifie narratifs Storm-1516 audience germanophone",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Amplification",
+ "Allemagne",
+ "Extrême-Droite"
+ ],
+ identifiedDate: "2024-11-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "Telegram",
+ handle: "@neuesausrussland",
+ url: "t.me/neuesausrussland",
+ name: "Alina LIPP",
+ role: "Amplification - Allemagne",
+ description: "Canal d'Alina LIPP, allemande pro-russe. Amplifie narratifs Storm-1516 auprès audience germanophone. Lié FCI/BJA",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Amplification",
+ "FCI",
+ "BJA",
+ "Allemagne"
+ ],
+ identifiedDate: "2024-01-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "Telegram",
+ handle: "@radiostydoba",
+ url: "t.me/radiostydoba",
+ role: "Amplification russophone - Projet Lakhta",
+ description: "LIEN LAKHTA - Canal amplifiant narratifs Storm-1516 auprès audience russophone. Mentionné dans Wagner Leaks comme rémunéré pour publications",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Projet-Lakhta",
+ "Amplification",
+ "Audience-Russophone",
+ "Rémunéré"
+ ],
+ identifiedDate: "2023-08-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ notes: "Rémunération documentée dans Wagner Leaks"
+ },
+
+ {
+ platform: "Telegram",
+ handle: "@sanya_florida",
+ url: "t.me/sanya_florida",
+ role: "Amplification russophone",
+ description: "Canal amplifiant narratifs Storm-1516 auprès audience russophone. Suit fréquemment @golosmordora",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Amplification",
+ "Audience-Russophone"
+ ],
+ identifiedDate: "2023-08-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "Telegram",
+ handle: "@warhistoryalconafter",
+ url: "t.me/warhistoryalconafter",
+ role: "Amplification russophone",
+ description: "Canal amplifiant narratifs Storm-1516 auprès audience russophone",
+ riskLevel: "medium",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Amplification",
+ "Audience-Russophone"
+ ],
+ identifiedDate: "2023-08-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ // ===== COMPTES YOUTUBE =====
+ // Comptes jetables et lanceurs d'alerte fictifs
+
+ {
+ platform: "YouTube",
+ handle: "@Ibrahimabiola668",
+ url: "youtube.com/@Ibrahimabiola668",
+ role: "Primo-diffusion - Compte jetable",
+ description: "OPÉRATION PRINCE ANDREW - Compte jetable exploité pour opération accusant prince Andrew agression sexuelle et enlèvement enfants ukrainiens. Mise en scène 'Mr. James O.' témoin visuel",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Primo-Diffusion",
+ "Compte-Jetable"
+ ],
+ identifiedDate: "2023-08-27",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ {
+ platform: "YouTube",
+ handle: "@johndoe__2023",
+ url: "youtube.com/@johndoe__2023",
+ role: "Primo-diffusion - Compte jetable",
+ description: "Compte jetable Storm-1516. Toujours accessible à date malgré exposition publique",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Primo-Diffusion",
+ "Compte-Jetable"
+ ],
+ identifiedDate: "2023-08-01",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ // ===== COMPTES FACEBOOK =====
+
+ {
+ platform: "Facebook",
+ handle: "Ma France, Mon amour",
+ url: "facebook.com/ads/library/?id=1057518095586240",
+ role: "Amplification - Projet Lakhta",
+ description: "LIEN LAKHTA - Page Facebook liée projet Lakhta. Amplifié narratif migrant tchadien via publications sponsorisées",
+ riskLevel: "high",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "Projet-Lakhta",
+ "Amplification",
+ "France",
+ "Publicités-Sponsorisées"
+ ],
+ identifiedDate: "2024-12-26",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025"
+ },
+
+ // ===== COMPTES RUMBLE =====
+
+ {
+ platform: "Rumble",
+ handle: "@patriotvoicenews",
+ url: "rumble.com/c/patriotvoicenews",
+ role: "Primo-diffusion - CopyCop",
+ description: "LIEN COPYCOP - Compte Rumble lié domaine patriotvoicenews.com du réseau CopyCop. Primo-diffusé vidéo HARRIS/P.Diddy (500 000$)",
+ riskLevel: "critical",
+ tags: [
+ "STORM-1516",
+ "Russie",
+ "CopyCop",
+ "Primo-Diffusion",
+ "Élections-USA-2024"
+ ],
+ identifiedDate: "2024-10-30",
+ source: "VIGINUM - Rapport Storm-1516 Mai 2025",
+ relatedDomains: ["patriotvoicenews.com"]
+ }
+
+];
+
+// ===== FONCTIONS UTILITAIRES - DOMAINES =====
+
+// Filtrer par tag
+function filterStorm1516ByTag(tag) {
+ return storm1516Domains.filter(d => d.tags.includes(tag));
+}
+
+// Filtrer par niveau de risque
+function filterStorm1516ByRiskLevel(level) {
+ return storm1516Domains.filter(d => d.riskLevel === level);
+}
+
+// Obtenir tous les tags uniques
+function getStorm1516Tags() {
+ const allTags = new Set();
+ storm1516Domains.forEach(d => {
+ d.tags.forEach(tag => allTags.add(tag));
+ });
+ return Array.from(allTags).sort();
+}
+
+// Obtenir les statistiques
+function getStorm1516Stats() {
+ return {
+ total: storm1516Domains.length,
+ critical: storm1516Domains.filter(d => d.riskLevel === "critical").length,
+ highRisk: storm1516Domains.filter(d => d.riskLevel === "high").length,
+ mediumRisk: storm1516Domains.filter(d => d.riskLevel === "medium").length,
+ lowRisk: storm1516Domains.filter(d => d.riskLevel === "low").length,
+ tags: getStorm1516Tags()
+ };
+}
+
+// Obtenir par catégorie
+function getStorm1516ByCategory() {
+ const categories = {
+ copycop: storm1516Domains.filter(d => d.tags.includes("CopyCop")),
+ france: storm1516Domains.filter(d => d.tags.includes("Sites-France")),
+ usa: storm1516Domains.filter(d => d.tags.includes("Sites-USA")),
+ allemagne: storm1516Domains.filter(d => d.tags.includes("Sites-Allemagne")),
+ uk: storm1516Domains.filter(d => d.tags.includes("Sites-UK")),
+ operationsSpecifiques: storm1516Domains.filter(d => d.tags.includes("Opération-Spécifique")),
+ elections: storm1516Domains.filter(d =>
+ d.tags.some(tag => tag.includes("Élections") || tag.includes("Campagne"))
+ ),
+ infrastructure: storm1516Domains.filter(d =>
+ d.tags.includes("Infrastructure") ||
+ d.tags.includes("Infrastructure-Clé") ||
+ d.tags.includes("Infrastructure-Historique")
+ ),
+ acteurs: storm1516Domains.filter(d =>
+ d.tags.includes("John-Mark-DOUGAN") ||
+ d.tags.includes("Valéry-KOROVINE") ||
+ d.tags.includes("Adrien-BOCQUET")
+ )
+ };
+
+ return categories;
+}
+
+// ===== FONCTIONS UTILITAIRES - COMPTES RÉSEAUX SOCIAUX =====
+
+// Filtrer comptes par plateforme
+function filterStorm1516AccountsByPlatform(platform) {
+ return storm1516SocialAccounts.filter(a => a.platform === platform);
+}
+
+// Filtrer comptes par rôle
+function filterStorm1516AccountsByRole(role) {
+ return storm1516SocialAccounts.filter(a => a.role && a.role.toLowerCase().includes(role.toLowerCase()));
+}
+
+// Filtrer comptes par niveau de risque
+function filterStorm1516AccountsByRiskLevel(level) {
+ return storm1516SocialAccounts.filter(a => a.riskLevel === level);
+}
+
+// Filtrer comptes par tag
+function filterStorm1516AccountsByTag(tag) {
+ return storm1516SocialAccounts.filter(a => a.tags.includes(tag));
+}
+
+// Obtenir statistiques comptes réseaux sociaux
+function getStorm1516AccountsStats() {
+ const platforms = {};
+ const riskLevels = {
+ critical: 0,
+ high: 0,
+ medium: 0,
+ low: 0
+ };
+
+ storm1516SocialAccounts.forEach(account => {
+ // Compter par plateforme
+ if (!platforms[account.platform]) {
+ platforms[account.platform] = 0;
+ }
+ platforms[account.platform]++;
+
+ // Compter par niveau de risque
+ if (riskLevels[account.riskLevel] !== undefined) {
+ riskLevels[account.riskLevel]++;
+ }
+ });
+
+ return {
+ total: storm1516SocialAccounts.length,
+ platforms: platforms,
+ riskLevels: riskLevels,
+ acteursCles: storm1516SocialAccounts.filter(a => a.description && a.description.includes("ACTEUR CLÉ")).length,
+ acteursMajeurs: storm1516SocialAccounts.filter(a => a.description && a.description.includes("ACTEUR MAJEUR")).length,
+ lakhta: storm1516SocialAccounts.filter(a => a.tags.includes("Projet-Lakhta")).length,
+ copycop: storm1516SocialAccounts.filter(a => a.tags.includes("CopyCop")).length,
+ fci: storm1516SocialAccounts.filter(a => a.tags.includes("FCI")).length,
+ remunerationAveree: storm1516SocialAccounts.filter(a => a.tags.includes("Rémunération-Avérée")).length
+ };
+}
+
+// Obtenir acteurs clés
+function getStorm1516KeyActors() {
+ return storm1516SocialAccounts.filter(a =>
+ a.riskLevel === "critical" ||
+ (a.description && (a.description.includes("ACTEUR CLÉ") || a.description.includes("ACTEUR MAJEUR")))
+ );
+}
+
+// Rechercher comptes par nom
+function searchStorm1516Accounts(searchTerm) {
+ const term = searchTerm.toLowerCase();
+ return storm1516SocialAccounts.filter(a =>
+ (a.handle && a.handle.toLowerCase().includes(term)) ||
+ (a.name && a.name.toLowerCase().includes(term)) ||
+ (a.description && a.description.toLowerCase().includes(term))
+ );
+}
+
+// Obtenir comptes liés à des élections
+function getStorm1516ElectionAccounts() {
+ return storm1516SocialAccounts.filter(a =>
+ a.tags.some(tag => tag.includes("Élections"))
+ );
+}
+
+// Obtenir comptes par pays/région
+function getStorm1516AccountsByCountry(country) {
+ const countryTag = country.charAt(0).toUpperCase() + country.slice(1).toLowerCase();
+ return storm1516SocialAccounts.filter(a =>
+ a.tags.some(tag => tag.includes(countryTag))
+ );
+}
+
+// Export pour Node.js / modules
+if (typeof module !== 'undefined' && module.exports) {
+ module.exports = {
+ // Données
+ storm1516Domains,
+ storm1516SocialAccounts,
+
+ // Fonctions domaines
+ filterStorm1516ByTag,
+ filterStorm1516ByRiskLevel,
+ getStorm1516Tags,
+ getStorm1516Stats,
+ getStorm1516ByCategory,
+
+ // Fonctions comptes réseaux sociaux
+ filterStorm1516AccountsByPlatform,
+ filterStorm1516AccountsByRole,
+ filterStorm1516AccountsByRiskLevel,
+ filterStorm1516AccountsByTag,
+ getStorm1516AccountsStats,
+ getStorm1516KeyActors,
+ searchStorm1516Accounts,
+ getStorm1516ElectionAccounts,
+ getStorm1516AccountsByCountry
+ };
+}
+
+// Disponibilité globale pour le navigateur
+if (typeof window !== 'undefined') {
+ window.storm1516Domains = storm1516Domains;
+ window.storm1516SocialAccounts = storm1516SocialAccounts;
+
+ window.Storm1516Utils = {
+ // Domaines
+ filterByTag: filterStorm1516ByTag,
+ filterByRiskLevel: filterStorm1516ByRiskLevel,
+ getTags: getStorm1516Tags,
+ getStats: getStorm1516Stats,
+ getByCategory: getStorm1516ByCategory,
+
+ // Comptes réseaux sociaux
+ filterAccountsByPlatform: filterStorm1516AccountsByPlatform,
+ filterAccountsByRole: filterStorm1516AccountsByRole,
+ filterAccountsByRiskLevel: filterStorm1516AccountsByRiskLevel,
+ filterAccountsByTag: filterStorm1516AccountsByTag,
+ getAccountsStats: getStorm1516AccountsStats,
+ getKeyActors: getStorm1516KeyActors,
+ searchAccounts: searchStorm1516Accounts,
+ getElectionAccounts: getStorm1516ElectionAccounts,
+ getAccountsByCountry: getStorm1516AccountsByCountry
+ };
+}
+
+// Log de chargement
+console.log(`=== STORM-1516 BASE DE DONNÉES CHARGÉE ===`);
+console.log(`Domaines: ${storm1516Domains.length} identifiés`);
+console.log(`Comptes réseaux sociaux: ${storm1516SocialAccounts.length} identifiés`);
+
+if (storm1516Domains.length > 0) {
+ console.log("\n--- Statistiques Domaines ---");
+ console.log(getStorm1516Stats());
+ const categories = getStorm1516ByCategory();
+ console.log("\nCatégories:", Object.keys(categories).map(key => `${key}: ${categories[key].length}`));
+}
+
+if (storm1516SocialAccounts.length > 0) {
+ console.log("\n--- Statistiques Comptes Réseaux Sociaux ---");
+ console.log(getStorm1516AccountsStats());
+ console.log(`\nActeurs clés identifiés: ${getStorm1516KeyActors().length}`);
+}
\ No newline at end of file
diff --git a/plugin/plugin_chrome/releases/Plugin-dima/manifest.json b/plugin/plugin_chrome/releases/Plugin-dima/manifest.json
index affc019..7ef1aad 100644
--- a/plugin/plugin_chrome/releases/Plugin-dima/manifest.json
+++ b/plugin/plugin_chrome/releases/Plugin-dima/manifest.json
@@ -20,6 +20,7 @@
"data/databases/PortalKombat.js",
"data/databases/RRN.js",
"data/databases/Baybridge.js",
+ "data/databases/Storm1516.js",
"data/techniques.js",
"data/keywords.js",
"modules/contentExtractor.js",
diff --git a/plugin/plugin_chrome/releases/Plugin-dima/modules/Suspicioussitesmanager.js b/plugin/plugin_chrome/releases/Plugin-dima/modules/Suspicioussitesmanager.js
index bbda493..5acd36a 100644
--- a/plugin/plugin_chrome/releases/Plugin-dima/modules/Suspicioussitesmanager.js
+++ b/plugin/plugin_chrome/releases/Plugin-dima/modules/Suspicioussitesmanager.js
@@ -1,10 +1,10 @@
// DIMA - Gestionnaire Central de Sites Suspects
+// Version 2.2 - Support COMPLET des comptes sociaux (format Storm1516 natif)
// Ce fichier charge et agrège toutes les bases de données de domaines suspects
/**
* Gestionnaire centralisé des sites suspects
- * Charge automatiquement toutes les bases de données disponibles
- * et fournit une API unifiée pour vérifier les sites
+ * Compatible avec TOUS les formats de données existants
*/
class SuspiciousSitesManager {
constructor() {
@@ -12,9 +12,12 @@ class SuspiciousSitesManager {
this.allSites = [];
this.stats = {
totalSites: 0,
+ totalDomains: 0,
+ totalSocialAccounts: 0,
byRiskLevel: { high: 0, medium: 0, low: 0 },
bySources: {},
- byTags: {}
+ byTags: {},
+ bySocialPlatform: {}
};
this.init();
@@ -35,7 +38,9 @@ class SuspiciousSitesManager {
// Calculer les statistiques
this.calculateStats();
- console.log(`✅ DIMA: ${this.allSites.length} sites suspects chargés depuis ${this.sources.size} source(s)`);
+ console.log(`✅ DIMA: ${this.allSites.length} entrées chargées depuis ${this.sources.size} source(s)`);
+ console.log(` - ${this.stats.totalDomains} domaines`);
+ console.log(` - ${this.stats.totalSocialAccounts} comptes de réseaux sociaux`);
this.logStats();
}
@@ -90,6 +95,31 @@ class SuspiciousSitesManager {
});
console.log(` ✓ Source Baybridge chargée: ${baybridgeDomains.length} domaines`);
}
+
+ // Source 5: Storm 1516 - Domaines (VIGINUM)
+ if (typeof storm1516Domains !== 'undefined' && Array.isArray(storm1516Domains)) {
+ this.registerSource('Storm1516_Domains', storm1516Domains, {
+ name: 'Opération Storm_1516 (Domaines)',
+ description: 'Mode opératoire informationnel (MOI) russe actif depuis août 2023',
+ organization: 'VIGINUM',
+ reportUrl: 'https://www.defense.gouv.fr/sites/default/files/desinformation/Rapport%20Storm%201516%20-%20SGDSN.pdf',
+ reportDate: '2025-05-02'
+ });
+ console.log(` ✓ Source Storm 1516 (domaines) chargée: ${storm1516Domains.length} domaines`);
+ }
+
+ // Source 6: Storm 1516 - Comptes sociaux (VIGINUM) - FORMAT NATIF
+ if (typeof storm1516SocialAccounts !== 'undefined' && Array.isArray(storm1516SocialAccounts)) {
+ this.registerSource('Storm1516_Social', storm1516SocialAccounts, {
+ name: 'Opération Storm_1516 (Comptes sociaux)',
+ description: 'Comptes de réseaux sociaux relayant le MOI russe Storm 1516',
+ organization: 'VIGINUM',
+ reportUrl: 'https://www.defense.gouv.fr/sites/default/files/desinformation/Rapport%20Storm%201516%20-%20SGDSN.pdf',
+ reportDate: '2025-05-02'
+ });
+ console.log(` ✓ Source Storm 1516 (comptes sociaux) chargée: ${storm1516SocialAccounts.length} comptes`);
+ }
+
// Avertissement si aucune source n'est chargée
if (this.sources.size === 0) {
@@ -125,14 +155,28 @@ class SuspiciousSitesManager {
*/
calculateStats() {
this.stats.totalSites = this.allSites.length;
+ this.stats.totalDomains = 0;
+ this.stats.totalSocialAccounts = 0;
// Reset stats
this.stats.byRiskLevel = { high: 0, medium: 0, low: 0 };
this.stats.bySources = {};
this.stats.byTags = {};
+ this.stats.bySocialPlatform = {};
// Compter par niveau de risque et tags
this.allSites.forEach(site => {
+ // Distinguer domaines et comptes sociaux
+ // Format Storm1516: {platform: "X/Twitter", handle: "@..."}
+ // Format standard: {domain: "...", accountType: "twitter"}
+ if (site.platform || site.accountType) {
+ this.stats.totalSocialAccounts++;
+ const platform = site.platform || site.accountType;
+ this.stats.bySocialPlatform[platform] = (this.stats.bySocialPlatform[platform] || 0) + 1;
+ } else {
+ this.stats.totalDomains++;
+ }
+
// Par niveau de risque
if (site.riskLevel) {
this.stats.byRiskLevel[site.riskLevel] = (this.stats.byRiskLevel[site.riskLevel] || 0) + 1;
@@ -157,7 +201,15 @@ class SuspiciousSitesManager {
*/
logStats() {
console.log('📊 Statistiques:');
- console.log(` Total: ${this.stats.totalSites} sites`);
+ console.log(` Total: ${this.stats.totalSites} entrées`);
+ console.log(` - Domaines: ${this.stats.totalDomains}`);
+ console.log(` - Comptes sociaux: ${this.stats.totalSocialAccounts}`);
+ if (this.stats.totalSocialAccounts > 0) {
+ console.log(' Répartition par plateforme:');
+ for (const [platform, count] of Object.entries(this.stats.bySocialPlatform)) {
+ console.log(` • ${platform}: ${count}`);
+ }
+ }
console.log(` Risque élevé: ${this.stats.byRiskLevel.high || 0}`);
console.log(` Risque moyen: ${this.stats.byRiskLevel.medium || 0}`);
console.log(` Risque faible: ${this.stats.byRiskLevel.low || 0}`);
@@ -165,7 +217,7 @@ class SuspiciousSitesManager {
}
/**
- * Vérifie si une URL correspond à un site suspect
+ * Vérifie si une URL correspond à un site suspect OU un compte social suspect
* @param {string} url - L'URL à vérifier
* @returns {Object} Résultat de la vérification
*/
@@ -173,36 +225,64 @@ class SuspiciousSitesManager {
try {
const urlObj = new URL(url);
const hostname = urlObj.hostname.toLowerCase();
+ const pathname = urlObj.pathname.toLowerCase();
for (const site of this.allSites) {
let isMatch = false;
+ let matchType = 'domain';
- switch (site.matchType) {
- case "exact":
- isMatch = hostname === site.domain.toLowerCase() ||
- hostname === `www.${site.domain.toLowerCase()}`;
- break;
-
- case "contains":
- isMatch = hostname.includes(site.domain.toLowerCase());
- break;
-
- case "pattern":
- try {
- const regex = new RegExp(site.domain, "i");
- isMatch = regex.test(hostname);
- } catch (e) {
- console.error(`DIMA: Pattern regex invalide pour ${site.domain}:`, e);
- }
- break;
+ // NOUVEAU: Support du format Storm1516 natif
+ // Format: {platform: "X/Twitter", handle: "@JimFergusonUK", url: "..."}
+ if (site.platform && site.handle) {
+ isMatch = this.checkSocialAccountStorm1516Format(url, site, hostname, pathname);
+ matchType = 'social_account';
+ }
+ // Support du format standard avec accountType
+ else if (site.accountType) {
+ const extractedHandle = this.extractSocialHandle(url, site.accountType);
+ if (extractedHandle) {
+ const dbHandle = site.domain.toLowerCase().replace(/^@/, '');
+ isMatch = extractedHandle === dbHandle;
+ matchType = 'social_account';
+ }
+ }
+ // Vérification classique pour les domaines
+ else {
+ switch (site.matchType) {
+ case "exact":
+ isMatch = hostname === site.domain.toLowerCase() ||
+ hostname === `www.${site.domain.toLowerCase()}`;
+ break;
+
+ case "contains":
+ isMatch = hostname.includes(site.domain.toLowerCase());
+ break;
+
+ case "pattern":
+ try {
+ const regex = new RegExp(site.domain, "i");
+ isMatch = regex.test(hostname);
+ } catch (e) {
+ console.error(`DIMA: Pattern regex invalide pour ${site.domain}:`, e);
+ }
+ break;
+ }
}
if (isMatch) {
+ console.log(`🎯 DIMA: Match trouvé!`, {
+ type: matchType,
+ site: site.handle || site.domain,
+ url: url
+ });
+
return {
isSuspicious: true,
siteInfo: site,
riskConfig: this.getRiskConfig(site.riskLevel),
- matchedHostname: hostname
+ matchedHostname: hostname,
+ matchType: matchType,
+ matchedIdentifier: matchType === 'social_account' ? (site.handle || site.domain) : hostname
};
}
}
@@ -214,28 +294,168 @@ class SuspiciousSitesManager {
}
}
+ /**
+ * NOUVEAU: Vérifie un compte social au format Storm1516
+ * Format: {platform: "X/Twitter", handle: "@JimFergusonUK"}
+ */
+ checkSocialAccountStorm1516Format(url, site, hostname, pathname) {
+ // Mapping des plateformes Storm1516 vers domaines
+ const platformDomains = {
+ 'X/Twitter': ['twitter.com', 'x.com'],
+ 'Telegram': ['t.me', 'telegram.me'],
+ 'YouTube': ['youtube.com', 'youtu.be'],
+ 'Facebook': ['facebook.com', 'fb.com', 'm.facebook.com'],
+ 'Instagram': ['instagram.com'],
+ 'TikTok': ['tiktok.com'],
+ 'VK': ['vk.com'],
+ 'Rumble': ['rumble.com']
+ };
+
+ const platform = site.platform;
+ const handle = site.handle.toLowerCase().replace(/^@/, ''); // Enlever @ et lowercase
+
+ // Vérifier si on est sur la bonne plateforme
+ const domains = platformDomains[platform];
+ if (!domains) {
+ console.warn(`DIMA: Plateforme inconnue: ${platform}`);
+ return false;
+ }
+
+ const isCorrectDomain = domains.some(domain => hostname.includes(domain));
+ if (!isCorrectDomain) {
+ return false;
+ }
+
+ // Extraire le handle de l'URL actuelle
+ let extractedHandle = null;
+
+ if (platform === 'X/Twitter') {
+ // twitter.com/JimFergusonUK ou x.com/JimFergusonUK
+ const match = pathname.match(/^\/([a-zA-Z0-9_]+)(?:\/|$|\?)/);
+ if (match) extractedHandle = match[1].toLowerCase();
+ } else if (platform === 'Telegram') {
+ // t.me/username ou t.me/s/channelname
+ const match = pathname.match(/^\/(?:s\/)?([a-zA-Z0-9_]+)(?:\/|$|\?)/);
+ if (match) extractedHandle = match[1].toLowerCase();
+ } else if (platform === 'YouTube') {
+ // youtube.com/@username ou youtube.com/c/username
+ const match = pathname.match(/^\/([@c]\/)?([a-zA-Z0-9_-]+)(?:\/|$|\?)/);
+ if (match) extractedHandle = match[2].toLowerCase();
+ } else if (platform === 'Facebook') {
+ // facebook.com/username
+ const match = pathname.match(/^\/([a-zA-Z0-9._-]+)(?:\/|$|\?)/);
+ if (match) extractedHandle = match[1].toLowerCase();
+ } else if (platform === 'Rumble') {
+ // rumble.com/c/username
+ const match = pathname.match(/^\/c\/([a-zA-Z0-9_-]+)(?:\/|$|\?)/);
+ if (match) extractedHandle = match[1].toLowerCase();
+ }
+
+ if (extractedHandle) {
+ console.log(`🔍 DIMA: Comparaison - URL: "${extractedHandle}" vs DB: "${handle}"`);
+ return extractedHandle === handle;
+ }
+
+ return false;
+ }
+
+ /**
+ * Extrait le handle/username d'une URL de réseau social
+ * @param {string} url - L'URL complète
+ * @param {string} accountType - Type de compte (twitter, facebook, youtube, etc.)
+ * @returns {string|null} Le handle extrait ou null
+ */
+ extractSocialHandle(url, accountType) {
+ try {
+ const urlObj = new URL(url);
+ const hostname = urlObj.hostname.toLowerCase();
+ const pathname = urlObj.pathname;
+
+ // Patterns pour différents réseaux sociaux
+ const patterns = {
+ twitter: {
+ domains: ['twitter.com', 'x.com'],
+ regex: /^\/([a-zA-Z0-9_]+)(?:\/|$|\?)/
+ },
+ facebook: {
+ domains: ['facebook.com', 'fb.com'],
+ regex: /^\/([a-zA-Z0-9._]+)(?:\/|$|\?)/
+ },
+ instagram: {
+ domains: ['instagram.com'],
+ regex: /^\/([a-zA-Z0-9._]+)(?:\/|$|\?)/
+ },
+ youtube: {
+ domains: ['youtube.com'],
+ regex: /^\/([@c]\/)?([a-zA-Z0-9_-]+)(?:\/|$|\?)/
+ },
+ telegram: {
+ domains: ['t.me', 'telegram.me'],
+ regex: /^\/([a-zA-Z0-9_]+)(?:\/|$|\?)/
+ },
+ tiktok: {
+ domains: ['tiktok.com'],
+ regex: /^\/@?([a-zA-Z0-9._]+)(?:\/|$|\?)/
+ },
+ vk: {
+ domains: ['vk.com'],
+ regex: /^\/([a-zA-Z0-9._]+)(?:\/|$|\?)/
+ }
+ };
+
+ const pattern = patterns[accountType.toLowerCase()];
+ if (!pattern) {
+ console.warn(`DIMA: Type de compte non supporté: ${accountType}`);
+ return null;
+ }
+
+ // Vérifier si on est sur le bon domaine
+ const isCorrectDomain = pattern.domains.some(domain => hostname.includes(domain));
+ if (!isCorrectDomain) return null;
+
+ // Extraire le handle
+ const match = pathname.match(pattern.regex);
+ if (match) {
+ const handle = accountType.toLowerCase() === 'youtube' ? (match[2] || match[1]) : match[1];
+ console.log(`DIMA: Handle extrait de ${accountType}: ${handle}`);
+ return handle;
+ }
+
+ return null;
+ } catch (error) {
+ console.error("DIMA: Erreur lors de l'extraction du handle social:", error);
+ return null;
+ }
+ }
+
/**
* Retourne la configuration visuelle pour un niveau de risque
*/
getRiskConfig(riskLevel) {
const RISK_LEVELS = {
+ critical: {
+ color: "#8b0000",
+ icon: "🚨",
+ label: "Risque Critique",
+ message: "Ce site/compte a été identifié comme un acteur majeur de désinformation."
+ },
high: {
color: "#c0392b",
icon: "⚠️",
label: "Risque Élevé",
- message: "Ce site a été identifié comme diffusant de la désinformation de manière systématique."
+ message: "Ce site/compte a été identifié comme diffusant de la désinformation de manière systématique."
},
medium: {
color: "#e67e22",
icon: "⚡",
label: "Vigilance Requise",
- message: "Ce site a été signalé pour des pratiques douteuses."
+ message: "Ce site/compte a été signalé pour des pratiques douteuses."
},
low: {
color: "#f39c12",
icon: "ℹ️",
label: "À Surveiller",
- message: "Ce site présente des caractéristiques suspectes."
+ message: "Ce site/compte présente des caractéristiques suspectes."
}
};
@@ -281,6 +501,16 @@ class SuspiciousSitesManager {
site.source === sourceName
);
}
+
+ /**
+ * Recherche des comptes sociaux par plateforme
+ */
+ searchBySocialPlatform(platform) {
+ return this.allSites.filter(site =>
+ site.platform === platform ||
+ (site.accountType && site.accountType.toLowerCase() === platform.toLowerCase())
+ );
+ }
}
// Initialisation automatique du gestionnaire