New Manic Android malware can exfiltrate data through nearby: What IT Admins Need to Know

Share
New Manic Android malware can exfiltrate data through nearby: What IT Admins Need to Know
Modern Endpoint · Security Insights

New Manic Android malware can exfiltrate data through nearby: What IT Admins Need to Know

I walked into a client's security review last year, and their CISO was genuinely proud. "We've blocked all sideloading. All corporate Android devices are MDM-enrolled. We're good." I nodded, pulled up a network topology diagram, and asked one question: "What controls do you have on Bluetooth and Wi-Fi Direct between enrolled devices?" The room went quiet.

11 min read ArticleModernEndpoint

🔍 What Manic Actually Does — And Why It's Different

Manic is a new Android malware family, active since at least February 2026, targeting users across multiple European countries with Ukraine as the primary focus. Mobile security firm ThreatFabric analyzed it in detail. On the surface, Manic reads like a sophisticated but familiar banking trojan: transparent overlays on numeric keypads, Accessibility service abuse, SMS interception, lock-screen PIN capture, WebRTC-based remote control, and targeting across 169 apps spanning banking, government eID, crypto wallets, messaging platforms, and 2FA authenticators.

That part is dangerous but not novel. The part that stopped me cold is different.

Manic includes a fallback exfiltration mechanism that activates when the compromised device cannot reach its command-and-control (C2) server. When C2 is unavailable, Manic looks around. It queries nearby devices over Wi-Fi Direct and Bluetooth Low Energy (BLE) to find other infected nodes with internet connectivity. It then routes the stolen data through those devices, supporting up to four relay hops by default. Encrypted. Categorized by data type. Queued and patient.

This is mesh-based exfiltration. That is not a minor capability upgrade. That is a different class of threat model.

"The device your MDM manages is no longer the only exfiltration path. The device sitting next to it is."

---

⚡ Why This Breaks Standard Mobile Security Assumptions

⚡ Assumption Challenge
Most organizations believe: "If we block C2 at the network perimeter, malware cannot exfiltrate data."
Reality: Manic bypasses your perimeter entirely. It routes exfiltration through nearby infected consumer devices over Bluetooth and Wi-Fi Direct. Your firewall never sees the traffic.
⚡ Assumption Challenge
Most organizations believe: "MDM enrollment means we have visibility and control over the device's communication."
Reality: MDM policies govern app installation, configuration, and compliance posture. They do not govern Bluetooth pairing behavior, Wi-Fi Direct discovery, or proximity-based peer traffic between devices — especially on personal devices used for work.
⚡ Assumption Challenge
Most organizations believe: "Banking malware targeting Ukraine is a regional problem, not a corporate security concern."
Reality: The targeting scope includes 2FA authenticators, messaging apps, and government eID apps. Any organization whose employees use Android authenticators — including Microsoft Authenticator — sits inside that attack surface.

This is the architecture problem Manic forces into the open. Enterprise mobile security has been built around a network-centric threat model: control the perimeter, inspect the traffic, block the C2. Manic operates in the gaps between devices before any traffic touches a monitored network path.

---

🚨 The Specific Capability That Demands Re-Evaluation

Let me be precise about what ThreatFabric documented, because the details matter for your control design.

Manic's exfiltration sequence works as follows. First, it attempts to use an established Wi-Fi Direct peer. If that fails, it queries Bluetooth and BLE peers to find which ones have internet connectivity. If no single hop is available, it chains up to four relay hops across infected devices to eventually reach one that can forward data to C2. The data is encrypted before transit. It is categorized by type before recording, distinguishing between lock-screen input, recovery phrase candidates, 4-6 digit SMS codes, passwords, long messages, email logins, and general text.

That categorization detail matters operationally. Manic is not bulk-dumping device contents. It is intelligently prioritizing credential-class data for exfiltration, which means even a short window of infection with limited relay availability is enough to extract the highest-value items first.

Danger

If an employee's personal Android device running Manic is physically co-located with an enrolled corporate device, proximity-based relay exfiltration can occur entirely outside your monitored network perimeter. Office environments, conference rooms, and shared workspaces all create the physical density this mechanism requires.

🔍 Reality Check
What most organizations believe: Separating corporate and personal devices on different Wi-Fi SSIDs provides meaningful network isolation between them.
What actually happens in production: Wi-Fi Direct and Bluetooth operate independently of SSID assignment. A personal device on the guest VLAN can still form a Wi-Fi Direct peer session with a corporate device three desks away. Network segmentation does not stop radio-layer communication.

---

🔐 Where Microsoft's Mobile Security Stack Fits — And Where It Doesn't

I want to be direct here. Microsoft Intune, Entra ID Conditional Access, and Defender for Endpoint on Android are genuinely strong controls. But none of them were designed for this specific threat vector, and you need to understand exactly where each one helps and where each one stops.

