EP 87 S2025 May 12, 2025 19:01

Episode 87: Phish, RATs, and Rogue Routers: This Week’s Cyber Soap Opera

Show Notes

Links https://ismailtasdelen.medium.com/commvaults-azure-breach-a-zero-day-tale-of-webshells-and-nation-state-hackers-%EF%B8%8F-%EF%B8%8F-4d23a46467d6 https://gbhackers.com/commvault-confirms-zero-day-attack https://thehackernews.com/2025/05/commvault-confirms-hackers-exploited.html https://nvd.nist.gov/vuln/detail/cve-2025-3928 https://www.commvault.com/blogs/security-advisory-march-7-2025 https://cybersecuritynews.com/harrods-store-hit-by-cyber-attack https://www.thetimes.co.uk/article/harrods-cyberattack-marks-and-spencer-coop-mj7vjkdkv https://cybersecuritynews.com/nebulous-mantis-hackers-actively-deploying-romcom-rat https://thehackernews.com/2025/04/nebulous-mantis-targets-nato-linked.html https://www.bleepingcomputer.com/news/security/hackers-abuse-ipv6-networking-feature-to-hijack-software-updates https://cybersecuritynews.com/hackers-abuse-ipv6-stateless-address-for-aitm-attack https://thehackernews.com/2025/04/chinese-hackers-abuse-ipv6-slaac-for.html Commvault’s Zero-Day Drama Executive Summary Commvault, a leading enterprise backup and data protection provider, confirmed a security breach stemming from the exploitation of a previously unknown vulnerability (CVE-2025-3928) in its web server software. A nation-state threat actor leveraged this flaw to deploy webshells and gain unauthorized access to Commvault’s Microsoft Azure-hosted environment. DetailsCVE-2025-3928Commvault Web ServerCVSS Score 8.7/10Remote exploitauthenticated attackerRemote Code ExecutionInitial DetectionFebruary 20, 2025Microsoft alerted Commvault to unauthorized activity.Incident Response Plan ActivatedRotated CredentialsMarch 7th released an Advisory Attribution Nation State Actor None particularly named ImpactNo customer data was compromised.No material operational disruption.vulnerability is being actively exploited in the wild. CISA Known Exploited Vulnerabilities (KEV) Catalog on 2025-04-28. DefenseUpdate to version 11.36.46, 11.32.89, 11.28.141, and 11.20.217 for Windows and Linux platformsApply conditional access policies for Microsoft 365, Dynamics 365, Azure AD apps.Block the IoC Ips (though subject to rotate)Rotate client secrets every 90 days in Azure & Commvault.Monitor for logins from suspicious IP addresses above. Report suspicious access to Commvault Support.   Harrods Joins the Cyber Hit List Executive Summary Harrods, the iconic UK luxury retailer, confirmed it was hit by a cyberattack, joining Marks & Spencer and Co-op in what experts suspect may be a coordinated assault on the UK retail sector. While Harrods’ stores and online operations remain unaffected, the company hasn’t disclosed whether customer data was compromised. Uk Retailer Attack The third major UK retailer affected within a week, following Marks & Spencer (M&S) and the Co-operative Group (Co-op). What is knownphysical and online stores remain operational. not disclosed the full extent of the breach or whether customer data was compromised Trend?Information Commissioner’s Officereported a 40% rise in data breaches across retailcybercriminals exploiting outdated softwareweak authentication protocols.Co-op shut-off systems M&S shutdown DefenseFor Consumers:Monitor Financial Statements: Regularly check bank and credit card statements for unauthorized transactions.Update Passwords: Change passwords for online retail accounts, especially if reused across multiple platforms.Enable Two-Factor Authentication (2FA): Where available, activate 2FA for an added layer of security.For Businesses:Conduct Security Audits: Regularly assess systems for vulnerabilities and patch known issues promptly.Employee Training: Educate staff on recognizing phishing attempts and other social engineering tactics.Incident Response Plan: Develop and routinely update a comprehensive incident response strategy.Collaborate with Authorities: Engage with cybersecurity agencies like the NCSC for guidance and support.     The Malware Love Story You Didn't Swipe Right On Executive Summary A sophisticated cyber-espionage campaign by the threat actor group Nebulous Mantis is actively deploying the RomCom Remote Access Trojan (RAT) to target organizations worldwide. The attackers use spear-phishing emails to deliver multi-stage malware. Nebulous MantisRussian Speaking Groupspear-phishing emails that mimic trusted servicesTheir goal is stealing sensitive data, credentials, and intellectual property Targets: government, military, and high-profile private sector organizations AttackSpear-phishing emails containing OneDrive-themed download linksmalicious executables hosted on platforms like Mediafire or DropBox. injects a malicious DLL into explorer.exeSurvives rebootsReconHostname and OS VersionusernameInstalled softwareRunning processesTime zone, network settingsC2 ComsUses IPFS – InterPlanetary File SystemIPFS is decentralized.Attackers send commands and receive stolen data through this encrypted channel.FUN!Run remote commandsUpload/download filesDeploy additional malwareSteal credentials or sensitive filesPotentially pivot deeper into the network DefenseEducate employees about phishing tactics and encourage reporting of suspicious emails.Use application allowlisting to only allow trusted application to run.Deploy advanced endpoint detection and response (EDR) solutions to identify and mitigate threats.Monitor network traffic for unusual activities, such as connections to IPFS domains or unexpected data exfiltration. Use a Zero-trust controls, Network Segmentation and privilege management to limit movement on your network. When Your Router Turns Against You Executive Summary A China-aligned APT group known as "TheWizards" has been exploiting IPv6's Stateless Address Autoconfiguration (SLAAC) to conduct Adversary-in-the-Middle (AiTM) attacks using a tool called Spellbinder. By sending spoofed Router Advertisement messages, they redirect network traffic through attacker-controlled gateways, enabling interception of sensitive data and deployment of the WizardNet backdoor. This technique bypasses traditional IPv4-focused security measures, posing a significant threat to organizations with IPv6-enabled networks. IPv6 SLAACautomatic way for devices on an IPv6 network to give themselves an IP address without needing a manual setup or a DHCP serverHow it worksIt listens for Router Advertisement (RA) messages broadcast by routers.Those RA messages tell the device:“Here’s the network prefix (kind of like the area code of the IP address).”“You can build your own full address by combining this prefix with your unique hardware identifier (like your MAC address).”The device then self-assigns an IPv6 address and starts communicating on the network. Why SLAACCuts out the need for a DHCP server for basic address assignment.Super useful in large, dynamic networks (think universities, enterprise campuses, etc.). Makes IPv6 feel “plug and play.” Attackdevices trust those Router Advertisement messages by defaulttricks devices into routing traffic through a malicious gateway controlled by the attackerMITM They deploy WizardNetC2 server communication it executes .NET modules in memory DefenseDisable IPv6: If not in use, consider disabling IPv6 to eliminate the attack vector.Implement RA Guard: Deploy Router Advertisement Guard to filter out unauthorized RA messages.Monitor IPv6 Traffic: Ensure security tools are configured to inspect IPv6 traffic and ICMPv6 messages. Secure Update Mechanisms: Verify the integrity of software updates and employ code-signing verification. Employee Training: Educate staff about the risks associated with IPv6 and the importance of network security hygiene.