{
  "family": "passwordstealer",
  "sample_count": 7,
  "category": "ransomware",
  "description": "Trojan:Win32/Passwordstealer (or PWS) is a generic heuristic detection used by antivirus engines to classify a massive category of malware exclusively designed to covertly harvest user credentials, session tokens, and financial data. **Infostealers** are currently one of the most prolific threats globally, heavily utilized by Initial Access Brokers (IABs) who steal corporate VPN credentials and sell them to ransomware cartels on the dark web.<br><br><b>Understanding Infostealers</b><br>To an end-user, an infostealer infection is completely invisible; the computer functions normally while their digital identity is stripped. For a security analyst, an infostealer detection is a critical emergency. It means all passwords, cookies, and crypto-wallets stored on that machine are compromised. Prominent examples of infostealer families include RedLine, Raccoon, Vidar, and LummaC2.<br><br><b>Execution and Harvesting Mechanics</b><br>Infostealers are distributed via cracked software, YouTube 'tutorial' descriptions, phishing, and malvertising. Upon execution (`T1204.002`), the malware acts incredibly fast, often completing its theft and deleting itself within seconds. It targets specific browser directories (e.g., `AppData\\Local\\Google\\Chrome\\User Data\\Default`) to extract the `Login Data` SQLite database and the `Cookies` file (`T1555.003`). Because modern browsers encrypt these databases using the Windows Data Protection API (DPAPI), the malware injects code to decrypt the passwords locally (`T1555`). It also targets cryptocurrency wallet extensions (like MetaMask) and FTP clients. It packages this data into a ZIP file and exfiltrates it to a Telegram bot or C2 server (`T1041`).<br><br><b>Indicators of Compromise & Impact</b><br>The primary impact is the total compromise of all credentials stored on the endpoint. Host-based IoCs include EDR alerts for rapid, sequential file access of multiple SQLite databases across all installed browsers, often accompanied by attempts to interact with `crypt32.dll` (for DPAPI decryption). Network IoCs include a sudden, short burst of outbound encrypted traffic (the exfiltration of the data archive) to unknown IP addresses or Telegram API endpoints.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1552.001",
    "T1056.004",
    "T1041",
    "T1555.003"
  ],
  "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": "T1041",
      "name": "Exfiltration Over C2 Channel",
      "tactic": "Exfiltration"
    },
    {
      "id": "T1552.001",
      "name": "Credentials In Files (Stealing crypto wallets and FTP configs)",
      "tactic": "Credential Access"
    },
    {
      "id": "T1056.004",
      "name": "Input Capture: Credential API Hooking (DPAPI decryption)",
      "tactic": "Credential Access"
    }
  ],
  "containment_steps": [
    "Assume all credentials, session cookies, and VPN tokens stored on the compromised endpoint have been stolen by the adversary.",
    "Immediately force a password reset for all corporate accounts associated with the user, and revoke all active session tokens.",
    "Instruct the user to reset all personal passwords (banking, email, social media) from a known-clean, secondary device.",
    "Isolate the endpoint and deploy EDR to identify the initial delivery vector (e.g., a cracked software installer)."
  ],
  "what_to_avoid": [
    "Do not allow the user back onto the corporate network simply by changing their password; the stolen session cookies can bypass MFA.",
    "Avoid assuming the threat is gone because the AV deleted the executable; most modern stealers are 'grab-and-go' and delete themselves after exfiltration anyway."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}