Search This Blog

Powered by Blogger.

Blog Archive

Labels

Footer About

Footer About

Labels

Showing posts with label IT department. Show all posts

Hackers Turn ScreenConnect Into Its Own Infection Vector in New Worm-Like Campaign

 



A remote access tool built for IT departments and help desks is now being weaponized against them. Researchers at Huntress say they've found hacked versions of ConnectWise's ScreenConnect software that don't just give attackers a foothold on one machine, they use that foothold to infect whoever connects to it next, turning a single compromised endpoint into a launching pad for further attacks.

Huntress said its Security Operations Center issued three critical incident alerts in late August after spotting the same unusual pattern across customer networks that had nothing else in common. In each case, a rogue ScreenConnect client had been planted through social engineering, and once running, it began quietly automating an infection chain that most victims never saw coming.


Three break-ins, one playbook

The entry points varied, but the outcome didn't. On August 20, Huntress caught a case that started with a classic tech support scam: someone called a victim claiming their computer had been hacked, then walked them through opening Quick Assist, the remote help tool that ships with Windows, and handing over control. Once inside, the attacker installed a ScreenConnect client wired to call home to a server at 45.13.237[.]190, an address that VirusTotal had tied to a domain called tele-sync.opik[.]net earlier that same month.

A second incident, logged the same day, took a different path in. The victim ran a file called ScreenConnect.ClientSetup.msi straight out of a Microsoft Edge downloads folder, almost certainly after clicking through a phishing email. That installer set up a client pointed at a separate server, 131.123.40[.]98, over port 8041. Huntress later found the same machine reaching out to several more IP addresses tied to the campaign's infrastructure.

The third case, on August 24, started with something almost mundane: a person searching online for a Geek Squad refund form. Instead of a form, they got a rogue ScreenConnect.Client.exe that connected back to a domain named borertors92.anondns[.]net. Huntress shut this one down quickly enough that it never progressed past the initial script execution.

Different bait, same result. Once the ScreenConnect client landed on a machine, it began repeatedly calling wscript.exe, the built-in Windows scripting engine, to fire off four files named, plainly, 1.vbs, 2.vbs, 3.vbs and 4.vbs.


What the four scripts actually do

Huntress pulled the scripts apart and found a loader designed to feel its way around a system before deciding what to drop on it.

The first script checks whether ScreenConnect is already installed, looks for security software including Huntress's own agent, CrowdStrike, SentinelOne, Sophos, Malwarebytes and Cisco AMP, and checks how much memory the machine has, likely a crude way of ruling out sandboxes and virtual machines used by researchers. It boils all of that down into a three-digit code and drops it into a file called value.txt in the Windows temp folder.

The second script waits for that file to appear, then fetches a link from Dropbox, decodes it and stores the result as a lookup table. Each possible three-digit combination in that table maps to a different payload and a different AES decryption key. The third script reads the table, matches it against the code generated earlier, and downloads whichever payload fits. The fourth script grabs the matching decryption key, builds a PowerShell script from scratch inside the VBScript itself, and runs it with Windows' script execution safeguards switched off.

That PowerShell script does the actual unwrapping, decrypting the downloaded file and handing control to a second, more capable PowerShell script that Huntress found renamed as PyTorchFix.ps1. Depending on which of the three outcomes the profiling scripts settled on, the victim ends up with either a bare-bones backdoored ScreenConnect client, a version bundled with tools for privilege escalation and persistence, or the full package: tunneling software and a cryptocurrency miner thrown in as well.

One small detail stood out to the researchers. A comment buried in the third script spells out the payload table's format in plain, tutorial-style language, the kind of explanatory note that reads less like something a human attacker jotted down and more like something an AI coding tool generated on the fly.


How the infection spreads on its own

This is the part that makes the campaign unusual. Buried in the backdoored ScreenConnect client is code that watches ScreenConnect's own connection list for new sessions. The moment somebody new connects, whether that's another victim, a technician, or anyone else routed through the same infrastructure, the client repackages all four VBScript files, hands them to ScreenConnect's built-in file transfer feature, flags them to run automatically, and pushes them straight to the new arrival.

