SShortSingh.
Back to feed

Akira Ransomware Bypasses EDR via Safe Mode but Fails to Encrypt Files

0
·1 views

The Akira ransomware group breached a corporate network on August 4, 2026, by exploiting a SonicWall SSL VPN that lacked multi-factor authentication, succeeding after numerous failed login attempts. Once inside, attackers enumerated Active Directory, compressed files from network shares using WinRAR, and exfiltrated the data to an attacker-controlled Amazon S3 bucket via s5cmd. They installed AnyDesk for persistent remote access and then rebooted the compromised systems into Safe Mode with Networking to disable endpoint detection and response tools, including Microsoft Defender. Although the Akira ransomware executable was launched in Safe Mode, the encryption process failed after 13 seconds due to a low virtual memory error. Data theft was confirmed as fully completed before the encryption attempt, meaning the breach resulted in exfiltration even without a successful ransomware deployment.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

JavaScript Hoisting: How the Engine Moves Declarations Before Execution

Hoisting is a built-in JavaScript engine behavior that moves declarations to the top of their scope before code runs. This mechanism allows developers to reference functions or variables before the lines where they are actually defined. Function declarations are fully hoisted, meaning they can be called before their definition and will execute correctly. Variables declared with 'var' are also hoisted, but only their declaration is moved — not their value, so they return 'undefined' if accessed before assignment. Understanding hoisting helps developers avoid unexpected bugs related to variable and function declaration order.

0
ProgrammingDEV Community ·

What Google Merchant Center Actually Unlocks for Small Storefront Owners

A developer running a small vintage storefront discovered that Google Merchant Center is not a single destination but several distinct surfaces, each driven by a different mechanism. Free listings — not paid ads — are available to small shops and require only a correctly configured product feed to gain eligibility on Shopping-related placements. Separately, Product JSON-LD structured data on individual pages can independently generate rich results in ordinary Google Search, entirely without a Merchant Center account. A deeper audit revealed that Google had indexed only 5 of 436 site pages and had indexed almost none of the product images, pointing to a more fundamental visibility problem. The findings highlight that diagnosing Shopping tab issues often leads sellers to overlook both alternative organic surfaces and broader indexing gaps.

0
ProgrammingDEV Community ·

Cisco Talos Exposes JWR, a Chinese PhaaS That Steals Card Data via Encrypted WebSockets

Cisco Talos researchers have published an analysis of JWR, a sophisticated Chinese-language Phishing-as-a-Service framework capable of stealing credit card details and credentials in real time. The framework lures victims through SMS messages disguised as toll fees or delivery notifications, directing them to fake Shopify or WooCommerce checkout pages that closely mimic legitimate storefronts. JWR uses AES-CTR encrypted WebSockets to stream keystrokes to attacker-controlled servers before the victim even clicks submit, while attackers remotely control screen transitions using over 40 commands to prompt OTP entry, secondary card details, or banking app approvals. In environments where WebSockets are blocked, the framework falls back to HTTP long polling, ensuring persistent communication with the command-and-control server. Security teams are advised to monitor for suspicious SMS-linked domains, long-lived binary WebSocket connections, Web Workers, and the framework's distinctive REST API endpoints as detection signals.

0
ProgrammingDEV Community ·

VMware vCenter CVE-2026-59310 Actively Exploited for Unauthenticated Remote Access

A critical vulnerability in VMware vCenter Server, tracked as CVE-2026-59310, is being actively exploited just five days after a patch was released. Attackers are targeting internet-exposed vCenter Syslog Servers using a directory traversal flaw to achieve unauthenticated remote code execution without any credentials. Once inside, they deploy a persistent cron job and an open-source reverse_ssh client to establish an outbound SSH connection back to an attacker-controlled command-and-control server, effectively bypassing inbound firewall rules. Broadcom has issued no workaround, making immediate patching the only remediation option. While vCenter serves as the central management plane for ESXi and virtual machines, no public evidence currently confirms that attackers have successfully leveraged this access to impact managed infrastructure.