Security Magazine logo
search
cart
facebook twitter linkedin youtube
  • Sign In
  • Create Account
  • Sign Out
  • My Account
Security Magazine logo
  • NEWS
    • Security Newswire
    • Technologies & Solutions
  • MANAGEMENT
    • Leadership Management
    • Enterprise Services
    • Security Education & Training
    • Logical Security
    • Security & Business Resilience
    • Profiles in Excellence
  • PHYSICAL
    • Access Management
    • Fire & Life Safety
    • Identity Management
    • Physical Security
    • Video Surveillance
    • Case Studies (Physical)
  • CYBER
    • Cybersecurity News
    • More
  • BLOG
  • COLUMNS
    • Cyber Tactics
    • Leadership & Management
    • Security Talk
    • Career Intelligence
    • Leader to Leader
    • Cybersecurity Education & Training
  • EXCLUSIVES
    • Annual Guarding Report
    • Most Influential People in Security
    • The Security Benchmark Report
    • The Security Leadership Issue
    • Top Guard and Security Officer Companies
    • Top Cybersecurity Leaders
    • Women in Security
  • SECTORS
    • Arenas / Stadiums / Leagues / Entertainment
    • Banking/Finance/Insurance
    • Construction, Real Estate, Property Management
    • Education: K-12
    • Education: University
    • Government: Federal, State and Local
    • Hospitality & Casinos
    • Hospitals & Medical Centers
    • Infrastructure:Electric,Gas & Water
    • Ports: Sea, Land, & Air
    • Retail/Restaurants/Convenience
    • Transportation/Logistics/Supply Chain/Distribution/ Warehousing
  • EVENTS
    • Industry Events
    • Webinars
    • Solutions by Sector
    • Security 500 Conference
  • MEDIA
    • Videos
      • Cybersecurity & Geopolitical Discussion
      • Ask Me Anything (AMA) Series
    • Podcasts
    • Polls
    • Photo Galleries
  • MORE
    • Call for Entries
    • Classifieds & Job Listings
    • Continuing Education
    • Newsletter
    • Sponsor Insights
    • Store
    • White Papers
  • EMAG
    • eMagazine
    • This Month's Content
    • Advertise
  • SIGN UP!
CybersecurityManagementTechnologies & SolutionsSecurity Leadership and ManagementLogical Security

Stop ransomware with a deterministic approach to cybersecurity

By Satya Gupta
ransomware
February 11, 2022

There was an unprecedented increase in ransomware attacks in 2021. With each passing day, threat actors are getting more empowered as they gain even more financial success, giving them the funds to conduct larger-scale data breaches. Alarmingly, a large computer manufacturer, Acer, paid the highest ransom demand in history, shelling out $50M. Some other prominent victims of ransomware include Colonial Pipeline, Acer, JBS Foods, Axa, Kaseya and Deloitte.

What exactly do ransomware threat actors target?

In digging deeper into these attacks, it became evident that threat actors target critical workloads of enterprises of all sizes and then either cause business disruption or threaten to make confidential data public. In fact, ransomware threat actors leverage the services of another class of cybercriminals, known as initial access brokers, who specialize in breaching companies and then selling the access to ransomware attackers. These actors infiltrate organizations that have not patched their workloads, providing initial access brokers a way to infiltrate enterprise infrastructure.

Ransomware kill chain for server workloads

A ransomware attack on a critical workload follows the kill chain below.


Image created by Satya Gupta, Virsec 

In Stage 1, the attacker seeks out an unpatched vulnerable server using search engines that facilitate such activity.

In Stage 2, having identified a target, the attacker crafts a malicious payload that will achieve at least the following two objectives for the threat actor. The first objective packs data that will overrun the vulnerable application and allow the actor to gain execution privileges on the victim’s computer. The second goal packs the starter malware, which, upon subsequent execution, will establish a reverse channel and keyboard control back to the attacker's command control server access point.

In Stage 3, the attacker delivers the malicious payload described in Stage 2 to the victim’s workload.

In Stage 4, the targeted workload consumes the first part of the malicious payload, which helps the attacker gain execution control on the victim’s machine. Now the attacker can execute arbitrary code on the compromised device.

In Stage 5, upon gaining execution control, the attacker installs the starter malware from Stage 2.

In Stage 6, the starter malware establishes a reverse communication channel to the attacker's command control center. This path allows the attacker to communicate interactively with the target and perform several critical operations.

