---
title: "Dark Caracal Reloaded: New Malware, Same Hunting Grounds"
url: https://daily.dev/posts/dark-caracal-reloaded-new-malware-same-hunting-grounds-anluzrnzq
source_url: https://arcticwolf.com/resources/blog/dark-caracal-reloaded-new-malware-same-hunting-grounds
type: article
source: "Arctic Wolf"
published: 2026-08-26T12:02:25.531Z
updated: 2026-08-26T12:02:55.365Z
tags: ["golang", "malware", "ethereum"]
reading_time: 15
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Dark Caracal Reloaded: New Malware, Same Hunting Grounds

**[Arctic Wolf](https://daily.dev/sources/arcticwolf)** · 15 min read · 0 upvotes · 0 comments

## Summary

Arctic Wolf Labs uncovered GoCaracal, a previously undocumented modular Go-based malware framework linked with medium confidence to Dark Caracal, a cyberespionage group tied to Lebanon's GDGS. Deployed alongside an updated Bandook variant during a June 2026 intrusion against a Venezuelan communications organization, GoCaracal comes in lightweight and extended build profiles. Analysis of 249 samples traces its development from January to July 2026, revealing an Ethereum smart-contract-based C2 fallback mechanism (dubbed BulletproofC2) that lets operators update command-and-control addresses via blockchain transactions rather than redeploying malware. The campaign targets Latin America broadly, with infrastructure and delivery patterns (SVG phishing, financial lures, Spanish-language themes) consistent with prior Dark Caracal operations documented by Kaspersky. GoCaracal appears to complement rather than replace Bandook for now.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://arcticwolf.com/resources/blog/dark-caracal-reloaded-new-malware-same-hunting-grounds>

## Questions this post answers

### What is GoCaracal malware and how does it use Ethereum for command and control?

GoCaracal is a modular Go-based malware framework attributed to the Dark Caracal threat group, discovered by Arctic Wolf Labs during a June 2026 intrusion in Venezuela. Its extended build includes an optional Ethereum smart-contract fallback: when primary C2 fails, the malware queries a public Ethereum JSON-RPC endpoint via eth_getStorageAt to retrieve a replacement C2 address from a contract called BulletproofC2, avoiding the need to redeploy the malware.

_Security teams tracking novel C2 techniques like blockchain fallback follow threat research on daily.dev._

### How does GoCaracal relate to Bandook malware used by Dark Caracal?

GoCaracal and Bandook are currently operating in parallel rather than one replacing the other. During the June 2026 intrusion, Arctic Wolf found lightweight GoCaracal used as an access implant that led to deployment of an updated Bandook variant alongside an extended GoCaracal build, with GoCaracal's capabilities overlapping much of Bandook's remote-access and collection functionality, suggesting a possible future reduction in Bandook reliance.

_Analysts comparing overlapping malware toolkits can keep up with APT tradecraft shifts on daily.dev._

### What operational security changes did Dark Caracal make to Bandook to evade detection?

The June 2026 Bandook sample replaced sequential command identifiers (previously documented as ranges like @0001 through @0136) with randomized strings and obfuscated plugin export names using generic identifiers, reducing the effectiveness of signatures based on earlier naming conventions. This sample also included about 82 command handlers, fewer than some earlier variants, and collected browser credentials from Chrome, Brave, and Firefox.

_Reverse engineers tracking evasion technique changes in known malware families can follow this on daily.dev._

## Similar posts on daily.dev

- [Malicious Go Module Exposes GitHub Malware Lure Network Span...](https://daily.dev/posts/malicious-go-module-exposes-github-malware-lure-network-span--fqwgrwl88) · Socket · 14 upvotes · 0 comments
- [Expanding the Castle: New Campaigns, New Tooling, and the NeedleStealer Connection](https://daily.dev/posts/expanding-the-castle-new-campaigns-new-tooling-and-the-needlestealer-connection-5m93ci1j9) · Arctic Wolf · 0 upvotes · 0 comments
- [New "Cavalry Werewolf" Attack Hits Russian Agencies with FoalShell and StallionRAT](https://daily.dev/posts/new-cavalry-werewolf-attack-hits-russian-agencies-with-foalshell-and-stallionrat-xweiaurfi) · The Hacker News · 0 upvotes · 0 comments
- [Malicious GitHub Campaign: Fake “Arctic Wolf” and 290\+ Brand-Impersonation Repositories Deliver BoryptGrab-Lineage Infostealer](https://daily.dev/posts/malicious-github-campaign-fake-arctic-wolf-and-290-brand-impersonation-repositories-deliver-bory-pfw4ug3ql) · Arctic Wolf · 3 upvotes · 0 comments

---

Tags: [#golang](https://daily.dev/tags/golang), [#malware](https://daily.dev/tags/malware), [#ethereum](https://daily.dev/tags/ethereum)

[View this post on daily.dev](https://daily.dev/posts/dark-caracal-reloaded-new-malware-same-hunting-grounds-anluzrnzq)
