Security | Threat Detection | Cyberattacks | DevSecOps | Compliance

Don't bring exposed developer credentials to Black Hat

Black Hat is where the security industry gathers to compare notes on what works. In recent years, supply chain attacks have been a recurring topic, and the 2026 Verizon Data Breach Investigations Report shows security teams are struggling to find a solution. According to the report, third-party involvement increased by 60% over the last year and now accounts for 48% of all breaches.

How to Implement Zero Trust: Your 2026 Playbook

Your environment probably already looks like this. Active Directory on-prem, a couple of cloud accounts, SaaS apps the business adopted faster than security could review them, remote laptops, service accounts nobody wants to touch, and a SIEM full of logs that don't yet add up to control. That's where most first Zero Trust projects begin.

AI Innovation Challenge: Help Shape the Future of Cybersecurity

Artificial intelligence is transforming cybersecurity, and Managed Service Providers (MSPs) are at the forefront of that evolution. That's why we're launching the WatchGuard AI Innovation Challenge, an opportunity for MSPs to share ideas for AI agents and automations that help security teams work smarter, operate more efficiently, and better protect their customers.

Unmasking BitRAT's C2 over HTTPS

BitRAT is a potent and versatile Remote Access Trojan (RAT) commonly sold on underground forums. Its popularity stems from a robust feature set and an emphasis on stealth, allowing it to evade detection by hiding command-and-control (C2) communications over seemingly benign protocols. This makes traditional detection methods more challenging. By examining the subtle artifacts it leaves behind, even in encrypted traffic, defenders can expose these elusive threats.

Dependency management tools: Key features and 6 tools to know in 2026

Dependency management tools are software solutions designed to automate and streamline the process of handling external libraries, modules, or packages that a project relies on. These tools help developers specify, install, update, and track dependencies, ensuring that all required components are present and compatible.

VMware migration strategies for MSPs and cloud providers in 2026

VMware migration has become a strategic priority for many managed service providers (MSPs), cloud service providers (CSPs) and hosters. After years of relying on VMware as the foundation for virtualization and hosting services, many providers are reassessing their infrastructure strategy. Licensing changes, cost pressure, uncertainty around partner programs and customer demand for more predictable infrastructure services are pushing providers to evaluate their options.

Why we cannot wait for better post-quantum signature algorithms

RSA and ECC, cryptographic algorithms that we’ve all relied on for decades, are vulnerable to the attack of sufficiently advanced quantum computers. Such quantum computers do not exist yet, but they seem to be coming sooner than expected. Luckily, the solution is already available: migrate to ML-KEM encryption and ML-DSA signatures, which are designed to be resistant to quantum attack. They were standardized in 2024 by the U.S.

Symlinks Are Still Scary (And Yes, You Can Commit Them to Git)

Here's a genuinely unsettling way to lose control of your laptop in 2026. You clone a normal-looking repo, ask your AI coding assistant to "set it up," and it writes an attacker's SSH key into your ~/.ssh/authorized_keys -- without ever really telling you that's what it did. No memory corruption, no zero-day, nothing clever. Just a file in the repo that wasn't the file it claimed to be. That attack is real, it's this week's news, and I'll walk through it. But the trick underneath is decades old.

CVE-2026-48282: ColdFusion RDS Vulnerability Actively Exploited

Enterprises running Adobe ColdFusion often carry legacy development features forward long after the original use case is gone. Remote Development Services (RDS) is a good example: a convenience feature that lets an IDE talk to a live ColdFusion server, left switched on from an old dev workflow years after anyone remembers why.