Join our Newsletter — 33% off our NHI Course

Message Forwarder Malware

Message forwarder malware is a malicious application that intercepts and relays incoming messages, often including one-time passwords and account alerts. It weakens transaction security by attacking the mobile device itself, allowing criminals to complete account takeover or payment fraud without needing to break the bank’s controls directly.

Expanded Definition

Message forwarder malware is best understood as an access and interception tool rather than a simple nuisance app. It sits on a mobile device, captures incoming messages, and relays selected content to an attacker so alerts, one-time passwords, and security prompts can be observed or reused. In practice, that makes the device part of the attack path.

The term usually covers malware that targets SMS, messaging apps, or notification streams. It does not require the attacker to defeat the bank’s core controls if the mobile endpoint already exposes the authentication signal. That is why the boundary matters: the malware is not stealing the credential itself, but it is weakening the channel that delivers proof of possession. For readers comparing terms, this is different from generic spyware because the operational purpose is message interception and forwarding, not broad surveillance.

Guidance vs consensus: industry usage is fairly consistent on the interception function, but naming can vary across mobile threat reports. Some sources describe the same behaviour as SMS forwarding, OTP interception, or message relay malware.

Examples and Use Cases

In real environments, message forwarder malware often appears as part of a fraud chain rather than as a standalone objective. It is used wherever an attacker benefits from seeing authentication messages or transaction alerts before the victim reacts.

  • Intercepting one-time passwords sent by SMS so an attacker can complete login or enrolment flows.
  • Forwarding bank alerts or payment confirmation messages so fraud can continue without immediate user awareness.
  • Relaying account recovery codes from messaging apps to help an attacker bypass a password reset or step-up challenge.
  • Pairing with phishing or device compromise to turn a one-time access path into a repeatable takeover method.
  • Operating quietly on a victim handset while the user sees no obvious service disruption, which can delay detection.

A common implementation tradeoff is convenience versus resilience. SMS and push-based alerts are easy for organisations to deploy, but they become weaker when the user’s device is itself compromised. That is why message interception risks often surface when mobile endpoints are treated as trusted by default.

Security Implications

The main security issue is that message forwarder malware undermines the reliability of message-based authentication and notification. If an attacker can read or relay the message stream, they may capture credentials, intercept step-up codes, or monitor security alerts that would otherwise expose suspicious activity.

This creates several failure conditions. First, proof-of-possession becomes less meaningful when the possession factor is delivered to the same endpoint the attacker controls. Second, users may not notice the compromise if the malware forwards messages transparently. Third, defenders may overestimate the protection offered by SMS OTP or message alerts when those signals are vulnerable at the device layer.

The practical consequence is account takeover, payment fraud, and delayed incident detection. A practitioner observation that matters here is that the weakness often sits outside the core application stack: the bank, identity provider, or payment platform can be behaving correctly while the mobile delivery channel is already compromised.

Domain and Governance Relevance

Message forwarder malware matters most in identity, fraud, and mobile security governance because it attacks the trust placed in a message channel. For organisations that still rely on SMS or message-based step-up verification, the malware changes the control assumption from “the user receives the code” to “the attacker may receive the same signal first.”

That has direct implications for authentication design, fraud monitoring, and customer support workflows. If message delivery is being used as a security signal, governance teams need to treat endpoint compromise as part of the assurance model, not as an edge case. Where non-human identities are involved, the same pattern can affect service notifications, API secrets sent by messaging workflows, or recovery processes that depend on a human-held device.

At NHIMG, the key lesson is that message-based controls are only as trustworthy as the device and relay path carrying them. Security ownership therefore spans identity, mobile endpoint protection, and fraud response rather than sitting in one team alone.

Risk and Threat Considerations

Message forwarder malware creates a material risk of authentication bypass, silent message interception, and delayed fraud detection. It is especially dangerous when organisations depend on SMS or message delivery as a step-up factor or as the primary notification channel for account events.

Failure mechanism: The malware compromises the mobile endpoint, then hooks or reads incoming messages before the user can rely on them. That allows the attacker to capture one-time codes, monitor alerts, and reuse trusted communication flows as part of account takeover or payment fraud.

Impact: The result can be unauthorised access, fraudulent transactions, weakened account-recovery controls, and a false sense of assurance that the second factor is still effective.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while CIS Controls v8, NIST CSF 2.0 and NIST SP 800-63 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
CIS Controls v8 08 — Audit Log Management Message relay malware can hide security alerts and frustrate detection.
09 — Email and Web Browser Protections Mobile phishing and malicious links often precede message interception malware.
10 — Malware Defenses The term is explicitly about malicious software on endpoints.
Recommendation — Centralize and review mobile and account-event logs to spot missing or delayed security messages. Harden user-facing entry points to reduce the likelihood of initial compromise. Deploy anti-malware controls that detect and block suspicious mobile malware behaviour.
NIST CSF 2.0 PR.AC — Access Control Intercepted OTPs weaken step-up authentication and access assurance.
DE.CM — Security Continuous Monitoring Forwarded messages can conceal active compromise and delay detection.
PR.IP — Information Protection Processes and Procedures The issue sits in protecting sensitive authentication and alert channels.
Recommendation — Reduce reliance on message-based factors where device compromise can undermine access decisions. Monitor for anomalous message delivery patterns and suspicious account activity. Treat message-based authentication flows as protected processes with defined resilience requirements.
NIST SP 800-63 AAL2 — Authenticator Assurance Level 2 SMS-delivered OTPs are vulnerable when the endpoint itself is compromised.
Recommendation — Prefer stronger authenticators when message delivery can be intercepted on user devices.
OWASP Non-Human Identity Top 10 NHI-01 — Inventory and Ownership Message-forwarding workflows can expose machine or service messages that need ownership.
Recommendation — Assign ownership for message-emitting identities and review who can receive their security signals.

Practitioner Guidance

What to watch for: Treat any authentication or alerting flow that depends on readable messages as a control assumption that can fail on a compromised handset. If users report missing, duplicated, or oddly timed messages, or if fraud appears without corresponding alarm response, the mobile delivery path deserves immediate scrutiny.

Governance implication: Ownership should not sit only with application security or fraud operations. The control depends on mobile endpoint hygiene, identity design, and customer-facing recovery processes, so accountability needs to reflect that shared dependency.