Huntress described it as the modified client using the server's own connection status data to figure out who just showed up, then quietly loading them up with the same infection. The client keeps a short memory of which sessions it has already hit so it doesn't repeat itself mid-session, but that memory resets once someone disconnects, meaning a second visit from the same person can trigger the whole thing over again.

The heavier version of the payload came with extras: a copy of the tunneling tool wstunnel disguised under the filename Themes.exe, reaching out to homehub.opik[.]net over port 443; an XMRig cryptocurrency miner renamed SearchIndex.exe; and a known vulnerable driver called WinRing0, saved as svcdrv64.sys, which attackers commonly use to get code running with elevated privileges. The malware also went after Windows Defender directly, disabling its reporting and notifications and switching off a hardware-level protection called Hypervisor-Protected Code Integrity. In at least one case, the attackers also dropped a second remote access tool, UltraViewer, apparently as a fallback in case ScreenConnect got pulled.

Huntress caught and stopped all three original incidents before the attackers finished the job, but the firm says it has continued to see the same pattern show up elsewhere since. Because the malware digs in so deep, wiping the affected machines and rebuilding them from clean media is what Huntress is telling customers to do rather than trying to clean an infected system in place.


Where ConnectWise fits in, and where it doesn't

Huntress says it's been talking with ConnectWise throughout the investigation, and on September 3, ConnectWise published its own advisory describing a problem with file transfer behavior in ScreenConnect's Remote Access, Support and Access sessions, affecting both the cloud-hosted version and self-hosted, on-premises deployments.

The company said a CVE number and an official patch are coming within the week. In the meantime, it's telling ScreenConnect administrators to go into Administration, then Security, then Roles, and check whether the TransferFiles permission, called TransferFilesInSession in older builds, is switched on for any assigned role. If it is, ConnectWise says to turn it off, a change that doesn't require updating ScreenConnect itself and can be applied right away.

One thing worth being precise about: ConnectWise has not said the file transfer issue is technically the same vulnerability the Huntress campaign is exploiting. The advisory and the Huntress research came out around the same time and clearly describe related territory, file transfer abuse inside ScreenConnect sessions, but the company has stopped short of confirming a direct link between the two.

Huntress, for its part, is telling anyone running ScreenConnect on-premises to take a closer look at their deployments regardless. The firm recommends digging through ScreenConnect's server-side audit logs for RunFiles or RanFiles entries tied to a Guest process, especially any referencing unfamiliar VBScript or PowerShell activity, and treating that as an immediate red flag. Huntress also cautioned that the exact filenames tied to this campaign will likely change as the attackers adjust, so the underlying behavior, scripted execution launched through a ScreenConnect session, matters more than the specific file names.


Not the first time ScreenConnect has been a target

This isn't ScreenConnect's first brush with mass exploitation. In February 2024, ConnectWise disclosed a pair of vulnerabilities in the product, an authentication bypass rated a perfect 10 on the CVSS scale and a path traversal flaw alongside it, that let attackers create administrator accounts on exposed servers without needing valid credentials. Proof-of-concept code for those bugs went public within days, and Huntress's own CEO at the time called it the makings of what could be the biggest cybersecurity incident of that year, given that a single exploited server could hand attackers control over thousands of downstream endpoints managed through it.

What followed was a scramble. Security vendors including Sophos and Darktrace tracked ransomware built from a leaked LockBit builder tool being dropped through the exploited servers, alongside Cobalt Strike beacons and remote access trojans. The Cybersecurity and Infrastructure Security Agency later added one of the two flaws to its Known Exploited Vulnerabilities catalog. More recently, other research teams have logged waves of signed ScreenConnect droppers used in financial sector phishing campaigns, and industry researchers have generally flagged remote monitoring and management software as one of the more consistently abused categories of legitimate IT tooling over the past couple of years, precisely because it's designed to do the thing attackers want: get full control of a machine without tripping the alarms a piece of unfamiliar malware would.


The current campaign fits that same pattern in terms of how attackers get in, but the automated, self-spreading distribution mechanism built into the client itself is new territory, and it's the detail that has researchers paying closer attention this time around.

Shadow AI Quietly Spreads Across Workplaces, Study Warns

 




