company logo

Product

Our Product

We are Reshaping the way Developers find and fix vulnerabilities before they get exploited.

Solutions

By Industry

BFSI

Healthcare

Education

IT & Telecom

Government

By Role

CISO/CTO

DevOps Engineer

Resources

Resource Library

Get actionable insight straight from our threat Intel lab to keep you informed about the ever-changing Threat landscape.

Subscribe to Our Weekly Threat Digest

Company

Contact Us

Have queries, feedback or prospects? Get in touch and we shall be with you shortly.

loading..
loading..
loading..
Loading...

Gift-Card

KYC

loading..
loading..
loading..

Sensitive Data Exposed! U.S. Gift Card and Housing Platforms Under Fire

U.S. platforms MyGiftCardSupply & Roomster expose sensitive data. Unprotected KYC documents spark concerns over privacy and security flaws

04-Jan-2025
5 min read

Related Articles

loading..

Spyware

Infostealer

Explore an in-depth technical analysis of FireScam—a stealthy Android malware po...

**FireScam** is a recently identified Android malware that masquerades as a “Telegram Premium” application. Its distribution method leverages GitHub.io-based phishing sites impersonating the legitimate Russian **RuStore** app store, thereby deceiving unwary users into installing a bogus APK. With its **multifaceted spyware and information-stealing capabilities**, FireScam represents a crucial case study in modern mobile malware, demonstrating innovative evasion techniques, comprehensive data exfiltration processes, and persistent surveillance functionality. This Threatfeed provides a **deeply technical** and **context-driven** analysis of FireScam, illustrating how it operates, spreads, and maintains control over compromised devices. ## **2. Threat Distribution and Infection Chain** ### **2.1 Phishing Website (GitHub.io)** - **URL Impersonation**: FireScam is distributed through a GitHub.io-hosted website impersonating **RuStore** (a popular Russian app store). - **Site Address**: ``` https://rustore-apk.github[.]io/telegram_premium/ ``` - **User Deception**: The phishing site closely mirrors official app store styling, luring victims into downloading a malicious file named **GetAppsRu.apk**—which appears legitimate but is in fact a **dropper**. ### **2.2 Dropper APK: GetAppsRu.apk** - **File Name**: `GetAppsRu.apk` - **Hashes**: - MD5: `5d21c52e6ea7769be45f10e82b973b1e` - SHA-256: `b041ff57c477947dacd73036bf0dee7a0d6221275368af8b6dbbd5c1ab4e981b` - **Technical Properties**: - Protected using **DexGuard**, which obfuscates classes, methods, strings, and control flow. - Requests extensive permissions, including `REQUEST_INSTALL_PACKAGES`, enabling it to install additional APKs without explicit user interaction. - Disguised with the package name `ru.store.installer` to appear like a legitimate Russian application manager. ### **2.3 Main Payload: Telegram Premium.apk** - **File Name**: `Telegram Premium.apk` - **Hashes**: - MD5: `cae5a13c0b06de52d8379f4c61aece9c` - SHA-256: `12305b2cacde34898f02bed0b12f580aff46531aa4ef28ae29b1bf164259e7d1` - **Packaging Details**: - Significantly smaller (around 3 MB). - Protected with **NP Manager** (offers encryption and anti-analysis functionalities). - Installs under the package name `ru.get.app`, masquerading as “Telegram Premium.” > **Infection Flow** > 1. **User visits** the phishing website. > 2. **User downloads** the dropper (`GetAppsRu.apk`). > 3. **Dropper launches** on the victim’s device and executes an “Install” function. > 4. **Main payload** (`Telegram Premium.apk`) is silently installed. > 5. **Malware sets up** monitoring, exfiltration, and anti-analysis routines. --- ## **3. Technical Analysis of FireScam** ### **3.1 Anti-Analysis and Evasion Mechanisms** 1. **Obfuscation** - **DexGuard** & **NP Manager** transform class/method names into random or meaningless labels. - Inherits from **empty classes** to confuse static analysis and hinder method-tracing. 2. **Sandbox Detection** - **Checks runtime process** name for anomalies (typical of emulators like `test` or `sandbox`). - **Profiles device** (build details, manufacturer, installed apps) to confirm a real device environment. 3. **Runtime Behavior Control** - **Conditional Execution**: The malware modifies its behavior if it detects an analysis environment, possibly refraining from executing malicious routines to avoid detection. ### **3.2 Permissions and Potential Abuse** - **`REQUEST_DELETE_PACKAGES`** & **`REQUEST_INSTALL_PACKAGES`** - Permits removal or installation of other applications silently, aiding further compromise or removing security tools. - **`WRITE_EXTERNAL_STORAGE` & `READ_EXTERNAL_STORAGE`** - Enables the app to read or write files to the SD card, potentially exfiltrating data or saving malicious components. - **`QUERY_ALL_PACKAGES`** - Allows listing all installed apps for reconnaissance and potential exploitation paths. - **`ENFORCE_UPDATE_OWNERSHIP`** - Declares itself as the “update owner,” preventing legitimate sources from installing genuine updates over it. ### **3.3 Core Functional Modules** FireScam focuses on **monitoring**, **data exfiltration**, and **persistent communication**: 1. **Firebase Cloud Messaging (FCM)** - Registers for push notifications through **MessagingService**. - Can receive commands to download further payloads or exfiltrate specific data sets. 2. **Dynamic Broadcast Receivers** - **Restricted Access**: Only apps signed with the same certificate can communicate, enabling a private channel with other malicious modules. 3. **Firebase Realtime Database (C2 Channel)** - **Data Endpoint**: ``` https://androidscamru-default-rtdb.firebaseio.com ``` - **WebSocket Upgrades**: Uses `Upgrade: websocket` for persistent real-time data exchange, allowing seamless command execution and data exfiltration. --- ## **4. Surveillance and Data Exfiltration Workflows** ### **4.1 System and Device Profiling** Upon installation, FireScam executes: 1. **Initial Device Info Collection** - Device model, manufacturer, OS version, locale. - Sent to Firebase with “online” status, letting attackers verify newly infected devices. 2. **Continuous Environment Monitoring** - Tracks changes in device configuration. - Logs presence of antivirus or known security apps. ### **4.2 Notification Listener** - **`NotifyListener`** Service - Implements `NotificationListenerService` to intercept notifications from **all** apps (e.g., WhatsApp, Telegram, Viber, banking apps). - Filters out “silent” or “ongoing” notifications; captures “alerting” or “conversation” types. - Exfiltrates the entire notification payload (sender, message snippet, etc.). > **Why This Matters** > Attackers can glean personal communication, 2FA codes, and system warnings. This broad-level interception is a hallmark of advanced spyware. ### **4.3 Messages and USSD Monitoring** - **SMS Content Extraction** - Observes the **Messages** application to read inbound SMS. - Tags logs with `appName: Messages` and uploads them to Firebase. - **USSD Responses** - Monitors `TelephonyManager.UssdResponseCallback` to track USSD session outcomes (used for balance checks, mobile money transfers). - Logs success or failure codes, possibly capturing **sensitive financial** data. ### **4.4 Clipboard and Screen Activity** - **Clipboard Logging** - Hooks into `ContentInfoCompat` to capture: - **Autofill** fields. - **Clipboard** data (copied passwords, account numbers, etc.). - **Shared text/URI** from other apps. - **Screen State Monitoring** - Listens for `SCREEN_ON` and `SCREEN_OFF` broadcasts. - Logs active durations to ascertain user engagement. - Potentially uses these timings to intensify data collection when the user is active. ### **4.5 E-commerce Transaction Tracking** - **Purchase & Refund Events** - Analyzes event types **`ecommerce_purchase`**, **`purchase`**, **`refund`**. - Flags these for special logging and exfiltration, possibly targeting shopping or financial apps. ### **4.6 Potential to Download Additional Payloads** - **Image Download & Decoding** - The malware attempts to retrieve images from remote URLs. - Could embed further malicious code (e.g., steganography), facilitating a secondary infection stage. --- ## **5. Behavioral Flow of FireScam** 1. **Installation & Initial Launch** - Victim opens `GetAppsRu.apk` → Installs the **fake Telegram Premium**. - On first run, FireScam requests various permissions. 2. **User Login Spoofing** - Presents a **WebView** mimicking the official `web.telegram.org` interface. - Collects any credentials entered, storing or sending them to Firebase. 3. **Background Surveillance** - Registers with Firebase for push notifications. - Begins capturing notifications, SMS, USSD, etc. 4. **Data Transmission** - Bundles collected data and securely sends over a **TLS/WebSocket** session. - The C2 server acknowledges and may issue new commands. 5. **Potential Secondary Payload Execution** - If commanded, FireScam silently downloads additional components or updates itself, maintaining **long-term persistence**. --- ## **6. Indicators of Compromise (IOCs)** | **S/N** | **Indicator** | **Type** | **Context** | |:------:|:----------------------------------------------------------------------------------------------------------------|:--------:|:------------------------------| | 1 | `5d21c52e6ea7769be45f10e82b973b1e` | File | Dropper (GetAppsRu.apk) | | 2 | `b041ff57c477947dacd73036bf0dee7a0d6221275368af8b6dbbd5c1ab4e981b` | File | Dropper (GetAppsRu.apk) | | 3 | `cae5a13c0b06de52d8379f4c61aece9c` | File | Telegram Premium.apk | | 4 | `12305b2cacde34898f02bed0b12f580aff46531aa4ef28ae29b1bf164259e7d1` | File | Telegram Premium.apk | | 5 | `https://s-usc1b-nss-2100[.]firebaseio[.]com/.ws?ns=androidscamru-default-rtdb&v=5&ls=*` | URL | C2 – Exfiltration | | 6 | `s-usc1b-nss-2100[.]firebaseio[.]com` | Domain | C2 – Exfiltration | | 7 | `https[:]//androidscamru-default-rtdb[.]firebaseio[.]com` | URL | C2 Endpoint Database | | 8 | `https[:]//rustore-apk[.]github[.]io/telegram_premium` | URL | Phishing Website | --- ## **7. MITRE ATT&CK Framework Mapping** | **Tactic** | **Technique** | |---------------------------------|----------------------------------------------------------| | **Initial Access (TA0027)** | T1660: Phishing | | **Persistence (TA0028)** | T1624.001: Broadcast Receivers | | **Privilege Escalation (TA0029)**| T1626.001: Device Administrator Permissions | | **Defense Evasion (TA0030)** | T1628: Hide Artifacts <br>T1406: Obfuscated Files or Info <br>T1633: Virtualization/Sandbox Evasion | | **Credential Access (TA0031)** | T1517: Access Notifications <br>T1414: Clipboard Data | | **Discovery (TA0032)** | T1424: Process Discovery <br>T1426: System Info Discovery| | **Collection (TA0035)** | T1517: Access Notifications <br>T1414: Clipboard Data <br>T1513: Screen Capture | | **Command and Control (TA0037)**| T1437.001: Web Protocols <br>T1521: Encrypted Channel | | **Exfiltration (TA0036)** | T1646: Exfiltration Over C2 Channel | --- ## **8. YARA Rule for FireScam Detection** ```yara rule FireScam_Malware_Indicators { meta: description = "Detects FireScam malware based on file hashes, URLs, and network indicators" author = "Cyfirma Research" last_modified = "2024-12-25" strings: // MD5 Hashes $md5_1 = "5d21c52e6ea7769be45f10e82b973b1e" ascii $md5_2 = "cae5a13c0b06de52d8379f4c61aece9c" ascii // SHA256 Hashes $sha256_1 = "b041ff57c477947dacd73036bf0dee7a0d6221275368af8b6dbbd5c1ab4e981b" ascii $sha256_2 = "12305b2cacde34898f02bed0b12f580aff46531aa4ef28ae29b1bf164259e7d1" ascii // URLs $url_1 = "https://androidscamru-default-rtdb.firebaseio.com" ascii $url_2 = "https://s-usc1b-nss-2100.firebaseio.com/.ws?ns=androidscamru-default-rtdb&v=5&ls=" ascii $url_3 = "https://rustore-apk.github.io/telegram_premium/" ascii condition: // Match on either hash or URL indicators ($md5_1 or $md5_2 or $sha256_1 or $sha256_2) or ($url_1 or $url_2 or $url_3) } ``` --- ## **9. Defensive Recommendations** 1. **Endpoint Security and Monitoring** - Deploy **antimalware** solutions on mobile endpoints. - Implement **host-based intrusion detection** (HIDS/HIPS). - Continuously monitor system logs for unusual processes or network requests. 2. **Network-Level Controls** - **NIDS/NIPS**: Inspect traffic for suspicious patterns or known malicious signatures. - **Web Application Firewalls (WAFs)**: Block access to malicious GitHub.io pages and Firebase endpoints if detected malicious. 3. **Application Whitelisting** - Restrict installations to apps from **official app stores**. - Use **enterprise mobile management** (EMM) solutions to limit user’s ability to install unknown APKs. 4. **Patching and Vulnerability Assessments** - Regularly update the OS and all installed applications. - Conduct **penetration tests** to uncover misconfigurations or weak security policies. 5. **User Awareness and Training** - Educate users about **phishing tactics** and suspicious links. - Encourage verification of official app stores and developers. - Foster a security-first culture to reduce the success rate of social engineering. 6. **Incident Response Preparedness** - Develop an **IR plan** that outlines isolation measures for compromised devices. - Maintain an up-to-date **threat intelligence** feed to proactively block known malicious indicators. --- FireScam exemplifies a **highly advanced** Android malware strain adept at **bypassing security barriers**, conducting **real-time surveillance**, and **stealing sensitive user data** through covert channels. Its dual distribution approach—**phishing website** plus **dropper APK**—shows the **evolving sophistication** of mobile threat actors and underscores the **need for layered security**. By diligently applying **robust endpoint protections**, **network filtering**, **user education**, and **timely updates**, individuals and organizations can **thwart** FireScam’s infiltration and mitigate potential harm. > **Final Takeaway**: As Android malware matures, blending social engineering with advanced evasion, **proactive security measures** and **continuous monitoring** become non-negotiable. FireScam’s cunning approach—disguised as a trusted app and enhanced by legitimate cloud services—demonstrates how crucial it is to remain **vigilant** and **updated** on emerging threats in the mobile landscape. --- ### **Additional Resources** - **Mobile Security Best Practices**: [Android Security Center](https://source.android.com/security) - **DexGuard and NP Manager**: Official vendor documentation on obfuscation techniques - **Firebase Security Rules**: [Firebase Docs](https://firebase.google.com/docs/rules) > **Disclaimer**: This technical writeup is intended solely for **educational** and **defensive** security purposes. All research is based on publicly available or ethically sourced information. Always comply with **legal** and **ethical** guidelines when analyzing malware.

