Security researchers found evidence that Apple is quietly building its own threat detection system directly into iOS. The code showed up in the first iOS 27.2 beta and was nowhere to be found in the iOS 27.0 release that shipped to the public.
According to a report from RuntimeWire, the component, named com.apple.iokit.EndpointSecuritySE, was identified through firmware analysis by offensive security vendor IRIS C2, with a separate researcher known as Blacktop independently finding related additions inside the iPhone’s kernel cache.

What This Hidden Code Actually Does
The system is a scaled-down version of Endpoint Security, a framework Apple already ships on the Mac that lets security software monitor low-level system activity such as file changes, process launches, and code-signing events. On iOS, researchers found the same categories of monitoring, covering everything from process execution and suspension to credential changes and code-signing modifications.
The architecture does more than watch. IRIS C2 found separate code paths for notifications and for authorization decisions, along with built-in deadlines for how the system behaves if a security client fails to respond in time, the same monitor-and-authorize model Apple already uses for Endpoint Security on the Mac.
Why It’s Turned Off For Now
The code is locked down tightly in this beta. Activating it requires a special boot flag, Apple’s internal research mode, and private entitlements not available to ordinary developers or apps. Those restrictions point toward an Apple-only security layer, or one limited to specially provisioned research devices, rather than something third-party security apps could plug into anytime soon.
One detail worth clearing up: the SE suffix in the code’s name led to some speculation that it runs inside the Secure Enclave. IRIS C2 found nothing in the recovered code tying it to Apple’s Secure Enclave hardware specifically.
This Fits a Pattern Apple Started With Memory Integrity Enforcement
Apple introduced Memory Integrity Enforcement in September 2025, an always-on defense built to disrupt the memory-corruption techniques used in sophisticated spyware attacks. That protection tries to stop an exploit from working in the first place.
EndpointSecuritySE would cover the other half of the problem, what happens after an attacker gets in anyway. A kernel-level monitoring system can record what a compromised process does next and potentially block it before it gains a permanent foothold or reaches protected data. Desktop security software has always had this kind of visibility, while mobile security software never has, because iOS sandboxing exists specifically to keep apps from inspecting each other.
What Happens Next Is Still Unclear
Apple could activate this system for everyday iPhones, restrict it permanently to research hardware and internal diagnostics, or remove it entirely before iOS 27.2 reaches the public. RuntimeWire’s own reporting gives no indication which of those paths Apple will take.
iOS 27.2 beta 1 carries build number 24B5084k, and it reached developers on September 16.
