The Containment Era is here. →Explore

Industry Category

Information Technology/IT

Breach intelligence, attack campaigns, and threat reports targeting the Information Technology/IT sector.

2619 threat reports
Page 10 of 219

Explore Other Sectors

Accounting
Aerospace
Aerospace/Aviation
Agriculture
Airlines/Aviation
Animation
Apparel/Fashion
Architecture/Planning
Artificial Intelligence
Artificial Intelligence/Machine Learning
Arts/Crafts
Automotive
Aviation/Aerospace
Banking/Mortgage
Biotechnology/Greentech
Blockchain/Cryptocurrency
Broadcast Media
Broadcasting Media
Broadcasting/Media
Building Materials
Business Supplies/Equipment
Capital Markets/Hedge Fund/Private Equity
Chemical
Chemicals
Civic/Social Organization
Civil Engineering
Cloud Computing
Cloud Computing/SaaS
Cloud Services
Commercial Facilities
Commercial Real Estate
Computer Games
Computer Hardware
Computer Networking
Computer Software/Engineering
Computer/Network Security
Construction
Consulting
Consumer Electronics
Consumer Goods
Consumer Services
Cosmetics
Cosmetics
Critical Manufacturing
Cryptocurrencies
Customer Services
Cybersecurity
Dairy
Dating/Personal Services
Defense/Space
Design
E-Learning
Education Management
Electrical/Electronic Manufacturing
Emergency Services
Energy
Energy/Oil/Solar/Greentech
Entertainment/Movie Production
Environmental Services
Events Services
Facilities Services
Farming
Fashion/Apparel
Financial Services
Fine Art
Fishery
Food Production
Food/Beverages
Fortune 500 companies
Franchising
Fundraising
Gambling/Casinos
Gaming
Gaming/Casinos
Government Administration
Government Facilities
Government Relations
Graphic Design/Web Design
Health Care / Life Sciences
Higher Education/Acadamia
Hospitality
Human Resources/HR
Import/Export
Individual/Family Services
Industrial Automation
Information Services
Information Technology/IT
Insurance
International Affairs
International Trade/Development
Internet
Investment Banking/Venture
Investment Management/Hedge Fund/Private Equity
Judiciary
Law Enforcement
Law Practice/Law Firms
Legal Services
Legislative Office
Leisure/Travel
Logistics/Procurement
Luxury Goods/Jewelry
Machinery
Management Consulting
Manufacturing
Maritime
Marketing/Advertising/Sales
Mechanical or Industrial Engineering
Media Production
Medical Equipment
Medical Practice
Military Industry
Mining/Metals
Mobile
Museums/Institutions
Music
Newspapers/Journalism
Non-Profit/Volunteering
Oil/Energy/Solar/Greentech
Online Publishing
Outsourcing/Offshoring
Package/Freight Delivery
Parking
Pharmaceuticals
Philanthropy
Photography
Plastics
Political Organization
Primary/Secondary Education
Professional Training
Public Relations/PR
Public Safety
Publishing Industry
Railroad Manufacture
Real Estate/Mortgage
Recreational Facilities/Services
Religious Institutions
Renewables/Environment
Research Industry
Restaurants
Retail Industry
Robotics
Rural Healthcare
Security/Investigations
Semiconductors
Sporting Goods
Sports
Staffing/Recruiting
Supermarkets
Technology
Technology/IT
Telecommunications
Think Tanks
Toys and Games
Transportation
Travel/Tourism
Trucking/Freight
Utilities
Venture Capital/VC
Warehousing
Water and Waste Management
Water and Wastewater
Water and Wastewater Systems
Water and Wastewater Treatment
Water, Waste, Steam, and Air Conditioning Services
Water/Wastewater Management
Water/Wastewater/Utilities
Wholesale
Wireless

Information Technology/IT Threat Reports

Showing 109120 / 2619 reports
PhantomEnigma: Cyberattack Compromises Brazilian Government Websites
Impact· HIGH

PhantomEnigma: Cyberattack Compromises Brazilian Government Websites

In July 2026, cybersecurity analysts uncovered a campaign named PhantomEnigma, which exploited over 20 Brazilian government websites to distribute malware targeting banking and public-sector organizations. Attackers compromised legitimate .gov.br domains and email accounts, enabling them to bypass security protocols and deliver malicious payloads through trusted channels. This operation utilized modular malware and frequently rotated infrastructure, complicating detection and mitigation efforts. The campaign's sophistication underscores the critical need for robust cybersecurity measures to protect sensitive government and financial data. The PhantomEnigma incident highlights a growing trend of cybercriminals leveraging trusted government infrastructure to conduct attacks, increasing the difficulty of detection and response. This case serves as a stark reminder for organizations to enhance their security postures, particularly in monitoring and securing official digital platforms against such sophisticated threats.