A growing number of employees are using artificial intelligence tools that their companies have never approved, a new report by 1Password has found. The practice, known as shadow AI, is quickly becoming one of the biggest unseen cybersecurity risks inside organizations.

According to 1Password’s 2025 Annual Report, based on responses from more than 5,000 knowledge workers in six countries, one in four employees admitted to using unapproved AI platforms. The study shows that while most workplaces encourage staff to explore artificial intelligence, many do so without understanding the data privacy or compliance implications.


How Shadow AI Works

Shadow AI refers to employees relying on external or free AI services without oversight from IT teams. For instance, workers may use chatbots or generative tools to summarize meetings, write reports, or analyze data, even if these tools were never vetted for corporate use. Such platforms can store or learn from whatever information users enter into them, meaning sensitive company or customer data could unknowingly end up being processed outside secure environments.

The 1Password study found that 73 percent of workers said their employers support AI experimentation, yet 37 percent do not fully follow the official usage policies. Twenty-seven percent said they had used AI tools their companies never approved, making shadow AI the second-most common form of shadow IT, just after unapproved email use.


Why Employees Take the Risk

Experts say this growing behavior stems from convenience and the pressure to be efficient. During a CISO roundtable hosted for the report, Mark Hazleton, Chief Security Officer at Oracle Red Bull Racing, said employees often “focus on getting the job done” and find ways around restrictions if policies slow them down.

The survey confirmed this: 45 percent of respondents use unauthorized AI tools because they are convenient, and 43 percent said AI helps them be more productive.

Security leaders like Susan Chiang, CISO at Headway, warn that the rapid expansion of third-party tools hasn’t been matched by awareness of the potential consequences. Many users, she said, still believe that free or browser-based AI apps are harmless.


The Broader Shadow IT Problem

1Password’s research highlights that shadow AI is part of a wider trend. More than half of employees (52 percent) admitted to downloading other apps or using web tools without approval. Brian Morris, CISO at Gray Media, explained that tools such as Grammarly or Monday.com often slip under the radar because employees do not consider browser-based services as applications that could expose company data.


Building Safer AI Practices

The report advises companies to adopt a three-step strategy:

1. Keep an up-to-date inventory of all AI tools being used.

2. Define clear, accessible policies and guide users toward approved alternatives.

3. Implement controls that prevent sensitive data from reaching unverified AI systems.

Chiang added that organizations should not only chase major threats but also tackle smaller issues that accumulate over time. She described this as avoiding “death by a thousand cuts,” which can be prevented through continuous education and awareness programs.

As AI becomes embedded in daily workflows, experts agree that responsible use and visibility are key. Encouraging innovation should not mean ignoring the risks. For organizations, managing shadow AI is no longer optional, it is essential for protecting data integrity and maintaining digital trust.



The Business Consequences of Believing ID Verification Myths

 


With the advent of cybercrime, a highly lucrative industry has emerged, which in turn has drawn the attention of malicious actors eager to exploit the growing digital landscape. Cyber-attacks have become increasingly sophisticated and frequent and have made the news worldwide, marking one of the most significant shifts in economic power in history. In the wake of these incidents, many vulnerabilities are evident in digital business operations, highlighting the fact that no organization is completely safe from the growing threat of cyberattacks.

For this reason, cybersecurity has become a crucial strategic priority, as organizations understand that data breaches can cause severe financial and reputational damage. Despite increased awareness of cyber threats, businesses persist with a wide variety of misconceptions, fostering a dangerous sense of complacency that leaves them vulnerable to cyberattacks. Misconceptions often result in inadequate security measures leaving businesses vulnerable to cyberattacks, which makes it imperative to dispel these myths to strengthen cybersecurity defences and mitigate risks.

The Growing Threat of Fraud and the Need for Modern Identity Verification 


As a result of the sophistication of identity verification methods currently employed by fraudsters, they are rapidly outpacing traditional methods, utilizing sophisticated tools such as artificial intelligence-generated fake identifications, deepfake facial alterations, and synthetic identities to easily bypass weak security measures. 

The problem can become even more complex when the verification process is not well designed, as many legitimate customers do not wish to undergo cumbersome or overly complex authentication processes. Businesses have begun to recognize the importance of Know Your Customer (KYC) compliance and are increasingly adopting advanced frameworks to ensure compliance. Photo ID verification is becoming a popular solution. 

