Medusa is a DDoS bot written in .NET 2.0. In its current incarnation its C&C protocol is based on HTTP, while its predecessor made use of IRC.
Genera un perfil del actor con IA (defensivo) cuando lo pidas.
Para detección/bloqueo en tu EDR/SIEM. Fuente: ransomware.live.
Firma de detección defensiva para este grupo (úsala en tu EDR/SIEM). Fuente: ransomware.live.
rule win_medusalocker_auto {
meta:
author = "Felix Bilstein - yara-signator at cocacoding dot com"
date = "2023-07-11"
version = "1"
description = "Detects win.medusalocker."
info = "autogenerated rule brought to you by yara-signator"
tool = "yara-signator v0.6.0"
signator_config = "callsandjumps;datarefs;binvalue"
malpedia_reference = "https://malpedia.caad.fkie.fraunhofer.de/details/win.medusalocker"
malpedia_rule_date = "20230705"
malpedia_hash = "42d0574f4405bd7d2b154d321d345acb18834a41"
malpedia_version = "20230715"
malpedia_license = "CC BY-SA 4.0"
malpedia_sharing = "TLP:WHITE"
/* DISCLAIMER
* The strings used in this rule have been automatically selected from the
* disassembly of memory dumps and unpacked files, using YARA-Signator.
* The code and documentation is published here:
* https://github.com/fxb-cocacoding/yara-signator
* As Malpedia is used as data source, please note that for a given
* number of families, only single samples are documented.
* This likely impacts the degree of generalization these rules will offer.
* Take the described generation method also into consideration when you
* apply the rules in your use cases and assign them confidence levels.
*/
strings:
$sequence_0 = { 8b45fc 83781000 7419 8b4dfc 8b5110 }
// n = 5, score = 400
// 8b45fc | mov eax, dword ptr [ebp - 4]
// 83781000 | cmp dword ptr [eax + 0x10], 0
// 7419 | je 0x1b
// 8b4dfc | mov ecx, dword ptr [ebp - 4]
// 8b5110 | mov edx, dword ptr [ecx + 0x10]
$sequence_1 = { e8???????? 8b08 51 8d95f4fdffff 52 e8???????? 83c40c }
// n = 7, score = 400
// e8???????? |
// 8b08 | mov ecx, dword ptr [eax]
// 51 | push ecx
// 8d95f4fdffff | lea edx, [ebp - 0x20c]
// 52 | push edx
// e8???????? |
// 83c40c | add esp, 0xc
$sequence_2 = { 8b45e4 50 8b4dec 83c104 e8???????? 8bc8 e8???????? }
// n = 7, score = 400
// 8b45e4 | mov eax, dword ptr [ebp - 0x1c]
// 50 | push eax
// 8b4dec | mov ecx, dword ptr [ebp - 0x14]
// 83c104 | add ecx, 4
// e8???????? |
// 8bc8 | mov ecx, eax
// e8???????? |
$sequence_3 = { 83c108 51 e8???????? 83c408 8945d0 837dd003 744d }
// n = 7, score = 400
// 83c108 | add ecx, 8
// 51 | push ecx
// e8???????? |
// 83c408 | add esp, 8
// 8945d0 | mov dword ptr [ebp - 0x30], eax
// 837dd003 | cmp dword ptr [ebp - 0x30], 3
// 744d | je 0x4f
$sequence_4 = { e8???????? 83c42c 8945e8 8b4df8 e8???????? 8845ff 0fb655ff }
// n = 7, score = 400
// e8???????? |
// 83c42c | add esp, 0x2c
// 8945e8 | mov dword ptr [ebp - 0x18], eax
// 8b4df8 | mov ecx, dword ptr [ebp - 8]
// e8???????? |
// 8845ff | mov byte ptr [ebp - 1], al
// 0fb655ff | movzx edx, byte ptr [ebp - 1]
$sequence_5 = { eb11 6a01 8d4de8 e8???????? 8bc8 e8???????? }
// n = 6, score = 400
// eb11 | jmp 0x13
// 6a01 | push 1
// 8d4de8 | lea ecx, [ebp - 0x18]
// e8???????? |
// 8bc8 | mov ecx, eax
// e8???????? |
$sequence_6 = { 83c408 8be5 5d c20c00 55 8bec 51 }
// n = 7, score = 400
// 83c408 | add esp, 8
// 8be5 | mov esp, ebp
// 5d | pop ebp
// c20c00 | ret 0xc
// 55 | push ebp
// 8bec | mov ebp, esp
// 51 | push ecx
$sequence_7 = { e8???????? 83c018 8bc8 e8???????? 85c0 753e 8b4dec }
// n = 7, score = 400
// e8???????? |
// 83c018 | add eax, 0x18
// 8bc8 | mov ecx, eax
// e8???????? |
// 85c0 | test eax, eax
// 753e | jne 0x40
// 8b4dec | mov ecx, dword ptr [ebp - 0x14]
$sequence_8 = { 8b450c 50 e8???????? 83c404 8945f8 837df800 741c }
// n = 7, score = 400
// 8b450c | mov eax, dword ptr [ebp + 0xc]
// 50 | push eax
// e8???????? |
// 83c404 | add esp, 4
// 8945f8 | mov dword ptr [ebp - 8], eax
// 837df800 | cmp dword ptr [ebp - 8], 0
// 741c | je 0x1e
$sequence_9 = { 8d45f4 64a300000000 894dbc 33c0 }
// n = 4, score = 400
// 8d45f4 | lea eax, [ebp - 0xc]
// 64a300000000 | mov dword ptr fs:[0], eax
// 894dbc | mov dword ptr [ebp - 0x44], ecx
// 33c0 | xor eax, eax
condition:
7 of them and filesize < 1433600
}
<html>
<style type="text/css">
body {
background-color: #f5f5f5;
}
h1, h3{
text-align: center;
text-transform: uppercase;
font-weight: normal;
}
/*---*/
.tabs1{
display: block;
margin: auto;
}
.tabs1 .head{
text-align: center;
float: top;
padding: 0px;
text-transform: uppercase;
font-weight: normal;
display: block;
background: #81bef7;
color: #DF0101;
font-size: 30px;
}
.tabs1 .identi {
font-size: 10px;
text-align: center;
float: top;
padding: 15px;
display: block;
background: #81bef7;
color: #DFDFDF;
}
.tabs .content {
background: #f5f5f5;
/*text-align: center;*/
color: #000000;
padding: 25px 15px;
font-size: 15px;
font-weight: 400;
line-height: 20px; }
.tabs .content a {
color: #df0130;
font-size: 23px;
font-style: italic;
text-decoration: none;
line-height: 35px; }
.tabs .content .text{
padding: 25px;
line-height: 1.2;
}
</style>
<body>
<div class="tabs1">
<div class="head" ><b>Your personal ID:</b></div>
<div class="identi">
<span style="width:1000px; color: #ffffff; font-size: 10px;">[snip]</span> <br>
<!-- !!! dont changing this !!! -->
</div>
</div>
<!-- -->
<div class="tabs">
<!--tab-->
<div class="tab">
<div id="tab-content1" class="content">
<div class="text">
<!--text data -->
<b>/!\ YOUR COMPANY NETWORK HAS BEEN PENETRATED /!\</b><br>
<b>All your important files have been encrypted!</b><br><br>
<hr>
Your files are safe! Only modified. (RSA+AES)<br><br>
ANY ATTEMPT TO RESTORE YOUR FILES WITH THIRD-PARTY SOFTWARE<br>
WILL PERMANENTLY CORRUPT IT.<br>
DO NOT MODIFY ENCRYPTED FILES.<br>
DO NOT RENAME ENCRYPTED FILES.<br><br>
No software available on internet can help you. We are the only ones able to<br>
solve your problem.<br><br>
We gathered highly confidential/personal data. These data are currently stored on<br>
a private server. This server will be immediately destroyed after your payment.<br>
If you decide to not pay, we will release your data to public or re-seller.<br>
So you can expect your data to be publicly available in the near future..<br><br>
We only seek money and our goal is not to damage your reputation or prevent<br>
your business from running.<br><br>
You will can send us 2-3 non-important files and we will decrypt it for free<br>
to prove we are able to give your files back.<br><br>
<!--text data -->
<hr>
<b>Contact us for price and get decryption software.</b><br><br>
<a>[redactado]
* Note that this server is available via Tor browser only<br><br>
Follow the instructions to open the link:<br>
1. Type the addres "[redactado] in your Internet browser. It opens the Tor site.<br>
2. Press "Download Tor", then press "Download Tor Browser Bundle", install and run it.<br>
3. Now you have Tor browser. In the Tor Browser open <a>[redactado]
</a>
4. Start a chat and follow the further instructions. <br>
<hr>
<b>If you can not use the above link, use the email:</b><br>
<a href="[redactado] ">[redactado] </a> <br>
<a href="[redactado] ">[redactado] </a> <br>
<p>* To contact us, create a new free email account on the site: <a href="[redactado] <br>
<b>
IF YOU DON'T CONTACT US WITHIN 72 HOURS, PRICE WILL BE HIGHER.</b><br>
</div>
</div>
</div>
<!--tab-->
<!--text data -->
</div>
</div>
<!--tab-->
</div>
</div>
</body>
</html>Brazilian supermarket chain.
Catholic school in Moravia, Costa Rica. Domain cmi.local / mariainmaculada.ed.cr. Servers: CMI-DC01, CMI-APP, CMI-HTTP2, main-server1/2.
| Organización | País | Sector | Grupo | Descubierta |
|---|---|---|---|---|
| Bandeirante Supermercados | BR | Consumer Services | — | 5 may 2026 |
| Colegio María Inmaculada (CMI) | CR | Education | — | 5 may 2026 |
| CEAGESP / Netfeirasp | BR | Agriculture and Food Production | — | 5 may 2026 |
| Inversiones Clinica Del Meta SA | CO | Healthcare | — | 28 feb 2025 |
Las direcciones de los sitios de filtración (.onion) se conocen pero no se publican ni se enlazan. Solo se muestran metadatos públicos. ética
Brazilian produce wholesale market network. Domain netfeirasp.ceagesp (CEAGESP). Also demarchibrasil.com.br accounts.
www.clinicameta.co Description employee information – patient information – agreements – password data – appointment information Sold with 1-day access Price-$100000 (sale in one hand there are options for making a profit from these files will be included in the deal)