1 week ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(medium)
LM
Lateral Movement(medium)
C&C
Command & Control(medium)
E
Exfiltration(medium)
I
Impact(medium)
Read Report
TELEPUZ Malware Exploits ClickFix to Compromise Systems
Impact· HIGH

TELEPUZ Malware Exploits ClickFix to Compromise Systems

In late April 2026, a new modular malware named TELEPUZ began spreading through websites compromised with ClickFix lures. This malware, written in C, is lightweight and modular, indicating active development by a small team or solo developer. The infection chain starts with a ClickFix social engineering lure that downloads and executes a second-stage VIDAR Go variant, leading to the deployment of TELEPUZ. The malware employs various obfuscation techniques, including garbage instructions, import name hashing, string encryption, and indirect system calls, to evade detection. It also performs anti-VM and geolocation checks to avoid execution in sandboxed environments or unauthorized geographic locations. Once active, TELEPUZ disables security monitoring by unhooking NTDLL, turning off Antimalware Scan Interface (AMSI) and Event Tracing for Windows (ETW), and removing third-party DllNotification callbacks. The malware's modular design allows it to download additional components, such as keyloggers, stealers, and web injectors, enhancing its capabilities to steal sensitive data and execute arbitrary commands on infected systems. The rapid pace of updates and the steady volume of daily builds uploaded to VirusTotal suggest that TELEPUZ is likely offered under a malware-as-a-service (MaaS) model, posing a significant threat to organizations and individuals alike. The emergence of TELEPUZ highlights the evolving sophistication of malware campaigns leveraging social engineering techniques like ClickFix. The use of modular malware-as-a-service models enables rapid development and deployment of new threats, making it imperative for organizations to stay vigilant and implement robust security measures to detect and prevent such infections.

1 week ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(medium)
LM
Lateral Movement(low)
C&C
Command & Control(high)
E
Exfiltration(high)
I
Impact(medium)
Read Report
ThreatsDay: July 2026 Cybersecurity Incidents Unveiled
Impact· HIGH

ThreatsDay: July 2026 Cybersecurity Incidents Unveiled

In July 2026, multiple cybersecurity incidents emerged, including malicious NuGet packages masquerading as game cheats to deploy spyware, trojanized installers delivering remote access tools, and cyberstalkers exploiting Chrome Sync to monitor victims' browsing activities. These attacks leveraged familiar tools and settings to infiltrate systems, leading to unauthorized data access and potential financial losses. The incidents underscore a trend where attackers repurpose legitimate tools and features for malicious purposes, highlighting the need for heightened vigilance and robust security measures to protect against evolving threats.

1 week ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(medium)
LM
Lateral Movement(medium)
C&C
Command & Control(high)
E
Exfiltration(medium)
I
Impact(medium)
Read Report
Critical n8n Token Exchange Flaw (CVE-2026-59208) Exposes User Accounts
Impact· MEDIUM

Critical n8n Token Exchange Flaw (CVE-2026-59208) Exposes User Accounts

In June 2026, a critical vulnerability (CVE-2026-59208) was identified in n8n's Enterprise instances, specifically affecting configurations that trust multiple external token issuers. The flaw allowed attackers to authenticate as users from different issuers by exploiting the platform's reliance on the 'sub' claim in JSON Web Tokens (JWTs) while ignoring the 'iss' claim. This oversight enabled unauthorized access to user accounts without requiring their passwords. n8n addressed the issue with a patch released on June 24, 2026. This incident underscores the importance of robust identity verification mechanisms in multi-issuer environments. As organizations increasingly integrate third-party authentication systems, ensuring comprehensive validation of token claims becomes crucial to prevent unauthorized access and potential data breaches.

1 week ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(high)
LM
Lateral Movement(medium)
C&C
Command & Control(medium)
E
Exfiltration(medium)
I
Impact(medium)
Read Report
Cato Networks' 2026 Research Highlights the Importance of AI Harnesses in Cybersecurity
Impact· LOW

Cato Networks' 2026 Research Highlights the Importance of AI Harnesses in Cybersecurity

In July 2026, Cato Networks conducted research demonstrating the significant impact of integrating Large Language Models (LLMs) with bespoke cybersecurity harnesses. By pairing OpenAI's ChatGPT 5.5 and GPT 5.5-Cyber models with their proprietary tool, Cato Networks achieved complete end-to-end attack chains, including domain administrator privileges and Active Directory access, in as little as 40 minutes. This research underscores the critical role of technical harnesses in guiding LLMs to perform complex cybersecurity tasks autonomously. The findings highlight the necessity for organizations to develop and implement tailored AI harnesses to effectively manage and direct LLMs in cybersecurity operations. As AI-enabled hacking becomes more prevalent, the ability to control and optimize these models through specialized harnesses is essential for maintaining robust security postures.