When implemented effectively, this approach significantly improves both the speed and security of identity verification, reducing friction and bolstering fraud prevention at the same time. The Consequences of Ineffective ID Verification In many organizations, verification processes that rely on manual document reviews or legacy scanning technologies are still outdated, and are not up to the challenge of dealing with modern fraud tactics, as they are proving inadequate in the face of contemporary fraud attacks.

Businesses are at substantial risk due to outdated systems that aren't able to detect sophisticated forgeries. There is a particular threat called synthetic identity fraud, which has become increasingly common in the banking and fintech industries in recent years. By combining fake and genuine data into an identity, fraudsters can circumvent basic verification protocols. They can fraudulently open bank accounts, secure loans, and build credit histories as a result. Synthetic identity fraud has been on the rise at alarming rates for over a decade now. 

The number of cases from the latter half of 2023 to the first half of 2024 has increased by 153%. The risk of stolen and falsified identities to retailers and online e-commerce platforms is also escalating. In addition to exploiting stolen driver's licenses and passports, fraudsters can also utilize stolen driver's licenses to establish fraudulent accounts, make unauthorized purchases, and manipulate return policies to create fraudulent accounts. 

A recent report from MasterCard suggests that merchants will suffer a $20 billion chargeback fraud cost by 2026, which is projected to increase to $28.1 billion by 2026, according to predictions. In addition to the immediate financial losses, businesses may also suffer severe operational, legal, and reputational repercussions as well. For example, regulatory authorities fined the cryptocurrency exchange Binance an unbelievable $4.3 billion in 2023 for regulatory violations. As a result, Changpeng Zhao, the exchange's CEO, resigned. 

The Path Forward 


Businesses can mitigate these risks only by implementing modern, technology-driven identity verification frameworks. By using advanced authentication methods, such as artificial intelligence-powered photo ID verification, biometric analysis, and real-time fraud detection, organizations can strengthen their security posture and deliver a seamless user experience while protecting themselves from fraud as fraud techniques continue to evolve. Proactive adaptation will be crucial for businesses to protect themselves against the latest fraud threats. 

Dispelling the Top Five Cybersecurity Misconceptions


All organizations across a wide range of industries remain concerned about the vulnerability of their networks to cyber-attacks. The security efforts of many organizations are undermined by persistent misconceptions, leaving them vulnerable to sophisticated cyber threats. Addressing these myths is vital to strengthening the security posture of an organization. In the following paragraphs, we will examine five of the most prevalent misconceptions about cybersecurity that can expose organizations to serious risks. 

Myth 1: Cybersecurity is Exclusively the Responsibility of the IT Department 


In many organizations, it is assumed that cyber security falls solely under the purview of IT departments, which is a common but mistaken assumption. It is well known that the IT departments play a key role in implementing security protocols and making sure technological defences are updated. However, cybersecurity is a collective responsibility that extends to all levels within an organization as a whole. As cybercriminals continue to exploit human vulnerabilities, they are often targeting employees via sophisticated phishing schemes that closely resemble official corporate communications to trick them into responding to the scam. 

As a result, even the most advanced security systems can be rendered ineffective if employees are not adequately informed or trained regarding cyber threats. Creating a culture of cyber awareness is essential for mitigating these risks, and senior leadership must foster this culture. To strengthen vigilance against potential threats, senior executives must take responsibility for security initiatives, establish comprehensive policies, and ensure that the whole organization is trained to deal with them. 

Myth 2: Cybercriminals Primarily Target Large Corporations 


Most people believe that cybercriminals exclusively target large corporations. The truth is, that cybercriminals target companies of all sizes, and small and midsized businesses, particularly SMEs, are more at risk than they realize due to their limited cybersecurity capabilities. 

Cybercriminals often adopt an opportunistic approach to their attacks, and they often target companies with weaker security systems. According to a Ponemon Institute study, 61% of small and mid-sized businesses (SMBs) experienced cyber-attacks during the last year. In most cases, malicious actors prefer to attack multiple smaller businesses in a single day with very little effort than attempt to penetrate well-fortified corporate entities in the first place. A key factor SMEs should consider to protect themselves from cyber threats is allocating adequate resources to cybersecurity, implementing robust security measures, and updating their defences continuously to stay abreast of evolving threats. 

