An AI-generated malware idea exposed a workable browser-only ransomware path
Check Point turned an incomplete DeepSeek-attributed sample into a controlled Android proof of concept that used legitimate browser folder permissions to encrypt selected images without a native payload.
Defensive research and proof of concept. Check Point says it had not observed the exact browser-native technique adopted in the wild.
First seen
Jul 1, 2026
Case kind
research
AI role
WITH AI
Claims
4
Reconstruction
The original sample was noisy. It claimed capabilities that a normal web page cannot perform and mixed browser-limited stubs with malware-style features. One part was different: it reached for the File System Access API, a legitimate browser capability that can read and modify files after a user grants folder access.
Check Point used that idea to build a controlled proof of concept on Android Chrome. A fake image-processing workflow gave the victim a plausible reason to approve folder access. After the permission was granted, the page could encrypt pictures inside the selected directory without installing an APK, exploiting the browser or obtaining root access.
The research is useful because it shows a model connecting an unrealistic malicious objective to a real platform primitive. It is not evidence of a deployed ransomware campaign. Check Point explicitly says the original sample was incomplete and that it had not observed the exact browser-native pattern in the wild.
Mechanism & boundary
01
Present an AI-themed browser lure
A page gives the user a plausible reason to process local images.
Boundary: social engineering / browser permission
02
Request directory access
The browser exposes a legitimate File System Access permission prompt.
Boundary: web page / local files
03
Receive user-approved file handles
The page gains read/write access to the selected directory after approval.
Boundary: permission / file authority
04
Encrypt selected images
The controlled proof of concept modifies files through the granted browser API.
Boundary: browser capability / local damage
Timeline
Jul 1, 2026
Check Point publishes browser-only ransomware research
report
The report documents the incomplete sample and controlled Android proof of concept.
Claims & evidence
reported findingsupported
Check Point built a controlled proof of concept in which an Android Chromium browser granted folder access and the page encrypted selected images without installing a native application or exploiting the browser.
The controlled proof of concept used the File System Access API after user approval to encrypt pictures in a selected directory.
reported findingsupported
Check Point reports finding a DeepSeek-attributed malicious sample that connected a broad browser-malware idea to the File System Access API, although the original sample was incomplete.
Check Point says the original sample was incomplete but identified a practical browser-native file-access path.
reported findingsupported
Check Point says it analyzed nearly 3,000 DeepSeek-attributed files in public telemetry and classified 1,383 as malicious or dangerous by VirusTotal detection or static source analysis.
Measured value
1383 files classified malicious or dangerous
Method
Check Point public-telemetry review using VirusTotal detection or static source analysis
Period
approximately one year of telemetry reviewed for the July 2026 report
The research reports nearly 3,000 files analyzed and 1,383 classified as malicious or dangerous.
reported findingsupported
Check Point says it found no evidence that this browser-native ransomware pattern had been adopted as an in-the-wild malware technique at the time of analysis.
Scope: Absence of evidence in the Check Point dataset is not proof that no independent use exists.
Browser permission prompts can be security boundaries when web applications gain durable file-write access. AI lowers the effort required to discover and combine those primitives, but a controlled PoC should remain clearly separated from incident evidence.
Controls & mitigations
Treat browser directory-write prompts as high-impact security decisions.
Avoid granting untrusted web tools access to sensitive or irreplaceable folders.
Maintain independent backups so file encryption does not become irreversible.
What remains unknown
The exact browser-native technique was not reported as an in-the-wild campaign in the source.
The original DeepSeek-attributed sample did not reliably implement every claimed capability.
DiggingBeagle. “An AI-generated malware idea exposed a workable browser-only ransomware path.” First seen Jul 1, 2026. https://diggingbeagle.com/cases/an-ai-generated-malware-idea-exposed-a-workable-browser-only-ransomware-path/
DiggingBeagle is a non profit research project documenting AI security incidents, agent failures, vulnerabilities and AI-assisted operations. A case keeps its claims beside the sources that support, contest or limit them. Later updates stay visible, so a reader can see when the account changed.
We publish case reconstructions, dated reporting and analysis across records. Each has a different evidentiary role. About the project and our methodology explain how the work is reviewed.