• Home
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms & Conditions
Flyy Tech
  • Home
  • Apple
  • Applications
    • Computers
    • Laptop
    • Microsoft
  • Security
  • Smartphone
  • Gaming
  • Entertainment
    • Literature
    • Cooking
    • Fitness
    • lifestyle
    • Music
    • Nature
    • Podcasts
    • Travel
    • Vlogs
  • Camera
  • Audio
No Result
View All Result
  • Home
  • Apple
  • Applications
    • Computers
    • Laptop
    • Microsoft
  • Security
  • Smartphone
  • Gaming
  • Entertainment
    • Literature
    • Cooking
    • Fitness
    • lifestyle
    • Music
    • Nature
    • Podcasts
    • Travel
    • Vlogs
  • Camera
  • Audio
No Result
View All Result
Flyy Tech
No Result
View All Result

What is Ransom Cartel? A ransomware gang focused on reputational damage

flyytech by flyytech
November 30, 2022
Home Security
Share on FacebookShare on Twitter


Ransom Cartel, a ransomware-as-a-service (RaaS) operation, has stepped up its attacks over the past year after the disbanding of prominent gangs such as REvil and Conti. Believed to have launched in December 2021, Ransom Cartel has made victims of organizations from among the education, manufacturing, utilities, and energy sectors with aggressive malware and tactics that resemble those used by REvil.

The group employs double extortion, combining data encryption with data theft and subsequent threats to release stolen information on their data leak website. However, the group goes one step further and threatens to send sensitive information to the victim’s partners, competitors, and news outlets in an attempt to inflict as much reputational damage as possible.

“We believe that Ransom Cartel operators had access to earlier versions of REvil ransomware source code, but not some of the most recent developments,” researchers from Palo Alto Networks said in an analysis of the ransomware code. “This suggests there was a relationship between the groups at some point, though it may not have been recent.”

Initial access and lateral movement toolset

Ransom Cartel attackers make heavy use of stolen credentials for gaining initial access to victim organizations. This includes credentials for various services that are accessible from the internet, remote desktop protocol (RDP), secure shell protocol (SSH), and virtual private networks (VPNs). The group’s affiliates –hackers who distribute the ransomware for a hefty cut of the ransom payments – obtain these credentials themselves or acquire them from initial access brokers on the underground market.

“Initial access brokers are actors who offer to sell compromised network access,” Palo Alto Networks’ researchers said. “Their motivation is not to carry out cyberattacks themselves but rather to sell the access to other threat actors. Due to the profitability of ransomware, these brokers likely have working relationships with RaaS groups based on the amount they are willing to pay. Unit 42 has seen evidence that Ransom Cartel has relied on this type of service to gain initial access for ransomware deployment.”

Once inside a corporate network, the goal of Ransom Cartel attackers is to steal additional credentials and gain access to Windows and Linux VMWare ESXi servers. The attackers were seen using an open-source tool called DonPAPI that can locate and dump credentials stored using the Windows Data Protection API (DPAPI).

DonPAPI searches DPAPI blobs for credentials stored by Windows task scheduler, Windows Vaults, Windows RDP, WiFi keys, AdConnect and more. However, it can also extract non-DPAPI secrets from Internet Explorer, Chrome, Firefox, VNC, and mRemoteNG. The credentials stored in browsers can include those used to authenticate to the VMware vCenter interface and can be used to access ESXi servers.  “To avoid the risk of detection by antivirus (AVs) or endpoint detection and response (EDR), the tool downloads the files and decrypts them locally,” the Palo Alto researchers said.

After authenticating to vCenter, attackers enable SSH and create new accounts with the user identifier (UID) set to zero, which on Linux means root. This allows them to bypass security checks and maintain persistent access to the servers.

The file encryption program used on Linux machines specifically looks for files with the .log, .vmdk, .vmem, .vswp and .vmsn extensions, which are associated with ESXi snapshots, log files, swap files, paging files, and virtual disks.

Other credential dumping tools that Ransom Cartel attackers used included LaZagne and Mimikatz. A legitimate tool called PDQ Inventory that’s popular with IT administrators was used to scan the network and collect information about hardware, software, and Windows configurations. Other tools observed in use included Advanced Port Scanner and netscan.exe for network scans, Putty for SSH connections, AnyDesk for remote desktop, the Cobalt Strike implant for command and control, and Rclone for data exfiltration. The PrintNightmare exploit (CVE-2021-1675, CVE-2021-34527 and CVE-2021-34481) was used for privilege escalation.

Code similarities to REvil

The Windows ransomware program has an encrypted configuration file that contains the attackers’ Curve25519-donna key used in the encryption routine; a list of files, folders, and extensions to avoid encrypting; a list of processes and system services to terminate; and the ransom note contents.

The list of processes includes backup services such as BackupExecVSSProvider, Veeam, Acronis, database services including Microsoft Exchange and MSSQL, security products such as Sophos, email clients and browsers and more.

The encryption routine involves generating a local Curve25519 key pair, then a session key pair where the private key is paired with the attacker’s public key distributed as part of the ransomware configuration. The resulting key is hashed with SHA3 and the hash is used as a key for AES encryption. Additional session keys are being generated, with a public-private key pair for each file which is ultimately encrypted using the Salsa20 algorithm.

“This method of generating session secrets was documented by researchers at Amossys back in 2020; however, their analysis focused on an updated version of Sodinokibi/REvil ransomware, indicating a direct overlap between the REvil source code and the latest Ransom Cartel samples,” the Palo Alto researchers said.

In addition to the strong similarity in encryption and key generation methods between REvil and Ransom Cartel’s ransomware programs, there are overlaps in the way the encrypted configuration is stored in the ransomware binary and the way it’s formatted once decrypted. However, REvil has more entries that are missing from the Ransom Cartel configuration, which could suggest the creators of the latter either removed features or only had access to an earlier variant of REvil.