Myth 3: Firewalls and Antivirus Software Provide Comprehensive Protection 


Even though firewalls and antivirus software are essential security tools, relying solely on them is a critical error that should be corrected. Cybercriminals continually develop sophisticated techniques to circumvent traditional defences by exploitation both technological and human vulnerabilities, as well as exploiting technological advances as well. Social engineering is a very prevalent attack vector, where adversaries manipulate employees into unwittingly granting access to sensitive information. 

Despite the most sophisticated security measures in place in the network, it can still be compromised if an attacker succeeds in luring an employee into divulging confidential information or clicking on a malicious link. In addition, software vulnerabilities represent an ongoing threat as well. 

Some security flaws are frequently fixed by developers through updates, however, organizations that do not apply these patches promptly will remain at risk of being exploited. Because 230,000 new variants of malware emerge every day, enterprises need to develop a multilayered security plan that encompasses regular software updates, employee education, and the use of advanced threat detection systems. 

Myth 4: Organizational Data Holds No Value to Cybercriminals 


Cybercriminals have long believed that an organization's data is worthless, but this belief is erroneous. In reality, data is regarded as one of the most highly sought-after commodities in the cybercrime community. Stolen information is frequently used to conduct fraudulent transactions, steal identities, and engage in illicit trade on underground markets. It is widely believed that identity theft is the primary driver of cybercrime, accounting for over 65% of breaches and compromising more than 3.9 billion records in 2018. 

With the advent of Cybercrime-as-a-Services (CaaS), the issue has been further exacerbated, as a result of which large-scale cyberattacks have been performed and a proliferation of stolen information on the dark web has emerged. As a means of preventing unauthorized data breaches, organizations need to implement stringent data protection measures, enforce robust access controls, and use encryption protocols to protect sensitive information. 

Myth 5: Annual Cybersecurity Awareness Training is Sufficient 


Considering how rapidly cyber threats are evolving, one-time security training sessions are no longer sufficient. In cyber-attacks, psychological manipulation is still used to deceive employees into giving out sensitive data or engaging with malicious content, a tactic known as social engineering. 

It is one of the most commonly used tactics in cyber-attacks. People's human error has become an increasingly serious security vulnerability, as individuals may find themselves inadvertently falling victim to increasingly sophisticated cyber scams as a result. In the absence of ongoing security education, employees will be less likely to recognize emerging threats and thus increase their chances of being successfully exploited. 

The organization's cyber security training should be based on a continuous learning model, with interactive modules, simulated phishing exercises, and periodic assessments to reinforce the company's best practices. To improve employees' ability to detect and mitigate cyber threats, organizations need to use a variety of training methodologies, including real-world scenarios, quizzes, and hands-on simulations. 

Cybersecurity Enhancement Through Awareness and Proactive Measures 


To establish a resilient security framework, it is imperative to debunk cybersecurity myths. Cyber threats are constantly changing, making it essential for organizations to implement comprehensive, multilayered security strategies that integrate technological defences, continuous employee education, and executive leadership support to combat them. A culture of cyber-awareness in businesses can minimize risks, safeguard digital assets, and strengthen their overall security posture by cultivating a sense of cyber-awareness in the organization. 

Conclusion: Strengthening Security Through Awareness and Innovation 


It is not uncommon for companies to be dangerously exposed to cyber threats because outdated security perceptions can continue to persist over time. The perseverance of ID verification myths and cybersecurity misconceptions can define weaknesses that fraudsters are swift to exploit in an increasingly automated world. There are several measures an organization can take to reduce these risks: adopting a proactive stance and using modern, technology-driven verification frameworks, educating its employees continuously about cybersecurity, and developing multilayered cybersecurity defences. 

Companies can stay ahead of emerging threats by utilizing artificial intelligence, biometric authentication, and real-time fraud detection, all while maintaining a seamless user experience. Keeping your company safe and secure is more than a static concept; it's about being vigilant, adapting, and making informed decisions constantly. 