1 week ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(high)
LM
Lateral Movement(high)
C&C
Command & Control(high)
E
Exfiltration(high)
I
Impact(high)
Read Report
SonicWall SMA1000 Zero-Day Exploitation: CVE-2026-15409 & CVE-2026-15410
Impact· CRITICAL

SonicWall SMA1000 Zero-Day Exploitation: CVE-2026-15409 & CVE-2026-15410

In July 2026, SonicWall disclosed two critical zero-day vulnerabilities—CVE-2026-15409 and CVE-2026-15410—affecting its Secure Mobile Access (SMA) 1000 Series appliances. These vulnerabilities, a server-side request forgery (SSRF) and a code injection flaw, were exploited in tandem by attackers to achieve unauthenticated remote code execution. The exploitation began on June 22, 2026, and was primarily aimed at deploying ransomware, though some attacks were thwarted before data exfiltration and encryption occurred. SonicWall promptly released patches and urged customers to update their systems and monitor for indicators of compromise. ([cyberscoop.com](https://cyberscoop.com/sonicwall-zero-day-vulnerabilities-exploited/?utm_source=openai)) This incident underscores the persistent threat posed by zero-day vulnerabilities in critical network infrastructure. The rapid exploitation of these flaws highlights the need for organizations to maintain vigilant patch management practices and implement robust monitoring to detect and respond to such attacks promptly.

1 week ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(high)
LM
Lateral Movement(medium)
C&C
Command & Control(medium)
E
Exfiltration(medium)
I
Impact(medium)
Read Report
AsyncAPI npm Supply Chain Attack: A Wake-Up Call for Open-Source Security
Impact· HIGH

AsyncAPI npm Supply Chain Attack: A Wake-Up Call for Open-Source Security

In July 2026, a sophisticated supply chain attack targeted the AsyncAPI project, resulting in the publication of five malicious versions of its npm packages. The attacker exploited misconfigured GitHub Actions workflows to inject a remote access trojan (RAT) into the @asyncapi namespace, affecting packages with a cumulative weekly download count exceeding 2.25 million. The compromised packages included @asyncapi/generator, @asyncapi/generator-helpers, @asyncapi/generator-components, and @asyncapi/specs. The attack involved multiple stages, with the final payload establishing persistence and exfiltrating sensitive data such as credentials, authentication keys, and tokens. This incident underscores the critical need for securing CI/CD pipelines and the potential risks associated with open-source software dependencies. ([bleepingcomputer.com](https://www.bleepingcomputer.com/news/security/-asyncapi-npm-packages-infected-with-credential-stealing-malware/?utm_source=openai)) The AsyncAPI supply chain attack highlights a growing trend of targeting software development infrastructure to distribute malware. As organizations increasingly rely on open-source components, ensuring the integrity of these dependencies becomes paramount. This incident serves as a stark reminder of the vulnerabilities inherent in the software supply chain and the necessity for robust security measures to protect against such sophisticated attacks.

1 week ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(high)
LM
Lateral Movement(high)
C&C
Command & Control(high)
E
Exfiltration(high)
I
Impact(high)
Read Report
AI Tools in Cyberattacks: The Misuse of Google's Gemini CLI
Impact· HIGH

AI Tools in Cyberattacks: The Misuse of Google's Gemini CLI

In mid-2026, a Russian-speaking threat actor known as "bandcampro" exploited Google's open-source Gemini CLI AI tool to orchestrate a small-scale botnet targeting a dental clinic's systems. Over approximately two months, the attacker utilized the AI agent to deploy and manage infrastructure controlling eight systems, gaining unauthorized access to the OpenDental database. The AI facilitated tasks such as troubleshooting, operational improvements, and command-and-control (C2) migration, demonstrating advanced capabilities in automating cyberattack processes. This incident underscores the evolving landscape of cyber threats, where adversaries increasingly leverage AI tools to enhance the efficiency and sophistication of their operations. The misuse of AI in cyberattacks highlights the urgent need for robust security measures and vigilant monitoring to detect and mitigate such advanced threats.

1 week ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(medium)
LM
Lateral Movement(medium)
C&C
Command & Control(high)
E
Exfiltration(high)
I
Impact(high)
Read Report
Critical Zoom Windows Vulnerability (CVE-2026-53412) Exposes Users to Account Takeover
Impact· HIGH

Critical Zoom Windows Vulnerability (CVE-2026-53412) Exposes Users to Account Takeover

In July 2026, Zoom identified a critical vulnerability (CVE-2026-53412) in its Windows desktop client and SDK, allowing unauthenticated attackers to hijack user accounts via network access. The flaw, stemming from improper input validation, affects Zoom Workplace for Windows versions prior to 7.0.0, Windows VDI Client versions before 7.0.10, 6.6.15, and 6.5.18, and the Meeting SDK for Windows before version 7.0.0. Zoom has released patches to address this issue and urges users to update their software promptly. This incident underscores the persistent threat of account takeover vulnerabilities in widely used collaboration tools. Organizations must remain vigilant, ensuring timely application of security updates to mitigate risks associated with such critical flaws.

1 week ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(medium)
LM
Lateral Movement(medium)
C&C
Command & Control(low)
E
Exfiltration(low)
I
Impact(low)
Read Report
TuxBot v3 Evolution: Unveiling the AI-Assisted IoT Botnet Threat
Impact· CRITICAL

TuxBot v3 Evolution: Unveiling the AI-Assisted IoT Botnet Threat

In early 2026, cybersecurity researchers uncovered TuxBot v3 Evolution, a sophisticated modular IoT botnet framework. This malware targets a wide range of IoT devices by exploiting known vulnerabilities and employing extensive Telnet brute-force attacks. Notably, the development of TuxBot v3 Evolution involved assistance from a large language model (LLM), resulting in both functional components and critical errors due to unreviewed AI-generated code. The botnet's capabilities include multi-architecture support, encrypted command-and-control communications, and a variety of fallback mechanisms, posing a significant threat to IoT security. The discovery of TuxBot v3 Evolution underscores the evolving landscape of cyber threats, where adversaries leverage AI technologies to enhance malware development. This trend highlights the urgent need for robust security measures and continuous monitoring to protect IoT ecosystems from increasingly sophisticated attacks.

1 week ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(medium)
LM
Lateral Movement(medium)
C&C
Command & Control(high)
E
Exfiltration(low)
I
Impact(high)
Read Report
Microsoft's July 2026 Patch Tuesday: A Record 570 Security Flaws Fixed
Impact· CRITICAL

Microsoft's July 2026 Patch Tuesday: A Record 570 Security Flaws Fixed

In July 2026, Microsoft released a record-breaking Patch Tuesday update, addressing 570 security vulnerabilities across its software products. This unprecedented volume, nearly triple the previous month's count, includes 59 critical flaws and three zero-day vulnerabilities actively exploited in the wild. Notably, CVE-2026-56155 affects Active Directory Federation Services, and CVE-2026-56164 impacts Microsoft SharePoint, both allowing privilege escalation. Additionally, CVE-2026-50661 is a BitLocker bypass that could grant attackers access to encrypted data if they have physical device access. Microsoft attributes this surge in identified vulnerabilities to advancements in artificial intelligence, which have accelerated the discovery and analysis of security flaws. This significant increase underscores the evolving cybersecurity landscape, where AI not only aids defenders in identifying vulnerabilities but also empowers attackers to develop exploits more rapidly. Organizations must prioritize timely patch management and adopt proactive security measures to mitigate the risks associated with these newly disclosed vulnerabilities.

1 week ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(high)
LM
Lateral Movement(medium)
C&C
Command & Control(medium)
E
Exfiltration(medium)
I
Impact(high)
Read Report
Critical Vulnerabilities in Cursor AI IDE Expose Developers to Remote Code Execution
Impact· CRITICAL

Critical Vulnerabilities in Cursor AI IDE Expose Developers to Remote Code Execution

In early 2026, multiple critical vulnerabilities were discovered in the Cursor AI-integrated development environment (IDE), notably CVE-2026-50548 and CVE-2026-50549. These flaws allowed attackers to escape the IDE's sandbox environment, enabling remote code execution (RCE) on developers' machines. Exploits involved manipulating the working directory parameter and leveraging symbolic link (symlink) manipulation to bypass security controls. The vulnerabilities posed significant risks, including unauthorized access to source code, sensitive data exposure, and potential compromise of development environments. ([csoonline.com](https://www.csoonline.com/article/4191923/sandbox-bypass-flaws-in-cursor-ide-highlight-prompt-injection-as-an-rce-vector.html?utm_source=openai)) The discovery of these vulnerabilities underscores the growing security challenges associated with AI-assisted development tools. As organizations increasingly adopt such tools to enhance productivity, it is imperative to implement robust security measures to mitigate risks associated with prompt injection attacks and sandbox escapes. This incident highlights the need for continuous monitoring and updating of AI development environments to safeguard against emerging threats.

1 week ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(high)
LM
Lateral Movement(high)
C&C
Command & Control(high)
E
Exfiltration(high)
I
Impact(high)
Read Report
[ INCIDENT RESPONSE // UNDER ATTACK? ]

Stop Active Cloud Data Exfiltration

Aviatrix Breach Lock 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