These operations, performed in Stage 7, include escalating or deescalating an attack, developing a unique en/decryption key for the victim, creating an inventory of high-value files, removing shadow and backup files, laterally moving to other reachable machines, dropping more malware, erasing logs and other maneuvers.

Finally, in Stage 8, the attacker launches one or more parts of their attack. Steps 7 and 8 can then repeat until the attacker meets all their objectives.

What is the root cause of ransomware attacks?

Studying the tactics used by the threat actors in 2020 and 2021, it became evident that the attacks are moving deeper into memory and targeting unpatched vulnerabilities that result in remote code execution (RCE) of arbitrary code on the victim workload.

In 2021 alone, there were over 28,000 unique vulnerabilities disclosed in various databases. Of these, 8,000 vulnerabilities had public exploits, 5,800 of which could be exploited remotely. An unprotected workload that is exposed to the internet can be exploited in under seven minutes. A workload that has not been patched and hosts server code that has one or more remote code execution vulnerability is the classic “unprotected” workload that threat actors are looking for.

If an enterprise does not patch software vulnerabilities in the first seven minutes after the vulnerability disclosure, they leave themselves vulnerable to a cyberattack. Many top ransomware victims in 2021 failed to patch their workloads for several years, let alone in seven minutes.

Why do conventional security solutions fail to detect ransomware promptly?

Conventional cybersecurity tools leverage either the pre- or post-execution technologies for protecting enterprise workloads. Pre-execution technologies include intrusion protection systems (IPS), next generation firewalls (NGFW) and web application firewalls (NGFW), among others. Post-execution technologies use variants of exploit detection and response (EDR) solutions.

Once the threat actor has infiltrated the workload using a remote code execution vulnerability, they can run sophisticated malware that can receive minimalistic or encrypted commands from the attacker’s remote command control center. This effectively bypasses all protection offered by pre-execution security solutions.

Post-execution security controls leverage user, network, file system and process creation activity logs as their triggers. Processing these triggers allows EDR technologies to detect attacks. However, a threat actor who can run arbitrary code on a victim’s workload can easily suppress any log. This effectively blindsides all EDR solutions and any protection the enterprise expects from their cybersecurity solution.

How does deterministic protection technology protect against ransomware attacks?

As explained above, attackers are looking to leverage unpatched or undisclosed vulnerabilities in internet-facing production applications. Upon gaining the ability to execute their malicious code (as shown in the righthand side of the diagram below), the attacker has effectively achieved Stage 4 of the kill chain. If the attacker crosses Stage 7, they will be unstoppable if conventional security solutions are used for protection.


Image created by Satya Gupta, Virsec


Deterministic protection (DP) technology works silently in memory, similar to how GPS guides a driver through their travels.

The driver starts by putting an address into their GPS. The GPS responds by creating an intended navigation map for their journey. As the driver starts to travel to their destination, the GPS ensures that the driver stays on course. However, when the driver deviates, the GPS instantly alerts them that they are off course.

DP technology leverages the same principle. As a known application code loads in memory, it creates an application provider intent map (APIM) just like GPS loads an intended navigation map. During the lifetime of the application, DP technology tracks the application’s execution against the APIM. If under the influence of the attacker, the application deviates from its APIM (as shown in the figure above) and DP technology promptly engages a pre-configured protection action.

As a result, a ransomware attack never progresses past Stage 4 and an enterprise no longer needs to keep looking over their shoulder, even if their applications are riddled with vulnerabilities.

This article originally ran in Today’s Cybersecurity Leader, a monthly cybersecurity-focused eNewsletter for security end users, brought to you by Security magazine. Subscribe here.

KEYWORDS: application security cyber attack response cyber security investigation hacker malware ransomware threat detection

Share This Story

Looking for a reprint of this article?
From high-res PDFs to custom plaques, order your copy today!

Satya gupta cropped

Satya Gupta is Virsec’s Co-Founder and Chief Technology Officer (CTO). Redefining how software is secured, Gupta’s company is backed by a number of former high-ranking government and intelligence officials as well as critical infrastructure, global enterprise and venture communities.

Gupta has over 25 years of expertise in embedded systems, network security and systems architecture. He has helped develop core technology with key partners including Raytheon and Lockheed. Prior to this, Satya built a highly respected software design and consulting business targeting data networking, application security and industrial automation projects.

Recommended Content

