Virlock
Overview
VirLock (also known as VirLocker) is a polymorphic parasitic file infector that doubles as ransomware. As documented in a Virus Bulletin (VB2015) analysis, it transforms the files it infects into new copies of itself, so each infected file becomes both a carrier of the malware and a payload. Alongside this file-infecting behaviour it employs screen-locking, presenting a lock screen that demands payment before the system can be used. This combination of self-replicating file infection with extortion made VirLock an early and unusual example of a ransomware/file-infector hybrid.
Known aliases
Threat reports may refer to this family under multiple names:
MITRE ATT&CK Techniques
This family has been observed using the following ATT&CK techniques: T1486 T1027
Generated Detections (Boilerplate)
These YARA and Sigma rules are auto-generated based on the family name and aliases. They must be heavily tuned before deployment in a production environment.
YARA Rule
rule MALWARE_WIN_VIRLOCK {
meta:
description = "Detects Virlock (ransomware_file_infector)"
author = "SystemHelpdesk Boilerplate Generator"
date = "2026-07-06"
strings:
$s1 = "virlock" ascii wide nocase
$s2 = "virlocker" ascii wide nocase
$s3 = "virlock" ascii wide nocase
condition:
uint16(0) == 0x5a4d and any of them
}Sigma Rule
title: Suspicious Virlock Activity
id: b5e9d6299ac2e7c869542b7a67935370
status: experimental
description: Detects generic indicators of the virlock malware family.
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith:
- '\cmd.exe'
- '\powershell.exe'
CommandLine|contains:
- "*virlock*"
- "*virlocker*"
- "*virlock*"
condition: selection
level: mediumReferences & External Analysis
Frequently Asked Questions
What type of malware is VirLock?
VirLock is a hybrid threat: it is both a polymorphic parasitic file infector and ransomware. It spreads by infecting files and also locks the screen to demand payment.
How does VirLock spread?
VirLock transforms the files it infects into copies of itself. Each infected file then acts as a carrier, so opening or sharing an infected file can propagate the malware further.
Why is VirLock described as polymorphic?
VirLock changes its own code as it replicates, producing varied copies. This polymorphism is intended to make detection by simple signature matching more difficult.
What does VirLock do to an infected computer?
In addition to infecting files, VirLock uses a screen-locking technique that blocks normal use of the system and presents an extortion demand, consistent with ransomware behaviour.
How do I remove the Virlock Ransomware_File_Infector from Windows?
Manual removal of Virlock is highly discouraged as it may leave persistence mechanisms intact. We recommend disconnecting the device from the internet and utilizing a professional incident response service or enterprise-grade EDR software to conduct a full forensic sweep.
Is Virlock a virus or a Ransomware_File_Infector?
Virlock is classified as a Ransomware_File_Infector. Unlike traditional viruses that infect files, modern malware like Virlock typically operates as a standalone payload designed to compromise systems, steal data, or deploy secondary stage implants.
What are the main symptoms of a Virlock infection?
Symptoms of Virlock can include unexpected system slowness, unauthorized outbound network traffic to unknown IP addresses, disabled security software, and suspicious background processes running from AppData or Temp directories.
Protect Your Network Against Ransomware_File_Infectors
Want to prevent Virlock and similar threats from compromising your organization? Read our comprehensive defensive guide: Ransomware Protection Guide.
Machine-readable
Get this profile as JSON: https://jordan123234-malware-families-explorer.static.hf.space/api/virlock.json
Ecosystem & Interactive Environments
This profile is part of the Malware Families Catalog, a public dataset of 2,899 malware families. The catalog is also published across our ecosystem: Hugging Face, Kaggle, Zenodo, Replit, StackBlitz, CodeSandbox, and CodePen.