Skip to main content
Live Webinar with SANS (June 25)— Agentic CTI Automation for Fun & ProfitRegister Free
Mallory
Back to malware
MalwareUsed by 3 actors

Digital Lutera

Digital Lutera is a malicious Android LSPosed module used in financial fraud campaigns targeting India’s mobile payment and UPI ecosystem. Rather than modifying payment APKs directly, it hooks system-level Android APIs, allowing legitimate payment apps to remain signature-valid while bypassing defenses focused on repackaged applications. Reported functionality includes hooking SmsManager and TelephonyManager APIs to intercept SIM-binding and registration tokens, spoof phone-number identity data, suppress real SMS transmission, exfiltrate 2FA or registration data to Telegram, and insert forged records into the device’s SMS sent database so apps believe authentication messages were sent from the victim device. The toolkit also reportedly uses Socket.IO for real-time command-and-control and stores configuration in /data/local/tmp/sms_hook_config.json; cited components include HttpServerService.java, SmsContentInserter.java, and ConfigManager.java, and a reported C2 endpoint is https://noob-production.up.railway.app. The attack model described requires a rooted attacker-controlled Android device with LSPosed installed and a separately compromised victim device already infected via trojanized APK lures such as fake Wedding Invitation or Vahan Chalan apps that can read, delete, forward, or intercept SMS. Reported outcomes include unauthorized account takeover, PIN reset, and fraudulent fund transfers. The activity is attributed in the source material to a Telegram actor using the alias Berlin and handle @Syntext_Erorr, with targeting focused on Indian fintech and banking applications including Axis Mobile and UPI-related workflows.

Share:
For your environment

Hunt this family in your stack

Mallory pivots from this family to the IOCs, detections, and named campaigns that touch your stack, and pages you when something new lands.

THREAT ACTORS

Groups observed using it

3 distinct threat actors attributed by public researchers. Open in Mallory to see the full evidence chain and overlapping campaigns.

View more details
@Berlin_Market

"Because the malicious module ( the one we analyzed was named ‘Digital Lutera’) hooks system-level APIs rather than the app itself..."

via cloudsek blogcloudsek.com
Berlin

"Because the malicious module ( the one we analyzed was named ‘Digital Lutera’) hooks system-level APIs rather than the app itself..."

via cloudsek blogcloudsek.com
@Syntext_Erorr

"Because the malicious module ( the one we analyzed was named ‘Digital Lutera’) hooks system-level APIs rather than the app itself..."

via cloudsek blogcloudsek.com
MITRE ATT&CK

Techniques & procedures

15 distinct techniques documented for this family, organized by ATT&CK tactic.

Initial Access

1 technique
T1566.001Spearphishing AttachmentEvidence1

hackers are actively distributing malware-laced Android Package Kit (APK) files disguised as digital event invitations via messaging platforms such as WhatsApp and Telegram

Execution

3 techniques
T1059Command and Scripting InterpreterEvidence1

The code calls runAsRoot("chmod 666 ..."). This ensures that even though the file is created in a protected system directory, the module (running within different app processes) can always read and write to it.

T1204User ExecutionEvidence1

designed to reduce suspicion and stimulate immediate downloads

T1574Hijack Execution FlowEvidence1

This attack methodology represents a shift from Application Modification (changing the app) to Runtime Environment Manipulation (changing the world the app lives in). By using LSPosed, the threat actor ensures the payment app’s signature remains valid... it 'hooks' into the application’s memory while it is running, allowing the module to change the behavior of specific Java methods.

Persistence

1 technique
T1556Modify Authentication ProcessEvidence2

attackers manipulate identity validations and SMS workflows through a specialized Android framework on separate devices

Privilege Escalation

1 technique
T1548Abuse Elevation Control MechanismEvidence1

victims unknowingly grant extensive permissions... including access to call logs, SMS services, notifications, contacts, and screen recording capabilities

Stealth

4 techniques
T1014RootkitEvidence1

Because it operates at the system level, it can effectively 'blind' apps to their own security status... a malicious module can hook the system APIs that check for root access, making the device appear 'clean' to a banking app while the framework is simultaneously stealing data in the background.

T1036MasqueradingEvidence2

A malicious file is often accompanied by socially engineered labels, such as wedding invitations, housewarming ceremonies, or private party invitations... It often mimics utility tools

T1070Indicator RemovalEvidence1

fabricated "sent" SMS records are inserted into message histories in order to maintain an illusion of legitimate activity

T1574Hijack Execution FlowEvidence1

