← Back to projects

Cybersecurity Project · Malware Analysis

Ransomware Analysis — LockBit & BlackCat (ALPHV)

Comparative static and dynamic malware analysis of two ransomware families inside an isolated Windows laboratory environment.

Academic / technical project

Context & Scope

This project investigated LockBit and BlackCat (ALPHV) ransomware in an isolated Windows lab. The work was performed as controlled cybersecurity project activity and is not presented as professional ransomware incident-response experience.

Objective

Examine and compare observable ransomware behaviour using static and dynamic analysis techniques, document technical evidence, and identify indicators relevant to malware investigation and incident response.

Approach

  • Prepared and used an isolated Windows laboratory environment for controlled malware investigation.
  • Performed static analysis with PEStudio to review sample characteristics, metadata, indicators, and suspicious properties before execution.
  • Performed dynamic analysis with Process Monitor, Process Explorer, Autoruns, and Event Viewer to observe process, file-system, persistence-related, and system behaviour.
  • Compared LockBit and BlackCat (ALPHV) behaviour using original investigation evidence, sample hashes, and controlled test files.

Key Findings

  • Observed encryption of controlled test files during ransomware execution.
  • Observed ransom-note behaviour associated with the analysed ransomware activity.
  • LockBit modified the Windows desktop wallpaper as part of its execution behaviour.
  • Process and file-system activity provided evidence of runtime ransomware behaviour.
  • BlackCat exhibited reconnaissance-related behaviour during the controlled analysis.
  • Sample hashes and original investigation evidence were retained to support traceability of the analysis.

Technical Evidence

Selected original investigation evidence from the isolated ransomware-analysis lab. Open an image to inspect it at full size.

Dynamic LockBit ransomware analysis inside the isolated Windows laboratory environment
Dynamic analysis of LockBit activity inside the controlled Windows lab, supporting observation of runtime process and file-system behaviour.
LockBit ransomware wallpaper modification observed during controlled execution
LockBit wallpaper modification observed during controlled execution as part of the documented ransomware behaviour.
PEStudio static analysis of the BlackCat ALPHV ransomware sample
PEStudio static analysis used to inspect BlackCat (ALPHV) sample characteristics before controlled dynamic investigation.
Isolated Windows virtual machine with networking disabled for controlled ransomware analysis
Isolated Windows laboratory environment with networking disabled, used to reduce exposure during controlled malware analysis.

Safety & Evidence Boundary

All dynamic analysis was performed inside an isolated laboratory environment using controlled test files. The portfolio documents investigation methodology and evidence only; malware samples are not hosted or distributed through this website.

Security Relevance

The project demonstrates structured malware-analysis methodology, controlled observation of ransomware behaviour, process and file-system investigation, evidence documentation, IOC-oriented thinking, and awareness of containment and incident-response requirements.