> For the complete documentation index, see [llms.txt](https://malcrvz.gitbook.io/the-vx-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://malcrvz.gitbook.io/the-vx-files/cybersecurity-theory/index/malware-types/ransomware.md).

# Ransomware

Ransom malware, a software that will look for X type of files in a system (the valuable ones) and encrypt them with a very strong password, usually using asymmetric keys, to then load an interface that will ask to pay for a ransom, in some untraceable cryptocurrency, in order to be able to recover the files, that is if they are not lying to you or ransoming you again the next month.

This malware is the bane of corporations, it's happening every day and it's getting more sophisticated every year, there exists whole enterprises gaining fortunes from ransoming, we don't even hear half of it because of fear or retaliation from bad publicity, most companies silently pay and don't even mention they have been pwned. \
It reached the point where some big ransomware groups are more professional, have better customer service or corporation structure than most of its victims.\
\
Ransomware groups are a thrilling world, sometimes leaving Hollywood movies vanilla in comparison and some of them making history and paralyzing the whole world like the infamous Wannacry in 2017, authors are still uncertain but they used an exploit developed by the NSA, exfiltrated by the group The Shadow Brokers, called Eternal Blue, to ransom more than 230.000 systems in 150 different countries, paralyzing hospitals around the world, just to get stopped by a kid in Devon, England. \
I'll leave a documentary below that if you are new to the cybersecurity world will make you go crazy:&#x20;

{% embed url="<https://www.youtube.com/watch?v=vveLaA-z3-o>" %}
source Tomorrow Unlocked
{% endembed %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://malcrvz.gitbook.io/the-vx-files/cybersecurity-theory/index/malware-types/ransomware.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
