Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
ChainDrop Worm Steals GitHub, Cloud Credentials via 400+ npm Packages
August 7, 2026
UNC6671 Automates Microsoft 365 Data Theft via Session Hijacking
August 7, 2026
Papyrus Ad Fraud Abuses Hidden WebViews to Fake User Engagement
August 7, 2026
Home/Threats/NFCShare Android Malware Hides in Fake Banking Apps
Threats

NFCShare Android Malware Hides in Fake Banking Apps

Key Takeaways NFCShare, an Android banking trojan, is actively being distributed through fake banking applications, primarily targeting users in Europe. The malware leverages a device’s Near...

Jennifer sherman
Jennifer sherman
June 9, 2026 5 Min Read
82 0

Key Takeaways

  • NFCShare, an Android banking trojan, is actively being distributed through fake banking applications, primarily targeting users in Europe.
  • The malware leverages a device’s Near Field Communication (NFC) capabilities to steal payment card data and PINs from unsuspecting victims.
  • The campaign has evolved significantly, now impersonating multiple European banks and employing sophisticated evasion tactics, including hosting malicious payloads on GitHub disguised as school projects.
  • Initial detection of NFCShare occurred in January 2026, with a notable expansion and refinement of tactics observed since May 14, 2026.

Evolved NFCShare Android Malware Targets European Banking Customers

A sophisticated Android malware, identified as NFCShare, is currently being disseminated through deceptive banking applications, posing a substantial threat to mobile users across Europe. This malware is engineered to illicitly acquire payment card details by exploiting a smartphone’s NFC chip. Researchers note a significant escalation in the scope and coordination of this campaign since its initial discovery.

Table Of Content

  • Key Takeaways
  • Evolved NFCShare Android Malware Targets European Banking Customers
  • The Modus Operandi of NFCShare
  • Phishing Tactics and Payload Delivery
  • GitHub-Hosted Payloads and Anti-Analysis Tactics
  • What You Should Do

The Modus Operandi of NFCShare

NFCShare first emerged in January 2026, initially observed impersonating Deutsche Bank. The malware’s core functionality involves presenting a fraudulent card-verification screen to victims. This screen prompts users to position their payment card near their device, allowing the malware to capture sensitive card data via NFC. This stolen information, including the card number, type, label, and expiry date, is then transmitted to an attacker-controlled server. Crucially, the malware also intercepts the card’s Personal Identification Number (PIN) before the victim becomes aware of the compromise.

Analysts at d3Lab have meticulously tracked NFCShare’s evolution, observing a marked shift in its operations around May 14, 2026. The expanded campaign now targets a broader spectrum of Italian and European financial institutions, including prominent names such as Intesa Sanpaolo, Banca Sella, Fideuram, Nexi, Mooney, BCC Roma, and Spanish banks like CaixaBank.

While the fundamental attack methodology remains consistent, the operational sophistication behind the campaign has notably increased. According to d3Lab’s report shared with Cyber Security News (CSN), the threat actors are frequently rotating the banking brands they impersonate, rapidly generating new malicious Android Package Kits (APKs), and hosting these payloads on public GitHub repositories camouflaged as academic projects. This strategic agility makes detection and takedown efforts considerably more challenging.

Phishing Tactics and Payload Delivery

Victims are typically lured to the malicious applications via convincing phishing websites that meticulously mimic legitimate banking portals. After users input their login credentials on these fake sites, they are informed that their banking application requires an update. They are then directed to download a malicious APK. In some instances, fake bank operators may contact victims via phone or text message, guiding them through the process of enabling installations from unknown sources, a critical step for the malware to be installed outside official app stores.

The malicious APKs are named to closely resemble authentic banking applications, for example, “Intesa Carte.apk,” “Sella Carte.apk,” “Klirway Carte.apk,” “Nexi Carte.apk,” and “CaixaBank.apk.” Upon installation, these applications display a seemingly standard card-verification interface within a WebView screen, complete with a progress indicator and a PIN entry prompt, further deceiving the user.

Once a victim places their card near the phone, the malware activates Android’s NFC reader to extract payment card data using standard EMV protocol commands. This collected data is then transmitted via a WebSocket connection to the attacker’s command-and-control (C2) server. The PIN is subsequently sent through the same channel in a separate message.

The phishing sequence often initiates from domains such as areaclienti-intesa[.]com, which is designed to closely imitate Intesa Sanpaolo’s legitimate online banking platform. After harvesting credentials, the site redirects users through a shortened URL, ultimately leading to the download of the malicious APK from a GitHub repository. This repository, deceptively named “app-scuola” (“school app”), contained 57 commits and 56 unique APK payloads as of early June 2026, indicating active and frequent updates by the attackers.

GitHub-Hosted Payloads and Anti-Analysis Tactics

A significant evolution in this campaign is the attackers’ use of GitHub as a robust platform for payload delivery. The repository is disguised with a fake README file purporting to describe a homework application. A shell script is used to push updated APK builds, accompanied by the commit message “Aggiornato tutto” (Italian for “Updated everything”), further obscuring the malicious intent.

Newer APKs also incorporate a tactic designed to hinder automated security analysis. These files contain intentionally malformed ZIP paths, which cause many standard analysis tools to fail during extraction. This allows the malicious files to bypass automated detection pipelines, potentially resulting in lower match scores or being entirely overlooked, thereby extending the malware’s operational lifespan.

For cybersecurity defenders, critical detection opportunities lie in specific internal NFCShare code markers, the unique combination of WebView and NFC exploitation behavior, and the distinct malformed APK structure present in newer builds. Analysts are advised to utilize tools capable of processing non-standard ZIP archives, such as the open-source apkInspector. This tool can effectively recover family markers and identify the malware even when conventional extractors fail.