loading..   06-Jan-2025
loading..   9 min read
loading..

Payload

Backdoor

PLAYFULGHOST malware targets users with keylogging, screen capture, and kernel-l...

In a disturbing new development in the world of security, researchers have identified a sophisticated malware strain dubbed "PLAYFULGHOST" that is capable of a wide range of malicious activities, from keylogging and screen captures to remote shell access and file transfers. The malware has been found to share key functionalities with the notorious Gh0st RAT, a remote administration tool whose source code was leaked in 2008, further fueling concerns about its potential for widespread damage.** Google's Managed Defense team, along with other cybersecurity experts, has revealed that the malware's primary aim is information gathering. It employs a variety of techniques, such as phishing emails, SEO poisoning, and even the hijacking of legitimate VPN applications to silently infect vulnerable systems. Specifically, the attackers have been observed using trojanized versions of popular VPN apps like LetsVPN to gain initial access to target systems. --- ### **Initial Infection Chain: A Multi-Pronged Attack** One of the key vectors for the initial infection involves phishing emails with attachments disguised as image files. In one reported case, a victim was tricked into opening a malicious RAR archive with a ".jpg" extension. Upon extraction, the archive executed a harmful Windows executable that subsequently downloaded and deployed the PLAYFULGHOST payload from a remote server. Another tactic observed in the wild involves SEO poisoning techniques. Cybercriminals manipulate search engine results to direct unsuspecting users to download malware-laced installers masquerading as legitimate software, such as LetsVPN. Once these trojanized installers are launched, they deploy an interim payload responsible for retrieving the backdoor components that enable further exploitation. --- ### **A Stealthy & Persistent Threat** PLAYFULGHOST is designed to evade detection and establish persistence on infected systems through multiple techniques. Among these, attackers use methods like DLL search order hijacking and side-loading to run malicious DLL files that decrypt and execute the malware in memory, making it harder for security solutions to detect. In one particularly sophisticated case, a Windows shortcut file ("QQLaunch.lnk") was observed combining files named "h" and "t" to create a rogue DLL that was then sideloaded through a renamed "curl.exe" file. The malware employs at least four different persistence mechanisms: - Run registry keys - Scheduled tasks - The Windows Startup folder - Windows services These measures ensure that PLAYFULGHOST remains active even after the system is rebooted or attempts are made to disable it. Once embedded, it begins its extensive information-gathering activities, which include recording keystrokes, taking screenshots, capturing audio, stealing system metadata, and even gathering data from QQ accounts and installed security products. Additionally, the malware can erase browser caches, profiles, and local storage for apps like Skype, Telegram, and QQ. It can also block keyboard and mouse input, wipe clipboard data, and perform a variety of file operations. --- ### **Powerful Payloads and Rootkits: Mimikatz and Beyond** The capabilities of PLAYFULGHOST extend beyond mere surveillance. The malware can drop a variety of secondary payloads, including Mimikatz (a tool used to extract credentials from memory), as well as a rootkit designed to hide registry entries, files, and processes associated with the attack. In one instance, the malware was found embedded within a payload called BOOSTWAVE, which acts as a dropper for additional malicious executables. PLAYFULGHOST also leverages a tool known as **Terminator**, an open-source utility that can disable security tools through a technique called **Bring Your Own Vulnerable Driver (BYOVD)**. This method uses signed kernel drivers to bypass security controls and execute malware, making it especially difficult for traditional antivirus software to detect the attack. --- ### **Targeting Chinese-Speaking Users** The malware’s specific targets, including popular Chinese applications like Sogou, QQ, and 360 Safety, suggest that the primary victims of these attacks are Chinese-speaking Windows users. This regional targeting aligns with similar attacks observed in July 2024, where cybersecurity firm eSentire reported a campaign leveraging fake Google Chrome installers to distribute the Gh0st RAT via a dropper called Gh0stGambit. Given the overlap with previous attacks and the use of tools like Terminator, it is clear that the threat actors behind PLAYFULGHOST are highly skilled and capable of bypassing even advanced security mechanisms. These attackers are able to utilize vulnerabilities in hardware drivers to escalate privileges and gain kernel-level access, making it difficult for security teams to mitigate the risk. --- ### **BYOVD: An Old but Dangerous Trick** BYOVD attacks, which exploit flaws in vulnerable drivers to gain kernel-level access, have been a known tactic for years. The **Lazarus Group**, a North Korean advanced persistent threat (APT), was one of the first to make use of such techniques in 2021. More recently, ransomware groups like Cuba and D0nut have leveraged BYOVD exploits to disable security tools and escalate privileges. Although modern endpoint detection and response (EDR) solutions are designed to identify and neutralize vulnerable drivers, the exploitation of such weaknesses remains a significant challenge. According to CrowdStrike, the **Terminator tool** used by PLAYFULGHOST operators was priced as low as $300 USD on Russian cybercrime forums, allowing attackers with limited resources to launch highly effective and stealthy attacks. --- ### **Microsoft's Defense Mechanisms: A Critical Tool for Protection** In light of the growing threat posed by BYOVD attacks, Microsoft has taken proactive steps to secure vulnerable drivers and mitigate the risk of kernel-level exploits. Since 2022, Microsoft has provided a **vulnerable driver blocklist**, which can be activated through Windows Security. This list is updated regularly and can be enforced through Windows Defender Application Control (WDAC). Security teams are strongly encouraged to enable **Hypervisor-enforced Code Integrity (HVCI)** or **S Mode** to block vulnerable drivers. This, along with regular updates to the driver blocklist, provides an effective defense against exploitation attempts that bypass traditional security solutions. --- ### **Stay Ahead of Evolving Threats** The discovery of PLAYFULGHOST highlights the increasingly sophisticated nature of modern cyberattacks. With its combination of advanced infection techniques, persistence mechanisms, and powerful surveillance capabilities, this malware represents a serious threat to both individual users and organizations. To mitigate risks, cybersecurity professionals must ensure they are using the latest security technologies, including EDR/XDR solutions, while also taking proactive steps to block vulnerable drivers. Microsoft’s **Vulnerable Driver Blocklist** provides a valuable tool in this effort, enabling security teams to safeguard their environments against kernel-level exploits that are otherwise difficult to detect. As cybercriminals continue to evolve their tactics, it is essential for organizations to stay informed about emerging threats and to implement comprehensive defense strategies that can adapt to the changing landscape. By leveraging the right tools and best practices, businesses can reduce their exposure to threats like PLAYFULGHOST and other sophisticated malware campaigns.