Microsoft Intune can enforce compliance policies that detect rooted devices, require minimum OS versions, and block apps from unknown sources. It can restrict which apps are allowed on enrolled devices. It cannot restrict Bluetooth pairing behavior or Wi-Fi Direct peer discovery at the radio level on Android without OEM-specific profile support. Reference: https://learn.microsoft.com/en-us/mem/intune/protect/device-compliance-get-started

Microsoft Defender for Endpoint on Android provides mobile threat defense (MTD) capabilities including phishing protection, malicious app detection, and network protection. It can detect known malware signatures and behavioral anomalies. Its effectiveness against a novel malware family in the early weeks of deployment depends entirely on how quickly threat intelligence is updated. Reference: https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/microsoft-defender-endpoint-android

Conditional Access with device compliance can block access to corporate resources from non-compliant devices. If Manic is present and Defender for Endpoint flags the device as compromised, Conditional Access can revoke access. That chain works when detection is fast enough and the device is enrolled with Defender for Android active.

The gap is the personal device sitting next to the corporate one.

"Your MDM boundary ends at the device edge. Manic's exfiltration path starts exactly where your MDM boundary ends."

---

🚫 What This Technology Does NOT Solve

Let me list the controls that will not protect you from Manic's relay mechanism, regardless of how well they are configured.

ControlWhat It CoversWhat It Misses Against Manic
Network perimeter firewallOutbound C2 traffic over monitored network pathsWi-Fi Direct and Bluetooth relay traffic never traverses the firewall
Intune compliance policiesDevice health, app configuration, OS versionRadio-layer peer communication between devices
SSID segmentation (guest vs. corp VLAN)Layer 3 network separationLayer 2 and radio-layer proximity protocols
Conditional AccessResource access from non-compliant devicesData already exfiltrated before compliance check triggers
Defender for Endpoint (Android)Known malware detection, phishing, network protectionNovel malware before signature/behavioral coverage is available
App allowlisting via IntunePreventing unauthorized app installation on enrolled devicesApps installed on nearby non-enrolled personal devices

That table is not a criticism of the Microsoft stack. It is an honest map of the control surface so you can design compensating controls in the right places.

Warning

The Accessibility service permissions Manic requires are the same permissions used by legitimate assistive technology apps. Blanket blocking of Accessibility services through MDM policy on personal devices in BYOD scenarios is not technically feasible without managing the full device. This is a structural gap in BYOD mobile security architecture that Manic deliberately exploits.

---

🧩 What Actually Reduces Risk Here

In my experience, the organizations that fare best against proximity-based threat models are not the ones with the most sophisticated MDM configurations. They are the ones that have made deliberate architectural decisions about physical device separation and authentication design.

First: evaluate whether Android devices are the right form factor for accessing sensitive corporate data in your environment at all. If employees are authenticating to corporate resources using personal Android devices, Manic's targeting of 2FA authenticators is directly relevant to your identity architecture.

Second: if you are using Microsoft Authenticator on Android as your primary MFA mechanism, enforce number matching and additional context requirements. These do not prevent credential capture by Manic, but they raise the cost of converting captured credentials into account compromise. Configure this at: Entra ID > Authentication methods > Microsoft Authenticator policies.

Third: deploy Defender for Endpoint on Android on all corporate-enrolled devices and ensure the compliance signal feeds into Conditional Access. This is table stakes, not a solution. But it shortens the detection-to-revocation timeline when a device is compromised.

Fourth: reconsider physical workspace policy for high-sensitivity environments. This sounds low-tech because it is. In environments handling credential-class data, restricting personal device proximity to workstations that handle that data is a legitimate compensating control. Manic's relay mechanism requires physical proximity.

Tip

If you are running a pilot of Defender for Endpoint on Android, check whether your Conditional Access policy correctly evaluates the compliant claim from the Intune compliance signal. I have seen environments where the Defender MTD connector was configured but the CA policy was still evaluating device compliance from a stale cached state. Validate the signal chain, not just the configuration.

🎯 Enterprise Decision Point
Decide now whether your mobile threat model assumes physical separation between corporate and personal devices. If it does not, Manic's relay mechanism is already in scope for your environment. The architectural response is not a single control — it is a combination of Defender for Endpoint on Android, Conditional Access enforcement on authentication apps, and a deliberate policy decision about which resources are accessible from Android devices at all.
🔍 Reality Check
What most organizations believe: Deploying MDM on corporate devices and separating them on a dedicated SSID is a sufficient mobile security architecture for most threat scenarios.
What actually happens in production: Personal devices remain outside MDM scope, share physical space with corporate devices, and represent an uncontrolled relay surface. The corporate device is protected. The environment it operates in is not.