What You Should Do

  • Be wary of unsolicited links: Never click on links in emails or text messages that claim your banking app needs an update. Always navigate directly to your bank’s official website or use their official app store.
  • Download apps from official sources: Only download banking applications and updates from Google Play Store or your bank’s official website. Avoid downloading APKs from third-party websites or direct links.
  • Verify app permissions: Before installing any app, carefully review the permissions it requests. Be suspicious of banking apps asking for unusual or excessive permissions.
  • Enable two-factor authentication (2FA): Implement 2FA on all your banking and sensitive accounts to add an extra layer of security.
  • Monitor bank statements: Regularly check your bank and credit card statements for any unauthorized transactions. Report suspicious activity immediately.
  • Keep your OS updated: Ensure your Android operating system and all installed applications are kept up-to-date to benefit from the latest security patches.
  • Use robust mobile security software: Install a reputable mobile antivirus or security solution that can detect and prevent malware infections.

Indicators of Compromise (IoCs):-

Type Indicator Description
Package Name com.modol.nap Observed across all NFCShare samples
Namespace nfc.share.itnamteis Family attribution marker
C2 Server ws://38[.]47[.]213[.]197:7068/ Earlier NFCShare infrastructure
C2 Server ws://nfck[.]loseyourip[.]com:8001/ Recent campaign infrastructure
GitHub Repository https://github[.]com/antoniocastaldo1998/app-scuola APK hosting repository
Phishing Domain areaclienti-intesa[.]com Phishing website mimicking Intesa Sanpaolo
Short URL https://tinyurl[.]com/Intesa-Carte Observed APK distribution link
APK File IntesaCarte.apk MD5: 4f71dc13d349971d76970bde1c6e3be5 / SHA-256: 752f3cacdad6753d4c02bb8e40ef3e0990b55466c18a7b80ec6fa7b9706e40ab
APK File NexiCarte.apk MD5: 63d6aaabe27edd5e60339da122d7d0cd / SHA-256: 6d29e6e5372cd0690e0df62eb6d98938e91191b0e639fed2476497baa8255405
APK File KlirwayCarte.apk MD5: e937ba13a70cf62da5c5a471df866f6b / SHA-256: 7fb836c08ff527443b06d1c20afb6a4b0f51eb373013f211e0d3200bf26527b7
APK File NexiTarjetas.apk MD5: 9ee21d157063fd9023a501ec7f551a56 / SHA-256: cb147e7ce69723523f604da875d78ca4738e5f416d2297910ee179a5067e79fe
APK File BCCRomaCarte.apk MD5: 5ecd01356a39ecf540883ff8171b3677 / SHA-256: 091870b3f90c9a98000e0d14a67be2db5891ce98a0b1e24b721e3d96241620a5
APK File SellaNFC.apk MD5: fcfd090aa00fe9388da6d20cd2326058 / SHA-256: 3c81526bcb801d7dcfaea7f379528471d745a36e3c1bdc41877b4bed34b5dce6
APK File FideuramCarte1.apk MD5: dea4c7344a8ab14de16a1018a6e5ccfd / SHA-256: 9e95912f1a5fdba5050723f095b7031770b7e2f9627fb60544b41adcbb5b3306
APK File BancaSellaCarte.apk MD5: 45ee3983a7c1133f267af09173668864 / SHA-256: 090a30252991830596c75a945885ca3100d7a40edf4a16d78abd5bbfd90ba268
APK File MooneyCarte.apk MD5: ded72aeca28a3a63ca1fcb851735689 6 / SHA-256: 20b5551b2158f599517f29316884b00e0af6ae3a3bd782909f4b36fca1595698
APK File SellaCarte.apk MD5: 19e201749611c757b4605635e8521bba / SHA-256: 0024620136cf4239544da4768edf7ec7a398e3b610a471033511305ccf670c42
APK File CaixaBank.apk MD5: d9e524c5a75ad511b802f35488f6af5d / SHA-256: 9fa08e172f73daa3ec8c2fb607b8500bdf915dbf09fcde5a46381e042266149e
APK File CaixaBankNfc.apk MD5: b16928f4e8447778388e785f746434b3 / SHA-256: b0e288e8ac116bc1db13536dee2060f7ebdebc4524cba9147132ed633e028cee
APK File CaixaReactivaTarjeta.apk MD5: 8300753f9500ab04ad5bb9920f2d2053 / SHA-256: 51f7b3f6991bc6253d33e6b93f4e0429957f3d54d967c461dbb82ea2a4694e12

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackMalwarephishingSecurityThreat

Share Article

Jennifer sherman

Jennifer sherman

Jennifer is a cybersecurity news reporter covering data breaches, ransomware campaigns, and dark web markets. With a background in incident response, Jennifer provides unique insights into how organizations respond to cyber attacks and the evolving tactics of threat actors. Her reporting has covered major breaches affecting millions of users and has helped organizations understand emerging threats. Jennifer combines technical knowledge with investigative journalism to deliver in-depth coverage of cybersecurity incidents.

Previous Post

Microsoft Defender for Endpoint now detects RPC protocol attacks

Next Post

Weedhack Malware-as-a-Service Steals Minecraft Credentials, Hijacks Accounts

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
Critical npm Supply Chain Attack CHAINDROP Backdoors 400+ Packages
August 7, 2026
Critical Zbtlink Router Backdoor Affects 20+ Models
August 7, 2026
OpenAI Expands GPT-3.5 Access With Unlimited Chats for All Users
August 7, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
Emy Elsamnoudy
Emy Elsamnoudy
Jennifer sherman
Jennifer sherman
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Released to Detect MongoDB Vulnerability(CVE-2025-14847)

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us