sysupdate.jpeg malware is not a normal photo problem. In Operation SilentCanvas, researchers documented a fake JPEG file that carried PowerShell logic, staged extra payloads, compiled a launcher with Windows tools, and installed a modified ScreenConnect remote-access component for persistence. If you found sysupdate.jpeg, a strange OneDriveServers service, or unexpected ScreenConnect activity, treat the computer as potentially remotely controlled until you isolate it and verify the system.
What is sysupdate.jpeg malware?
sysupdate.jpeg is a deceptive file name used in a multi-stage Windows intrusion. The file is presented as an image, but CYFIRMA’s analysis says the observed sample lacked normal JPEG magic bytes and contained PowerShell commands instead. The chain then created a staging area, downloaded additional components, used legitimate Windows binaries such as csc.exe and ComputerDefaults.exe, and established persistence through a service named OneDriveServers.
The important user takeaway is simple: a file extension alone is not proof that a download is safe. If the file came from email, a file-sharing link, a fake update page, or an unknown support message, do not try to open it again for testing.
For the broader technique behind image-carried payloads, see the updated steganography malware guide: it explains when an image is only a carrier and when a separate loader makes it dangerous.
Why ScreenConnect appears in this attack
ScreenConnect is legitimate remote-support software when it is installed and managed by a trusted administrator. In this campaign, the problem is abuse: the attackers deployed a modified ScreenConnect framework so they could maintain hidden remote access, run commands, move files, and collect credentials. That makes unexpected ScreenConnect services or processes a serious sign, especially on a home PC or on a business workstation where no support session was expected. If the first suspicious installer was Tiflux or TiAgent rather than ScreenConnect, use the Tiflux RMM malware cleanup guide for the exact rogue-RMM checklist.
If your organization uses ScreenConnect legitimately, do not remove every agent blindly. Confirm the server URL, installer source, service name, installation time, and account that deployed it. If those details do not match your admin records, disconnect the host and escalate.
Artifacts to check first
| Artifact | Why it matters | What to do |
|---|---|---|
sysupdate.jpeg |
Fake image loader reported in the SilentCanvas chain. | Do not open it. Submit a copy to your security team or scan it from an isolated environment. |
C:Systems |
Reported staging directory for generated scripts and payloads. | Record timestamps and file names before cleanup if this is a business device. |
C:ProgramDataOneDriveServer |
Reported location for the modified ScreenConnect components. | Check whether it matches any approved remote-support deployment. If not, isolate the host. |
OneDriveServers service |
Persistence name used to keep the remote-access component running. | Disable network access first, then remove only after collecting evidence or scanning. |
csc.exe, cvtres.exe, ComputerDefaults.exe |
Legitimate Windows binaries abused during compilation and elevation. | Look for unusual parent processes, recent execution, and activity near the first suspicious download time. |
| Unexpected local admin accounts | SilentCanvas reporting describes hidden account and credential activity. | Review local Administrators membership and remove accounts you cannot explain. |
Immediate containment steps
- Disconnect the computer from the network. Unplug Ethernet or disable Wi-Fi. Do this before opening tools that could trigger more remote activity.
- Preserve the timeline. Note when the file arrived, where it was downloaded from, and which user account opened it. On business systems, capture evidence before deleting files.
- Check for remote-access sessions. Look for unknown ScreenConnect services, recently installed remote-support software, and odd service names such as
OneDriveServers. - Review accounts and credentials. If the machine handled email, banking, admin panels, password managers, or company VPNs, rotate passwords from a clean device. Revoke active sessions where possible.
- Scan offline or from a trusted environment. Use your managed EDR if available. Home users can run a full scan with Gridinsoft Anti-Malware after disconnecting and removing the suspicious file from the download path.
How to clean a personal Windows PC
For a home computer, start with the assumption that the attacker may have had remote visibility. Remove the suspicious download, uninstall unrecognized remote-support software, and scan the entire system. Do not rely on deleting sysupdate.jpeg alone, because the reported chain can stage files elsewhere and keep access through a service.
Gridinsoft Anti-Malware can help identify dropped malware, suspicious startup entries, and remnants of remote-control tools. After cleanup, restart, scan again, and check whether the same service or folder reappears. If it does, the system is still compromised or a scheduled/persistent component was missed.
After uninstalling the suspicious app or deleting the visible threat, use Gridinsoft Anti-Malware to check hidden files, startup entries, scheduled tasks, bundled apps, browser changes, and other persistence points that can restore malware.
Download Anti-MalwareWhen a clean Windows reinstall is safer
Choose a clean reinstall from trusted Windows installation media if you confirm unauthorized ScreenConnect control, hidden administrator accounts, credential theft, or repeated persistence after cleanup. A normal “Reset this PC” can leave uncertainty if the attacker had administrator access. Back up only personal documents, photos, and known-safe files. Do not preserve executable installers, scripts, unknown archives, or browser profile data from the compromised account.
After reinstalling, change passwords again from the clean system, enable MFA, review recovery email and phone settings, and check financial or work accounts for unfamiliar sign-ins.
How to prevent another fake-image infection
- Enable file name extensions in Windows Explorer so a fake document or image is harder to disguise.
- Be suspicious of image files that arrive with instructions to “run,” “open as administrator,” or disable security warnings.
- Do not install remote-support tools unless you initiated the support session and can verify the technician.
- For businesses, restrict PowerShell where possible, monitor unusual
csc.exeandComputerDefaults.exeactivity, and audit remote-access platforms. - Use allow-listing and MFA for remote-support consoles, and review logs for late-night or unfamiliar connections.
Related Gridinsoft guides
If your first symptom was a blocked PowerShell connection, use our PowerShell outbound connection cleanup guide. If the file arrived from a fake browser update or suspicious web page, compare the behavior with our fake Chrome update terminal guide. For credential exposure after a malware incident, follow the account-focused steps in our infostealer detection and prevention guide.
For cases where the artifact is gone but the remote support client remains, the broader ScreenConnect Client scam cleanup guide explains how to check the Windows service, installed client, processes, and post-session account risk.
FAQ
Is sysupdate.jpeg always malicious?
No. A normal file can use almost any name. The concern is the specific suspicious context: a fake image from an untrusted source, no valid JPEG structure, PowerShell behavior, or related artifacts such as C:Systems, OneDriveServers, and unexpected ScreenConnect components.
Can I just delete sysupdate.jpeg?
Deleting the original file is not enough if it already ran. Check for staged files, services, remote-access tools, new accounts, startup entries, and stolen-session risk before calling the system clean.
Is ScreenConnect malware?
ScreenConnect is legitimate remote-support software. It becomes a threat when installed without consent, modified, pointed at an unknown server, or used by an attacker after phishing or malware execution.
Should I change passwords after finding this?
Yes, if the file ran or if unexpected ScreenConnect activity appeared. Change passwords from a clean device, enable MFA, and revoke active sessions for email, banking, cloud storage, work VPN, and password-manager accounts.
References
- CYFIRMA. “Operation SilentCanvas: JPEG Based Multistage PowerShell Intrusion.” CYFIRMA Research, published May 9, 2026, accessed May 27, 2026. https://www.cyfirma.com/research/operation-silentcanvas-jpeg-based-multistage-powershell-intrusion/
- SOC Prime Team. “Operation SilentCanvas Uses JPEG and PowerShell.” SOC Prime, published May 12, 2026, accessed May 27, 2026. https://socprime.com/active-threats/operation-silentcanvas-jpeg-based-multistage-powershell-intrusion/
- ConnectWise ScreenConnect. “Intruder Alert: Secure Your Remote Access Tools.” ConnectWise, accessed May 27, 2026. https://www.screenconnect.com/siteassets/media/assets/docs/connectwise-screenconnect-intruder-alert-checklist.pdf

