{
  "family": "mailpassview",
  "sample_count": 1,
  "category": "ransomware",
  "description": "<h3>Executive Summary</h3>\nMail PassView is a legitimate, commercially available password recovery utility developed by NirSoft. However, due to its capability to instantly extract and display passwords stored by various email clients (Outlook, Thunderbird, Eudora) in plain text, it is frequently classified as a \"HackTool\" or \"Riskware.\" Threat actors, particularly Initial Access Brokers and ransomware operators, frequently bundle and abuse Mail PassView to rapidly harvest local credentials during the post-exploitation phase of an attack.\n\n<h3>Infection Vector and Technical Capabilities</h3>\nMail PassView is not malware itself and does not self-replicate or establish persistence. It is a standalone executable (`mailpv.exe`) that is typically dropped onto a system by an attacker who has already gained interactive access, or it is executed silently in the background by a malicious script or dropper Trojan.\n\nUpon execution, its capabilities are highly focused:\n<ul>\n<li><strong>Rapid Credential Extraction:</strong> The utility queries the Windows Registry and specific application configuration files to locate stored account details for major email clients.</li>\n<li><strong>Plain-Text Recovery:</strong> It utilizes Windows APIs to decrypt the stored credentials (which are often weakly protected by the OS) and displays the server addresses, usernames, and passwords in clear text.</li>\n<li><strong>Command-Line Automation (Abuse):</strong> Attackers frequently abuse the tool's command-line interface. By executing `mailpv.exe /stext output.txt`, the tool runs silently, dumps all recovered passwords to a text file, and closes, allowing the attacker to easily exfiltrate the text file via a reverse shell.</li>\n</ul>\n\n<h3>Threat Assessment</h3>\nThe unauthorized execution of Mail PassView on a corporate endpoint is a critical indicator of a credential harvesting operation. It signifies that an attacker has gained sufficient privileges to run credential-dumping tools and is actively seeking to escalate privileges or compromise corporate communications.\n\n<h3>Incident Response and Remediation</h3>\n<ul>\n<li><strong>Contextual Investigation:</strong> Identify if the execution was authorized by IT for legitimate password recovery. If not, the endpoint must be considered compromised and isolated immediately.</li>\n<li><strong>Trace the Execution:</strong> Utilize EDR telemetry to determine *how* Mail PassView was executed. Identify the parent process (e.g., `cmd.exe`, `powershell.exe`, or a malicious dropper) to locate the source of the breach.</li>\n<li><strong>Mandatory Credential Reset:</strong> If unauthorized execution is confirmed, all email passwords and Active Directory credentials associated with the compromised endpoint must be reset immediately, as the attacker likely exfiltrated the plain-text results.</li>\n</ul>",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [
    "HackTool.MailPassView",
    "Riskware.PasswordViewer",
    "PWS.Nirsoft",
    "Tool.MailPV"
  ],
  "enrichment_level": "insufficient_information",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1555.003",
    "T1003",
    "T1059.003"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-07-02T07:23:02Z",
  "type": "HackTool / Riskware / Credential Stealer",
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}