loading..   04-Jan-2025
loading..   6 min read
loading..

Botnet

Flax Typhoon

U.S. sanctions Beijing-based firm for aiding China-backed hacking group Flax Typ...

The U.S. Treasury Department has imposed sanctions on Beijing-based Integrity Technology Group, accusing the firm of supporting the China-backed hacking group Flax Typhoon. Announced Friday by the Office of Foreign Assets Control (OFAC), the sanctions highlight Integrity Tech’s alleged involvement in _“multiple computer intrusion incidents”_ targeting U.S. critical infrastructure and other organizations. ### **Key Allegations and Botnet Operations** Integrity Tech is accused of operating a massive botnet comprising over 260,000 internet-connected devices, including cameras, routers, and storage systems, to conceal Flax Typhoon's cyber activities. This botnet, active since 2021, was dismantled by the FBI in September through a court-authorized operation. Between 2022 and 2023, the hacking group reportedly exploited Integrity Tech's infrastructure to target U.S. universities, government agencies, telecommunications providers, and media organizations. The Treasury disclosed that a California-based entity was among the compromised victims, though specific names were withheld. ### **Attack on the Treasury Department** In December, Chinese hackers targeted the Treasury Department's sanctions office, gaining remote access to employees and unclassified documents. U.S. officials suspect this breach may have exposed information about potential future sanctions targets, underlining the escalating cyber threat posed by state-backed actors. ### **Sanctions and Implications** The sanctions block Integrity Tech’s access to U.S.-based assets and prohibit transactions involving U.S. entities. These measures aim to disrupt its operations and deter future cyberattacks. The Treasury described Chinese cyber actors as a persistent national security threat and emphasized the need for robust defenses. ### **Global Threat Landscape** The move against Integrity Tech is part of broader efforts to counteract China’s aggressive cyber activities. The sanctions serve as both a deterrent and a warning, underscoring the critical need for international collaboration in addressing state-sponsored cyber threats. While the dismantling of the botnet marks a significant achievement, the adaptability of groups like Flax Typhoon continues to challenge global cybersecurity efforts. The U.S. has taken a firm stance, signaling its commitment to safeguarding critical infrastructure and maintaining cybersecurity integrity.

loading..   04-Jan-2025
loading..   2 min read