• A sophisticated traffic direction system known as Help TDS has been weaponizing compromised websites since 2017, transforming legitimate sites into gateways for elaborate tech support scams.

    The operation specializes in deploying PHP code templates that redirect unsuspecting visitors to fraudulent Microsoft Windows security alert pages designed to deceive users into believing their systems are compromised.

    The malicious infrastructure operates through a distinctive URL pattern using “/help/?d{14}” redirects, with examples including domains like gadbets[.]site/help/?29511696874942 and radiant.growsier[.]shop/help/?30721707351057.

    These redirects lead victims to sophisticated scam pages that employ full-screen browser manipulation and exit prevention techniques, effectively trapping users within fabricated security warnings that mimic legitimate Microsoft alerts.

    Help TDS has evolved into a comprehensive malware-as-a-service platform, providing standardized PHP injection templates and fully-featured malicious WordPress plugins to criminal affiliates.

    The operation’s reach extends across multiple monetization channels, including dating, cryptocurrency, and sweepstakes scams for traffic that doesn’t meet tech support scam criteria.

    GoDaddy researchers identified that the system has infected over 10,000 WordPress sites worldwide, with the malicious “woocommerce_inputs” plugin serving as the primary infection vector.

    The campaign’s technical sophistication becomes evident through its integration with established malware operations, including DollyWay and Balada Injector.

    Example contents from the trafficredirect telegram channel (Source – GoDaddy)

    After the disruption of the LosPollos affiliate network, Help TDS positioned itself as the dominant monetization platform, utilizing a Telegram channel called “trafficredirect” for distributing fresh redirect domains alongside fallback infrastructure through pinkfels[.]shop servers.

    Advanced Plugin Evolution and Persistence Mechanisms

    The malicious woocommerce_inputs plugin represents the pinnacle of Help TDS’s technical evolution, progressing through multiple versions with increasingly sophisticated capabilities.

    Obfuscated woocommerce_inputs/woocommerce-load.php file (Source – GoDaddy)

    Version 1.4 introduced advanced traffic filtering mechanisms, creating database tables such as “wp_ip_tracking” to monitor visitor IP addresses and prevent multiple redirections.

    The malware implements temporal evasion by avoiding redirects on Sundays, geographic targeting focusing on USA, Canada, and Japan, and device filtering that exclusively targets desktop computers while ignoring mobile traffic.

    The plugin’s persistence strategy involves delayed activation, waiting 24 hours post-installation before initiating redirects to obscure the connection between plugin installation and malicious activity.

    Cookie management through “redirect” and “partner_” identifiers ensures visitors aren’t redirected multiple times within a 24-hour period, maintaining operational stealth while maximizing victim conversion rates.

    Version 2.0.0 introduced autonomous update capabilities through the Help TDS command-and-control infrastructure, enabling dynamic plugin modifications via API endpoints at pinkfels[.]shop/wp-plugin.

    The system generates customized plugin versions for each campaign identifier, demonstrating the operation’s sophisticated infrastructure management.

    Threat actors gain initial access through stolen WordPress administrator credentials, with server logs revealing swift 22-second attack sequences from login to plugin activation.

    The redirect mechanism employs dual JavaScript methods for browser compatibility: window.location.replace('$redirectUrl'); window.location.href='$redirectUrl'; ensuring reliable traffic redirection regardless of browser security settings.

    This technical approach, combined with credential harvesting functionality that exfiltrates WordPress user data bi-weekly, creates a self-perpetuating cycle of compromise where stolen credentials facilitate further infections across the WordPress ecosystem.

    Boost your SOC and help your team protect your business with free top-notch threat intelligence: Request TI Lookup Premium Trial.

    The post Help TDS Weaponize Legitimate Sites’ PHP Code Templates With Fake Microsoft Windows Security Alert Pages appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A sophisticated HTTP request smuggling attack that exploits inconsistent parsing behaviors between front-end proxy servers and back-end application servers. 

    This newly discovered technique leverages malformed chunked transfer encoding extensions to bypass established security controls and inject unauthorized secondary requests into web applications.

    Key Takeaways
    1. Exploits malformed HTTP chunked encoding to create front-end/back-end parsing discrepancies.
    2. Bypasses security controls by injecting hidden secondary requests.
    3. Apply patches and migrate to the HTTP/2 protocol.

    The attack targets a fundamental vulnerability in HTTP/1.1 protocol implementation, where different servers interpret ambiguous request formatting inconsistently. 

    Attackers can exploit these parsing discrepancies to circumvent Web Application Firewalls (WAFs), Content Delivery Networks (CDNs), and load balancers, potentially gaining unauthorized access to sensitive backend resources.

    HTTP Smuggling Vulnerability

    Imperva reports that the attack mechanism centers on HTTP/1.1’s chunked transfer encoding feature, which allows message bodies to be transmitted in segments using the Transfer-Encoding: chunked header. 

    Transfer-Encoding: chunked header
    Transfer-Encoding: chunked header

    According to RFC 9112 specifications, each chunk includes a header containing the size in hexadecimal format, followed by optional chunk extensions prefixed with semicolons.

    Researchers discovered that attackers can manipulate chunk extension parsing by sending malformed headers containing bare semicolons without proper extension names. 

    This creates a critical parsing discrepancy where front-end systems interpret the malformed syntax differently than backend servers.

    The attack sequence follows this pattern: the attacker sends a chunk size line ending with a semicolon but no extension name, causing the front-end parser to treat the entire sequence as a single request while the back-end parser interprets the newline after the semicolon as marking the end of the chunk header. 

    smuggled request

    Smuggled request

    This allows attackers to embed secondary HTTP requests after zero-length chunks, which backend systems process as legitimate separate requests, effectively bypassing front-end security validation.

    The vulnerability stems from HTTP/1.1’s inherent design weaknesses, particularly its reliance on text-based parsing and multiple methods for expressing message boundaries through Content-Length headers, Transfer-Encoding specifications, or delimiters. 

    Many server implementations prioritize compatibility over strict RFC compliance, leading to lenient parsing of malformed requests that create exploitable inconsistencies.

    Security experts emphasize that comprehensive patches have been deployed across affected systems, with organizations maintaining current software versions receiving full protection against this attack vector. 

    However, the most effective long-term mitigation involves migrating to HTTP/2, which employs binary framing mechanisms that eliminate the ambiguous parsing scenarios, enabling request smuggling attacks.

    This reinforces the critical importance of protocol-level security considerations and highlights HTTP/1.1’s fundamental vulnerabilities that continue enabling sophisticated bypass techniques despite existing protective measures.

    Safely detonate suspicious files to uncover threats, enrich your investigations, and cut incident response time. Start with an ANYRUN sandbox trial → 

    The post New HTTP Smuggling Attack Technique Let Hackers Inject Malicious Requests appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A sophisticated cryptojacking campaign has emerged, exploiting misconfigured Redis servers across multiple continents to deploy cryptocurrency miners while systematically dismantling security defenses.

    The threat actor behind this operation, designated TA-NATALSTATUS, has been active since 2020 but has significantly escalated their activities throughout 2025, targeting exposed Redis instances with alarming success rates across major economies.

    The campaign demonstrates unprecedented scale and technical sophistication, with infection rates reaching alarming levels across affected regions.

    In Finland, 41% of Redis servers have been compromised, while Russia shows 39% infection rates. Germany faces a 33% compromise rate, with the United Kingdom at 27%, France at 23%, and the United States reporting 17% of Redis servers affected.

    Screenshot of the infected system where keys are set to cron tasks (Source – Cloudsek)

    The geographic distribution spans from Asia-Pacific regions including China, which hosts over 140,000 exposed Redis instances, to European and North American infrastructure.

    CountryTotal Redis InstancesUnauthenticated (No Auth)Percent Unauthenticated
    China140,17012,0308.58%
    United States50,1608,80617.56%
    Germany20,4006,85433.70%
    Hong Kong12,7608316.51%
    Singapore11,7102,12618.16%
    India7,4562,20629.60%
    Netherlands7,2491,31018.07%
    Russia7,0552,80539.77%
    South Korea5,9501,82030.50%
    Japan5,20273414.11%
    France5,1521,19623.22%
    United Kingdom4,0151,08627.06%
    Brazil3,87888222.74%
    Finland3,0341,26641.73%
    Canada2,82552718.65%
    Vietnam2,48487135.06%
    Indonesia2,39458824.57%
    Australia2,22735716.02%
    Ireland2,13130014.07%

    CloudSEK analysts identified this advanced persistent threat through their BeVigil platform monitoring, revealing that TA-NATALSTATUS has evolved from a simple cryptojacking operation into a comprehensive rootkit-style attack framework.

    The threat actors have systematically upgraded their stealth capabilities, incorporating process hijacking, command obfuscation, and timestomping techniques that transform compromised servers into long-term mining assets while remaining virtually undetectable to standard monitoring tools.

    The attack methodology exploits a fundamental security weakness known as the “Root by Inheritance” technique, where Redis servers running with elevated privileges become immediate targets for privilege escalation.

    Rather than exploiting traditional vulnerabilities, the attackers leverage legitimate Redis operations to achieve persistent access and control.

    Advanced Persistence and Evasion Mechanisms*

    The malware’s persistence strategy represents a masterclass in system manipulation and defensive evasion. TA-NATALSTATUS employs a multi-layered approach that begins with binary hijacking, where critical system utilities are systematically replaced with malicious wrappers.

    The attackers rename legitimate binaries like ps and top to ps.original and top.original, then install custom scripts that execute the original commands while filtering out evidence of their mining processes.

    The attack sequence involves sophisticated Redis manipulation through a series of CONFIG SET commands. Attackers redirect Redis database output to /var/spool/cron/root and inject malicious cron jobs that trigger automatic payload downloads.

    The technique exploits Redis’s ability to write arbitrary files when running with root privileges, effectively turning the database service into a delivery mechanism for persistent malware installation.

    To ensure long-term persistence, the malware implements immutable file protection using the chattr +i command, making core malware components undeletable even by root users.

    This technique, combined with SSH backdoor installation using the distinctive key comment “uc1”, creates multiple redundant access paths that survive system restarts and basic cleanup attempts.

    The comprehensive approach transforms infected systems into resilient mining platforms that actively defend against both competing malware and administrator remediation efforts.

    Boost your SOC and help your team protect your business with free top-notch threat intelligence: Request TI Lookup Premium Trial.

    The post New Cryptojacking Attack Exploits Redis Servers to Install Miners and Disable Defenses appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Cybersecurity researchers have shed light on a novel attack chain that employs phishing emails to deliver an open-source backdoor called VShell. The “Linux-specific malware infection chain that starts with a spam email with a malicious RAR archive file,” Trellix researcher Sagar Bade said in a technical write-up. “The payload isn’t hidden inside the file content or a macro, it’s encoded directly

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Ransomware-as-a-Service (RaaS) models continue to democratize sophisticated attacks in the ever-changing world of cybercrime by allowing affiliates with little technical know-how to distribute ransomware through profit-sharing or subscription models. A newly identified strain, BQTLock, has emerged since mid-July 2025, operating under this RaaS paradigm and marketed aggressively on dark web forums and Telegram channels. Overview […]

    The post BQTLOCK Ransomware-as-a-Service Emerges, Boasting Sophisticated Evasion Tactics appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • The Lumma information stealer has evolved from its 2022 origins into one of the most sophisticated malware-as-a-service (MaaS) ecosystems in the cybercriminal landscape.

    Operating through a vast network of affiliates, Lumma has established itself as the dominant infostealer platform, accounting for approximately 92% of stolen credential listings on major underground marketplaces by late 2024.

    The malware’s success stems not from technical innovation alone, but from its comprehensive ecosystem of operational enablers designed to maximize stealth, ensure operational continuity, and facilitate rapid adaptation to security countermeasures.

    Unlike traditional malware operations that rely on single-vector attacks, Lumma affiliates employ a multi-layered approach that integrates proxy networks, virtual private networks, anti-detect browsers, exploit services, and crypting tools.

    This interconnected infrastructure enables affiliates to simultaneously operate multiple criminal schemes, including rental fraud and cryptocurrency theft, while maintaining operational security across diverse attack vectors.

    The ecosystem’s resilience was demonstrated following major law enforcement takedowns in May 2025, when Lumma infrastructure was reestablished within days, showcasing the platform’s operational discipline and distributed architecture.

    The malware’s attack methodology centers on credential harvesting from Chromium and Mozilla-based browsers, targeting approximately 70 browser cryptocurrency extensions and two-factor authentication plugins.

    Lumma’s technical sophistication includes server-side log decryption, adaptive file grabbing capabilities, and integrated reverse proxy functionality, all packaged in builds weighing between 150-300 KB to minimize detection signatures.

    Recorded Future analysts identified previously undocumented tools circulating within Lumma affiliate networks, including a cracked email credential validation utility and AI-powered phishing page generators.

    EMAIL SOFTWARE 1.4.0.9 cracked by Maksim advertised on forum[.]cnsec[.]org (Source – Recordedfuture)

    These discoveries highlight the ecosystem’s continuous evolution and the collaborative nature of modern cybercriminal operations, where specialized service providers enhance affiliate capabilities through dedicated toolkits and infrastructure services.

    Advanced Evasion Infrastructure: The GhostSocks Integration

    The most significant advancement in Lumma’s evasion capabilities emerged through its partnership with the GhostSocks team in early 2024.

    Announcement of GhostSocks-Lumma partnership (Source – Recordedfuture)

    This collaboration introduced residential proxy functionality that transforms infected victim machines into SOCKS5 proxy endpoints, enabling affiliates to route malicious traffic through compromised systems.

    The integration creates a self-sustaining proxy network where each successful infection potentially becomes a relay point for future operations.

    # Example SOCKS5 proxy configuration used by Lumma affiliates
    proxy_config = {
        "type": "socks5",
        "host": "infected_victim_ip",
        "port": 1080,
        "authentication": "none",
        "tunnel_traffic": "all_http_https"
    }

    By 2025, Lumma expanded this offering to include backconnect proxy access, allowing threat actors to conduct attacks that appear to originate directly from victim devices.

    This capability proves particularly effective against Google’s cookie-based protection mechanisms, as attacks launched through victim machines can bypass location-based security controls and refresh expired authentication tokens seamlessly.

    The system’s sophistication lies in its ability to maintain persistent connections to compromised machines, creating a distributed anonymization network that complicates attribution efforts.

    Complementing the proxy infrastructure, Lumma affiliates extensively utilize anti-detect browsers, particularly Dolphin, which facilitates multi-account management without triggering platform security measures.

    These browsers generate unique digital fingerprints for each session, enabling affiliates to operate dozens of fraudulent accounts simultaneously across different platforms while maintaining apparent legitimacy through consistent behavioral patterns and device characteristics.

    Boost your SOC and help your team protect your business with free top-notch threat intelligence: Request TI Lookup Premium Trial.

    The post Lumma Affiliates Using Advanced Evasion Tools Designed to Ensure Stealth and Continuity appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A sophisticated new ransomware strain named BQTLOCK has emerged in the cyberthreat landscape since mid-July 2025, operating under a comprehensive Ransomware-as-a-Service (RaaS) model that democratizes access to advanced encryption capabilities for cybercriminals.

    The malware, associated with ‘ZerodayX’, the alleged leader of the pro-Palestinian hacktivist group Liwaa Mohammed, represents a concerning evolution in ransomware distribution and monetization strategies.

    BQTLOCK employs a tiered subscription model offering three service levels: Starter, Professional, and Enterprise packages, each providing customizable features including ransom note personalization, wallpaper modification, file extensions, and configurable anti-analysis options.

    Subscription Models (Source – K7 Security Labs)

    The ransomware demands between 13 to 40 Monero (XMR) tokens, equivalent to $3,600 to $10,000, with payment deadlines that double the ransom after 48 hours and threaten permanent data deletion after seven days.

    K7 Security Labs analysts identified the malware’s sophisticated architecture, which combines traditional double extortion tactics with modern evasion techniques.

    The ransomware encrypts files using a hybrid AES-256 and RSA-4096 encryption scheme, appending the .bqtlock extension to compromised files while simultaneously exfiltrating sensitive data through Discord webhooks for command-and-control communications.

    Tweet (Source – K7 Security Labs)

    The malware’s distribution mechanism involves ZIP archives containing the primary executable Update.exe alongside 20 supporting DLL files.

    Upon execution, BQTLOCK performs comprehensive system reconnaissance, collecting computer names, IP addresses, hardware identifiers, and disk space information before establishing persistence and initiating its encryption routine.

    An updated variant discovered on August 5, 2025, demonstrates the threat actors’ commitment to continuous development, incorporating enhanced credential theft capabilities targeting popular browsers including Chrome, Firefox, Edge, Opera, and Brave.

    This evolution significantly expands the malware’s data harvesting potential beyond file encryption.

    Advanced Evasion and Persistence Mechanisms

    BQTLOCK implements a multi-layered approach to detection evasion and system persistence that sets it apart from conventional ransomware families.

    The malware begins its evasion sequence by employing the IsDebuggerPresent() API to detect active debugging environments, immediately terminating execution if analysis tools are detected.

    Additionally, it creates a global mutex named “Global\{00A0B0C0-D0E0-F000-1000-200030004000}” to prevent multiple instances from running simultaneously.

    BQTLock Ransomware Builder (Source – K7 Security Labs)

    The ransomware achieves privilege escalation through SeDebugPrivilege enablement using OpenProcessToken and AdjustTokenPrivileges APIs, followed by sophisticated process hollowing techniques targeting explorer.exe.

    This approach allows BQTLOCK to inject malicious code into legitimate system processes, effectively masking its presence from security monitoring tools.

    For persistent access, the malware establishes a scheduled task masquerading as “Microsoft\Windows\Maintenance\SystemHealthCheck”, leveraging legitimate Windows maintenance nomenclature to avoid suspicion.

    It simultaneously creates a backdoor administrator account named “BQTLockAdmin” with the password “Password123!”, ensuring continued access even after initial compromise detection.

    The updated variant introduces multiple UAC bypass techniques, including abuse of CMSTP.exe with crafted .inf files and registry manipulation targeting fodhelper.exe and eventvwr.exe auto-elevation features.

    These methods enable the malware to execute with elevated privileges without triggering User Account Control prompts, significantly reducing the likelihood of user intervention during the attack sequence.

    Boost your SOC and help your team protect your business with free top-notch threat intelligence: Request TI Lookup Premium Trial.

    The post BQTLOCK Ransomware Operates as RaaS With Advanced Evasion Techniques appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Microsoft Threat Intelligence has spotlighted the escalating adoption of the ClickFix social engineering technique, a sophisticated method that manipulates users into executing malicious commands on their devices, bypassing traditional automated security defenses. Observed since early 2024, this tactic has targeted thousands of enterprise and end-user systems daily, delivering payloads such as Lumma Stealer infostealers, remote […]

    The post ClickFix Exploit Emerges: Microsoft Flags Cross-Platform Attacks Targeting Windows and macOS appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A sophisticated supply chain attack has emerged targeting developers through a malicious Go module package that masquerades as a legitimate SSH brute forcing tool while covertly stealing credentials for cybercriminal operations.

    The package, named “golang-random-ip-ssh-bruteforce,” presents itself as a fast SSH brute forcer but contains hidden functionality that exfiltrates successful login credentials to a Telegram bot controlled by threat actors.

    The malicious package operates by continuously scanning random IPv4 addresses for exposed SSH services on TCP port 22, attempting authentication using an embedded username-password wordlist, and immediately transmitting any successful credentials to its operators.

    What makes this attack particularly insidious is that victims believe they are conducting legitimate penetration testing or security research, while unknowingly feeding their discoveries directly to cybercriminals.

    Socket.dev analysts identified the malicious behavior embedded within the seemingly legitimate security tool, revealing that the package has been active since June 24, 2022.

    The researchers discovered that upon the first successful SSH login, the package automatically sends the target IP address, username, and password to a hardcoded Telegram bot endpoint controlled by a Russian-speaking threat actor known as “IllDieAnyway” on GitHub.

    Telegram Bot and user info (Source – Socket.dev)

    The attack vector exploits the trust relationship between developers and open-source packages, representing a growing trend of malicious actors distributing offensive security tools with backdoor functionality.

    Users who download and execute the package inadvertently become unwitting participants in a larger credential harvesting operation, with their successful penetration attempts being redirected to criminal networks rather than serving their intended security assessment purposes.

    Technical Implementation and Evasion Mechanisms

    The malware’s technical implementation demonstrates sophisticated evasion tactics designed to maintain operational security while maximizing credential collection.

    The package includes a deliberately minimal wordlist containing only common default credentials such as “root:toor,” “admin:password,” and IoT-specific combinations like “root:raspberry” and “root:dietpi,” which reduces network noise and speeds up the scanning process while maintaining plausible deniability for its operators.

    The core malicious functionality centers around a hardcoded Telegram API endpoint: https://api.telegram.org/bot5479006055:AAHaTwYmEhu4YlQQxriW00a6CIZhCfPQQcY/sendMessage.

    When successful authentication occurs, the package executes an HTTP GET request to this endpoint, transmitting the compromised credentials in the format “ip:username:password” to chat ID 1159678884, associated with the Telegram user @io_ping.

    The malware deliberately configures SSH connections with HostKeyCallback: ssh.InsecureIgnoreHostKey() to bypass server verification and enable rapid credential testing across diverse targets.

    Socket’s AI scanner detected a malicious package golang-random-ip-ssh-bruteforce (Source – Socket.dev)

    Here it’s the Socket AI Scanner’s detection of the embedded wordlist file (wl.txt) within the malicious package, highlighting the targeted credential combinations designed to compromise IoT devices, single-board computers, and hastily configured Linux systems.

    Boost your SOC and help your team protect your business with free top-notch threat intelligence: Request TI Lookup Premium Trial.

    The post Malicious Go Module Package as Fast SSH Brute Forcer Exfiltrates Passwords via Telegram appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A sophisticated South Asian Advanced Persistent Threat (APT) group has been conducting an extensive espionage campaign targeting military personnel and defense organizations across Sri Lanka, Bangladesh, Pakistan, and Turkey.

    The threat actors have deployed a multi-stage attack framework combining targeted phishing operations with novel Android malware to compromise the mobile devices of military-adjacent individuals.

    The campaign demonstrates a high level of operational security and technical sophistication, utilizing legitimate cloud services and modified open-source tools to evade detection.

    Top level PDF phish and Decoy shown post cred theft (Source – StrikeReady)

    The attack chain begins with highly targeted phishing emails containing malicious PDF attachments disguised as official military documents.

    One notable sample, titled “Coordination of the Chief of Army Staff’s Visit to China.pdf” (MD5: cf9914eca9f8ae90ddd54875506459d6), exemplifies the group’s social engineering tactics.

    These documents redirect victims to credential harvesting pages hosted on compromised Netlify domains, including mail-mod-gov-bd-account-conf-files.netlify.app and coordination-cas-visit.netlify.app, which closely mimic legitimate government and military email portals.

    StrikeReady analysts identified the threat actor’s infrastructure through pivoting on shared code elements and domain registration patterns.

    The researchers discovered a network of over 50 malicious domains spoofing various South Asian military and government organizations, including the Bangladesh Air Force, Directorate General of Defence Purchase (DGDP), and Turkish defense contractors like Roketsans and Aselsan.

    The group’s most concerning capability involves the deployment of modified Android Remote Access Trojans (RATs) based on the open-source Rafel RAT framework.

    The malware, distributed through APK files such as Love_Chat.apk (MD5: 9a7510e780ef40d63ca5ab826b1e9dab), masquerades as legitimate chat applications while establishing persistent backdoor access to compromised devices.

    Analysis of the decompiled application reveals extensive data exfiltration capabilities, with the malware programmed to upload various document types to command-and-control servers.

    Android RAT Infrastructure

    The Android component represents a significant evolution in the group’s capabilities, demonstrating sophisticated mobile malware development skills.

    The threat actors modified the original Rafel RAT source code, removing attribution credits and implementing custom command-and-control communications through domains like quickhelpsolve.com and kutcat-rat.com.

    Decoys (Source – StrikeReady)

    The malware requests dangerous permissions including ADD_DEVICE_ADMIN, READ_EXTERNAL_STORAGE, MANAGE_APP_ALL_FILES_ACCESS_PERMISSION, and READ_CONTACTS, enabling comprehensive device compromise.

    The C2 infrastructure utilizes base64-encoded communication channels, with the primary command endpoint located at https://quickhelpsolve.com/public/commands.php.

    This centralized control mechanism allows operators to issue arbitrary commands to compromised devices, collect stolen data, and maintain persistent access to victim networks.

    Security researchers discovered that the threat actors had successfully compromised military personnel across multiple countries, with stolen data including SMS messages, contact lists containing military ranks and duty stations, and sensitive organizational documents.

    Boost your SOC and help your team protect your business with free top-notch threat intelligence: Request TI Lookup Premium Trial.

    The post South Asian APT Hackers Using Novel Tools to Compromise Phones of Military-Adjacent Members appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