There will always be a need for robust security measures on the digital landscape as it continues to evolve, but those who recognize the need to take these measures will be better prepared to protect their reputation, assets, and customers in the face of increasing sophistication of threats.

Georgia Tech Faces DOJ Lawsuit Over Alleged Lapses in Cybersecurity for Defense Contracts

 

Researchers at the Georgia Institute of Technology, who have received over $1 billion in Defense Department contracts, are facing scrutiny for allegedly failing to secure their computers and servers, citing that doing so was too “burdensome.” Since 2013, the Department of Defense has mandated that any contractor handling sensitive data provide “adequate security” on their systems. 

However, at Georgia Tech, laboratory directors reportedly resisted developing a security plan and opposed IT department efforts to implement basic antivirus and anti-malware software. Two IT department employees filed a whistleblower lawsuit, leading the Department of Justice (DOJ) to join the case against the university and the Georgia Tech Research Corporation (GTRC), the nonprofit entity managing government contracts. The lawsuit claims that the Astrolavos Lab at Georgia Tech delayed creating and implementing a security plan, as required by the government contracts. 

When a plan was finally created in 2020, it did not cover all relevant devices, according to the DOJ. Furthermore, the lab, whose mission is to address the security of emerging technologies critical to national security, did not install or update antivirus or anti-malware tools until December 2021. The lab allegedly fabricated compliance reports sent to the Defense Department. The reasons behind these alleged security lapses reportedly stem from campus politics. The DOJ complaint suggests that researchers bringing in substantial government funding were viewed as “star quarterbacks,” using their influence to resist compliance with federal cybersecurity mandates. 

Between 2019 and 2022, GTRC secured more than $1.6 billion in government contracts, with over $423 million in 2022 alone. The whistleblowers, Christopher Craig and Kyle Koza, filed the suit under the False Claims Act, allowing them to receive a portion of any recovered funds. Georgia Tech and GTRC face nine counts, including fraud, breach of contract, negligence, and unjust enrichment, with the DOJ seeking damages to be determined at trial. The DOJ stressed the importance of cybersecurity compliance by government contractors to safeguard U.S. information against threats from malicious actors. 

Meanwhile, Georgia Tech expressed disappointment at the DOJ’s filing, arguing it misrepresents the university’s culture and integrity, claiming that the government itself had indicated that the research did not require cybersecurity restrictions. Georgia Tech has vowed to dispute the case in court, maintaining that there was no data breach or leak and reaffirming its commitment to cybersecurity and collaboration with federal agencies.  

This case is notable given recent cybersecurity threats faced by major universities, such as the University of Utah and Howard University, where ransomware attacks have resulted in significant financial losses.

Ransomware Group Stormous Takes Responsibility for Cyberattack on Belgian Brewery

 

Stormous, a ransomware group, has admitted to orchestrating the cyber assault on Duvel Moortgat Brewery last Wednesday. Fortunately for beer enthusiasts, the brewery has ample stock to withstand the disruption.

The ransom group announced their involvement via the dark web on March 7th, a day following the attack, listing Duvel as their latest target. Despite this, there is no indication that the Belgian brewery intends to comply with any ransom demands, the specifics of which remain undisclosed. 

Duvel Moortgat has shown resilience in the face of adversity, as their IT department detected the ransomware attack in the early hours of March 6th, prompting an immediate halt in production.

Ellen Aarts, a spokesperson, confirmed the incident, stating that production ceased upon detection of the ransomware, with uncertainty about when it could resume. However, she assured that the brewery possesses sufficient beer inventory to manage the production halt.

Located in Breendonk, Antwerp, Duvel Moortgat is renowned for its signature Duvel ale, alongside Vedett and Maredsous beers, which enjoy international popularity.

Belgian beer enthusiasts took to Reddit to jest about the situation, showcasing their typical humour. Meanwhile, it was revealed that despite the disruption, beer pumps remained operational, leading some employees (excluding IT staff) to enjoy drinks in the cafeteria—a fact perhaps lamented by the IT department.

At present, the timeline for Duvel Moortgat to resume full-scale production remains uncertain, and the perpetrators behind the cyberattack remain unidentified.