This attack methodology represents a shift from Application Modification (changing the app) to Runtime Environment Manipulation (changing the world the app lives in). By using LSPosed, the threat actor ensures the payment app’s signature remains valid... it 'hooks' into the application’s memory while it is running, allowing the module to change the behavior of specific Java methods.

Defense Impairment

1 technique
T1556Modify Authentication ProcessEvidence2

attackers manipulate identity validations and SMS workflows through a specialized Android framework on separate devices

Credential Access

4 techniques
T1056Input CaptureEvidence1

the malware can intercept one-time passwords, monitor banking and UPI sessions in real-time, and harvest financial credentials directly from user screen activity

T1528Steal Application Access TokenEvidence1

When the server sends a login OTP to the victim, the Trojan silently intercepts it and forwards it to an attacker-controlled panel... The bank sends a reset OTP to the victim’s number, which the Trojan again intercepts and forwards to the attacker.

T1556Modify Authentication ProcessEvidence2

attackers manipulate identity validations and SMS workflows through a specialized Android framework on separate devices

T1649Steal or Forge Authentication CertificatesEvidence1

The module hooks sendTextMessage, captures the message content (which contains the encryption key for registration), blocks the actual SMS from reaching the cellular network, and sends the data to a Telegram bot.

Collection

1 technique
T1056Input CaptureEvidence1

the malware can intercept one-time passwords, monitor banking and UPI sessions in real-time, and harvest financial credentials directly from user screen activity

Command and Control

1 technique
T1071Application Layer ProtocolEvidence1

Crucially, the module uses Socket.IO for real-time Command & Control (C2)... The module stays connected to https://noob-production.up.railway.app . At any moment, the attacker can push a JSON object to the phone.

Exfiltration

1 technique
T1567Exfiltration Over Web ServiceEvidence2

OTPs are silently forwarded to attacker-controlled Telegram channels without the victim's knowledge

Impact

1 technique
T1565Data ManipulationEvidence1

The module then manually writes a fake SMS into the internal Android SMS database, making it appear in the 'Sent' folder... It sets type to 2 (Sent Message) and status to 0 (Success).

INDICATORS OF COMPROMISE

IOCs tracked for this family

2 indicators attributed across vendor reports, sandbox runs, and researcher write-ups. Full values are available in Mallory.

View more in app
Network
1 tracked

IPs, domains, and DNS infrastructure linked to this family.

Other
1 tracked

Other indicator types observed in public reporting.

TypeValueLatest sighting
domain●●●●●●●●●●●●View more in app3 months ago
uri●●●●●●●●●●●●View more in app3 months ago
ACTIVITY FEED

Recent activity

3 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.

cysecurity newsNews
May 25, 2026
Rising Digital Invitation Scams Highlight Need for Strong Cyber Awareness - CySecurity News - Latest Information Security and Hacking Incidents

An Android-focused malicious toolkit used in fraudulent invitation and notice APK campaigns to gain SMS-related access, intercept bank registration messages and OTPs, forward them to attacker-controlled Telegram channels, manipulate SMS workflows, and facilitate unauthorized UPI account registration and financial fraud.

Read more
cloudsek blogNews
Mar 17, 2026
Weaponizing LSPosed: Remote SMS Injection and Identity Spoofing in Modern Payment Ecosystems | CloudSEK

An Android LSPosed-based malicious module used to hijack legitimate payment apps at runtime, intercept and block registration SMS, spoof phone numbers, exfiltrate 2FA and binding tokens to Telegram, receive real-time C2 commands over Socket.IO, and insert forged SMS records to bypass SIM-binding controls for financial fraud.

Read more
cloudsek blogNews
Mar 9, 2026
Weaponizing LSPosed: Remote SMS Injection and Identity Spoofing in Modern Payment Ecosystems | CloudSEK

An Android LSPosed/Xposed-style malicious module used to bypass UPI SIM-binding and device fingerprinting by hooking system APIs (e.g., SmsManager/SmsManager.sendTextMessage, TelephonyManager.getLine1Number, SubscriptionInfo.getNumber), exfiltrating registration/OTP data to Telegram, maintaining real-time C2 via Socket.IO, and forging local SMS 'Sent' records by inserting into the SMS content provider to make fraudulent registration appear legitimate.

Read more
What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets match these IOCs, which detections are missing, which campaigns to expect next, and what to do in the next 30 minutes.
IOC matching2

Match every observed IP, domain, and hash against your live telemetry.

Threat actor attribution3

Named campaigns wielding this family, with evidence pinned to each claim.

Exploited vulnerabilities

CVEs this family uses for access and lateral movement.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

MITRE ATT&CK mapping15

Every documented technique, ranked by evidence weight.

Researcher chatter

Reddit, Mastodon, and CTI community discussion around this family.