Skip to main content

Slim Spider Targets Brazilian Financial Systems and Crypto Assets

3 min read Runtime Rebel Intel
Primary source: thehackernews.com

This article was written by a language model from the source above and was not reviewed by a human before publication. Verify anything operational against the original. Editorial policy

Key points
  • Immediate impact: Financial institutions in Brazil face targeted attacks against cryptocurrency custody secrets and instant payment infrastructure.
  • Affected systems: Cloud environments, Azure DevOps pipelines, Kubernetes clusters, and digital asset custody platforms.
  • Remediation: Audit cloud credential manager access, monitor for anomalous Bash script execution, and secure CI/CD pipelines.

Advertisement

Overview of Slim Spider Activity

A previously undocumented, financially motivated threat actor tracked as Slim Spider has targeted Brazilian financial institutions since at least March 2026, according to CrowdStrike. The campaign demonstrates deep operational knowledge of regional financial infrastructure, including the instant payment service Pix, digital asset platforms, and corporate cloud environments.

Security teams researching this campaign need actionable guidance on how to detect Slim Spider cloud intrusions before digital asset wallets are compromised. The threat actor specifically focuses on extracting credentials tied to cryptocurrency assets and instant payment accounts.

Technical Analysis and TTPs

During a multi-stage intrusion observed in late March 2026, Slim Spider deployed custom Bash scripts to query cloud instance metadata and steal temporary cloud credentials over socket connections. After gaining access to the cloud environment, the group enumerated stored secrets within credential managers and used the sed utility to modify secret-extracting scripts.

Rather than relying on third-party libraries that introduce detection risks, the actors implemented cloud-native cryptographic signing directly via OpenSSL. They invoked cast, a component of the Foundry Ethereum developer toolkit, to derive Ethereum wallet addresses from stolen private keys.

Lateral Movement and C2 Infrastructure

Key technical behaviors identified in the campaign include:

  • Container Cluster Pivoting: Moving to establish access to nodes running in cloud container service clusters.
  • Defense Evasion: Deploying backdoors that mimic infrastructure-related binaries to blend with legitimate administrative tooling.
  • Azure DevOps Abuse: Leveraging compromised credentials to run malicious pipelines that deploy implants across managed Kubernetes clusters.
  • Impersonation Implants: Utilizing an implant named “spi” to masquerade as Sistema de Pagamentos Instantâneos (SPI), the central digital infrastructure processing Pix payments.
  • Go-Based Tooling: Utilizing MikeDor, a Go-based backdoor capable of harvesting sensitive information and monitoring user activity.

Broader Regional Impact

This activity coincides with operations from another group dubbed Breeze Comet (also tracked as Plump Spider), which has targeted Brazilian financial systems since 2024 to execute fraudulent transactions. The simultaneous emergence of campaigns targeting core instant payment infrastructure highlights a shift from opportunistic retail banking fraud to direct intrusions into regional financial switches.

Mitigations and Recommendations

Defenders operating cloud environments and financial infrastructure should prioritize the following defensive controls:

  • Cloud Metadata Protection: Restrict access to instance metadata services and monitor for unauthorized queries originating from internal workloads.
  • Credential Guardrails: Audit permissions assigned to cloud credential managers and enforce strict least-privilege access for automated pipelines.
  • CI/CD Security: Harden Azure DevOps and Kubernetes clusters against pipeline manipulation by implementing rigorous code review and approval gates for deployment changes.

Related: UNC6671 Rebrands: Multi-Brand Vishing and Cloud Extortion, AI-Assisted Cyber Attacks Accelerate Enterprise Breaches

Advertisement

Advertisement