{"id":18100,"date":"2026-08-25T18:36:02","date_gmt":"2026-08-25T18:36:02","guid":{"rendered":"https:\/\/techtrendfeed.com\/?p=18100"},"modified":"2026-08-25T18:36:03","modified_gmt":"2026-08-25T18:36:03","slug":"ai-assisted-toxnetv2-linux-botnet-makes-use-of-llm-to-generate-shell-and-ssh-instructions","status":"publish","type":"post","link":"https:\/\/techtrendfeed.com\/?p=18100","title":{"rendered":"AI-Assisted ToxNetV2 Linux Botnet Makes use of LLM to Generate Shell and SSH Instructions"},"content":{"rendered":"<p> <br \/>\n<\/p>\n<div>\n<p class=\"wp-block-paragraph\">ToxNetV2, an AArch64 Linux peer-to-peer botnet, integrates a big language mannequin into its controller workflow to show botnet and host telemetry into proposed operational actions. <\/p>\n<p class=\"wp-block-paragraph\">The implementation connects NVIDIA NIM-hosted z-ai\/glm-5.2 mannequin output to controller-side features together with native shell execution, file writes, distant SSH instructions, persistent state modifications, and cross-compilation.<\/p>\n<p class=\"wp-block-paragraph\">Evaluation revealed by Joe Reverser exhibits the malware just isn&#8217;t a completely autonomous, self-modifying botnet. <\/p>\n<p class=\"wp-block-paragraph\">As an alternative, it makes use of an operator-gated mannequin: telemetry is collected, despatched for LLM evaluation, transformed into structured ACTION: information, queued as pending duties, and executed solely after an authenticated operator points the aiexec command. <\/p>\n<p class=\"wp-block-paragraph\">That workflow locations human approval between<a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/gbhackers.com\/best-tools-secure-ai-generated-code-2026\/\" data-type=\"post\" data-id=\"191349\" target=\"_blank\" rel=\"noreferrer noopener\"> AI-generated suggestions<\/a> and higher-impact operations. Nevertheless, mannequin output can nonetheless in the end attain actual execution mechanisms.<\/p>\n<p class=\"wp-block-paragraph\">The identical ToxNetV2 binary can reportedly perform both as an odd bot or because the botnet controller. <\/p>\n<p class=\"wp-block-paragraph\">When the malware restores Tox state from a file named c2.knowledge, it enters controller mode and initializes its AI subsystem. With out that state, it operates as a typical bot.<\/p>\n<p class=\"wp-block-paragraph\">This separates the botnet\u2019s operational roles. Unusual nodes retain capabilities for scanning, propagation, host administration, and community assaults, whereas the controller coordinates the fleet and handles AI-assisted decision-making. <\/p>\n<p class=\"wp-block-paragraph\">The LLM is due to this fact not embedded throughout each compromised host; it sits centrally the place controller and bot telemetry might be analyzed collectively.<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" src=\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEgZfZyTnV3s9q7vYSyRsr23iGBp3bpuwUK1nMep7HKsHEhSEwOvnIuzBVJEpYTYbI65PglTl8Tjhtw6uYb7pHeMZU3i4tMeBoIArIORzWgVZTG8l1rNHuhFgHDxI4fAM_WnNocpNLnT9d2JZtTYoqfIAI9RREmL_NakikUFsmnd9jK6WL6QNxzfvzY9HAQ\/w640-h392\/high%20level%20arch.jpg\" alt=\"&#10;Workflow (Source : Joe security).\"\/><figcaption class=\"wp-element-caption\">Workflow (Supply : Joe safety).<\/figcaption><\/figure>\n<\/div>\n<p class=\"wp-block-paragraph\">The controller\u2019s AI evaluation paths accumulate system and botnet info, corresponding to course of state, load common, reminiscence consumption, disk utilization, and botnet counters. <\/p>\n<p class=\"wp-block-paragraph\">Broader evaluations can moreover incorporate info retrieved from a hard-coded distant server. <\/p>\n<h2 id=\"h-toxnetv2-linux-botnet\" class=\"wp-block-heading\"><strong>ToxNetV2 Linux Botnet<\/strong><\/h2>\n<p class=\"wp-block-paragraph\"><a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/www.joesecurity.org\/blog\/6764463444623599134\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Joe safety Researchers mentioned that<\/a>, the malware then sends that context to NVIDIA NIM utilizing embedded prompts, together with an ENI\/VEIL jailbreak immediate designed to scale back mannequin refusals and return actionable responses.<\/p>\n<p class=\"wp-block-paragraph\">Not all mannequin responses turn out to be executable actions. The aiprompt command, for instance, accepts arbitrary operator textual content and returns an odd textual response. <\/p>\n<p class=\"wp-block-paragraph\">Nevertheless, automated workflows together with aifix, aistrategy, aidaily, and aiideas can parse responses containing ACTION: entries and remodel acknowledged information into pending controller actions.<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" src=\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEjmJeV8PBFeb7ts86jYFozarn78hzEZuXNOimP-TNd6U_Ln6YVBVFRCTqtORfbTrs8koKAc4RI807qkplZWTkbKkbh8BFog75zHUTmG0CDrBV_3npvyFgY4xLC422UvsG8BpCQ2cgkSkNhNsvtHFctHPKRijMctE1-QjLsxownn0CTcyyB8DtE7ym5m3RU\/w640-h298\/prompts.png\" alt=\"AI Pipeline Works (Source : Joe security).\"\/><figcaption class=\"wp-element-caption\">AI Pipeline Works (Supply : Joe safety).<\/figcaption><\/figure>\n<\/div>\n<p class=\"wp-block-paragraph\">These actions embody shell_cmd, which runs a model-supplied native shell command; write_file, which creates or overwrites native recordsdata; and ssh_check, which executes a model-supplied command remotely as root. <\/p>\n<p class=\"wp-block-paragraph\">Different supported actions can retailer state, add log entries, difficulty operator alerts, save AI reminiscence, alter activity weights, and run a set compilation workflow.<\/p>\n<p class=\"wp-block-paragraph\">Crucially, structured actions stay in a queue till an operator approves them by way of aiexec, which processes and clears the whole pending-action listing. <\/p>\n<p class=\"wp-block-paragraph\">Some lower-impact operations, together with logging, reminiscence, and state dealing with, could also be processed routinely throughout well being evaluation. <\/p>\n<p class=\"wp-block-paragraph\">This makes ToxNetV2 higher characterised as an AI-assisted operations layer than a hands-off autonomous agent.<\/p>\n<p class=\"wp-block-paragraph\">The recovered code doesn&#8217;t set up an entire autonomous cycle wherein the mannequin writes malware, compiles it, deploys it, and replaces current bot situations. <\/p>\n<p class=\"wp-block-paragraph\">Sure motion names additionally overstate what their handlers do. A restart_worker motion information a restart request reasonably than immediately restarting a course of.<\/p>\n<p class=\"wp-block-paragraph\">Equally, the compile_deploy path compiles fastened native supply code into an output binary, however researchers didn&#8217;t get well an automatic distribution or redeployment stage. <\/p>\n<p class=\"wp-block-paragraph\">The numerous discovering is narrower: ToxNetV2 inserts LLM interpretation into the trail between operational telemetry and privileged controller features.<\/p>\n<p class=\"wp-block-paragraph\">The AI element operates inside a broader Tox-based structure that includes encrypted peer-to-peer command-and-control, propagation logic, scanning staff, host-control options, and 17 network-attack launchers. <\/p>\n<p class=\"wp-block-paragraph\">The malware consists of 25 Tox bootstrap and relay information; 23 correspond to public Tox infrastructure, whereas two reference 45.130.151[.]214, which can be configured because the AI module\u2019s <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/gbhackers.com\/hackers-hide-linux-malware-in-ssh\/\" data-type=\"post\" data-id=\"187285\" target=\"_blank\" rel=\"noreferrer noopener\">root SSH goal entry<\/a>.<\/p>\n<p class=\"wp-block-paragraph\">HTTP and Telnet propagation routines try to retrieve and execute a shell script from 45.151.139[.]113, though the payload was unavailable throughout evaluation. <\/p>\n<p class=\"wp-block-paragraph\">The overlap between the SSH endpoint and botnet infrastructure suggests the tackle is actor-controlled.<\/p>\n<p class=\"wp-block-paragraph\">ToxNetV2 illustrates a consequential malware design sample: the LLM doesn&#8217;t provide capabilities the botnet lacks, however it helps interpret circumstances and advocate how current shell, SSH, file, and infrastructure-control features must be used.<\/p>\n<h2 id=\"h-iocs\" class=\"wp-block-heading\"><strong>IOCs<\/strong><\/h2>\n<figure class=\"wp-block-table\">\n<table class=\"has-fixed-layout\">\n<thead>\n<tr>\n<th class=\"has-text-align-left\" data-align=\"left\">Kind<\/th>\n<th class=\"has-text-align-left\" data-align=\"left\">Indicator<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td class=\"has-text-align-left\" data-align=\"left\">IP tackle and port<\/td>\n<td class=\"has-text-align-left\" data-align=\"left\"><code>45.130.151.214:33445<\/code><\/td>\n<\/tr>\n<tr>\n<td class=\"has-text-align-left\" data-align=\"left\">IP tackle and port<\/td>\n<td class=\"has-text-align-left\" data-align=\"left\"><code>45.130.151.214:443<\/code><\/td>\n<\/tr>\n<tr>\n<td class=\"has-text-align-left\" data-align=\"left\">URL<\/td>\n<td class=\"has-text-align-left\" data-align=\"left\"><code>http:\/\/45.151.139[.]113\/z0l1mxjm4mdl4jjfjf7sb2vdmv\/kaf.sh<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n<p class=\"wp-block-paragraph\"><strong>Observe:<\/strong>\u00a0IP addresses and domains are deliberately defanged (e.g.,\u00a0<code>[.]<\/code>) to stop unintentional decision or hyperlinking. Re-fang solely inside managed risk intelligence platforms corresponding to MISP, VirusTotal, or your SIEM.<\/p>\n<p class=\"has-text-align-center has-background wp-block-paragraph\" style=\"background:linear-gradient(135deg,rgb(238,238,238) 100%,rgb(169,184,195) 100%)\"><strong>\u2605 Which Safety Instruments Ought to You Minimize? Rating Them on One Web page \u2013 <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/underdefense.com\/rationalizing-the-inherited-security-stack\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Obtain the Inherited Safety Stack Information <\/a><\/strong><\/p>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>ToxNetV2, an AArch64 Linux peer-to-peer botnet, integrates a big language mannequin into its controller workflow to show botnet and host telemetry into proposed operational actions. The implementation connects NVIDIA NIM-hosted z-ai\/glm-5.2 mannequin output to controller-side features together with native shell execution, file writes, distant SSH instructions, persistent state modifications, and cross-compilation. Evaluation revealed by Joe [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":18102,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[58],"tags":[3740,3181,8005,4192,2026,74,7146,5667,10317],"class_list":["post-18100","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cybersecurity","tag-aiassisted","tag-botnet","tag-commands","tag-generate","tag-linux","tag-llm","tag-shell","tag-ssh","tag-toxnetv2"],"_links":{"self":[{"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/posts\/18100","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=18100"}],"version-history":[{"count":1,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/posts\/18100\/revisions"}],"predecessor-version":[{"id":18101,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/posts\/18100\/revisions\/18101"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/media\/18102"}],"wp:attachment":[{"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=18100"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=18100"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=18100"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}<!-- This website is optimized by Airlift. Learn more: https://airlift.net. Template:. Learn more: https://airlift.net. Template: 69d9690a190636c2e0989534. Config Timestamp: 2026-04-10 21:18:02 UTC, Cached Timestamp: 2026-08-25 20:05:28 UTC -->