JOIN TODAY
To unlock your recommendations.

Already have an account? Sign In

  • Security's Top Cybersecurity Leaders 2024

    Security's Top Cybersecurity Leaders 2024

    Security magazine's Top Cybersecurity Leaders 2024 award...
    Security Enterprise Services
    By: Security Staff
  • cyber brain

    The intersection of cybersecurity and artificial intelligence

    Artificial intelligence (AI) is a valuable cybersecurity...
    Cyber Tactics Column
    By: Pam Nigro
  • artificial intelligence AI graphic

    Assessing the pros and cons of AI for cybersecurity

    Artificial intelligence (AI) has significant implications...
    Technologies & Solutions
    By: Charles Denyer
Subscribe For Free!
  • Security eNewsletter & Other eNews Alerts
  • eMagazine Subscriptions
  • Manage My Preferences
  • Online Registration
  • Mobile App
  • Subscription Customer Service

More Videos

Sponsored Content

Sponsored Content is a special paid section where industry companies provide high quality, objective, non-commercial content around topics of interest to the Security audience. All Sponsored Content is supplied by the advertising company and any opinions expressed in this article are those of the author and not necessarily reflect the views of Security or its parent company, BNP Media. Interested in participating in our Sponsored Content section? Contact your local rep!

close
  • Crisis Response Team
    Sponsored byEverbridge

    Automate or Fall Behind – Crisis Response at the Speed of Risk

  • Perimeter security
    Sponsored byAMAROK

    Why Property Security is the New Competitive Advantage

  • Duty of Care
    Sponsored byAMAROK

    Integrating Technology and Physical Security to Advance Duty of Care

Popular Stories

Red laptop

Cybersecurity leaders discuss Oracle’s second recent hack

Pills spilled

More than 20,000 sensitive medical records exposed

Coding on screen

Research reveals mass scanning and exploitation campaigns

Laptop in darkness

Verizon 2025 Data Breach Investigations Report shows rise in cyberattacks

Computer with binary code hovering nearby

Cyberattacks Targeting US Increased by 136%

2025 Security Benchmark banner

Events

May 22, 2025

Proactive Crisis Communication

Crisis doesn't wait for the right time - it strikes when least expected. Is your team prepared to communicate clearly and effectively when it matters most?

November 17, 2025

SECURITY 500 Conference

This event is designed to provide security executives, government officials and leaders of industry with vital information on how to elevate their programs while allowing attendees to share their strategies and solutions with other security industry executives.

View All Submit An Event

Products

Security Culture: A How-to Guide for Improving Security Culture and Dealing with People Risk in Your Organisation

Security Culture: A How-to Guide for Improving Security Culture and Dealing with People Risk in Your Organisation

See More Products

Related Articles

  • incident-response-freepik1170x658v6.jpg

    A 3-step approach to cyber defense: Before, during and after a ransomware attack

    See More
  • data-protection-freepik1170x658v504.jpg

    How a more unified approach to data protection will help in the fight against ransomware

    See More
  • federal-state-cybersecurity-fp1170x658c.jpg

    Building a whole-of-state approach to cybersecurity

    See More

Events

View AllSubmit An Event
  • November 14, 2024

    Best Practices for Integrating AI Responsibly

    ON DEMAND: Discover how artificial intelligence is reshaping the business landscape. AI holds immense potential to revolutionize industries, but with it comes complex questions about its risks and rewards.
View AllSubmit An Event
×

Sign-up to receive top management & result-driven techniques in the industry.

Join over 20,000+ industry leaders who receive our premium content.

SIGN UP TODAY!
  • RESOURCES
    • Advertise
    • Contact Us
    • Store
    • Want More
  • SIGN UP TODAY
    • Create Account
    • eMagazine
    • eNewsletter
    • Customer Service
    • Manage Preferences
  • SERVICES
    • Marketing Services
    • Reprints
    • Market Research
    • List Rental
    • Survey/Respondent Access
  • STAY CONNECTED
    • LinkedIn
    • Facebook
    • YouTube
    • X (Twitter)
  • PRIVACY
    • PRIVACY POLICY
    • TERMS & CONDITIONS
    • DO NOT SELL MY PERSONAL INFORMATION
    • PRIVACY REQUEST
    • ACCESSIBILITY

Copyright ©2025. All Rights Reserved BNP Media.

Design, CMS, Hosting & Web Development :: ePublishing