Infosec News

Hello All. I’ve been writing and presenting quite a bit recently about the growing role of AI in cybersecurity, particularly around SOC operations, incident response and the emergence of agentic AI. The recent OpenAI and Hugging Face incident is one of the clearest examples we’ve seen of where this technology is heading, and I think it raises some important questions for security professionals.

During an internal evaluation, OpenAI was testing the cyber capabilities of several advanced models with some of their noHugging Face - YouTubermal safety restrictions relaxed. According to OpenAI, one of the models identified a previously unknown vulnerability, escaped its intended testing environment, escalated privileges, gained Internet access and ultimately compromised Hugging Face infrastructure while attempting to improve its performance on the evaluation benchmark. OpenAI described it as an “unprecedented cyber incident,” and it’s difficult to argue with that assessment.

What makes this incident so significant is that the AI wasn’t simply generating code or suggesting exploitation techniques for a human operator. It was autonomously working toward an objective by overcoming obstacles along the way. The attack chain included reconnaissance, exploitation, privilege escalation, lateral movement and credential use—activities that any incident responder would immediately recognize. While the model wasn’t acting with malicious intent, it demonstrated the ability to execute a sophisticated sequence of actions with minimal human intervention.

For me, however, the most interesting part of the story came after the intrusion.

As Hugging Face investigated the incident, it reportedly encountered an unexpected challenge. Modern frontier AI models are designed with safety controls or “guardrails” that can refuse requests involving exploit code, malware, shell commands or other offensive techniques. That’s understandable from a safety perspective, but it creates a real problem during incident response because legitimate investigations often involve exactly those artifacts. When you’re analyzing malware, decoding PowerShell, reconstructing an attack chain or reviewing exploit payloads, the AI has to understand malicious content in order to help defend against it.

Hugging Face’s answer was to use a self-hosted open-weight model—GLM-5.2, developed by Chinese AI company Z.ai—to assist with the investigation. I don’t think the real story is that the model happened to come from China. There are valid discussions around model provenance, supply-chain security and data sovereignty, but the more important lesson is that Hugging Face needed an AI system it controlled. Running the model locally meant they could analyze sensitive incident-response data without relying on a hosted service or worrying that the model would refuse to process the evidence because it appeared malicious.

I think this highlights an issue that security teams will increasingly face as AI becomes embedded in SOC and DFIR workflows. An AI assistant may be asked to decode malware, explain an exploit, identify persistence mechanisms, correlate thousands of events or reconstruct an attack timeline. Those are all legitimate defensive activities, yet they can look almost identical to the requests an attacker might make. Distinguishing between the two is far more difficult than it sounds, especially for a centrally managed AI service that has no visibility into the broader context of an investigation.

This is why I believe mature security teams may eventually adopt two different AI capabilities. Hosted frontier models will continue to provide exceptional reasoning and general-purpose assistance, but organizations may also want a self-hosted model specifically for cybersecurity operations. Keeping that capability under the organization’s control allows sensitive evidence to remain on-premises while ensuring investigators can analyze the artifacts they need during an active incident.

None of this suggests that AI should operate without safeguards. In fact, the OpenAI incident reinforces the opposite. As these systems become more capable, traditional security controls such as least privilege, network segmentation, monitoring, sandboxing and human approval become even more important. AI agents should be treated like any other privileged system: powerful, useful and carefully constrained.

For me, the biggest takeaway isn’t that an AI model compromised another environment or that Hugging Face relied on a Chinese-developed model during its investigation. It’s that cybersecurity teams may soon need AI whose capabilities—and guardrails—they control themselves. When you’re responding to a major incident, the last thing you want is for your most powerful investigative tool to refuse to analyze the evidence sitting in front of you.

That may ultimately be the most important lesson from this incident.

Read more

Hello All. Yes, you heard me, Sysmon is coming natively to Windows in 2026. 

Mark Russinovich, the creator of Sysmon, recently posted this amazing news on the Windows IT Pro Blog:

“Next year, you will be able to gain instant threat visibility and streamline security operations with System Monitor (Sysmon) functionality natively available in Windows!

Part of SysInternals, Sysmon has long been the go-to tool for IT admins, security professionals, and threat hunters seeking deep visibility into Windows systems. It helps in detecting credential theft, uncovering stealthy lateral movement, and powering forensic investigations. Its granular diagnostic data feeds security information and event management (SIEM) pipelines and enables defenders to spot advanced attacks.

But deploying and maintaining Sysmon across a digital estate has been a manual, time-consuming task. You’ve downloaded binaries and applied updates consistently across thousands of endpoints. Operational overheads introduce risk when updates lag. And a lack of official customer support for Sysmon in production environments poses added risk and additional maintenance overhead for your organization.”

With this update, you will be able to easily activate Sysmon in Windows 11 and Windows Server 2025 with the simple command: sysmon -i at the cmd.exe prompt. This should be coming in 2026 as part of a Windows Update.

According to Microsoft’s roadmap, Sysmon will be available through the built‑in Optional features mechanism in Windows. Administrators will be able to install Sysmon using standard OS tools, without downloading a separate package, and updates will be delivered directly via Windows Update.

Here is the original post: https://techcommunity.microsoft.com/blog/Windows-ITPro-blog/native-sysmon-functionality-coming-to-windows/4468112

Read more

No one wants to see a blue screen on a Friday morning!

Not sure if folks are following the news, but a major bug has been identified with CrowdStrike Falcon stemming from a bad update. It is causing blue screens in Windows. Here is a statement from George Kurtz, CEO:

CrowdStrike is actively working with customers impacted by a defect found in a single content update for Windows hosts. Mac and Linux hosts are not impacted. This is not a security incident or cyberattack. The issue has been identified, isolated and a fix has been deployed. We refer customers to the support portal for the latest updates and will continue to provide complete and continuous updates on our website. We further recommend organizations ensure they’re communicating with CrowdStrike representatives through official channels. Our team is fully mobilized to ensure the security and stability of CrowdStrike customers.

There is a manual workaround, which is scriptable:

  • Boot Windows into Safe Mode or the Windows Recovery Environment
  • Navigate to the C:\Windows\System32\drivers\CrowdStrike directory
  • Locate the file matching ‘C-0000029*.sys’, and delete it.
  • Boot the system normally.

Just when we thought this was bad enough… Microsoft had an Azure outage. Looks like Azure Central US was down for hours. But had global impacts. Airlines and other major customers all over the world we impacted. some in India reverted to checking in passengers manually in excel spreadsheets. Also affected M365.

“We experienced a Storage incident in Central US which had downstream impact to a number of Azure services. This is currently mitigated; however, we are still in the process of validating recovery to a small percentage of those downstream services. This was communicated to affected customers via the Service Health dashboard in the Azure portal. We are also aware of an issue impacting Virtual Machines running Windows, running the CrowdStrike Falcon agent, which may encounter a bug check (BSOD) and get stuck in a restarting state. While this is an external dependency, we are currently investigating potential options for Azure customers to mitigate and will be providing updates via the status page here: https://azure.status.microsoft/en-gb/status/ as well as our Azure portal, where possible.”

Good luck everyone!

Read more