Ransom note is similar to Revil’s

Another similarity is the ransom note. In early variants of Ransom Cartel, the ransom note was almost identical in formatting and language to the ransom note used by REvil. The only difference was in the instructions to access the Tor website used for communication with victims, which requires authentication using a unique key generated by the ransomware for every victim. Later versions, observed in August 2022, had a significantly different ransom note.

“A particularly interesting difference between the two malware families is that REvil opts to obfuscate their ransomware much more heavily than the Ransom Cartel group, utilizing string encryption, API hashing and more, while Ransom Cartel has almost no obfuscation outside of the configuration, hinting that the group may not possess the obfuscation engine used by REvil,” the Palo Alto researchers said.

A connection with REvil is likely to be problematic for the Ransom Cartel operators, given REvil’s notoriety, so it wouldn’t be surprising if they are intentionally trying to hide it. Operating between 2019 and 2021, REvil or Sodinokibi, were some of the early pioneers of manually deployed ransomware instead of relying on automated infection through routines in the ransomware code. They achieved that by borrowing lateral movement and living-off-the-land techniques from APT-style cyberespionage attacks, setting the ground for the tactics that most ransomware groups use today.

A Ransom Cartel connection with REvil?

The use of such techniques made them very successful at breaking into a large number of organizations, which ultimately attracted the attention of governments at the highest levels. In July 2021, a REvil affiliate exploited zero-day vulnerabilities in an IT management tool developed by a company called Kaseya. The attack allowed them to compromise more than 30 managed service providers (MSPs) from around the world and more than 1,000 business networks managed by those MSPs. The incident prompted a discussion between US President Joe Biden and Russia’s President Vladimir Putin, with Biden calling for Russian authorities to take a harder stance on ransomware groups.

A couple of months later REvil shut down its operations and disbanded, possibly following a crackdown from Russian law enforcement. In November 2021, the DOJ announced indictments against two REvil affiliates, one of whom was believed to have been involved in the Kaseya attack and was arrested in Poland. At the same time, Europol announced the arrest of five other REvil affiliates. Given the heat that REvil affiliation seemed to attract, it wouldn’t be surprising if some splintered off and rebranded.

“Based on the fact that the Ransom Cartel operators clearly have access to the original REvil ransomware source code, yet likely do not possess the obfuscation engine used to encrypt strings and hide API calls, we speculate that the operators of Ransom Cartel had a relationship with the REvil group at one point, before starting their own operation,” the Palo Alto researchers said. “Due to the high-profile nature of some organizations targeted by Ransom Cartel and steady stream of Ransom Cartel cases identified by Unit 42, the operator and/or affiliates behind the ransomware likely will continue to attack and extort organizations.”

Copyright © 2022 IDG Communications, Inc.



Source_link

flyytech

flyytech

Next Post
(ISC)(2) Launches Certified in Cybersecurity Entry-Level Certification to Address Global Workforce Gap

SPHERE Receives $31M for Series B Funding From Edison Partners, Forgepoint Capital

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recommended.

Improving your bottom line with cybersecurity top of mind

Phishing-resistant MFA 101: What you need to know

May 19, 2023
Researchers Detail Azure SFX Flaw That Could’ve Allowed Attackers to Gain Admin Access

Researchers Detail Azure SFX Flaw That Could’ve Allowed Attackers to Gain Admin Access

October 19, 2022

Trending.

Shop now. Pay later. on the App Store

Shop now. Pay later. on the App Store

February 25, 2023
USIU student team qualifies for Microsoft Imagine Cup World Championship

USIU student team qualifies for Microsoft Imagine Cup World Championship

April 5, 2023
Volla Phone 22 review

Volla Phone 22 review

March 26, 2023
Thermalright Peerless Assassin 120 SE Review: Incredible, Affordable Air Cooling Performance

Thermalright Peerless Assassin 120 SE Review: Incredible, Affordable Air Cooling Performance

September 27, 2022
Light Lens Lab 50mm f/2 Review: The Classic Speed Panchro II Reborn

Light Lens Lab 50mm f/2 Review: The Classic Speed Panchro II Reborn

March 22, 2023

Flyy Tech

Welcome to Flyy Tech The goal of Flyy Tech is to give you the absolute best news sources for any topic! Our topics are carefully curated and constantly updated as we know the web moves fast so we try to as well.

Follow Us

Categories

  • Apple
  • Applications
  • Audio
  • Camera
  • Computers
  • Cooking
  • Entertainment
  • Fitness
  • Gaming
  • Laptop
  • lifestyle
  • Literature
  • Microsoft
  • Music
  • Podcasts
  • Review
  • Security
  • Smartphone
  • Travel
  • Uncategorized
  • Vlogs

Site Links

  • Home
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms & Conditions

Recent News

The Texas Chain Saw Massacre game can’t add in what it likes because that’s “not how Hollywood works”

The Texas Chain Saw Massacre game can’t add in what it likes because that’s “not how Hollywood works”

June 5, 2023
Test Your Smart Contract Code with ChatGPT and Diligence Fuzzing

Test Your Smart Contract Code with ChatGPT and Diligence Fuzzing

June 5, 2023

Copyright © 2022 Flyytech.com | All Rights Reserved.

No Result
View All Result
  • Home
  • Apple
  • Applications
    • Computers
    • Laptop
    • Microsoft
  • Security
  • Smartphone
  • Gaming
  • Entertainment
    • Literature
    • Cooking
    • Fitness
    • lifestyle
    • Music
    • Nature
    • Podcasts
    • Travel
    • Vlogs

Copyright © 2022 Flyytech.com | All Rights Reserved.

What Are Cookies
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT