Information Technology/IT
Breach intelligence, attack campaigns, and threat reports targeting the Information Technology/IT sector.
Explore Other Sectors
Information Technology/IT Threat Reports
Invisible Unicode: A 2024 Phishing Campaign Evades Filters with Steganographic Subjects
In October 2024, a targeted phishing campaign exploited invisible Unicode characters—specifically soft hyphens—in email subject lines and bodies to evade detection by automated email filtering systems. The attackers crafted emails with subjects encoded in MIME 'encoded-word' format and used invisible characters to break up suspicious keywords, rendering them undetectable by many traditional filtering solutions. The email lured recipients to a generic credential-stealing webmail page via a deceptive link, aiming to harvest login credentials. This incident highlights a growing trend of adversaries leveraging subtle encoding techniques and Unicode manipulation to bypass security controls. Recent phishing attacks demonstrate increasing sophistication, making it critical for organizations to update their detection mechanisms and user awareness to defend against such evasive TTPs.
8 months ago
Kill Chain
Remote Code Execution: WSUS Patch Bypass Turns Trusted Update Service Into Attack Platform
In June 2024, attackers exploited a critical remote code execution vulnerability (CVE-2025-59287) in Microsoft’s deprecated Windows Server Update Services (WSUS), bypassing an emergency patch that was meant to mitigate the threat. Attackers leveraged publicly exposed WSUS servers, executing unauthenticated commands that enabled environmental enumeration and potential data exfiltration. Researchers observed threat activity just hours after Microsoft released a revised patch, with at least 2,800 exposed WSUS instances identified globally. These servers, operating with high system privileges, presented an ideal entry point for attackers to target downstream systems via malicious software updates, elevating the risk of a far-reaching internal supply chain compromise. This incident highlights the increasing risk associated with outdated and internet-exposed infrastructure. It underscores the rapid pace of threat actor adaptation—often outpacing defenders’ patch cycles—and demonstrates the necessity for organizations to promptly apply patches and follow defense-in-depth practices for critical administrative tools.
8 months ago
Kill Chain
RedTiger Infostealer Attack Hits Discord Users in 2024
In early June 2024, cybersecurity researchers uncovered a new campaign in which attackers used a RedTiger-based infostealer to target Discord users. The campaign leveraged the open-source red-team tool RedTiger to build a custom infostealer designed to harvest Discord account credentials and stored payment information by injecting malicious code into Discord’s directories. Victims typically became infected through malicious downloads or phishing websites, unknowingly handing over sensitive data, including authentication tokens and payment details, to the attackers. As a result, stolen Discord accounts were sold or used for further fraud and account takeovers, risking both personal and organizational information leakage. This incident highlights an escalating trend of using open-source red-team tools for malicious infostealer campaigns, boosting attackers’ agility and reach. It underscores the risk of credential-based attacks on popular platforms, the need for real-time threat detection, and reinforces the importance of continuous endpoint monitoring and stronger egress security controls.
8 months ago
Kill Chain
CISA Orders Immediate Patch for Critical Windows Server WSUS Flaw Exploited in Attacks
In June 2024, the Cybersecurity and Infrastructure Security Agency (CISA) issued an emergency directive requiring all U.S. government agencies to urgently patch a critical Windows Server Update Services (WSUS) vulnerability after it was found to be actively exploited in the wild. Attackers leveraged the flaw to gain unauthorized access to Windows Server environments via malicious update mechanisms, potentially allowing for privilege escalation and lateral movement within targeted networks. The incident raised concerns about the rapid exploitation of newly discovered vulnerabilities in core infrastructure and emphasized the necessity for timely patching and robust network segmentation to mitigate further risk. This incident underscores a broader surge in targeted attacks against on-premises infrastructure, with threat actors increasingly exploiting supply chain and software update mechanisms. It reveals an urgent need for organizations to prioritize vulnerability management and align with zero trust best practices, as high-profile vulnerabilities continue to be rapidly weaponized.
8 months ago
Kill Chain
QNAP Backup Software Exposed by Critical ASP.NET Vulnerability in 2024
In June 2024, QNAP, a prominent provider of network-attached storage (NAS) solutions, disclosed that its NetBak PC Agent backup utility for Windows is vulnerable to a critical ASP.NET Core flaw (CVE-2024-27348). This vulnerability, originally reported in Microsoft's platform, allows unauthenticated remote attackers to potentially execute arbitrary code or compromise data in transit. QNAP urged customers to apply security patches immediately, as exploitation may permit attackers to pivot from compromised endpoints to valuable NAS devices, affecting both business continuity and data confidentiality. The QNAP incident highlights the ongoing risk of supply-chain vulnerabilities, particularly when third-party software libraries are widely adopted. With attackers increasingly leveraging zero-day software flaws and targeting backup systems as initial entry points for ransomware and data exfiltration, IT teams must remain vigilant about patching integrations and dependencies across the entire software stack.
8 months ago
Kill Chain
Prompt Injection Flaw in ChatGPT Atlas Browser Enables Hidden Command Execution
In October 2025, security researchers at NeuralTrust identified a prompt injection vulnerability in the newly launched OpenAI ChatGPT Atlas Browser, allowing attackers to disguise malicious prompts as benign URLs in the omnibox. The attack exploits how the omnibox interprets user input, confusing it as either a navigation destination or a natural-language command to the agent. Malicious actors can craft deceptive URLs that bypass basic user scrutiny and trigger hidden commands, exposing users to unauthorized actions, potential data leaks, and unintended system manipulations. OpenAI was notified and subsequently began working on mitigations to address this risk. This incident underscores a rising wave of sophisticated prompt injection attacks targeting AI-powered web interfaces. As AI tools become widely integrated in everyday applications, the attack surface expands, making seamless human-computer interactions susceptible to exploitation from both classic and emerging attack vectors.
8 months ago
Kill Chain
ChatGPT Atlas Browser Hack Reveals Persistent AI Command Exploit
In October 2025, cybersecurity researchers revealed a critical vulnerability in OpenAI’s ChatGPT Atlas web browser, enabling attackers to plant persistent hidden commands within the AI assistant’s memory. Exploiting weaknesses in browser-based AI integration, adversaries were able to inject malicious code that allowed system compromise, privilege escalation, and malware deployment. This attack vector bypassed traditional security controls, proving effective in environments that heavily relied on browser AI plugins for business workflows. The exploit was notable for its ease of delivery through crafted websites or malicious scripts and posed significant operational and reputational risks to affected organizations. This incident underscores the urgent need for robust AI security governance as businesses rapidly integrate AI-powered tools into daily operations. The exploit spotlights a growing class of AI/ML-driven attacks leveraging browser interfaces, echoing wider industry concerns on shadow AI risks and prompting fresh regulatory scrutiny.
8 months ago
Kill Chain
Qilin Ransomware Breach: Linux-Based Attack Targets Windows Hosts in 2024
In early 2024, the Qilin ransomware-as-a-service (RaaS) group executed a sophisticated attack leveraging a Linux-based payload to compromise Windows hosts. This cross-platform ransomware evaded many traditional security solutions, enabling the threat actors to gain access through targeted phishing and lateral movement techniques. The attackers rapidly encrypted critical data, demanding ransom payments, and causing business disruption across affected organizations. Qilin's attack uniquely circumvented endpoint protection measures designed for a single operating system, highlighting a significant challenge for heterogeneous IT environments. This incident underscores a rising trend of cross-platform ransomware operations, where attackers tailor malware to exploit gaps in multi-OS networks. Security teams are urged to reassess their detection capabilities in light of these evolving threat vectors and intensifying RaaS activity.
8 months ago
Kill Chain
How Attackers Are Abusing DNS for Covert Command and Control in 2024
In October 2024, security researchers highlighted a critical technique enabling Command and Control (C2) communication over DNS channels by encoding arbitrary byte values in DNS queries—even when traversing third-party infrastructures like Cloudflare and Google. Using custom-crafted DNS packets, attackers can bypass traffic inspection and filtering, exploiting DNS to exfiltrate or transfer data using modified BASE64 or expanded ASCII, which can evade many traditional network defenses due to protocol limitations and inconsistent validations among DNS providers. This creates a covert path for malware to communicate without detection by standard security tools. This incident underscores a rising trend where attackers leverage ubiquitous protocols—such as DNS—for covert C2, presenting profound challenges for organizations seeking to secure east-west traffic and detect advanced threats. Awareness is crucial, as advanced C2 techniques are increasingly observed in malware campaigns exploiting gaps in DNS monitoring and anomaly detection.
8 months ago
Kill Chain
CoPhish 2024: How Microsoft Copilot Studio Became a Vector for OAuth Phishing
In early June 2024, security researchers discovered a sophisticated phishing campaign dubbed 'CoPhish' exploiting Microsoft Copilot Studio agents to deliver fraudulent OAuth consent requests. By leveraging legitimate Microsoft domains and trusted Copilot workflows, attackers deceived enterprise users into granting malicious apps access to their Microsoft 365 accounts, thereby stealing OAuth tokens and enabling unauthorized access to sensitive emails, files, and collaborative workspaces. The attack chain bypassed traditional email security controls due to its reliance on trusted infrastructure and social engineering, putting multiple organizations at risk of data compromise and account takeover. This incident underscores the growing trend of threat actors abusing trusted cloud and AI-powered collaboration platforms, capitalizing on user trust and shadow IT. It highlights urgent security concerns around identity-driven attacks, modern authentication abuse, and the need for enhanced vigilance in managing third-party OAuth authorizations.
8 months ago
Kill Chain
Synthient Data Breach 2024: 2 Billion Exposed Credentials Spark Global Risk
In early 2024, a new breach known as the 'Synthient Threat Data Collection' surfaced, encompassing a staggering two billion unique email addresses tied to credential stuffing operations. This data was amassed from large-scale compromise campaigns and open sources, then processed and analyzed for integrity and novelty on high-capacity infrastructure. The breach reflects the increasing industrialization of credential harvesting by attackers, raising significant privacy and security concerns for individuals and organizations across sectors, as many of these records had never before been reported in regular breach repositories. The exposure demonstrates a dramatic uptick in both credential reuse attacks and the volume of personal data accessible to cybercriminals. As data brokers and threat actors accelerate their harvesting and aggregation campaigns, organizations must bolster detection, consumer alerts, and incident response to meet new regulatory and operational risks.
8 months ago
Kill Chain
Microsoft Issues Emergency Patch for Critical WSUS Vulnerability (CVE-2025-59287)
In October 2025, Microsoft disclosed and initially patched a critical vulnerability, tracked as CVE-2025-59287, in its Windows Server Update Services (WSUS) platform. The flaw, actively exploited in the wild, allowed attackers to compromise the WSUS update mechanism, potentially enabling malicious code injection during trusted Windows Server updates. Rapid exploitation following the Patch Tuesday release prompted Microsoft to issue an emergency out-of-band security update in response to ongoing attacks, underscoring the vulnerability's urgency and the risk of widespread operational impact for enterprises reliant on WSUS. This incident highlights the escalating frequency of supply chain and update-platform attacks as adversaries increasingly target patch distribution mechanisms. The rise in vulnerability exploitation, particularly against trusted infrastructure components, is driving regulatory attention and motivating organizations to reassess their zero trust models and patch management processes.
8 months ago
Kill Chain
Stop Active Cloud Data Exfiltration
Aviatrix Rapid Containment helps teams instantly identify what data is leaving the environment, from which workload, and where it’s going — during an active breach.
Looking for threats in a different sector?
Browse All Threat Reports