{"id":232057,"date":"2026-06-05T07:43:34","date_gmt":"2026-06-05T07:43:34","guid":{"rendered":"https:\/\/www.intrinsec.com\/?p=232057"},"modified":"2026-06-09T15:44:53","modified_gmt":"2026-06-09T15:44:53","slug":"analyste-cti-et-llm","status":"publish","type":"post","link":"https:\/\/www.intrinsec.com\/en\/analyste-cti-et-llm\/","title":{"rendered":"CTI Analyst and LLM: an example of a successful collaboration"},"content":{"rendered":"<p class=\"wp-block-paragraph\">In a recent CTI investigation, we worked on a sophisticated campaign targeting blockchain developers through a fake recruitment process. The scenario was convincing: a fake company, a carefully prepared GitHub repository, a seemingly legitimate project, and then several mechanisms of compromise hidden within the development environment. Upon opening the repository in VS Code, a malicious task could execute automatically. Simultaneously, a booby-trapped npm dependency introduced a second infection vector. Behind this facade, the analysis revealed a multi-stage staging chain, ephemeral JWTs, behavioral filtering on the C2 side, and an infrastructure designed to resist investigation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It is precisely in this type of case that the use of an LLM becomes interesting. Not because it &quot;does the investigation for&quot; the analyst, but because it allows for the much faster absorption of a significant amount of technical material, particularly in <strong>static code analysis<\/strong>. Thus, the model made it possible to quickly examine a large GitHub repository, displaying 574 commits, and to isolate four malicious artifacts hidden in configuration and dependency files within 40 minutes:&nbsp;<code>tasks.json<\/code>,&nbsp;<code>settings.json<\/code>,&nbsp;<code>package.json<\/code>&nbsp;And&nbsp;<code>config.env.example<\/code>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"667\" src=\"https:\/\/www.intrinsec.com\/wp-content\/uploads\/2026\/06\/image-8-1024x667.png\" alt=\"\" class=\"wp-image-232066\" srcset=\"https:\/\/www.intrinsec.com\/wp-content\/uploads\/2026\/06\/image-8-1024x667.png 1024w, https:\/\/www.intrinsec.com\/wp-content\/uploads\/2026\/06\/image-8-300x195.png 300w, https:\/\/www.intrinsec.com\/wp-content\/uploads\/2026\/06\/image-8-768x500.png 768w, https:\/\/www.intrinsec.com\/wp-content\/uploads\/2026\/06\/image-8-18x12.png 18w, https:\/\/www.intrinsec.com\/wp-content\/uploads\/2026\/06\/image-8-650x423.png 650w, https:\/\/www.intrinsec.com\/wp-content\/uploads\/2026\/06\/image-8.png 1242w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The LLM then analyzed these codes and produced, in just over an hour, <strong>a complete mapping of the attack chain<\/strong>: identification of the three infection vectors, reconstruction of the four-step staging chain, extraction of IOCs, decoding of the base64-encoded C2 URL, partial deobfuscation of <code>parser.js<\/code> (obfuscation algorithm obfuscator.io, array rotation 62 iterations, custom base64 alphabet, XOR key). This cover would have taken a full day for a human analyst working alone.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">AI also ensured the entirety of the <strong>structured writing<\/strong> The plan is divided into 13 sections, includes MITRE ATT&amp;CK mapping across 30 techniques, IOC tables, cryptographic hashes, and reporting recommendations. The final deliverable\u2014this report\u2014is a direct result of this work.<\/p>\n\n\n\n<h2 id=\"h-l-analyste-decide-le-llm-execute\" class=\"wp-block-heading\">The analyst decides, the LLM executes<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But what about the human element in this story? <strong>Its role is that of steering, decision-making and interpretation.<\/strong> Thus, it was the analyst who identified the suspicious deposit and decided to inspect it. And it is the analyst who guides the LLM through the tasks to be performed, via continuous prompt engineering. Each reformulation of instructions, each course correction, each investigative decision is a pilot interaction whose quality directly determines the quality of the AI outputs.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">At certain points, the analyst&#039;s skillful interpretation helped resolve issues. For example, during attempts to reconstruct the staging chain, the AI interpreted the failure of HTTP requests to the stage-2 C2 server as an IP block\u2014a plausible but incorrect hypothesis. It was the human analyst who identified the true cause: the C2 server was filtering on the User-Agent, requiring a hash in npm format. This type of error is characteristic of the limitations of probabilistic reasoning in AI. <strong>Humans have managed to break free from the framework<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In the end, in this example, the LLM and the analyst will have &quot;worked&quot; roughly the same amount of time, three hours each. Therefore, in the space of six hours, it was possible to produce a report that would likely have required two to three days of work alone.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This experiment validates a collaborative model where AI acts as a <strong>execution capacity multiplier<\/strong> and not as a replacement for the analyst. In this model:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The CTI analyst doesn&#039;t waste time reading 50 JavaScript files line by line \u2014 the AI does it.<\/li>\n\n\n\n<li>The CTI analyst retains the role of <strong>decision-maker<\/strong> What deserves further investigation? Which hypothesis is false? When should a lead be abandoned?<\/li>\n\n\n\n<li>THE <strong>prompt engineering<\/strong> becomes an analytical skill in its own right \u2014 correctly structuring a question for AI is as intellectually demanding as formulating the right investigative hypothesis.<\/li>\n\n\n\n<li>AI failures (like the blacklisted IP hypothesis) are not bugs \u2014 they are signals. They indicate areas where the model reaches the limits of its training space, and therefore precisely where human expertise is irreplaceable.<\/li>\n<\/ul>\n\n\n\n<h2 id=\"h-conclusion\" class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This experiment validates a collaborative model where AI acts as a multiplier of execution capacity, not as a replacement for the analyst. Six hours of combined work for a deliverable that would have required two to three hours alone: the gain is real, but it depends entirely on the quality of human guidance.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is, in fact, the most important lesson of this case. The AI&#039;s error\u2014interpreting User-Agent filtering as IP blocking\u2014is not a flaw to be corrected, but a boundary to be mapped. It indicates precisely where probabilistic reasoning ends and where human expertise remains irreplaceable. When used correctly, LLM does not dilute the CTI analyst&#039;s role; it shifts its focus to what matters most: deciding what to investigate, recognizing a false hypothesis, and knowing when to step outside the established framework.<\/p>\n\n\n\n<h2 id=\"h-pour-aller-plus-loin\" class=\"wp-block-heading\">To go further<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This case study illustrates our approach: AI accelerates execution, but the analyst leads, interprets, and makes the final decision. This human oversight is what makes the difference in threat intelligence. Our CTI team supports organizations over the long term\u2014anticipating threats, conducting dedicated investigations, and delivering actionable insights. <\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/www.intrinsec.com\/en\/cyber-threat-intelligence\/\">Discover our support services<\/a><\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>Sur une r\u00e9cente investigation CTI, nous avons travaill\u00e9 sur une campagne sophistiqu\u00e9e visant des d\u00e9veloppeurs [&hellip;]<\/p>\n","protected":false},"author":47,"featured_media":232060,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[160],"class_list":["post-232057","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cyber-threat-intelligence","tag-cyber-threat-intelligence"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.0 (Yoast SEO v28.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>IA et CTI : un LLM analyse une menace en 6h | Intrinsec<\/title>\n<meta name=\"description\" content=\"Faux recrutement, d\u00e9p\u00f4t GitHub pi\u00e9g\u00e9, malware npm : r\u00e9cit d&#039;une investigation CTI men\u00e9e par un analyste assist\u00e9 d&#039;un LLM.\" \/>\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.intrinsec.com\/en\/analyste-cti-et-llm\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Analyste CTI et LLM: exemple d&#039;une collaboration fructueuse\" \/>\n<meta property=\"og:description\" content=\"Faux recrutement, d\u00e9p\u00f4t GitHub pi\u00e9g\u00e9, malware npm : r\u00e9cit d&#039;une investigation CTI men\u00e9e par un analyste assist\u00e9 d&#039;un LLM.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.intrinsec.com\/en\/analyste-cti-et-llm\/\" \/>\n<meta property=\"og:site_name\" content=\"INTRINSEC\" \/>\n<meta property=\"article:published_time\" content=\"2026-06-05T07:43:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-09T15:44:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.intrinsec.com\/wp-content\/uploads\/2026\/06\/guttest192_head_of_robot_with_cyber_attack_theme_not_detail-h_e6078a1b-bc59-4bea-b505-68d727f9f01b_2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Gilbert KALLENBORN\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Intrinsec\" \/>\n<meta name=\"twitter:site\" content=\"@Intrinsec\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Gilbert KALLENBORN\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.intrinsec.com\\\/analyste-cti-et-llm\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.intrinsec.com\\\/analyste-cti-et-llm\\\/\"},\"author\":{\"name\":\"Gilbert KALLENBORN\",\"@id\":\"https:\\\/\\\/www.intrinsec.com\\\/#\\\/schema\\\/person\\\/a4cc8730ffff385f535ecc3d20de3ed3\"},\"headline\":\"Analyste CTI et LLM: exemple d&rsquo;une collaboration fructueuse\",\"datePublished\":\"2026-06-05T07:43:34+00:00\",\"dateModified\":\"2026-06-09T15:44:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.intrinsec.com\\\/analyste-cti-et-llm\\\/\"},\"wordCount\":1034,\"publisher\":{\"@id\":\"https:\\\/\\\/www.intrinsec.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.intrinsec.com\\\/analyste-cti-et-llm\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.intrinsec.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/guttest192_head_of_robot_with_cyber_attack_theme_not_detail-h_e6078a1b-bc59-4bea-b505-68d727f9f01b_2.png\",\"keywords\":[\"Cyber Threat Intelligence\"],\"articleSection\":[\"Cyber Threat Intelligence\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.intrinsec.com\\\/analyste-cti-et-llm\\\/\",\"url\":\"https:\\\/\\\/www.intrinsec.com\\\/analyste-cti-et-llm\\\/\",\"name\":\"IA et CTI : un LLM analyse une menace en 6h | Intrinsec\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.intrinsec.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.intrinsec.com\\\/analyste-cti-et-llm\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.intrinsec.com\\\/analyste-cti-et-llm\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.intrinsec.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/guttest192_head_of_robot_with_cyber_attack_theme_not_detail-h_e6078a1b-bc59-4bea-b505-68d727f9f01b_2.png\",\"datePublished\":\"2026-06-05T07:43:34+00:00\",\"dateModified\":\"2026-06-09T15:44:53+00:00\",\"description\":\"Faux recrutement, d\u00e9p\u00f4t GitHub pi\u00e9g\u00e9, malware npm : r\u00e9cit d'une investigation CTI men\u00e9e par un analyste assist\u00e9 d'un LLM.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.intrinsec.com\\\/analyste-cti-et-llm\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.intrinsec.com\\\/analyste-cti-et-llm\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.intrinsec.com\\\/analyste-cti-et-llm\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.intrinsec.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/guttest192_head_of_robot_with_cyber_attack_theme_not_detail-h_e6078a1b-bc59-4bea-b505-68d727f9f01b_2.png\",\"contentUrl\":\"https:\\\/\\\/www.intrinsec.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/guttest192_head_of_robot_with_cyber_attack_theme_not_detail-h_e6078a1b-bc59-4bea-b505-68d727f9f01b_2.png\",\"width\":1024,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.intrinsec.com\\\/analyste-cti-et-llm\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.intrinsec.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Analyste CTI et LLM: exemple d&#8217;une collaboration fructueuse\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.intrinsec.com\\\/#website\",\"url\":\"https:\\\/\\\/www.intrinsec.com\\\/\",\"name\":\"INTRINSEC\",\"description\":\"Notre m\u00e9tier , Prot\u00e9ger le v\u00f4tre\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.intrinsec.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.intrinsec.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.intrinsec.com\\\/#organization\",\"name\":\"INTRINSEC\",\"alternateName\":\"ISEC\",\"url\":\"https:\\\/\\\/www.intrinsec.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.intrinsec.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.intrinsec.com\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/libellule.png\",\"contentUrl\":\"https:\\\/\\\/www.intrinsec.com\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/libellule.png\",\"width\":1322,\"height\":1322,\"caption\":\"INTRINSEC\"},\"image\":{\"@id\":\"https:\\\/\\\/www.intrinsec.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/Intrinsec\",\"https:\\\/\\\/fr.linkedin.com\\\/company\\\/intrinsec\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UC0trUZAHNZOUbxYnNdecM4A\"],\"description\":\"soci\u00e9t\u00e9 de consulting, pure player cybers\u00e9curit\u00e9 fran\u00e7ais et europ\u00e9en depuis plus de 30ans, sp\u00e9cialiste dans la s\u00e9curit\u00e9 offensive & audit (pentest\\\/red team), GRC, et services IMSS comme le SOC, CTI et CERT Intrinsec est qualifi\u00e9 PASSI Elev\u00e9, PRIS Elev\u00e9 et PACS par l'ANSSI\",\"email\":\"contact@intrinsec.com\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.intrinsec.com\\\/#\\\/schema\\\/person\\\/a4cc8730ffff385f535ecc3d20de3ed3\",\"name\":\"Gilbert KALLENBORN\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/282983e9de501ef910606e68b828cc3e0030f628eae0844a3b37d679491cc974?s=96&d=retro&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/282983e9de501ef910606e68b828cc3e0030f628eae0844a3b37d679491cc974?s=96&d=retro&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/282983e9de501ef910606e68b828cc3e0030f628eae0844a3b37d679491cc974?s=96&d=retro&r=g\",\"caption\":\"Gilbert KALLENBORN\"},\"url\":\"https:\\\/\\\/www.intrinsec.com\\\/en\\\/author\\\/gilbert-kallenborn\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"AI and CTI: an LLM analyzes a threat in 6 hours | Intrinsic","description":"Fake recruitment, booby-trapped GitHub repository, npm malware: a story of a CTI investigation conducted by an analyst assisted by an LLM.","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.intrinsec.com\/en\/analyste-cti-et-llm\/","og_locale":"en_US","og_type":"article","og_title":"Analyste CTI et LLM: exemple d'une collaboration fructueuse","og_description":"Faux recrutement, d\u00e9p\u00f4t GitHub pi\u00e9g\u00e9, malware npm : r\u00e9cit d'une investigation CTI men\u00e9e par un analyste assist\u00e9 d'un LLM.","og_url":"https:\/\/www.intrinsec.com\/en\/analyste-cti-et-llm\/","og_site_name":"INTRINSEC","article_published_time":"2026-06-05T07:43:34+00:00","article_modified_time":"2026-06-09T15:44:53+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/www.intrinsec.com\/wp-content\/uploads\/2026\/06\/guttest192_head_of_robot_with_cyber_attack_theme_not_detail-h_e6078a1b-bc59-4bea-b505-68d727f9f01b_2.png","type":"image\/png"}],"author":"Gilbert KALLENBORN","twitter_card":"summary_large_image","twitter_creator":"@Intrinsec","twitter_site":"@Intrinsec","twitter_misc":{"Written by":"Gilbert KALLENBORN","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.intrinsec.com\/analyste-cti-et-llm\/#article","isPartOf":{"@id":"https:\/\/www.intrinsec.com\/analyste-cti-et-llm\/"},"author":{"name":"Gilbert KALLENBORN","@id":"https:\/\/www.intrinsec.com\/#\/schema\/person\/a4cc8730ffff385f535ecc3d20de3ed3"},"headline":"Analyste CTI et LLM: exemple d&rsquo;une collaboration fructueuse","datePublished":"2026-06-05T07:43:34+00:00","dateModified":"2026-06-09T15:44:53+00:00","mainEntityOfPage":{"@id":"https:\/\/www.intrinsec.com\/analyste-cti-et-llm\/"},"wordCount":1034,"publisher":{"@id":"https:\/\/www.intrinsec.com\/#organization"},"image":{"@id":"https:\/\/www.intrinsec.com\/analyste-cti-et-llm\/#primaryimage"},"thumbnailUrl":"https:\/\/www.intrinsec.com\/wp-content\/uploads\/2026\/06\/guttest192_head_of_robot_with_cyber_attack_theme_not_detail-h_e6078a1b-bc59-4bea-b505-68d727f9f01b_2.png","keywords":["Cyber Threat Intelligence"],"articleSection":["Cyber Threat Intelligence"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.intrinsec.com\/analyste-cti-et-llm\/","url":"https:\/\/www.intrinsec.com\/analyste-cti-et-llm\/","name":"AI and CTI: an LLM analyzes a threat in 6 hours | Intrinsic","isPartOf":{"@id":"https:\/\/www.intrinsec.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.intrinsec.com\/analyste-cti-et-llm\/#primaryimage"},"image":{"@id":"https:\/\/www.intrinsec.com\/analyste-cti-et-llm\/#primaryimage"},"thumbnailUrl":"https:\/\/www.intrinsec.com\/wp-content\/uploads\/2026\/06\/guttest192_head_of_robot_with_cyber_attack_theme_not_detail-h_e6078a1b-bc59-4bea-b505-68d727f9f01b_2.png","datePublished":"2026-06-05T07:43:34+00:00","dateModified":"2026-06-09T15:44:53+00:00","description":"Fake recruitment, booby-trapped GitHub repository, npm malware: a story of a CTI investigation conducted by an analyst assisted by an LLM.","breadcrumb":{"@id":"https:\/\/www.intrinsec.com\/analyste-cti-et-llm\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.intrinsec.com\/analyste-cti-et-llm\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.intrinsec.com\/analyste-cti-et-llm\/#primaryimage","url":"https:\/\/www.intrinsec.com\/wp-content\/uploads\/2026\/06\/guttest192_head_of_robot_with_cyber_attack_theme_not_detail-h_e6078a1b-bc59-4bea-b505-68d727f9f01b_2.png","contentUrl":"https:\/\/www.intrinsec.com\/wp-content\/uploads\/2026\/06\/guttest192_head_of_robot_with_cyber_attack_theme_not_detail-h_e6078a1b-bc59-4bea-b505-68d727f9f01b_2.png","width":1024,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/www.intrinsec.com\/analyste-cti-et-llm\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.intrinsec.com\/"},{"@type":"ListItem","position":2,"name":"Analyste CTI et LLM: exemple d&#8217;une collaboration fructueuse"}]},{"@type":"WebSite","@id":"https:\/\/www.intrinsec.com\/#website","url":"https:\/\/www.intrinsec.com\/","name":"INTRINSEC","description":"Our job is to protect yours.","publisher":{"@id":"https:\/\/www.intrinsec.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.intrinsec.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.intrinsec.com\/#organization","name":"INTRINSEC","alternateName":"ISEC","url":"https:\/\/www.intrinsec.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.intrinsec.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.intrinsec.com\/wp-content\/uploads\/2025\/02\/libellule.png","contentUrl":"https:\/\/www.intrinsec.com\/wp-content\/uploads\/2025\/02\/libellule.png","width":1322,"height":1322,"caption":"INTRINSEC"},"image":{"@id":"https:\/\/www.intrinsec.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/Intrinsec","https:\/\/fr.linkedin.com\/company\/intrinsec","https:\/\/www.youtube.com\/channel\/UC0trUZAHNZOUbxYnNdecM4A"],"description":"Intrinsec, a consulting firm and pure-play French and European cybersecurity provider for over 30 years, specializes in offensive security and auditing (penetration testing\/red teams), GRC, and IMSS services such as SOC, CTI, and CERT. Intrinsec is qualified at PASSI High, PRIS High, and PACS levels by ANSSI.","email":"contact@intrinsec.com"},{"@type":"Person","@id":"https:\/\/www.intrinsec.com\/#\/schema\/person\/a4cc8730ffff385f535ecc3d20de3ed3","name":"Gilbert KALLENBORN","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/282983e9de501ef910606e68b828cc3e0030f628eae0844a3b37d679491cc974?s=96&d=retro&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/282983e9de501ef910606e68b828cc3e0030f628eae0844a3b37d679491cc974?s=96&d=retro&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/282983e9de501ef910606e68b828cc3e0030f628eae0844a3b37d679491cc974?s=96&d=retro&r=g","caption":"Gilbert KALLENBORN"},"url":"https:\/\/www.intrinsec.com\/en\/author\/gilbert-kallenborn\/"}]}},"_links":{"self":[{"href":"https:\/\/www.intrinsec.com\/en\/wp-json\/wp\/v2\/posts\/232057","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.intrinsec.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.intrinsec.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.intrinsec.com\/en\/wp-json\/wp\/v2\/users\/47"}],"replies":[{"embeddable":true,"href":"https:\/\/www.intrinsec.com\/en\/wp-json\/wp\/v2\/comments?post=232057"}],"version-history":[{"count":8,"href":"https:\/\/www.intrinsec.com\/en\/wp-json\/wp\/v2\/posts\/232057\/revisions"}],"predecessor-version":[{"id":232072,"href":"https:\/\/www.intrinsec.com\/en\/wp-json\/wp\/v2\/posts\/232057\/revisions\/232072"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.intrinsec.com\/en\/wp-json\/wp\/v2\/media\/232060"}],"wp:attachment":[{"href":"https:\/\/www.intrinsec.com\/en\/wp-json\/wp\/v2\/media?parent=232057"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.intrinsec.com\/en\/wp-json\/wp\/v2\/categories?post=232057"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.intrinsec.com\/en\/wp-json\/wp\/v2\/tags?post=232057"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}