Researchers have uncovered a sophisticated post-exploitation toolkit named PEEP that transforms Chrome and Edge browsers into backdoors for executing arbitrary commands on compromised systems. The malware operates as a fake bookmarks extension, exploiting the trust users place in their browser environment to maintain persistent access after initial compromise.

PEEP requires administrative privileges or prior code execution on the target machine. Once installed, the toolkit injects itself directly into Chrome and Edge browser profiles, circumventing Web Store verification checks and standard user permission dialogs. This injection works by forging Chromium's Secure Preferences file, the encrypted configuration that normally protects browser integrity. By manipulating this file, attackers bypass multiple security layers without triggering warnings.

The backdoor operates within the browser context, giving attackers a privileged vantage point for command execution. Browsers run with elevated access to system resources, network connectivity, and user credentials stored in password managers. PEEP weaponizes this access by masquerading as an innocuous bookmarks extension, a component most users ignore after initial setup. The disguise allows the malware to persist across browser restarts and updates without detection.

This attack method reflects an industry trend. Threat actors increasingly target browsers as post-compromise infrastructure because browsers maintain constant connectivity, execute code dynamically, and sit outside traditional endpoint security monitoring. Unlike malware that installs itself as a system service, browser-based backdoors often evade behavioral analysis and signature-based detection.

Organizations face particular risk from PEEP. Enterprise environments frequently store sensitive data in browser-based applications like cloud services, email, and SaaS platforms. A compromised browser grants attackers transparent access to authentication tokens, session cookies, and data transmitted through web interfaces. Attackers can intercept requests, exfiltrate credentials, and move laterally through networked systems.

The toolkit poses escalated risk when combined with browser credential theft. Password managers integrated into Chrome and Edge store enterprise passwords in plaintext accessible to browser extensions. Attackers using PEEP can harvest these credentials without triggering the authentication prompts that traditional credential stealers encounter.

Detection requires multi-layered defense. Standard endpoint detection and response (EDR) tools may miss PEEP because the malware operates within the browser process rather than creating separate processes. Organizations should monitor browser extension manifests for unsigned or suspicious extensions, examine Secure Preferences files for unauthorized modifications, and implement application-layer monitoring that inspects browser subprocess activity.

The discovery highlights why browser security transcends user-level protections. Even users running updated Windows systems with active antivirus software remain vulnerable if attackers achieve code execution through unpatched applications, supply chain compromises, or social engineering. Once that foothold exists, PEEP transforms the browser into a persistent command channel requiring no additional malware components.

Remediation involves comprehensive browser profile inspection. Administrators should audit all installed extensions, particularly those claiming system utility functions like bookmarks management. Disabling unsigned extension installation through Group Policy or system policies prevents similar toolkit deployment. Browser isolation technologies that sandbox the browser environment also limit PEEP's effectiveness by restricting the malware's access to host system resources.