---

📊 Manic vs. Your Existing Control Map

⚖️ Trade-Off
Strengthening mobile security controls to address Manic-class threats — specifically requiring Defender for Endpoint on Android for all enrolled devices and enforcing tighter Conditional Access on authentication apps — increases helpdesk overhead, introduces friction for users on older Android versions, and may surface compliance gaps in your BYOD population that you currently have no enforcement mechanism for. The trade-off is real: tighter controls expose the BYOD governance gaps you accepted when you allowed personal Android devices to access corporate resources. You will need to decide whether to address those gaps or formally accept the residual risk.

---

⏱ Production Lifecycle: Responding to a Manic-Class Threat

⏱ Production Lifecycle
Day 1
Verify Defender for Endpoint on Android is deployed and active on all enrolled corporate devices. Confirm the MTD connector is feeding compliance signals into Intune. Validate that Conditional Access policies are enforcing device compliance requirements on authentication and high-value applications. Review whether Microsoft Authenticator policies have number matching and additional context enabled. Document which resources are currently accessible from BYOD Android devices without a compliance gate.
Month 6
Assess whether Defender for Endpoint's Android threat intelligence has added Manic-family detection coverage. Review Intune compliance policy scope to determine whether the BYOD population still has access to resources without a compliance requirement. Evaluate whether physical workspace policies for high-sensitivity roles have been communicated and enforced. Check whether any helpdesk escalations have surfaced Accessibility service permission conflicts between Defender for Endpoint and legitimate assistive apps.
Year 2
Manic-class relay exfiltration will not be the last malware family to use proximity-based fallback mechanisms. By this point, the architecture decision that matters is whether Android devices remain in your authentication chain for high-value resources at all. Organizations that have moved to hardware security keys or platform authenticators for privileged access will have structurally reduced their exposure to this entire class of mobile credential theft regardless of the specific malware variant.

---

🎯 Enterprise Decision Point
If your organization uses Android-based authenticators for MFA on high-value systems, Manic's targeting of 2FA apps is not a hypothetical risk. Decide whether the authentication architecture should be hardened by moving privileged access to FIDO2 hardware keys, which remove the Android authenticator entirely from the credential capture attack surface. This is an identity architecture decision, not a mobile security decision.
"The weakest point in your MFA architecture may not be the policy. It may be the device your employees use to approve the push."

---

🎯 Final Architect Recommendation

If I were advising a customer on this threat today, here is what I would say without equivocation.

Deploy Defender for Endpoint on Android on every corporate-enrolled device immediately if you have not already. Not because it will detect Manic on day one, but because the signal chain from Defender to Intune to Conditional Access is the fastest automated response path you have when a device is confirmed compromised. Build that chain before you need it.

Enable number matching and additional context in Microsoft Authenticator policies today. This is a zero-cost configuration change that meaningfully raises the cost of converting a captured one-time code into a successful account takeover.

Formally document whether your BYOD Android population has access to corporate resources without a compliance gate. If it does, that is an accepted risk that should be recorded explicitly and reviewed by your security governance function. Manic gives you a concrete reason to have that conversation now rather than after an incident.

Do not treat this as a patching problem or a signature update problem. Manic is a signal that mobile malware authors are now designing specifically for environments where C2 detection is likely. The relay mechanism exists because defenders have gotten good at blocking direct C2 traffic. The next variant will be more sophisticated, not less. The architecture response is to reduce what a compromised Android device can access and reduce what it knows, not just to detect and remove the malware faster.

I would not wait for a second malware family to validate this threat model before acting.

---

🎯 The Takeaway

  • If your mobile threat model assumes perimeter detection will catch exfiltration, revisit it now. Manic's Wi-Fi Direct and Bluetooth relay mechanism routes data between devices before any traffic touches your monitored network. Perimeter controls do not see this traffic.
    • Always validate the Defender for Endpoint to Intune to Conditional Access signal chain, not just the individual configurations. Each component can appear configured while the end-to-end enforcement chain is broken. Test it before you rely on it.
      • If privileged or sensitive resources are accessible from BYOD Android devices without a device compliance requirement, treat that as an open finding. Manic's targeting of 2FA authenticators makes this specifically relevant to your authentication architecture.
        • When evaluating mobile security posture, include physical workspace as a compensating control for high-sensitivity roles. Manic requires physical proximity to relay through nearby devices. In environments where that proximity exists routinely, the control surface extends beyond MDM into physical security policy.
          • If your organization depends on Android-based authenticators for privileged access, evaluate whether FIDO2 hardware keys should replace them. This removes the Android authenticator from the credential capture attack surface entirely, regardless of which malware family is active next quarter.

Read more