{
  "family": "buzus",
  "sample_count": 69,
  "category": "trojan_generic",
  "description": "Trojan:Win32/Buzus is a persistent, targeted trojan designed specifically to infiltrate endpoints and aggressively harvest sensitive credentials, including saved browser passwords, FTP logins, and cryptocurrency wallet data.<br><br><b>Understanding Buzus</b><br>To the end-user, a Buzus infection is entirely invisible. There are no pop-ups, no ransom notes, and no obvious system sluggishness. For threat intelligence analysts, Buzus represents an 'Infostealer'. Its sole purpose is to quietly gather as much valuable authentication data as possible, compress it into a hidden archive, and exfiltrate it to the attacker's Command-and-Control (C2) server.<br><br><b>Execution and Evasion Strategies</b><br>Buzus is typically distributed via spearphishing campaigns containing weaponized Office documents (macro-enabled) or as a secondary payload dropped by other malware. Upon execution, it utilizes packing and obfuscation to evade static AV signatures. It rapidly iterates through standard credential storage locations: parsing browser SQLite databases (Chrome `Login Data`, Firefox `logins.json`), querying the Windows Credential Manager, and searching for specific files associated with FTP clients (FileZilla) and cryptocurrency wallets. Buzus establishes persistence, often via Registry Run keys, to ensure it captures any newly entered credentials. It frequently injects its credential-harvesting routines into legitimate processes to mask its activities.<br><br><b>Indicators of Compromise & Impact</b><br>The impact is a massive loss of credential security, often leading to subsequent data breaches or financial theft. Threat hunters should investigate EDR alerts for 'Suspicious File Read' activity targeting browser databases. Network logs will reveal Buzus reaching out to C2 domains using encrypted traffic, often transmitting data via POST requests or SMTP. The presence of newly created, hidden ZIP or RAR archives in the `%Temp%` directory is a strong indicator of staged data pending exfiltration.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1555.004",
    "T1056.001",
    "T1055",
    "T1555.003",
    "T1048"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1555.003",
      "name": "Credentials from Password Stores: Credentials from Web Browsers",
      "tactic": "Credential Access"
    },
    {
      "id": "T1555.004",
      "name": "Credentials from Password Stores: Windows Credential Manager",
      "tactic": "Credential Access"
    },
    {
      "id": "T1056.001",
      "name": "Input Capture: Keylogging",
      "tactic": "Collection"
    },
    {
      "id": "T1048",
      "name": "Exfiltration Over Alternative Protocol",
      "tactic": "Exfiltration"
    },
    {
      "id": "T1055",
      "name": "Process Injection",
      "tactic": "Defense Evasion"
    }
  ],
  "containment_steps": [
    "Instantly isolate the endpoint from the network to halt the active exfiltration of the harvested credential archives.",
    "Force a global, mandatory password reset for the compromised user, prioritizing corporate VPN access, email accounts, and financial portals.",
    "Capture a full forensic memory image to extract the active Buzus payload and identify the specific C2 infrastructure it is communicating with.",
    "Assume all locally saved passwords have been compromised; perform a clean OS rebuild to ensure the infostealer is completely eradicated."
  ],
  "what_to_avoid": [
    "Do not allow the user to type any passwords or access sensitive portals while the machine is infected, as the infostealer may include keylogging capabilities.",
    "Avoid assuming the threat is contained just by removing the executable; the exfiltrated passwords must be reset globally."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}