<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:dc="https://purl.org/dc/elements/1.1/"
     xmlns:dcterms="http://purl.org/dc/terms/"
     xmlns:media="http://search.yahoo.com/mrss/"
     xmlns:atom="http://www.w3.org/2005/Atom"
>
    <channel>
                    <atom:link href="https://www.tomshardware.com/feeds/tag/ransomware" rel="self" type="application/rss+xml" />
                            <title><![CDATA[ Latest from Tom's Hardware in Ransomware ]]></title>
                <link>https://www.tomshardware.com/tag/ransomware</link>
        <description><![CDATA[ All the latest ransomware content from the Tom's Hardware team ]]></description>
                                    <lastBuildDate>Wed, 29 Apr 2026 10:20:00 +0000</lastBuildDate>
                            <language>en</language>
                                <item>
                                                            <title><![CDATA[ Ransomware accidentally destroys all files larger than 128KB, preventing decryption — VECT code likely partly vibe coded with AI or used an old code base, security researchers suggest ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/cyber-security/ransomware-accidentally-destroys-all-files-larger-than-128kb-preventing-decryption-vect-code-likely-partly-vibe-coded-with-ai-or-used-an-old-code-base-security-researchers-suggest</link>
                                                                            <description>
                            <![CDATA[ A ransomware's major flaw meant that files cannot be decrypted because of a programming mistake. It also has several minor issues, showing that its creator may not be as sophisticated as suggested. Still, researchers point out that these can be rectified in future versions of the malware. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">Jn4Gbgu5mFDvbjP4FbeDgD</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/FRKea6agfJsYdo9T4XMVBT-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 29 Apr 2026 10:20:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Cybersecurity]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                <author><![CDATA[ editors@tomshardware.com (Jowi Morales) ]]></author>                    <dc:creator><![CDATA[ Jowi Morales ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/gM7E2WSDg2wgCFoaDPz9yK.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Jowi Morales is a writer and journalist covering the tech beat since 2021. However, he’s been interested in technology far earlier than that. He started discovering desktop computers when his father brought home a Windows 95 PC, but his first real experience working under the hood of the PC was when the old computer’s hard drive was filled to the brim in the year 2000. He deleted the Windows folder to attempt to rectify the situation, which led to his dad buying a new desktop PC. Since then, he learned a lot more about computers, and he’s always been the go-to tech expert for his family and friends.&lt;/p&gt;&lt;p&gt;Jowi primarily uses a Windows workstation and an Android phone, but he also bought into the Apple ecosystem with the 6th-gen iPad, iPhone 14 Pro Max, and the M1 MacBook Air. Today, Jowi covers hardware and software from Redmond and Cupertino, while also looking at the tech industry in general.&lt;/p&gt;&lt;p&gt;Aside from covering technology, Jowi is an avid photographer and writes about automobiles, aviation, and tanks. You can find his bylines at &lt;a href=&quot;https://www.makeuseof.com/author/jowi-morales/&quot;&gt;MakeUseOf&lt;/a&gt;, &lt;a href=&quot;https://www.slashgear.com/author/jowimorales/&quot;&gt;SlashGear&lt;/a&gt;, and, of course, &lt;a href=&quot;https://www.tomshardware.com/author/jowi-morales&quot;&gt;Tom’s Hardware&lt;/a&gt;.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/FRKea6agfJsYdo9T4XMVBT-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A man receiving a ransomware attack on both his phone and laptop - a poor day for the stock image actor.]]></media:description>                                                            <media:text><![CDATA[A man receiving a ransomware attack on both his phone and laptop - a poor day for the stock image actor.]]></media:text>
                                <media:title type="plain"><![CDATA[A man receiving a ransomware attack on both his phone and laptop - a poor day for the stock image actor.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/FRKea6agfJsYdo9T4XMVBT-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>VECT, a ransomware-as-a-service (RaaS) that first started circulating online in December 2025, was discovered to host a major bug in its programming. According to <a href="https://research.checkpoint.com/2026/vect-ransomware-by-design-wiper-by-accident/"><em>Check Point Research (CPR)</em></a>, the ransomware accidentally turned into a wiper after the program unintentionally discarded some nonces needed to decrypt files larger than 128KB. This means that even if a victim were to pay the attackers to unlock their data, no one can undo the damage because the code needed to break the encryption no longer exists. Numerous other problems plague the code, and CPR thinks the code was likely vibe coded using AI.</p><p>The ransomware would automatically break apart any file greater than 128KB into four different chunks and then encrypt each one with a random 12-byte nonce written on a single shared output buffer. Unfortunately for the victim, the four nonces share the same buffer address, meaning each new nonce overwrites the older one. So, once the process is complete, only the latest nonce (or the last of the four chunks) is preserved and appended to the file. That means even if the attacker provides the victim with the key to decrypt their data, the fact that only the last nonce of each file greater than 128KB is still attached means that the key will not work.</p><p>This isn’t the only flaw that the researchers uncovered with the ransomware — they also saw issues with how the program uses CPU threads, string obfuscation routines that cancel each other out, and misidentified ciphers on its own public reports. VECT operators can pick between three fast, medium, and secure encryption methods, and while the choice is parsed into code, it is never implemented. Another uncommon characteristic of the malware is that it includes Ukraine as a Commonwealth of Independent States (CIS) member, which most have removed from their lists after Russia invaded Ukraine in 2022. </p><p>The malware is being presented as a sophisticated tool, with the group behind it appearing as sophisticated hackers. After all, it has multi-platform capabilities capable of attacking Windows, Linux, and even ESXi virtual machines, has partnered with other threat actors like TeamPCP, and has even built its own affiliate network through BreachForums. But because of the major issues affecting VECT,<em> CPR</em> theorized that the organization behind it either used AI tools to generate some of its code or that it relied on an older code base as the starting point for its ransomware.</p><p>This isn’t the first time that a major ransomware group has made a mistake in its programming. Just earlier this year, <a href="https://www.tomshardware.com/tech-industry/cyber-security/nitrogen-ransomware-programmers-lock-themselves-out-of-a-payment-key-management-bug-encrypts-victims-data-forever">Nitrogen ransomware made a mistake</a> that overwrote part of the encryption public keys with zeros. This meant that even if one possesses the private key, the mangled public keys meant that no one could undo the encryption. Reporting suggests that this was probably caused by a common off-by-one issue related to a developer’s fat-finger mistake.</p><p>Still, this does not mean that the community at large should ignore threats like these, even though they seemed to have backfired on their creators. The researchers pointed out that the people behind it have ambition and know what an effective ransomware should look like. It could work on updating VECT to fix the issues that <em>CPR</em> revealed in its report and release a more effective version in the future. More importantly, it already has an existing distribution system, making it easier for the group to infect more systems without starting from scratch.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Ransomware negotiator pleads guilty after leaking victims' insurance details to 'BlackCat' hackers — perp gave attackers a precise picture of exactly how much each target could afford to pay ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/cyber-security/florida-man-pleads-guilty-after-leaking-victims-insurance-details-to-blackcat-hackers</link>
                                                                            <description>
                            <![CDATA[ Martino, of Land O’Lakes, Florida, is the third and final member of a trio of cybersecurity professionals charged in the scheme. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">Btw63xx9cNMMCqo8FLtW2Q</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/j5wSes9VymTFLBkLCAqarH-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 22 Apr 2026 12:22:35 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Cybersecurity]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Luke James ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/C4FAi2KzwaGLUrBqzX5aBM.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Luke is a freelance technology journalist who has been covering hardware and semiconductors since 2020. He began his career at All About Circuits and has since contributed to EE Power and Laptop Mag. Luke has a particular interest in semiconductors, microelectronics, and the industry shifts that shape the devices we use every day. Above all, he loves making complex technology accessible to experts and enthusiasts alike. Luke&#039;s interest in hardcore computing can be traced back to his university studies, when he responsibly spent his very first student loan payment on a custom-built gaming rig equipped with a GTX 780 Ti. &lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/j5wSes9VymTFLBkLCAqarH-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty / da-kuk]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[ransomware]]></media:description>                                                            <media:text><![CDATA[ransomware]]></media:text>
                                <media:title type="plain"><![CDATA[ransomware]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/j5wSes9VymTFLBkLCAqarH-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Angelo Martino, a 41-year-old former ransomware negotiator at the incident response firm DigitalMint, has pleaded guilty to conspiring with the ALPHV/BlackCat <a href="https://www.tomshardware.com/tech-industry/cyber-security/usd115-million-ransomware-hacker-arrested-over-extortion-attacks-scattered-spider-alumnus-allegedly-involved-in-over-120-computer-network-intrusions-targeting-47-u-s-entities">ransomware gang</a> to extort five U.S. companies whose data his employer had been hired to protect, the Department of Justice <a href="https://www.justice.gov/opa/pr/florida-man-working-ransomware-negotiator-pleads-guilty-conspiracy-deploy-ransomware-and" target="_blank">announced</a> on Monday. </p><p>Martino, of Land O’Lakes, Florida, is the third and final member of a trio of cybersecurity professionals charged in the scheme; his co-conspirators, Ryan Clifford Goldberg and Kevin Tyler Martin, <a href="https://www.tomshardware.com/tech-industry/cyber-security/u-s-cybersecurity-experts-plead-guilty-for-ransomware-attacks-face-20-years-in-prison-each-group-demanded-up-to-usd10-million-from-each-victim">pleaded guilty in December</a>. Newly unsealed court filings put the total ransom payments across the insider-assisted attacks at more than $75 million, with two of the payments individually exceeding $25 million.</p><p>Starting in April 2023, Martino used his position as a negotiator to feed BlackCat operators confidential details about the five victim companies he was representing, according to the DOJ. That information included the victims' cyber insurance policy limits and details about how the negotiations were being perceived internally, giving the attackers a precise picture of exactly how much each target could afford to pay.</p><p>According to the unsealed court filings, a nonprofit victim paid a ransom worth nearly $26.8 million in cryptocurrency, a financial services company paid more than $25.6 million, and a hospitality company paid $16.5 million. A retail company paid $6.1 million, and a medical company paid $213,000.</p><p>Separately from the insider-assisted attacks, Martino also admitted to joining Goldberg and Martin in directly deploying BlackCat ransomware against additional U.S. victims between April and November 2023. Per an October 2025 indictment, the trio demanded more than $16 million in ransom from those attacks. One confirmed payment from a medical device company netted the group $1.274 million, which they split three ways after paying BlackCat's operators a cut.</p><p>Meanwhile, law enforcement has seized more than $10 million from Martino, including $9.2 million in cryptocurrency, two properties, a trailer, a luxury fishing boat, and two motor vehicles, including a 1999 Nissan Skyline, all of which were purchased with illicit proceeds. </p><p>"Angelo Martino's clients trusted him to respond to ransomware threats and help thwart and remedy them on behalf of victims," Assistant Attorney General A. Tysen Duva said in the DOJ’s statement. "Instead, he betrayed them and began launching ransomware attacks himself by assisting cybercriminals and harming victims, his own employer, and the cyber incident response industry itself."</p><p>Martino is scheduled to be sentenced on July 9th, while Goldberg and Martin are set to be sentenced on April 30th. All three face a maximum of 20 years in prison.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Nitrogen ransomware programmers lock themselves out of a payment — key management bug encrypts victims' data forever ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/cyber-security/nitrogen-ransomware-programmers-lock-themselves-out-of-a-payment-key-management-bug-encrypts-victims-data-forever</link>
                                                                            <description>
                            <![CDATA[ Bug in Nitrogen ransomware locks victims' data way forever ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">WvUZh7ddG7VXjrjXoEiSnc</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/45vX9DjTwtJrXsYdnnGQFS-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 07 Feb 2026 12:00:00 +0000</pubDate>                                                                                                                                <updated>Sat, 07 Feb 2026 12:02:24 +0000</updated>
                                                                                                                                            <category><![CDATA[Cybersecurity]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Bruno Ferreira ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/ZQiPPaXaAuQ4VrVEYnnR7G.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Bruno Ferreira&#039;s journey kicked off with the venerable ZX Spectrum, a cassette player, and his hopes and dreams. He quickly realized he had more fun figuring out how computers work than he did actually using the things. Kicking off a developer career with C and Assembly before moving to scripting languages, he&#039;s worn many hats, including both database architect and systems administration. As a teen, Bruno co-founded a web development outfit where he was for 17 years before moving on to spend nearly a decade at The Tech Report as a writer, editor, and (of course) developer. In this decade, he&#039;s been at Asus, MLCommons, and HotHardware, among others. When not fiddling with computers and games, his love for music and production sends him off to live shows and festivals. Occasionally, he pretends he can play the guitar and bass.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/45vX9DjTwtJrXsYdnnGQFS-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Keyboard random letters]]></media:description>                                                            <media:text><![CDATA[Keyboard random letters]]></media:text>
                                <media:title type="plain"><![CDATA[Keyboard random letters]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/45vX9DjTwtJrXsYdnnGQFS-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Anyone who's been on the receiving side of a ransomware attack can tell you they didn't have a good day. But what if that day was terrible for not just the victim, but also the attacker? Thanks to a coding bug, that's precisely the case with a variant of ransomware from the Nitrogen group that encrypts target data and literally tosses away the key, rendering the data <a href="https://www.veeam.com/blog/nitrogen-ransomware-bug.html">completely unrecoverable</a>.</p><p>The exact ransomware in question is Nitrogen's VMware ESXi variant, which targets hypervisors (virtual machine host servers) and presumably encrypts the virtual machines residing therein. Hypervisor attacks aren't new, and existing analysis shows that while sysadmins are generally good at deploying endpoint protection on hosted operating systems, they sometimes have lax policies regarding hypervisors.</p><p>What this ultimately means for victims hit by this particular strain is that they need not pay the ransom the group demands, as no one will be able to decrypt the data. The only course of action available is to fetch the latest backups. Should those not exist, the only option left is probably grief counseling. </p><p>At a technical level, what happens is that at the start of the data encryption step, part of the encryption public key is overwritten with zeros (8 bytes, or 64 bits). Since public and private keys are always specific pairs, this means no one has any idea what private key would match the now-mangled public key, assuming one can even computationally exist. <a href="https://www.veeam.com/blog/nitrogen-ransomware-bug.html">Veeam's technical deep dive</a> on the issue gives the impression that the bug was a common off-by-one mistake.</p><p>Veeam's report doesn't mention victims hit by this ESXi-specific strain, but the Nitrogen campaign has been in business since 2023. It has targeted North American financial institutions, mechanical and industrial firms, and even the developer of the <em>Outlast </em>series, Red Barrel.</p><p>Going for a ransom isn't much good if you can't collect on it. Thanks to what was probably some fat-fingering on the part of a developer, the world got a clear illustration of unintentional mutually assured destruction.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Interpol-led cybercrime crackdown results in 574 arrests in 19 African nations, decrypts six ransomware variants — Operation Sentinel disrupts rings that caused $21 million in losses, recovers $3 million ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/cyber-security/interpol-led-cybercrime-crackdown-results-in-574-arrests-in-19-african-nations-decrypts-six-ransomware-variants-operation-sentinel-disrupts-rings-that-caused-usd21-million-in-losses-recovers-usd3-million</link>
                                                                            <description>
                            <![CDATA[ Conducted between late October and November, Operation Sentinel saw international law enforcement agencies shut down cybercrime infrastructure, decrypt ransomware variants, and prevent large-scale financial losses across the region. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">mjDoRPHkrSWKy846tWiRYE</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/fb6V7B3uEXYtNoywxgCnoU-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 23 Dec 2025 16:03:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Cybersecurity]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                <author><![CDATA[ editors@tomshardware.com (Kunal Khullar) ]]></author>                    <dc:creator><![CDATA[ Kunal Khullar ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/NDK3ae3zDxAx2BJnMXxBJV.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Kunal Khullar is a contributor at Tom’s Hardware with extensive writing experience in computing. With a deep-seated passion for technology, Kunal has dedicated years to mastering the intricacies of computer hardware components and staying at the forefront of the latest software developments. His journey in the tech world began with hands-on experience in assembling and troubleshooting PCs and laptops as a kid in the 90s, a skill he has meticulously honed over the years. He has worked for various publications covering a range of topics including smartphones, laptops, audio devices, and PC hardware. Currently, he is engrossed with everything happening in the world of computing with a growing obsession for unique PC cases and RGB cooling fans. Through his articles Kunal strives to demystify complex concepts for a broad audience. Kunal is also a casual gamer as he loves to squad up with his friends in &lt;em&gt;Apex Legends&lt;/em&gt;, and claims to have a fairly good taste in music especially when it comes to heavy metal.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/fb6V7B3uEXYtNoywxgCnoU-1280-80.jpg">
                                                            <media:credit><![CDATA[Interpol]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A group of people arrested in Benin for committing cyber fraud]]></media:description>                                                            <media:text><![CDATA[A group of people arrested in Benin for committing cyber fraud]]></media:text>
                                <media:title type="plain"><![CDATA[A group of people arrested in Benin for committing cyber fraud]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/fb6V7B3uEXYtNoywxgCnoU-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>In an extensive coordinated effort led by Interpol, international law enforcement agencies have <a href="https://www.interpol.int/en/News-and-Events/News/2025/574-arrests-and-USD-3-million-recovered-in-coordinated-cybercrime-operation-across-Africa">reportedly arrested 574 suspects</a> in 19 countries across Africa involved in cybercrime operations. Operation Sentinel, conducted between October 27 and November 27, successfully recovered around $3 million by decrypting six ransomware variants and shutting down more than 6,000 malicious links. The top three cybercrimes identified during the crackdown included business email compromise (BEC), digital extortion, and ransomware.</p><p>The cases investigated during the operation were estimated to financial losses exceeding $21 million and included a long list of African nations including Benin, Botswana, Burkina Faso, Cameroon, Chad, Congo, Djibouti, Democratic Republic of the Congo, Gabon, Ghana, Kenya, Malawi, Nigeria, Senegal, South Africa, South Sudan, Uganda, Zambia, and Zimbabwe.</p><p>One of the biggest cases came from Senegal where authorities tracked a BEC attempt targeting a large petroleum company. Scammers had managed to take control of the internal email systems and impersonated executives to authorize a wire transfer amounting to $7.9 million. The Senegalese authorities managed to freeze the destination accounts and successfully halt the transfer before a withdrawal was made.</p><p>In Ghana, a ransomware attack encrypted 100 terabytes of data resulting in a $120,000 ransom demand from a financial institution. After conducting advanced malware analysis, the Ghanaian authorities managed to identify the ransomware strain, and successfully devised a decryption tool that recovered nearly 30 terabytes of data.</p><p>Neal Jetton, Director of Cybercrime at Interpol said, “<em>The scale and sophistication of cyberattacks across Africa are accelerating, especially against critical sectors like finance and energy. The outcomes from Operation Sentinel reflect the commitment of African law enforcement agencies, working in close coordination with international partners. Their actions have successfully protected livelihoods, secured sensitive personal data and preserved critical infrastructure.</em>”</p><p>Interpol flagged about the <a href="https://www.interpol.int/en/News-and-Events/News/2025/New-INTERPOL-report-warns-of-sharp-rise-in-cybercrime-in-Africa">sharp rise in cybercrime across Africa back in June 2025</a>, claiming that illegal activities conducted online accounts for more than 30% of all reported crime in Western and Eastern Africa. Additionally, around two-thirds of African member countries claimed cyber-related offenses accounted for a medium-to-high (10-30% or 30%+) share of all crimes.</p><p>Similar operations in the past have led to successful results including <a href="https://www.interpol.int/en/News-and-Events/News/2025/More-than-300-arrests-as-African-countries-clamp-down-on-cyber-threats">Operation Red Card</a>, where authorities arrested 306 suspects across seven African countries and seized 1842 devices targeting cyber-enabled fraud and scams. <a href="https://www.interpol.int/en/News-and-Events/News/2024/Major-cybercrime-operation-nets-1-006-suspects">Operation Serengeti</a> conducted last year managed to infiltrate cybercrime networks which were said to be responsible for an estimated $193 million in financial losses targeting 35,000 global victims.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ U.S. places $11 million bounty on Ukrainian ransomware mastermind — Tymoshchuk allegedly stole $18 billion from large companies over 3 years ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/cyber-security/u-s-places-usd11-million-bounty-on-ukrainian-ransomware-mastermind-tymoshchuk-allegedly-stole-usd18-billion-from-large-companies-over-3-years</link>
                                                                            <description>
                            <![CDATA[ Volodymyr Tymoshchuk has been indicted by the United States for his involvement in ransomware crimes that stole an estimated $18 billion from large companies from 2018 to 2021. While the U.S. waits on extradition efforts, an $11 million bounty has been placed on his head. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">iNmnLXvPsLewhPjZSmtDi3</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/FRKea6agfJsYdo9T4XMVBT-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 10 Sep 2025 18:18:58 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Cyber Security]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Sunny Grimm ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/TMvJDaYy3nyZ8kYLJ2rggY.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Sunny&#039;s tech journey began in 2017, when he spotted the shiny new GTX 1080 on the shelf of one Jarred Walton, Tom&#039;s Hardware&#039;s resident GPU expert. Babysitting for Jarred, Sunny was paid in a 1050 Ti, which killed his computer the second he tried to install it. One week of headscratching troubleshooting later, Sunny was brought into this new life of tinkering and trying to squeeze every frame of performance out of their hardware. First writing for PC Gamer, Sunny made the trek over to Tom&#039;s Hardware to tackle the morning&#039;s breaking tech news. Perpetually one generation behind the bleeding edge, Sunny is currently studying at a university in Utah. When they&#039;re not writing about the US-China trade war, Sunny is either writing new music, getting in rounds of &lt;em&gt;Magic: the Gathering&lt;/em&gt;, or advocating for minority rights.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/FRKea6agfJsYdo9T4XMVBT-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A man receiving a ransomware attack on both his phone and laptop - a poor day for the stock image actor.]]></media:description>                                                            <media:text><![CDATA[A man receiving a ransomware attack on both his phone and laptop - a poor day for the stock image actor.]]></media:text>
                                <media:title type="plain"><![CDATA[A man receiving a ransomware attack on both his phone and laptop - a poor day for the stock image actor.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/FRKea6agfJsYdo9T4XMVBT-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The United States has <a href="https://www.justice.gov/opa/pr/lockergoga-megacortex-and-nefilim-ransomware-administrator-charged-ransomware-attacks">placed an $11 million bounty</a> on Volodymyr Tymoshchuk, a Ukrainian man wanted for his involvement with a string of ransomware cybercrimes. Tymoshchuk faces severe federal charges for his part in reportedly masterminding the theft of a combined $18 billion over a three year period. <br><br>Tymoshchuk is accused of being the kingpin behind the MegaCortex, LockerGoga, and Nefilim attacks, a string of attacks that were active from Dec. 2018 to Oct. 2021. The MegaCortex attack, which <a href="https://www.tomshardware.com/news/megacortex-ransomware-changes-windows-login-password">we covered in 2019</a>, changes the Windows passwords and encrypts the files of a host computer, threatening to make sensitive files public if the ransom went unpaid. <br><br>"Tymoshchuk is a serial ransomware criminal who targeted blue-chip American companies, health care institutions, and large foreign industrial firms," said U.S. Attorney Joseph Nocella Jr. in a statement from the Justice Department. One of the highest-profile thefts linked to Tymoshchuk and LockerGoga was the attack on <a href="https://www.theregister.com/2025/09/10/us_nefilim_ransomware_indictment/#:~:text=Among%20these%20was%20the%20infamous%20attack%20on%20Norsk%20Hydro%20in%202019%2C%20which%20garnered%20international%20attention%20for%20its%20impact%2C%20and%20the%20company%27s%20transparent%20response.">Norsk Hydro</a>, a renewable energy company based in Norway. The attack on Norsk caused a reported $81 million in damages as all of its 170 sites were impacted at some level.<br><br>Nocella continued, "For a time, the defendant stayed ahead of law enforcement by deploying new strains of malicious software when his old ones were decrypted. Today’s charges reflect international coordination to unmask and charge a dangerous and pervasive ransomware actor who can no longer remain anonymous." <br><br>Tymoshchuk is alleged to have run the LockerGoga and MegaCortex offensives from July 2019 and June 2020, at which point the two ransomware viruses went largely dark. From then on, Tymoshchuk is accused of having helped to engineer and administrate the Nefilim ransomware strain, selling access to it to attackers in exchange for 20% of the ransomed funds received from each successful attack. <br><br>An unsealed indictment, archived by <a href="https://regmedia.co.uk/2025/09/10/volodymyr_tymoshchuk_superseding_indictment.pdf"><em>The Register</em></a>, lists a number of unnamed victim companies from across the United States and Europe. Tymoshchuk is on the hook for seven total charges relating to intentional damage to a private computer and threatening to disclose private information. If found guilty Tymoshchuk faces a maximum sentence of life in prison. <br><br>The LockerGoga/MegaCortex and Nefilim schemes seem fairly different from one another in hindsight. The tools utilized Metasploit and Cobalt Strike, penetration testing software that could be weaponized by the attackers — who then stayed under the radar on the victim networks for sometimes months before launching the attack.<br><br>MegaCortex reportedly <a href="https://www.tomshardware.com/news/megacortex-ransomware-changes-windows-login-password">broke containment</a> in Nov. 2019. Originally intended for use exclusively against corporate targets, the ransomware soon spread to individual user PCs with certain vulnerabilities. Conversely, Nefilim affiliates and administrators specifically kept their targets to companies valued at $100 million or more, according to the indictment (contradicting contemporary reporting, which found Nefilim's MO to be companies worth over the $1 billion mark).<br><br>If Tymoshchuk is successfully extradited to the United States, he'll face an uphill battle in the U.S. court system, as he is linked to the already-extradited Artem Stryzhak (Tymoshchuk's co-defendant in the trial). </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ AI-powered PromptLocker ransomware is just an NYU research project — the code worked as a typical ransomware, selecting targets, exfiltrating selected data and encrypting volumes ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/cyber-security/ai-powered-promptlocker-ransomware-is-just-an-nyu-research-project-the-code-worked-as-a-typical-ransomware-selecting-targets-exfiltrating-selected-data-and-encrypting-volumes</link>
                                                                            <description>
                            <![CDATA[ ESET's discovery of the first AI-powered ransomware turned out to be an NYU research project. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">KsCMqSZzrATmyDEpMRCv66</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/ojrHVrPrx2rbWBSnEMm2Ze-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 05 Sep 2025 13:47:34 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Cyber Security]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Nathaniel Mott ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/hEFeUwJHtzVDWEZTcjDqt9.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Nathaniel has been writing about various aspects of the technology industry, from startups and cybersecurity to social media and enthusiast hardware, since 2011. Lately, he spends his time writing and spending time with his family.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/ojrHVrPrx2rbWBSnEMm2Ze-1280-80.jpg">
                                                            <media:credit><![CDATA[Pexels]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Virus]]></media:description>                                                            <media:text><![CDATA[Virus]]></media:text>
                                <media:title type="plain"><![CDATA[Virus]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/ojrHVrPrx2rbWBSnEMm2Ze-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>ESET said on Aug. 26 that it had discovered the <a href="https://www.tomshardware.com/tech-industry/cyber-security/the-first-ai-powered-ransomware-has-been-discovered-promptlock-uses-local-ai-to-foil-heuristic-detection-and-evade-api-tracking" target="_blank">first AI-powered ransomware</a>, which it dubbed PromptLocker, in the wild. But it seems that wasn't the case: New York University (NYU) researchers have claimed responsibility for the malware ESET found.</p><p>It turns out PromptLocker is actually an experiment called "Ransomware 3.0" conducted by researchers at NYU's Tandon School of Engineering. A spokesperson for the school told <em>Tom's Hardware</em> a Ransomware 3.0 sample was uploaded to VirusTotal, a malware analysis platform, and then picked up by the ESET researchers by mistake.</p><p>ESET <a href="https://infosec.exchange/@ESETresearch/115095803130379945" target="_blank">said</a> that the malware "leverages Lua scripts generated from hard-coded prompts to enumerate the local filesystem, inspect target files, exfiltrate selected data, and perform encryption." The company noted that the sample hadn't implemented destructive capabilities, however, which makes sense for a controlled experiment.</p><p>But the malware does work: NYU <a href="https://engineering.nyu.edu/news/large-language-models-can-execute-complete-ransomware-attacks-autonomously-nyu-tandon-research" target="_blank">said</a> "a simulation malicious AI system developed by the Tandon team carried out all four phases of ransomware attacks — mapping systems, identifying valuable files, stealing or encrypting data, and generating ransom notes — across personal computers, enterprise servers, and industrial control systems."</p><p>Is that worrisome? Absolutely. But there's a significant difference between academic researchers demonstrating a proof-of-concept and legitimate hackers using that same technique in real-world attacks. Now the study will likely inspire the ne'er-do-wells to adopt similar approaches, especially since it seems to be remarkably affordable.</p><p>"The economic implications reveal how AI could reshape ransomware operations," the NYU researchers said. "Traditional campaigns require skilled development teams,  custom malware creation, and substantial infrastructure investments. The prototype consumed approximately 23,000 AI tokens per complete attack execution, equivalent to roughly $0.70 using commercial API services running flagship models."</p><p>As if that weren't enough, the researchers said that "open-source AI models eliminate these costs entirely," so ransomware operators won't even have to shell out the 70 cents needed to work with commercial LLM service providers. They'll receive a far better return on investment than anyone pumping money into the AI sector, at least.</p><p>But for now that's all still conjecture. This is compelling research, sure, but it seems we're going to have to wait a while longer for the cybersecurity industry's promise that AI will be the future of hacking to come to fruition. (Or be exposed as the same AI boosterism taking place throughout the rest of the tech industry; whichever.)</p><p>NYU's paper on this study, "Ransomware 3.0: Self-Composing and LLM-Orchestrated," is available <a href="https://arxiv.org/abs/2508.20444" target="_blank">here</a>.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ The first AI-powered ransomware has been discovered — "PromptLock" uses local AI to foil heuristic detection and evade API tracking [Updated] ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/cyber-security/the-first-ai-powered-ransomware-has-been-discovered-promptlock-uses-local-ai-to-foil-heuristic-detection-and-evade-api-tracking</link>
                                                                            <description>
                            <![CDATA[ Security firm ESET has discovered a new type of ransomware that uses a local AI model to generate malicious scripts and perform other illicit activities. Because of the variance of LLM output, this malware is harder to track than traditional attacks. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">qMEqX9t9Ny8fo2kmqXuthM</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/Gj7XP9GzWNL2hf6fkRdHS3-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 26 Aug 2025 19:10:21 +0000</pubDate>                                                                                                                                <updated>Fri, 05 Sep 2025 16:00:00 +0000</updated>
                                                                                                                                            <category><![CDATA[Cyber Security]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Nathaniel Mott ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/hEFeUwJHtzVDWEZTcjDqt9.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Nathaniel has been writing about various aspects of the technology industry, from startups and cybersecurity to social media and enthusiast hardware, since 2011. Lately, he spends his time writing and spending time with his family.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/Gj7XP9GzWNL2hf6fkRdHS3-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[AI hacking]]></media:description>                                                            <media:text><![CDATA[AI hacking]]></media:text>
                                <media:title type="plain"><![CDATA[AI hacking]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/Gj7XP9GzWNL2hf6fkRdHS3-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p><em><strong>Edit 9/5/2025 9 am ET:  </strong></em>A representative from NYU's Tandon School of Engineering contacted Tom's Hardware to claim responsibility for the malware referenced in the below article — this malware, found by ESET, was in fact a research project from the school. We have issued a follow-up article covering the situation, which you can read here: <a href="https://www.tomshardware.com/tech-industry/cyber-security/ai-powered-promptlocker-ransomware-is-just-an-nyu-research-project-the-code-worked-as-a-typical-ransomware-selecting-targets-exfiltrating-selected-data-and-encrypting-volumes">AI-powered PromptLocker ransomware is just an NYU research project — the code worked as a typical ransomware, selecting targets, exfiltrating selected data, and encrypting volumes</a></p><p><em><strong>Original article follows:</strong></em><br><br>ESET today announced the discovery of "the first known AI-powered ransomware." The ransomware in question has been dubbed PromptLock, presumably because seemingly everything related to generative AI has to be prefixed with "prompt." </p><p>ESET said that this malware uses an open-weight large language model developed by OpenAI to generate scripts that can perform a variety of functions on Windows, macOS, and Linux systems while confounding defensive tools by exhibiting slightly different behavior each time.</p><p>"PromptLock leverages Lua scripts generated from hard-coded prompts to enumerate the local filesystem, inspect target files, exfiltrate selected data, and perform encryption," ESET <a href="https://infosec.exchange/@ESETresearch/115095803130379945" target="_blank">said</a> in a Mastodon post about the malware. "Based on the detected user files, the malware may exfiltrate data, encrypt it, or potentially destroy it. Although the destruction functionality appears to be not yet implemented."</p><p>Lua might seem like an odd choice of programming language for ransomware; it's mostly known for being used to develop games within Roblox or plugins for the NeoVim text editor. But it's actually a general-purpose language that offers a variety of advantages to the ransomware operators—including good performance, cross-platform support, and a focus on simplicity that makes it well-suited to "<a href="https://en.wikipedia.org/wiki/Vibe_coding" target="_blank">vibe coding</a>."</p><p>It's important to remember that LLMs are non-deterministic; their output will change even if you provide the same input with the same prompt to the same model on the same device. That's maddening if you expect them to exhibit the exact same behavior over time, but ransomware operators don't necessarily want that, because it makes it easier for defensive tooling to associate patterns of behavior with known malware.</p><p>PromptLock "uses the gpt-oss:20b model from OpenAI locally via the Ollama API to generate malicious Lua scripts on the fly," which helps it to evade detection. The fact that the model runs locally also makes it so OpenAI can't snitch on the ransomware operators—if they had to call an API on its servers every time they generate one of these scripts, the jig would be up. The pitfalls of vibe coding don't really apply, either, since the scripts are running on someone else's system.</p><p>Maybe this will make for a decent consolation prize for AI companies. Yeah, they're <a href="https://www.yahoo.com/news/articles/ai-industry-warns-lawsuit-could-221033688.html" target="_blank">facing massive lawsuits</a>. Sure, basically <a href="https://fortune.com/2025/08/18/mit-report-95-percent-generative-ai-pilots-at-companies-failing-cfo/" target="_blank">nobody has seen</a> any benefits from adopting their services. Okay, so <a href="https://www.cnbc.com/2025/08/21/meta-brakes-massive-ai-talent-recruitment-spending-spree-mark-zuckerberg-tbd-superintelligence-lab.html" target="_blank">even Meta's cutting back</a> on its AI-related spending spree. But nobody can say that AI is useless—it's convinced at least some ransomware operators to use local models in their warez! That counts for something, right?</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Ransomware attack disrupts Maryland's public transit service for disabled travelers — MTA says it is investigating cybersecurity incident but core services operating normally ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/cyber-security/ransomware-attack-disrupts-marylands-public-transit-service-for-disabled-travelers-mta-says-it-is-investigating-cybersecurity-incident-but-core-services-operating-normally</link>
                                                                            <description>
                            <![CDATA[ The service, Mobility, was unable to accept requests for rides or changes to already-booked rides following a ransomware attack. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">DJasPYshRSnAHRYpNBCn3F</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/fHiubnv7eMKZDPAHqVD4f4-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 26 Aug 2025 11:30:28 +0000</pubDate>                                                                                                                                <updated>Tue, 26 Aug 2025 16:11:45 +0000</updated>
                                                                                                                                            <category><![CDATA[Cyber Security]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Nathaniel Mott ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/hEFeUwJHtzVDWEZTcjDqt9.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Nathaniel has been writing about various aspects of the technology industry, from startups and cybersecurity to social media and enthusiast hardware, since 2011. Lately, he spends his time writing and spending time with his family.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/fHiubnv7eMKZDPAHqVD4f4-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[White Wi-Fi logo on a computer icon overlaid by a skull over a red background]]></media:description>                                                            <media:text><![CDATA[White Wi-Fi logo on a computer icon overlaid by a skull over a red background]]></media:text>
                                <media:title type="plain"><![CDATA[White Wi-Fi logo on a computer icon overlaid by a skull over a red background]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/fHiubnv7eMKZDPAHqVD4f4-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The Maryland Transit Administration says it is actively investigating a cybersecurity incident, namely a ransom attack, that has rendered it unable to accept new requests for rides for its Mobility paratransit service for the disabled. </p><p>MTA, which <a href="https://www.mta.maryland.gov/about" target="_blank">says</a> on its website that it's responsible for "one of the largest multi-modal transit systems in the United States," <a href="https://www.mta.maryland.gov/cybersecurity-incident" target="_blank">said</a> that it's "actively investigating a cybersecurity incident that involves unauthorized access to certain systems" with assistance from the Maryland Department of Information Technology. </p><p>The good news is that MTA said its "core services (Local Bus, Metro Subway, Light Rail), MARC, Mobility [sic], Call-A-Ride, and Commuter Bus are operating normally." It's also planning to continue to offer Mobility rides that were booked prior to the incident; it just doesn't have the requisite systems in place to handle requests for new rides.</p><p>"The agency is actively working to resolve this issue as quickly and securely as possible and will provide updates as they become available," MTA said. "In the meantime, eligible riders should consider using the Call-A-Ride program, which can be accessed at <a href="https://www.mtacallaride.org" target="_blank">www.mtacallaride.org</a> or (410) 664-2030." (Guidelines can be found <a href="https://s3.amazonaws.com/mta-website-staging/mta-website-staging/files/Mobility/Update%20Mobility%20Rider%20Requirements%202025.pdf" target="_blank">here</a>.)</p><p>This isn't a one-off incident. Ransomware gangs seem to be making a habit of targeting these services: <em>The Record </em><a href="https://therecord.media/maryland-cyberattack-transit-disabled-people" target="_blank">reported</a> that "over the last two years, cities in <a href="https://therecord.media/safford-arizona-hospital-st-louis-call-a-ride-cyberattacks" target="_blank">Missouri</a>, <a href="https://therecord.media/central-va-transit-system-cyberattack" target="_blank">Virginia,</a> and other states have had to provide alternatives to disabled residents after cyberattacks or ransomware incidents took critical systems offline." </p><p>"Our primary goal is to ensure the safety and security of our transit customers and employees," MTA said. "MDOT/MTA are working with our partners to support all communities impacted. We will work with our media partners to keep the public updated."</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Microsoft says China-based hackers exploiting critical SharePoint vulnerabilities to deploy Warlock ransomware — three China-affiliated threat actors seen taking advantage ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/cyber-security/microsoft-says-china-based-hackers-exploiting-critical-sharepoint-vulnerabilities-to-deploy-warlock-ransomware-three-china-affiliated-threat-actors-seen-taking-advantage</link>
                                                                            <description>
                            <![CDATA[ Microsoft said that critical vulnerabilities in SharePoint are being exploited by a potentially China-linked threat actor, Storm-2603, to deploy ransomware. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">EjDhG7toM2cSAexRANN9ZW</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/8wcDGraPng6PZj25racN9o-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 24 Jul 2025 15:09:43 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Cyber Security]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Nathaniel Mott ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/hEFeUwJHtzVDWEZTcjDqt9.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Nathaniel has been writing about various aspects of the technology industry, from startups and cybersecurity to social media and enthusiast hardware, since 2011. Lately, he spends his time writing and spending time with his family.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/8wcDGraPng6PZj25racN9o-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty / Bloomberg]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Microsoft logo]]></media:description>                                                            <media:text><![CDATA[Microsoft logo]]></media:text>
                                <media:title type="plain"><![CDATA[Microsoft logo]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/8wcDGraPng6PZj25racN9o-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Microsoft said that a hacking group it's tracking as Storm-2603 is exploiting critical vulnerabilities in the company's SharePoint platform to deploy ransomware.</p><p>SharePoint is "a secure, enterprise-grade content management and collaboration platform," according to Microsoft's <a href="https://www.microsoft.com/en-us/microsoft-365/sharepoint/collaboration" target="_blank">website</a>, which also describes it as a way to "securely collaborate, sync, and share content." (Essentially: organizations use it to build sites accessed via their intranets.) But those assurances of its security have been undermined by reports of multiple groups exploiting numerous vulnerabilities in the platform.</p><p>Microsoft <a href="https://msrc.microsoft.com/blog/2025/07/customer-guidance-for-sharepoint-vulnerability-cve-2025-53770/" target="_blank">said</a> on July 19 that it was "aware of active attacks targeting on-premises SharePoint Server customers by exploiting vulnerabilities partially addressed by the July Security Update." Now those vulnerabilities—including <a href="https://nvd.nist.gov/vuln/detail/CVE-2025-49704" target="_blank">CVE-2025-49704</a>, <a href="https://nvd.nist.gov/vuln/detail/CVE-2025-49706" target="_blank">CVE-2025-49706</a>, and bypasses for the patches released to fix them, <a href="https://nvd.nist.gov/vuln/detail/CVE-2025-53770" target="_blank">CVE-2025-53770</a> and <a href="https://nvd.nist.gov/vuln/detail/CVE-2025-53771" target="_blank">CVE-2025-53771</a>—are being used to deploy the Warlock ransomware.</p><p>The company's threat intelligence team <a href="https://www.microsoft.com/en-us/security/blog/2025/07/22/disrupting-active-exploitation-of-on-premises-sharepoint-vulnerabilities/" target="_blank">said</a> on July 22 that it had "observed two named Chinese nation-state actors, Linen Typhoon and Violet Typhoon[,] exploiting these vulnerabilities targeting internet-facing SharePoint servers." It updated that report on July 23 to say it had "observed another China-based threat actor, tracked as Storm-2603, exploiting these vulnerabilities to deploy ransomware."</p><p>Microsoft <a href="https://learn.microsoft.com/en-us/unified-secops-platform/microsoft-threat-actor-naming" target="_blank">assigns</a> identifiers to hacking groups with suffixes based on their country of origin (China is Typhoon, North Korea is Sleet, etc.), as well as the nature of their activity (influence operations are Flood while financially motivated groups are Tempest) and other factors. Groups "in development" are given the Storm prefix followed by a numeric sequence; in this case, the resulting identifier is Storm-2603.</p><p>"The group that Microsoft tracks as Storm-2603 is assessed with moderate confidence to be a China-based threat actor," the company said. "Microsoft has not identified links between Storm-2603 and other known Chinese threat actors. Microsoft tracks this threat actor in association with attempts to steal MachineKeys using the on-premises SharePoint vulnerabilities. Although Microsoft has observed this threat actor deploying Warlock and Lockbit ransomware in the past, Microsoft is currently unable to confidently assess the threat actor’s objectives. Starting on July 18, 2025, Microsoft has observed Storm-2603 deploying ransomware using these vulnerabilities."</p><p>So what should organizations that rely on SharePoint do to mitigate the risk of joining the list of Storm-2603's victims? Unfortunately, there isn't a one-click solution—Microsoft said they should ensure they're using the latest version of the platform, which is typical for advisories like this, but its advice didn't end with installing a few updates. (Especially since bypasses to some of its fixes have already been found.)</p><p>"To stop unauthenticated attacks from exploiting this vulnerability," Microsoft said, "customers should also integrate and enable Antimalware Scan Interface (AMSI) and Microsoft Defender Antivirus (or equivalent solutions) for all on-premises SharePoint deployments and configure AMSI to enable Full Mode[.] Customers should also rotate SharePoint server ASP.NET machine keys, restart Internet Information Services (IIS), and deploy Microsoft Defender for Endpoint or equivalent solutions."</p><p>Expect to learn more about Storm-2603, the organizations that have been affected by these vulnerabilities, and more as Microsoft's investigation continues.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ UK to ban making ransomware payments for some organizations — targets 'public sector bodies and operators of critical national infrastructure'  ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/cyber-security/uk-to-ban-making-ransomware-payments-for-some-organizations-targets-public-sector-bodies-and-operators-of-critical-national-infrastructure</link>
                                                                            <description>
                            <![CDATA[ The UK Home Office and National Cyber Security Centre announced that some organizations could be banned from making ransomware payments. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">SGoU6x5rFQc3WCRV8AUUkU</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/j5wSes9VymTFLBkLCAqarH-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 23 Jul 2025 14:41:03 +0000</pubDate>                                                                                                                                <updated>Thu, 18 Jun 2026 09:39:02 +0000</updated>
                                                                                                                                            <category><![CDATA[Policy]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Nathaniel Mott ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/hEFeUwJHtzVDWEZTcjDqt9.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Nathaniel has been writing about various aspects of the technology industry, from startups and cybersecurity to social media and enthusiast hardware, since 2011. Lately, he spends his time writing and spending time with his family.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/j5wSes9VymTFLBkLCAqarH-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty / da-kuk]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[ransomware]]></media:description>                                                            <media:text><![CDATA[ransomware]]></media:text>
                                <media:title type="plain"><![CDATA[ransomware]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/j5wSes9VymTFLBkLCAqarH-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Ransomware gangs might have to scratch a few targets off their lists. The UK High Office and National Cyber Security Centre (NCSC) announced proposals to ban ransom payments in an effort to "crack down on cyber criminals and safeguard the public."</p><p>According to the <a href="https://www.gov.uk/government/news/uk-to-lead-crackdown-on-cyber-criminals-with-ransomware-measures" target="_blank">announcement</a>, the proposals would prohibit "public sector bodies and operators of critical national infrastructure, including the [National Health Service], local councils and schools," from making ransomware-related payments. They would also require other businesses planning to pay a ransom to notify the UK government so it can "provide those businesses with advice and support" before the payment is made. (Including a heads-up if such a payment would violate sanctions on Russia.)</p><p>The proposals wouldn't require companies to inform the UK government of a ransomware attack if they didn't plan to pay the ransom. But the announcement indicated that a mandatory reporting policy is in the works, too, in a bid to "equip law enforcement with essential intelligence to hunt down perpetrators and disrupt their activities" and "better protect British organisations and industry." That should make it more difficult to deploy ransomware in the UK without risking law enforcement's ire.</p><p>"The new package of measures will lead the way in tackling ransomware and are designed to strike against cyber criminals’ business model, bolstering our national security and protecting key services and businesses from disruption - delivering on our Plan for Change," the Home Office and NCSC said in the announcement. "They follow an extensive consultation with stakeholders across the UK, which showed strong public backing for tougher action to tackle ransomware and protect vital services."</p><p>The UK and Singapore previously <a href="https://www.counter-ransomware.org/briefingroom/8ed7d1de-1a74-4a36-a2df-d5950624ebd8" target="_blank">said</a> in January 2024 that they "strongly discourage anyone from paying a ransomware demand" because doing so:</p><ul><li>Does not guarantee the end of an incident, or the removal of malicious software from your systems</li><li>Provides incentives for criminals to continue and expand their activities</li><li>Provides funds that criminal actors can use for illicit activity</li><li>Does not guarantee you will get your data back</li></ul><p>Now the UK is looking to outright ban those payments rather than merely "strongly discouraging" them. The news follows reports earlier this week that a <a href="https://www.tomshardware.com/tech-industry/cyber-security/158-year-old-company-forced-to-close-after-ransomware-attack-precipitated-by-a-single-guessed-password-700-jobs-lost-after-hackers-demand-unpayable-sum">158-year-old UK company was forced to shut down following a ransomware attack, at the cost of 700 jobs</a>.</p><p>"Cyber criminals have not only cost the nation billions of pounds but in some cases have brought essential services to a standstill," the Home Office and NCSC said. "The devastating consequences are not just financial but can put lives in danger, with an NHS organisation recently identifying a ransomware attack as one of the factors that contributed to a patient’s death. These attacks have brutally exposed the alarming vulnerability at the core of our public and private institutions, from flagship British retailers and essential supermarkets including the Co-op to NHS hospitals."</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ 158-year-old company forced to close after ransomware attack precipitated by a single guessed password — 700 jobs lost after hackers demand unpayable sum ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/cyber-security/158-year-old-company-forced-to-close-after-ransomware-attack-precipitated-by-a-single-guessed-password-700-jobs-lost-after-hackers-demand-unpayable-sum</link>
                                                                            <description>
                            <![CDATA[ The 158-year established Knights of Old transportation company has collapsed in the wake of a ransomware attack, with 700 jobs lost. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">DkhbTLefnEU533o2f9nPWf</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/8DuVPNTobLos6qhXm7tw8e-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 22 Jul 2025 13:28:06 +0000</pubDate>                                                                                                                                <updated>Tue, 22 Jul 2025 16:15:02 +0000</updated>
                                                                                                                                            <category><![CDATA[Cyber Security]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Mark Tyson ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/56vqMYLDaKRHPhHZgbADFR.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Mark&#039;s enthusiasm for computers dampened at an early age by the rubber-keyed Sinclair Spectrum 48K and feelings of Commodore 64 envy. However, in the mid-80s, hope in a digital future was rekindled by the purchase of an Atari 520 STe. Since that time Mark has used a multitude of computers for fun and professional endeavors. He often owned both Macs and PCs but went cold on the former after OS9 was killed off, and warmed to the latter with the introduction of Windows XP.&lt;br&gt;
&lt;br&gt;
Early work years were spent in artwork and reprographics but in the late noughties, Mark started to blog about computers, Taiwanese food culture, and guitar design. This activity led to a full-time position writing about breaking PC tech news for HEXUS, for the best part of a decade. When HEXUS was abruptly closed, Mark helped with the foundation of Club386, before finding a new home at Tom&#039;s Hardware.&lt;br&gt;
&lt;br&gt;
When not wearing through the keycap legends on his PC keyboards, Mark can be found wandering the computer malls of Taiwan&#039;s neon-lit conurbations and enjoying local and international cuisine.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/8DuVPNTobLos6qhXm7tw8e-1280-80.jpg">
                                                            <media:credit><![CDATA[MAN Truck &amp; Bus UK on Facebook]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Knights of Old added two new MAN vehicles to the fleet in 2022]]></media:description>                                                            <media:text><![CDATA[Knights of Old added two new MAN vehicles to the fleet in 2022]]></media:text>
                                <media:title type="plain"><![CDATA[Knights of Old added two new MAN vehicles to the fleet in 2022]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/8DuVPNTobLos6qhXm7tw8e-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>A UK-based transportation company with a venerable 158-year history has collapsed in the wake of a ransomware attack. Around 500 Northamptonshire-based Knights of Old (KNP) trucks are now off the road, and 700 people have lost their jobs, due to money-grasping cyberattackers, named as ‘Akira’ in a <a href="https://www.bbc.co.uk/news/articles/cx2gx28815wo" target="_blank">BBC report</a>. </p><p>The internet-connected criminals are said to have gained access to KNP’s internet systems via a weak password that was used by one of the employees at the firm. Actually, the <a href="https://www.tomshardware.com/news/ai-cracks-most-common-passwords-in-less-than-a-minute">password</a> was so weak it was simply guessed correctly, it is thought. Naturally, KNP doesn't want to name the specific employee whose password was compromised. After breaking this weakest link, the hackers encrypted and locked KNP’s operational data. The cyber villains then told KNP that the only way to get their data unlocked would be to pay.</p><p>A ransom note left by the hackers read as follows. “If you're reading this it means the internal infrastructure of your company is fully or partially dead… Let's keep all the tears and resentment to ourselves and try to build a constructive dialogue,” says the BBC report.</p><p>While the BBC report doesn't expand, the story is also the subject of a <a href="https://www.bbc.co.uk/iplayer/episode/m002g7lj/panorama-fighting-cyber-criminals" target="_blank">Panorama documentary</a> released this week. According to the program, KNP had taken out insurance against cyberattacks. Its provider, Solace Global, sent a "cybercrisis" team to help, arriving on the scene on the following morning. According to Paul Cashmore of Solace, the team quickly determined that all of KNP's data had been encrypted, and all of their servers, backups, and disaster recovery had been destroyed. Furthermore, <em>all</em> of their endpoints had also been compromised, described as a worst-case scenario. </p><p>KNP investigated the ransomware demand with the help of a specialist firm, which estimated that the monetary demands could be as high as £5 million ($6.74 million). This was a sum well beyond the means of KNP, the documentary noting the company "simply didn't have the money."</p><h2 id="calls-for-improved-cybersecurity-hygiene">Calls for improved cybersecurity hygiene</h2>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ German charity refuses to comply with Bitcoin ransomware demand — hackers attempt to extort hunger-fighting group for over $2 million ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/cyber-security/german-charity-refuses-to-comply-with-bitcoin-ransomware-demand-hackers-attempt-to-extort-hunger-fighting-group-for-over-usd2-million</link>
                                                                            <description>
                            <![CDATA[ A German hunger-fighting charity is on the hook for some $2 million after being extorted by cybercriminals. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">eH5yBgYLd5MHDEoJQLXeF4</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/T5eBcPmYS7K99BCvGynZQE-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 02 Jul 2025 15:45:07 +0000</pubDate>                                                                                                                                <updated>Thu, 03 Jul 2025 18:29:58 +0000</updated>
                                                                                                                                            <category><![CDATA[Cyber Security]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Nathaniel Mott ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/hEFeUwJHtzVDWEZTcjDqt9.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Nathaniel has been writing about various aspects of the technology industry, from startups and cybersecurity to social media and enthusiast hardware, since 2011. Lately, he spends his time writing and spending time with his family.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/T5eBcPmYS7K99BCvGynZQE-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Bitcoin crash coin disintegrating]]></media:description>                                                            <media:text><![CDATA[Bitcoin crash coin disintegrating]]></media:text>
                                <media:title type="plain"><![CDATA[Bitcoin crash coin disintegrating]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/T5eBcPmYS7K99BCvGynZQE-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Here's the regularly scheduled reminder that no amount of stock imagery featuring shadowy figures in black hoodies and Guy Fawkes masks can make cybercriminals seem cool: A ransomware-as-a-service group is reportedly looking to sell information stolen from Welthungerhilfe, or "World Hunger Help," in exchange for 20 bitcoin.</p><p><em>The Record </em>today <a href="https://therecord.media/welthungerhilfe-german-hunger-relief-charity-ransomware-attack" target="_blank">reports</a> that the ransomware group "recently listed the charity on its darknet leak site" and that "although it is not clear whether WHH’s computer networks have also been encrypted," the German nonprofit has said "it would not be making an extortion payment to the criminals behind the attack."</p><p>CoinMarketCap <a href="https://coinmarketcap.com/currencies/bitcoin/" target="_blank">puts</a> the value of 20 bitcoin at roughly $2.1 million at the time of writing. That would be easy for some companies to pay—Mark Zuckerberg has <a href="https://www.wired.com/story/mark-zuckerberg-meta-offer-top-ai-talent-300-million/" target="_blank">reportedly</a> offered more than $100 million per year to work on Meta's various AI projects—but it's almost comically despicable to demand that much from a nonprofit like WHH.</p><p>This is how WHH describes its work on its <a href="https://www.welthungerhilfe.org/who-we-are" target="_blank">website</a>:</p><p>"In 2023 alone, WHH supported about 16.4 million people with its 630 overseas projects in 36 countries. In real terms, that means: Many people now harvest more and can therefore improve their diets. They now have clean drinking water or toilets at home, which leaves them less susceptible to illness. Others are earning or producing more and can begin an education. For the children, WHH's support means a chance of improved physical and mental development."</p><p>Now the organization has to respond to a ransomware incident (and, mea culpa, the media coverage that comes with it) instead of focusing on its mission. This isn't <a href="https://www.pcmag.com/news/hackers-try-to-sell-mining-bypass-for-nvidia-gpus-for-1-million" target="_blank">some teenagers demanding</a> that Nvidia make its graphics drivers open source; it's a potential impediment to WHH's efforts to help millions of people live better lives.</p><p>But that's a trend for this group: <em>The Record </em>reported that it "was previously responsible for attacks on multiple hospitals — including <a href="https://therecord.media/chicago-childrens-hospital-data-breach-ransomware" target="_blank">The Ann & Robert H. Lurie Children’s Hospital of Chicago</a> and hospitals run by <a href="https://therecord.media/prospect-hospitals-still-recovering" target="_blank">Prospect Medical Holdings</a> — and last year also <a href="https://therecord.media/easterseals-central-illinois-data-breach" target="_blank">attempted to extort</a> the disability nonprofit Easterseals."</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Crypto giant Coinbase falls prey to an inside job, expects up to $400 million in losses ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/cryptocurrency/crypto-giant-coinbase-falls-prey-to-an-inside-job-expects-up-to-usd400-million-in-losses</link>
                                                                            <description>
                            <![CDATA[ Some Coinbase employees stole customer information for hackers, causing some of its clients to fall victim to social engineering attacks. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">YZ42vQtFAytb7eZJ7BvvcB</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/d8FMtBoYmKBnuKvGXGM3VB-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 15 May 2025 13:40:26 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 12:56:11 +0000</updated>
                                                                                                                                            <category><![CDATA[Cryptocurrency]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                <author><![CDATA[ editors@tomshardware.com (Jowi Morales) ]]></author>                    <dc:creator><![CDATA[ Jowi Morales ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/gM7E2WSDg2wgCFoaDPz9yK.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Jowi Morales is a writer and journalist covering the tech beat since 2021. However, he’s been interested in technology far earlier than that. He started discovering desktop computers when his father brought home a Windows 95 PC, but his first real experience working under the hood of the PC was when the old computer’s hard drive was filled to the brim in the year 2000. He deleted the Windows folder to attempt to rectify the situation, which led to his dad buying a new desktop PC. Since then, he learned a lot more about computers, and he’s always been the go-to tech expert for his family and friends.&lt;/p&gt;&lt;p&gt;Jowi primarily uses a Windows workstation and an Android phone, but he also bought into the Apple ecosystem with the 6th-gen iPad, iPhone 14 Pro Max, and the M1 MacBook Air. Today, Jowi covers hardware and software from Redmond and Cupertino, while also looking at the tech industry in general.&lt;/p&gt;&lt;p&gt;Aside from covering technology, Jowi is an avid photographer and writes about automobiles, aviation, and tanks. You can find his bylines at &lt;a href=&quot;https://www.makeuseof.com/author/jowi-morales/&quot;&gt;MakeUseOf&lt;/a&gt;, &lt;a href=&quot;https://www.slashgear.com/author/jowimorales/&quot;&gt;SlashGear&lt;/a&gt;, and, of course, &lt;a href=&quot;https://www.tomshardware.com/author/jowi-morales&quot;&gt;Tom’s Hardware&lt;/a&gt;.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/d8FMtBoYmKBnuKvGXGM3VB-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Hacker]]></media:description>                                                            <media:text><![CDATA[Hacker]]></media:text>
                                <media:title type="plain"><![CDATA[Hacker]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/d8FMtBoYmKBnuKvGXGM3VB-1280-80.jpg" />
                                                                                                                                    </item>
                                <item>
                                                            <title><![CDATA[ AMD is allegedly working on Arm-based "Sound Wave" APUs for Microsoft's Surface laptops next year ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/pc-components/cpus/amd-is-allegedly-working-on-arm-based-sound-wave-apus-for-microsofts-surface-laptops-next-year</link>
                                                                            <description>
                            <![CDATA[ AMD is reportedly planning to integrate Arm-based cores in its Sound Wave APUs, in a bid to secure design wins for Microsoft's Surface laptops next year. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">9zRRPi7XfPEHAPmA8AqnqE</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/TUHuhJvJj44jmkGPxZh67g-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Wed, 14 May 2025 13:22:45 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 08:44:29 +0000</updated>
                                                                                                                                            <category><![CDATA[CPUs]]></category>
                                                    <category><![CDATA[PC Components]]></category>
                                                                                                <author><![CDATA[ editors@tomshardware.com (Hassam Nasir) ]]></author>                    <dc:creator><![CDATA[ Hassam Nasir ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/SxxNFHt95eGK37mKPhJpdZ.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Hassam is a lifelong PC gamer and tech enthusiast with over five years of experience in PC hardware journalism. His passion began in childhood when he rescued a discarded Pentium 4 processor, straightening its pins with a kitchen knife to revive a Dell Dimension 2400 at the age of seven. Since then, he has followed the advancements in technology, witnessing the evolution of hardware from the era of AMD&#039;s Opteron architecture to Intel&#039;s Smithfield (Pentium D), and the rise of Voodoo GPUs alongside Nvidia&#039;s FX GPUs taking the market by storm to the latest innovations today. As a seasoned writer, Hassam loves to get into the nitty-gritty details of hardware, providing insights on everything from CPUs, Motherboards and RAM to GPUs. When he’s not writing, you’ll find him building custom water-cooled PCs for himself and his friends, attending drag racing events, or collecting niche fragrances.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/TUHuhJvJj44jmkGPxZh67g-1280-80.png">
                                                            <media:credit><![CDATA[AMD]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[AMD]]></media:description>                                                            <media:text><![CDATA[AMD]]></media:text>
                                <media:title type="plain"><![CDATA[AMD]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/TUHuhJvJj44jmkGPxZh67g-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>AMD is allegedly working on an Arm-based SoC, codenamed "Sound Wave", in a bid to power Microsoft's Surface laptops next year, claims Kepler via <a href="https://www.ithome.com/0/852/661.htm" target="_blank">ITHome</a>. Moving away from traditional x86 designs, Sound Wave is reported to feature the Arm ISA and will likely leverage off-the-shelf Cortex cores. Details on exact specifications, availability, and pricing remain under wraps, so it's wise to approach this leak with caution.</p><p>Looking beyond its historical Wintel roots, Microsoft has made a clear push towards the WoA (Windows on Arm) platform. This was put into effect with the firm's partnership with Qualcomm, which yielded the <a href="https://www.tomshardware.com/laptops/snapdragon-x-plus-now-comes-in-an-8-core-variant" target="_blank">Snapdragon X </a>family. This was likely a significant catalyst that motivated Intel to engineer an efficiency-first alternative: <a href="https://www.tomshardware.com/pc-components/cpus/intel-launches-lunar-lake-claims-arm-beating-battery-life-worlds-fastest-mobile-cpu-cores" target="_blank">Lunar Lake</a>. In fact, even Nvidia is entering the WoA space with its rumored <a href="https://www.tomshardware.com/pc-components/cpus/nvidia-and-mediateks-ai-cpu-may-not-see-mass-rollout-until-late-2026-asus-dell-and-lenovo-reportedly-developing-n1x-desktops-and-laptops" target="_blank">N1 family </a>of SoCs, developed in partnership with MediaTek. </p><p>The strong success of the <a href="https://www.tomshardware.com/video-games/nintendo/nintendo-switch-2-hands-on-bigger-faster-and-with-mouse-controls">Nintendo Switch</a>, powered by Nvidia hardware, underlines a lucrative market for Arm-based handhelds. These Sound Wave SoCs, if true, could be a foundation for the Steam Deck 2, but I must emphasize this is highly speculative. Microsoft's current-generation <a href="https://www.tomshardware.com/laptops/ultrabooks-ultraportables/microsoft-surface-pro-2024-review" target="_blank">Surface Pro 11 </a>and <a href="https://www.tomshardware.com/laptops/snapdragon-x-powered-surface-laptop-7-gets-frequently-returned-item-warning-on-amazon" target="_blank">Surface 7 laptops </a>are powered by chips from Qualcomm and Intel. AMD's existing gap in efficiency compared to Snapdragon X, Lunar Lake, and likely soon-to-launch N1 offerings could be bridged with these Arm-based SoCs.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1336px;"><p class="vanilla-image-block" style="padding-top:21.11%;"><img id="H9gbRsM6iC7jzR9A3DpCfD" name="KeplerL2 describing AMD's Sound Wave" alt="KeplerL2 describing AMD's Sound Wave" src="https://cdn.mos.cms.futurecdn.net/H9gbRsM6iC7jzR9A3DpCfD.webp" mos="" align="middle" fullscreen="" width="1336" height="282" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: ITHome)</span></figcaption></figure>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ World's first CPU-level ransomware can "bypass every freaking traditional technology we have out there" — new firmware-based attacks could usher in new era of unavoidable ransomware ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/pc-components/cpus/worlds-first-cpu-level-ransomware-can-bypass-every-freaking-traditional-technology-we-have-out-there-new-firmware-based-attacks-could-usher-in-new-era-of-unavoidable-ransomware</link>
                                                                            <description>
                            <![CDATA[ Rapid7's Christiaan Beek has taken CPU ransomware to proof of concept. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">ZPZWEN4i34TAqg5Gy3sfC8</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/3qvD3RNQhjzVnwpfLt3eUF-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 14 May 2025 10:50:40 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 12:56:59 +0000</updated>
                                                                                                                                            <category><![CDATA[CPUs]]></category>
                                                    <category><![CDATA[PC Components]]></category>
                                                                                                <author><![CDATA[ stephen.warwick@futurenet.com (Stephen Warwick) ]]></author>                    <dc:creator><![CDATA[ Stephen Warwick ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/uWwzwaway8BM4BERLmtuNE.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Stephen is Tom&#039;s Hardware&#039;s News Editor with almost a decade of industry experience covering technology, having worked at TechRadar, iMore, and even Apple over the years. He has covered the world of consumer tech from nearly every angle, including supply chain rumors, patents and litigation, and more. When he&#039;s not at work, he loves reading about history and playing video games.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/3qvD3RNQhjzVnwpfLt3eUF-1280-80.jpg">
                                                            <media:credit><![CDATA[Tom&#039;s Hardware]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Ocypus Iota A62 Digital CPU Cooler]]></media:description>                                                            <media:text><![CDATA[Ocypus Iota A62 Digital CPU Cooler]]></media:text>
                                <media:title type="plain"><![CDATA[Ocypus Iota A62 Digital CPU Cooler]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/3qvD3RNQhjzVnwpfLt3eUF-1280-80.jpg" />
                                                                                                                                    </item>
                                <item>
                                                            <title><![CDATA[ RTX 5090 with Core 2 Duo? Nvidia driver change opens up bizarre system build options ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/pc-components/gpu-drivers/rtx-5090-with-core-2-duo-nvidia-driver-change-opens-up-bizarre-system-build-options</link>
                                                                            <description>
                            <![CDATA[ Updated Nvidia driver opens up the possibility of the worst CPU bottleneck in computing history. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">UruetnPswcVyidUMj7r6CB</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/M7GjigjZBV5QdNRUyiNce5-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 13 May 2025 14:33:49 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 12:51:17 +0000</updated>
                                                                                                                                            <category><![CDATA[GPU Drivers]]></category>
                                                    <category><![CDATA[PC Components]]></category>
                                                    <category><![CDATA[GPUs]]></category>
                                                                                                                    <dc:creator><![CDATA[ Mark Tyson ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/56vqMYLDaKRHPhHZgbADFR.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Mark&#039;s enthusiasm for computers dampened at an early age by the rubber-keyed Sinclair Spectrum 48K and feelings of Commodore 64 envy. However, in the mid-80s, hope in a digital future was rekindled by the purchase of an Atari 520 STe. Since that time Mark has used a multitude of computers for fun and professional endeavors. He often owned both Macs and PCs but went cold on the former after OS9 was killed off, and warmed to the latter with the introduction of Windows XP.&lt;br&gt;
&lt;br&gt;
Early work years were spent in artwork and reprographics but in the late noughties, Mark started to blog about computers, Taiwanese food culture, and guitar design. This activity led to a full-time position writing about breaking PC tech news for HEXUS, for the best part of a decade. When HEXUS was abruptly closed, Mark helped with the foundation of Club386, before finding a new home at Tom&#039;s Hardware.&lt;br&gt;
&lt;br&gt;
When not wearing through the keycap legends on his PC keyboards, Mark can be found wandering the computer malls of Taiwan&#039;s neon-lit conurbations and enjoying local and international cuisine.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/M7GjigjZBV5QdNRUyiNce5-1280-80.jpg">
                                                            <media:credit><![CDATA[Nvidia]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[GeForce RTX 5090 Founders Edition]]></media:description>                                                            <media:text><![CDATA[GeForce RTX 5090 Founders Edition]]></media:text>
                                <media:title type="plain"><![CDATA[GeForce RTX 5090 Founders Edition]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/M7GjigjZBV5QdNRUyiNce5-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Nvidia's newest drivers no longer require the system CPU to support the POPCNT instruction. We don't know why this change has been made, however, there are some fascinating implications regarding what you might call mismatched hardware. For example, tech enthusiast Bob Pony observed that due to this driver change, "you could possibly pair an [Nvidia GeForce] <a href="https://www.tomshardware.com/pc-components/gpus/nvidia-rtx-5090-can-crack-an-8-digit-passcode-in-just-3-hours">RTX 5090</a> with [an Intel] Core 2 Duo." We'd like to see it, and surely we will see this exact scenario tested by a TechTuber, shortly.</p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">UPDATE: Recent NVIDIA drivers no longer require the POPCNT CPU instruction, this means old CPUs such as the Intel Core 2 Duo will be able to install the latest NVIDIA drivers without any issues.And yes, that also means you could possibly pair an RTX 5090 with Core 2 Duo now. 😏 https://t.co/6GwpG9RrMP pic.twitter.com/v8h4eduVH5<a href="https://twitter.com/cantworkitout/status/1922045020577677764">May 12, 2025</a></p></blockquote><div class="see-more__filter"></div></div><p>In Pony's screenshot (unfurl the post embedded above) you can see what appears to be an <a href="https://www.tomshardware.com/reviews/core-memory-scaling,2342-2.html">Intel Core 2 Quad Q9650</a> processor powered system running a version of Windows 11 Pro. That alone might need some system hacking shenanigans. However, Pony asserts that the latest Nvidia driver, version 576.40 which was released just yesterday, now plays nicely with systems packing old <a href="https://www.tomshardware.com/reviews/core2-duo-knocks-athlon-64,1282.html">Core 2 Duo</a> CPUs (introduced 2006) which lack POPCNT support.</p><p>The tech enthusiast included a post later in the thread to show that Nvidia didn't support system CPUs lacking the POPCNT instruction when he checked last August. In fact, unfortunate users trying such an installation might face a 'soft brick' and have to wait through a number of boot loops before being able to recover Windows startup.</p><h2 id="so-what-is-popcnt">So, what is POPCNT?</h2><p>POPCNT is a CPU instruction and a short form derived from Population Count. Processors use it to determine how many bits are actively set in a given binary number. Notably, it is part of the SSE4.2 instruction set. Given that you have to go back more than a decade and a half to find processors without native POPCNT support, it doesn't really concern anyone who wants a practical workmanlike PC for typical 2025 workloads. </p><h2 id="windows-11-24h2-s-popcnt-requirement">Windows 11 24H2's POPCNT requirement</h2>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ AMD says AM5 platforms can support CUDIMMs, but won't commit to a release date ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/pc-components/cpus/amd-says-am5-platforms-can-support-cudimms-but-wont-commit-to-a-release-date</link>
                                                                            <description>
                            <![CDATA[ While AMD's AM5 platform is technically ready for advanced DDR5 features like CUDIMM, only future Ryzen processors may fully support them. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">vDWGUZGj2bh3Fao5XhyRSV</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/Xhq5oYwkQfjYUMCGZArNce-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 13 May 2025 11:11:21 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 12:51:54 +0000</updated>
                                                                                                                                            <category><![CDATA[CPUs]]></category>
                                                    <category><![CDATA[PC Components]]></category>
                                                                                                <author><![CDATA[ ashilov@gmail.com (Anton Shilov) ]]></author>                    <dc:creator><![CDATA[ Anton Shilov ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/uMZ5kNphxA2Ut6whdLaSQV.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Anton Shilov has been in the PC industry since 1990s playing games, building PCs, and writing stories about pretty much everything that relates to PCs, Macs, smartphones, tablets, and even fab equipment. Over his career, he has worked at a variety of high-ranking websites, including AnandTech, EE Times, TechRadar, X-bit labs, and now Tom&#039;s Hardware. When Anton is not reading or writing about something high-tech, he is probably watching a good movie, playing a video game, or spending time with his family.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/Xhq5oYwkQfjYUMCGZArNce-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Generic AMD AM5 CPU and motherboard]]></media:description>                                                            <media:text><![CDATA[Generic AMD AM5 CPU and motherboard]]></media:text>
                                <media:title type="plain"><![CDATA[Generic AMD AM5 CPU and motherboard]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/Xhq5oYwkQfjYUMCGZArNce-1280-80.jpg" />
                                                                                                                                    </item>
                                <item>
                                                            <title><![CDATA[ AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K Faceoff ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/pc-components/cpus/amd-ryzen-9-9950x3d-vs-intel-core-ultra-9-285k-faceoff</link>
                                                                            <description>
                            <![CDATA[ The Ryzen 9 9950X3D faces off against the Core Ultra 9 285K to determine which chip reigns supreme in the consumer desktop processor market. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">QLKaZ9fnNtwiTHqFUFDAu5</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/YWSzcvoVcBtdopYqdHcSJe-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Wed, 07 May 2025 12:34:55 +0000</pubDate>                                                                                                                                <updated>Tue, 07 Apr 2026 15:44:58 +0000</updated>
                                                                                                                                            <category><![CDATA[CPUs]]></category>
                                                    <category><![CDATA[PC Components]]></category>
                                                                                                                    <dc:creator><![CDATA[ Zhiye Liu ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/HhmwL5w9ggUtLCPfqGjTi4.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Zhiye’s love for PC hardware began when he accidentally set his Pentium P54CS PC on fire, short-circuiting his entire home. From that day on, he has constantly pursued greater hardware knowledge, which ultimately led him from being a power user to a writer at Tom’s Hardware. When Zhiye’s not covering the latest news on CPUs or GPUs, you can find him overclocking RAM to the latest trance hits.&lt;/p&gt; ]]></dc:description>
                                                                                                        <dc:contributor><![CDATA[ Paul Alcorn ]]></dc:contributor>
                                                                                                                                                                                    <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/YWSzcvoVcBtdopYqdHcSJe-1280-80.png">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K Faceoff]]></media:description>                                                            <media:text><![CDATA[AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K Faceoff]]></media:text>
                                <media:title type="plain"><![CDATA[AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K Faceoff]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/YWSzcvoVcBtdopYqdHcSJe-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Today, we'll put the AMD Ryzen 9 9950X3D vs the Intel Core Ultra 9 285K in a heated contest to see which chip comes out on top. The best processor is not necessarily the one with the most number of cores or the highest clock speeds; rather, it is the one that fulfills your specific requirements and fits within your budget. Gamers do not necessarily require the highest-end chip to enjoy the latest AAA games, although having one wouldn't hurt. However, numerous compelling reasons exist for a consumer to seek to acquire a flagship processor.</p><p>You may be part of a small, elite crowd of enthusiastic gamers with the financial capacity to acquire the latest and greatest mainstream processor. Alternatively, you could be among the type of users who use their systems for more than just casual gaming, thereby warranting a more substantial investment in a processor that provides considerable processing power alongside exceptional gaming performance. The million-dollar question remains whether to choose between Intel or AMD, as both chipmakers have released highly compelling flagship processors in the current market.</p><p>AMD currently has two coexisting mainstream processor lineups in the retail market. The vanilla <a href="https://www.tomshardware.com/pc-components/cpus/amd-announces-zen-5-ryzen-9000-processors-launches-in-july-four-new-ryzen-9-7-and-5-processors-with-a-16-ipc-improvement">Ryzen 9000</a> (codename Granite Ridge) series was the inaugural launch, later followed by the <a href="https://www.tomshardware.com/pc-components/cpus/amd-ryzen-9-9950x3d-review">Ryzen 9000X3D</a> series, which incorporates AMD's <a href="https://www.tomshardware.com/news/amd-shares-new-second-gen-3d-v-cache-chiplet-details-up-to-25-tbs">3D V-Cache</a> technology, significantly enhancing gaming performance. Consequently, AMD has two flagship products: the <a href="https://www.tomshardware.com/pc-components/cpus/amd-ryzen-9-9950x3d-review">Ryzen 9 9950X3D</a> from the <a href="https://www.amd.com/en/products/processors/technologies/3d-v-cache.html">3D V-Cache</a> branch and the <a href="https://www.tomshardware.com/pc-components/cpus/amd-ryzen-9-9950x-cpu-review">Ryzen 9 9950X</a> from the main family. In contrast, Intel only has the <a href="https://www.tomshardware.com/pc-components/cpus/intel-launches-arrow-lake-core-ultra-200s-big-gains-in-productivity-and-power-efficiency-but-not-in-gaming">Core Ultra 200S </a>(codenamed Arrow Lake) series to compete against AMD, with the Core Ultra 9 285K as the singular leader of Intel's army.</p><h3 class="article-body__section" id="section-features-and-specifications-amd-ryzen-9-9950x3d-vs-intel-core-ultra-9-285k"><span>Features and Specifications: AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K</span></h3><p>The Ryzen 9 9950X3D features Zen 5 execution cores and adheres to a conventional<a href="https://www.amd.com/en/products/processors/desktops/ryzen/9000-series/amd-ryzen-9-9950x3d.html"> 16-core, 32-thread configuration</a>. On the contrary, the Core Ultra 9 285K employs a hybrid design, i<a href="https://www.intel.com/content/www/us/en/products/sku/241060/intel-core-ultra-9-processor-285k-36m-cache-up-to-5-70-ghz/specifications.html">ntegrating P-cores (Lion Cove) and E-cores (Skymont)</a>. Consequently, the Core Ultra 9 285K showcases a 24-core, 24-thread design. With Arrow Lake, Intel went with an approach without Hyper-Threading, so the Core Ultra 9 285K has fewer threads than the Ryzen 9 9950X3D.</p><p>Concerning clock speeds, the Ryzen 9 9950X3D exhibits a 16% greater base clock speed than the Core Ultra 9 285K. However, both processors possess identical boost clocks. For cache capacity, the Ryzen 9 9950X3D is equipped with AMD's 3D V-Cache, providing a total cache of 144MB (16MB L2 + 128MB L3). On the other hand, the Core Ultra 9 285K is accompanied by a cache capacity of 76MB (36MB L2 + 40MB L3). Consequently, the Ryzen 9 9950X3D has 3.2X more L3 cache, which is advantageous for gaming and specific workloads.</p><div ><table><thead><tr><th class="firstcol " ><p>Processor</p></th><th  ><p>AMD Ryzen 9 9950X3D</p></th><th  ><p>Intel Core Ultra 9 285K</p></th></tr></thead><tbody><tr><td class="firstcol " ><p><strong>MSRP</strong></p></td><td  ><p>$699</p></td><td  ><p>$599</p></td></tr><tr><td class="firstcol " ><p><strong>Microarchitecture</strong></p></td><td  ><p>Zen 5 X3D</p></td><td  ><p>Lion Cove / Skymont</p></td></tr><tr><td class="firstcol " ><p><strong>Cores / Threads (P+E)</strong></p></td><td  ><p>16 / 32</p></td><td  ><p>24 / 24 (8+16)</p></td></tr><tr><td class="firstcol " ><p><strong>P-Core Base / Boost Clock (GHz)</strong></p></td><td  ><p>4.3 / 5.7</p></td><td  ><p>3.7 / 5.7</p></td></tr><tr><td class="firstcol " ><p><strong>E-Core Base / Boost Clock (GHz)</strong></p></td><td  ><p>N/A</p></td><td  ><p>3.2 / 4.6</p></td></tr><tr><td class="firstcol " ><p><strong>Cache (L2/L3)</strong></p></td><td  ><p>144MB (16+128)</p></td><td  ><p>76MB (36+40)</p></td></tr><tr><td class="firstcol " ><p><strong>TDP / PBP or MTP</strong></p></td><td  ><p>170W / 230W</p></td><td  ><p>125W / 250W</p></td></tr><tr><td class="firstcol " ><p><strong>Memory</strong></p></td><td  ><p>DDR5-5600</p></td><td  ><p>CUDIMM DDR5-6400 / DDR5-5600</p></td></tr></tbody></table></div><p>The Ryzen 9 9950X3D has a 36% greater TDP (Thermal Design Power) or, in Intel's case, PBP (Processor Base Power), than the Core Ultra 9 285K. Nevertheless, the latter features a 9% higher MTP (Maximum Turbo Power). Therefore, the Ryzen 9 9950X3D has superior power efficiency to the Core Ultra 9 285K.</p><p>The Ryzen 9 9950X3D and Core Ultra 9 285K support PCIe 5.0 connectivity and DDR5 memory. Both provide 24 high-speed PCIe 5.0 lanes to support the latest graphics cards and PCIe 5.0 SSDs. Regarding memory support, only the Core Ultra 9 285K has embraced CUDIMMs (Clocked Unbuffered Dual In-line Memory Modules), bumping the native supported frequency up to DDR5-6400. As far as conventional DIMMs are concerned, both support DDR5-5600.</p><p>Platform longevity favors the Ryzen 9 9950X3D, as the chip resides on the AM5 platform, which was launched in 2022 with AMD's commitment to providing support until 2027. On the other hand, the Core Ultra 9 285K uses the LGA1851 platform, which was released in 2024, but its life span is likely to be limited. There are indications that Intel may refresh Arrow Lake for LGA1851 before transitioning to the LGA1954 platform for forthcoming processors.</p><p><strong>⭐ </strong><em><strong>Winner: Tie</strong></em></p><p>Specification-wise, the Ryzen 9 9950X3D has a big L3 cache thanks to AMD's 3D V-Cache technology and lower power consumption overall than the Core Ultra 9 285K. Another of AMD's strengths is the life expectancy of the AM5 platform, which is substantially higher than LGA1851. Investing in the platform now offers a ticket for future processor upgrades.</p><p>The LGA1851, in contrast, represents a fading platform. Arrow Lake may be the sole chip to utilize the LGA1851 platform, or possibly Arrow Lake Refresh, assuming the latest rumors are true. This is not particularly surprising, as the typical cadence for Intel sockets has consistently been two or three generations of chips, unlike AMD.</p><p>In LGA1851's defense, it is presently the sole platform that completely supports CUDIMMs. One advantage the Core Ultra 9 285K holds over the Ryzen 9 9950X3D is the possibility of leveraging CUDIMMs, such as high-speed memory DDR5-9200 and beyond. Nevertheless, considering the long life span of AM5, it is likely that full CUDIMM support will be introduced for AMD's platform in due course.</p><h3 class="article-body__section" id="section-gaming-benchmarks-and-performance-amd-ryzen-9-9950x3d-vs-intel-core-ultra-9-285k"><span>Gaming Benchmarks and Performance: AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K</span></h3><p>This article provides an overview of the Ryzen 9 9950X3D and Core Ultra 9 285K's performance metrics. We have also published in-depth individual reviews of these two CPUs, which you can refer to for more details. These graphs show the geometric mean of our gaming test results with these two CPUs at 1080p (1920x1080) resolution.</p><p>We paired both CPUs with the Nvidia <a href="https://www.tomshardware.com/pc-components/gpus/nvidia-geforce-rtx-5090-review">GeForce RTX 5090</a> graphics card to minimize potential bottlenecks. Testing at 1080p might seem irrelevant for such a powerful setup, but this resolution allows us to see the full potential of our CPUs in gaming.</p><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/e44Z4iVvgxYfKsfjyR5FaR.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/S33jzhUME5FRhra55vEPbR.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/L27jX235gp69yMkTSFCFaR.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/4ooCiygPfYtroyY5KLTxcR.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/32EMXJXj5jysVVpcbAepcR.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/XBCmuaHf3JqtKz7jxfhVbR.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/nwKPYNFHR2mLWxAxFoDPbR.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/niWJovncQrnBkZDfVAdVbR.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/j6Fm3VrcoWdpknRNPwjTbR.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/qv49mHrthTiNHeCp9RwTbR.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/Cg8huf5r4rkSzUSeD6TVbR.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/z4gxGMpxSDbde7RdUrXRbR.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/gAKhyLisumrMuRieH9RSbR.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/pcrmoQbXabXFLjBAVsEQbR.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/Wh47f6YoA4iruNZest2AbR.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/rCtQZvPjkh3CMT4eySM9bR.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/EoKcFMBvftf49Mwkru99bR.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/fyTs6EnseuDHwWg8hJN4bR.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure></figure><p>The Ryzen 9 9950X3D outperformed the Core Ultra 9 285K in gaming performance. This outcome was anticipated, as gaming performance is the former's most notable strength, attributable to the substantial L3 cache enabled by AMD's 3D V-Cache technology.</p><p>Cumulatively, the Ryzen 9 9950X3D yielded average frame rates that were 34% higher than those of the Core Ultra 9 285K throughout our testing suite of 16 games, utilizing a combination of High and Ultra graphical settings at 1080p. Furthermore, the AMD flagship demonstrated a 27% higher result in 1% Lows.</p><p>The Ryzen 9 9950X3D and Core Ultra 9 285K hit the market at $699 and $620, respectively. The former presents 0.28 FPS per dollar, while the latter offers 0.23. Despite costing 13% more, the Ryzen 9 9950X3D has more gaming value for your money. While the Ryzen 9 9950X3D has maintained its pricing, the Core Ultra 9 285K has dropped to $589, reaching 0.25.</p><p><strong>⭐ </strong><em><strong>Winner: AMD</strong></em></p><p>The Ryzen 9 9950X3D is undoubtedly the better choice for gaming enthusiasts. While the Core Ultra 9 285K is a capable gaming processor, it falls short compared to the Ryzen 9 9950X3D, which is almost 35% faster in average frame rates and close to 30% faster in 1% Lows.</p><p>The Ryzen 9 9950X3D has consistently maintained a higher price point than the Core Ultra 9 285K. Notwithstanding the recent price reductions of the Core Ultra 9 285K, the Ryzen 9 9950X3D continues to provide better value in gaming.</p><h3 class="article-body__section" id="section-productivity-performance-amd-ryzen-9-9950x3d-vs-intel-core-ultra-9-285k"><span>Productivity Performance: AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K</span></h3><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/dnUAHHbCVS8RhHj32APuPg.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/vNwUTgXXFbDcbahrksdcPg.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/hBZAWxAdkseCL5SNpKjnPg.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/vpAFPHHsW8keyGrDcDEWPg.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/7iA9tjSPbrwz4dDgpopkPg.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/tYMgoQtTuaHKeTR8GyFTPg.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/5svWCZrxNGuv2XrunGFkPg.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/tyskY9qSWPcDwXuZSU6TPg.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/kSzfbnPNQ3Kym7UfubafPg.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/oxeX5u7kdELiJFjV9wLUPg.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure></figure><p>The Ryzen 9 9950X3D flaunts superior multi-threaded performance, but the contest is heated. The Zen 5 processor delivers a mere 3% higher multi-threaded performance than the Core Ultra 9 285K.</p><p>Looking at benchmarks individually, there are times when the Core Ultra 9 285K is substantially faster. For example, the Intel chip boasted 18% higher results in POV-Ray or 11% higher in HandBrake x265. The Ryzen 9 9950X3D also has its moments, such as in V-Ray 6, where it outperformed the Core Ultra 9 285K by 17%.</p><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/ecudDnGhEe4eeqtDgj7tTB.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/gF3HwZTCiMscMPZXpDnmTB.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/evzQwy8jYHnnAJhJ4KVzTB.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/Tn3wTVeomf82Jir9PtD4UB.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/QPDsV6RGnZyuHx4TtQHvTB.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/USaRrkuNkax2Qc78RtWqTB.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/s7HPJnWkGRcnunQJZrBnTB.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure></figure><p>Intel continues to be the leader in single-threaded performance; however, the disparity has been narrowing, as evidenced by the current generation. The Core Ultra 9 285K achieved a 9% better single-threaded overall than the Ryzen 9 9950X3D.</p><p>The POV-Ray benchmark clearly favors the Core Ultra 9 285K, which significantly surpassed the Ryzen 9 9950X3D by an impressive 31%. Conversely, the performance delta between the two processors wasn't as big in other workloads.</p><p><strong>⭐ </strong><em><strong>Winner: Tie</strong></em></p><p>There is no definitive victor in this comparison. The Ryzen 9 9950X3D has higher multi-threaded performance relative to the Core Ultra 9 285K. Nevertheless, the disparity stands at merely 3%, a difference that may not be noteworthy across all workloads.</p><p>Meanwhile, the Core Ultra 9 285K is better at single-thread performance than the Ryzen 9 9950X3D, where the former exhibits a speed increase of 9% over the latter. It can be argued that a loss of 3% is more tolerable than a loss of 9%; this perspective holds validity when one prioritizes a chip for productivity purposes while overlooking gaming considerations.</p><h3 class="article-body__section" id="section-overclocking-amd-ryzen-9-9950x3d-vs-intel-core-ultra-9-285k"><span>Overclocking: AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K</span></h3><p>The Ryzen 9 9950X3D and Intel Core Ultra 9 285K have unlocked multipliers and are ready for your manual overclocking endeavors. The quality of overclocking can vary significantly between processors, and currently, we do not possess a substantial number of samples from which to derive definitive conclusions. Our results are primarily based on our overclocking experiences with the single sample available in our lab. </p><p>In the context of the Ryzen 9 9950X3D, we activated AMD's Precision Boost Overdrive (PBO) functionality. For the PBO configuration, we utilized the 'advanced' and 'motherboard' power settings, accompanied by a 10X scalar adjustment and an increase of 200 MHz in the clock speed. Furthermore, we implemented a -15 all-core Curve Optimizer offset.</p><p>We've also experimented with Intel's latest '<a href="https://www.tomshardware.com/pc-components/cpus/we-tested-intels-unreleased-200s-boost-feature-7-percent-higher-gaming-performance-thanks-to-memory-overclocking-now-covered-by-the-warranty">200S Boost</a>' feature combined with some manual overclocking. But the long story short is that there isn't much practical headroom for performance gains with fabric overclocking. Intel also offers manual tuning for the P-cores and E-cores, though the actual performance gains are heavily weighted towards the latter.</p><p><strong>⭐ </strong><em><strong>Winner: Tie</strong></em></p><p>Unlike the old Pentium, modern processors arrive with little headroom for serious overclocking with conventional cooling. It's a two-way street. On a positive note, you can rest easy at night knowing their chips are at or near their potential. However, on the downside, the art of extracting additional performance at no cost is slowly fading away.</p><h3 class="article-body__section" id="section-power-consumption-efficiency-and-cooling-amd-ryzen-9-9950x3d-vs-intel-core-ultra-9-285k"><span>Power Consumption, Efficiency, and Cooling: AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K</span></h3><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/TVqKkPxfvurrvmRWVAaheR.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/ztyHCmsFaP24Sso4RogneR.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/nfgUoGEJ6E74NRXQmq6jeR.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/7N6hRvhFTgvvFLoU4cvoeR.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/qmppoCrvBQ4d2iwfrxTheR.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/aXYKa55gkCU6fvQwmCjgeR.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/YzXd267JycrNB7mVsjwkeR.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/myabGwq86gTVysdcZhr9fR.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/C7qSsHZGZcorNaqobsqneR.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure></figure><p>On the contrary, the Core Ultra 9 285K reveals a higher power consumption during various workload scenarios. The Intel chip operates within a power range of 219W to 325W, whereas its AMD counterpart operates between 178W and 228W. Notably, the Ryzen 9 9950X3D has a peak power consumption that is 30% lower than that of the Core Ultra 9 285K.</p><p>Most PCs rarely truly idle; users might leave various applications open on the desktop. There's also an 'active idle' use case wherein the user does a low-load activity, such as browsing the web or watching a YouTube video. To model this behavior, we created an active idle test (second slide) with two browser windows open (one with two tabs idling on a website and another window with a 4K YouTube video stream playing). We measure this level of activity across a 15-minute timespan.</p><p>The Core Ultra 9 285K has 30% lower idle power consumption than the Ryzen 9 9950X3D. Furthermore, the Core Ultra 9 285 K's active idle power consumption during YouTube playback is particularly notable, as it consumes 39% less power.</p><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/LjueZJa5aa2qdiBXeBHhL8.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/dVhg9G5Cgxd5aCcjs7xZL8.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/FnPFoKafYVLfgAwMacqVL8.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/nw7EYBjvZCAksmC7VcpVL8.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/HpnENB4XDh6rxac8DbZYL8.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/ano9pTZLUjJuWDfGfTtZL8.png" alt="AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K" /><figcaption><small role="credit">Tom's Hardware</small></figcaption></figure></figure><p>The Core Ultra 9 285K was more power efficient in the Linpack workload, displaying a 5% lower watt-hour. The Ryzen 9 9950X3D excelled in the Cinebench 2024 workload, landing a 10% higher watts per point and a 13% lower watts per FPS in the HandBrake x265 test.</p><p>The ideal balance is performance at a reduced power consumption. To elaborate, the processor at the bottom right corner of the power efficiency charts represents the best chip in terms of efficiency. The Ryzen 9 9950X3D outperforms the Core Ultra 9 285K in multiple benchmarks.</p><p><strong>⭐ </strong><em><strong>Winner: AMD</strong></em></p><p>The Core Ultra 9 285K wins at idle power consumption, but the Ryzen 9 9950X3D consumes less power under load. While both idle and average power consumption should be considered, the latter is ultimately more important since we typically use our systems under heavier use or in 'active idle' conditions rather than letting them truly idle for prolonged periods.</p><p>Furthermore, the Ryzen 9 9950X3D has better power efficiency than the Core Ultra 9 285K. A power-efficient processor helps reduce system costs, including processor cooling and power supply capacity expenses. It also positively contributes to electricity savings.</p><h3 class="article-body__section" id="section-pricing-amd-ryzen-9-9950x3d-vs-intel-core-ultra-9-285k"><span>Pricing: AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K</span></h3><p>The Ryzen 9 9950X3D launched last month at $699. Since this processor recently came out of the oven, it's unrealistic to expect any price adjustments. Meanwhile, the Core Ultra 9 285K debuted at $620 in October 2024. Nowadays, you can find the flagship Arrow Lake chip at U.S. retailers for $589, 5% below the launch price.</p><p>Intel processors usually maintain their value until the next generation arrives. Therefore, it's unlikely that the Core Ultra 9 285K will officially get any cheaper. You may still find a retailer deal here or there.</p><p>To put things in perspective, the Ryzen 9 9950X3D's gaming performance is 34% higher than the Core Ultra 9 285K while being 19% more expensive. The Zen 5 part has a 3% multi-threaded advantage over the Core Ultra 9 285K, but the Intel chip does have up to 9% higher single-threaded performance, though.</p><p><strong>⭐ </strong><em><strong>Winner: AMD</strong></em></p><p>At $699, the Ryzen 9 9950X3D may look like a scary investment. However, our results show that even with that hefty price tag, the 3D V-Cache flagship gives you more value for your money in gaming. The multi-threaded performance isn't shabby, but it does lose out to the Core Ultra 9 285K in single-threaded performance.</p><p>The Ryzen 9 9950X3D already looks good. However, its appeal will grow further when the pricing starts to decline, whether through official price reductions or retailer promotions during special events such as Black Friday.</p><h3 class="article-body__section" id="section-bottom-line-amd-ryzen-9-9950x3d-vs-intel-core-ultra-9-285k"><span>Bottom Line: AMD Ryzen 9 9950X3D vs Intel Core Ultra 9 285K</span></h3><div ><table><thead><tr><th class="firstcol empty" ></th><th  ><p>AMD Ryzen 9 9950X3D</p></th><th  ><p>Intel Core Ultra 9 285K</p></th></tr></thead><tbody><tr><td class="firstcol " ><p>Features and Specifications</p></td><td  ><p>❌</p></td><td  ><p>❌</p></td></tr><tr><td class="firstcol " ><p>Gaming</p></td><td  ><p>❌</p></td><td  ></td></tr><tr><td class="firstcol " ><p>Productivity Applications</p></td><td  ><p>❌</p></td><td  ><p>❌</p></td></tr><tr><td class="firstcol " ><p>Overclocking</p></td><td  ><p>❌</p></td><td  ><p>❌</p></td></tr><tr><td class="firstcol " ><p>Power Consumption, Efficiency, and Cooling</p></td><td  ><p>❌</p></td><td  ></td></tr><tr><td class="firstcol " ><p>Pricing</p></td><td  ><p>❌</p></td><td  ></td></tr><tr><td class="firstcol " ><p><strong>Total</strong></p></td><td  ><p><strong>6</strong></p></td><td  ><p><strong>3</strong></p></td></tr></tbody></table></div><p>The gaming performance of the Ryzen 9 9950X3D was never in doubt, particularly given that lower-tier Zen 5 components equipped with 3D V-Cache have already surpassed the Core Ultra 9 285K by massive margins. However, the more important question is whether the Ryzen 9 9950X3D possesses any appeal outside the gaming realm. The answer to this inquiry is yes.</p><p>In addition to being a great gaming processor, the Ryzen 9 9950X3D can double as a productivity monster, similar to the vanilla Ryzen 9 9950X. Thanks to the Zen 5 architecture and the 16-core, 32-thread configuration, the Ryzen 9 9950X3D has no issues tackling demanding workloads, as long as they benefit from multi-threading. Unfortunately, the Ryzen 9 9950X3D's single-threaded performance lags behind the Core Ultra 9 285K.</p><p>However, if you can overlook the Ryzen 9 9950X3D's single-threaded weakness, the Zen 5 chip is a fantastic all-around performer that's power efficient and offers support for the latest technology. And unlike the Core Ultra 9 285K, the Ryzen 9 9950X3D doesn't leave you feeling like you just bought an obsolete processor—at least for a couple of years.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Intel hedges its bet for High-NA EUV with the 14A process node — an alternate Low-NA technique has identical yield and design rules ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/pc-components/cpus/intel-hedges-its-bet-for-high-na-euv-with-the-14a-process-node-an-alternate-low-na-technique-has-identical-yield-and-design-rules</link>
                                                                            <description>
                            <![CDATA[ Intel has not yet fully committed to using the new High-NA EUV chipmaking tool in production and has an alternative production flow of its 14A node that uses standard Low-NA EUV as a backup plan. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">a6k8GKETMuTaTeTt7Zye93</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/BdK2BuxVmNQqeKJHjBGWF9-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 02 May 2025 13:10:02 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 08:44:36 +0000</updated>
                                                                                                                                            <category><![CDATA[CPUs]]></category>
                                                    <category><![CDATA[PC Components]]></category>
                                                                                                <author><![CDATA[ palcorn@outlook.com (Paul Alcorn) ]]></author>                    <dc:creator><![CDATA[ Paul Alcorn ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/RZRmFeQfPy3etHjBQitbGW.jpeg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;As a teenager, Paul scraped up enough money to buy a 486-powered PC with a turbo button (yes, a turbo button). Back when floppies were still popular he was already chasing after the fastest spinners for his personal computer, which led him down the long and winding storage road, covering enterprise storage. His current focus is on consumer processors, though he still keeps a close eye on the latest storage news. In his spare time, you’ll find Paul hanging out with his kids or indulging his love of the Kansas City Chiefs and Royals.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/BdK2BuxVmNQqeKJHjBGWF9-1280-80.jpg">
                                                            <media:credit><![CDATA[Tom&#039;s Hardware]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[High-NA EUV]]></media:description>                                                            <media:text><![CDATA[High-NA EUV]]></media:text>
                                <media:title type="plain"><![CDATA[High-NA EUV]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/BdK2BuxVmNQqeKJHjBGWF9-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Intel explained the rationale behind its High-NA EUV strategy at its <a href="https://www.tomshardware.com/pc-components/cpus/intel-foundry-roadmap-update-new-18a-pt-variant-that-enables-3d-die-stacking-14a-process-node-enablement">Intel Foundry Direct 2025</a> conference this week. Despite persistent questions around cost-effectiveness, Intel has <a href="https://www.tomshardware.com/tech-industry/intel-has-championed-high-na-euv-chipmaking-tools-but-costs-and-other-limitations-could-delay-industry-wide-adoption-report">championed its use of the new High-NA EUV chipmaking tool</a> with its forthcoming 14A process. However, Intel has not yet fully committed to using the new tool in production, but it has an alternative production flow of its 14A node that uses standard Low-NA EUV as a backup plan.</p><p>Intel has already received a second high-NA EUV tool, installed in its Oregon fab, and the company says the technology is progressing well. However, due to continuing development, the ~$400 million ASML Twinscan NXE:5000 High-NA EUV machines haven’t been used in a production environment yet, so Intel isn’t taking any risks.  </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:4000px;"><p class="vanilla-image-block" style="padding-top:56.30%;"><img id="BdK2BuxVmNQqeKJHjBGWF9" name="20250429_100150.jpg" alt="High-NA EUV" src="https://cdn.mos.cms.futurecdn.net/BdK2BuxVmNQqeKJHjBGWF9.jpg" mos="" align="middle" fullscreen="" width="4000" height="2252" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Tom's Hardware)</span></figcaption></figure><p>“[..]The first one is, Intel still has the option to have either a Low-NA or a High-NA solution on our 14A technology, and its design-rule compatible, there will be no impact to the customers, depending on the path that we choose. Second, High-NA EUV is performing to the expectations, and we will introduce it at the right time," said Dr. Naga Chandrasekaran, EVP, CTOO & GM of Intel Foundry Technology and Manufacturing.</p><p>"We already have data on 18A as well as 14A that shows yield parity between our Low-NA-based solution and a High-NA-based solution. So, we are continuing to make progress on the technology front and ensuring that we have the right options available for us to make sure the solution we deliver to our customers has the lowest risk and the best reward in terms of the decisions we make,” Naga explained.</p><p>Intel will only use High-NA EUV on a small number of layers of the 14A node (the exact number isn’t known), while other machines of varying resolutions will be used for the other layers. That means the decision between the two machines will only impact a select portion of the manufacturing process, but Intel says using triple-patterning with a Low-NA EUV (more below) machine instead of High-NA produces the same results.</p><p>Because both techniques are design-rule compatible, Intel’s customers won’t have to change their designs regardless of the company’s decision on the final manufacturing flow, either with or without High-NA EUV, which helps defray concerns that customers might have with Intel embracing an as-yet unproven production technology. </p><p>Additionally, Intel’s claim that both production flows offer the same yields signals that there won’t be severe time-to-market repercussions if High-NA EUV development hits a snag, or if Intel chooses not to deploy it due to economics. Employing multipatterning often reduces yields, but Intel's claim of yield parity speaks to the advances of modern multipatterning, particularly in the field of overlay technology.</p><p>Most of the public-facing conversations about High-NA EUV have centered around cost, there's plenty of <a href="https://www.tomshardware.com/tech-industry/manufacturing/asml-fires-back-at-accusations-that-its-next-gen-high-na-euv-chipmaking-tools-are-too-expensive">industry speculation that High-NA isn't as cost-effective</a> as multi-patterning with Low-NA EUV, but there are still numerous technological hurdles to bringing the machines into production. Most of the challenges center around the universe of complementary technologies required to make High-NA viable, like resists, photomasks, and computational lithography, among others, which have to be optimized for the new machines. <br><br>However, Intel adopted ASML's machine first to get a leg up on the competition, and it has already <a href="https://www.tomshardware.com/tech-industry/intel-has-processed-30-000-wafers-with-high-na-euv-chipmaking-tool">produced 30,000 wafers using High-NA lithography</a> during the development phase. As a representative explained later in the event, Intel still sees significant cost savings due to eliminating around 40 process steps. </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:4000px;"><p class="vanilla-image-block" style="padding-top:56.30%;"><img id="kXFHgQwGZvYsvvqYFvpcW8" name="20250429_134414.jpg" alt="High-NA EUV" src="https://cdn.mos.cms.futurecdn.net/kXFHgQwGZvYsvvqYFvpcW8.jpg" mos="" align="middle" fullscreen="" width="4000" height="2252" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Tom's Hardware)</span></figcaption></figure><p>“Finally, I want to talk about High-NA EUV. Why do we do this? It's very simple; It's lower cost. In the middle picture, you see a pattern that has been generated by a single pass High-NA EUV and a pitch that is comparable to the pitch that we need for 14A. The right-hand side shows a very similar pattern generated with a traditional approach, where we use three EUV exposures [triple patterning], and overall about 40 process steps to generate this pattern."</p><p>"So, overall, we see much shorter, simpler flow, and this is the type of application where we use High-NA in 14A, which reduces the cost compared to the multi-pass 0.33 NA EUV [Low-NA]. Additionally, this provides the option to de-populate the metal layers and get additional performance enhancement.”</p><p>Intel didn't specify whether or not its comparisons are based on a full-reticle-sized print. High-NA can only print half of a reticle at a time, requiring two prints to create one reticle-sized processor and relying upon stitching to bring the two prints together into a single cohesive unit. In contrast, die that are equal to or smaller than a half-reticle size will only require one print with High-NA EUV. In contrast, Low-NA EUV machines can process a full reticle-sized die in a single print. </p><h2 id="thoughts">Thoughts</h2><p>Intel has plenty of scar tissue from its 10nm node failures that ultimately ended in the company losing its chipmaking lead over TSMC, and it chalks the 10nm issues up to making too many big bets on new manufacturing techniques and technologies at once.</p><p>The decision to develop an alternative Low-NA production flow is designed to prevent repeating those past mistakes, and Intel has also de-risked other types of advances by developing alternative solutions in the past.</p><p>For instance, the company developed its new backside power delivery system with the 18A node, an industry first, while simultaneously developing gate-all-around (GAA) transistors, a first for Intel. To ensure a backup plan, the company employed a more robust de-risking strategy with its 20A process that included <a href="https://newsroom.intel.com/client-computing/powervia-test-shows-industry-leading-performance#:~:text=Intel%20is%20first%20to%20implement,blue%20sky%20creek%20test%20chips.">developing an internal-only trial process node without gate-all-around transistors</a>. However, <a href="https://www.anandtech.com/show/17344/intel-opens-d1x-mod3-fab-expansion-moves-up-intel-18a-manufacturing-to-h22024">development went well with both GAA and backside power delivery</a>, so Intel pushed forward with the full version of the node.</p><p><a href="https://www.tomshardware.com/tech-industry/tsmc-unveils-1-4nm-technology-2nd-gen-gaa-transistors-full-node-advantages-coming-in-2028">Intel rival TSMC has confirmed it will not use High-NA with its competing A14 node</a>, and it hasn&apos;t indicated when it will employ the new High-NA EUV tool in volume production. Intel had originally planned to use High-NA with its 18A process, which arrives before the 14A node. Intel later changed those plans, saying that the process node&apos;s unexpectedly fast development meant <a href="https://www.anandtech.com/show/20066/intel-highna-lithography-update-dev-work-on-intel-18a-production-in-future-node">the machines wouldn&apos;t be ready in time</a>.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Software dev fortifies his blog with 'zip bombs' — attacking bots meet their end with explosive data package ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/desktops/servers/software-dev-fortifies-his-blog-with-zip-bombs-attacking-bots-meet-their-end-with-explosive-data-package</link>
                                                                            <description>
                            <![CDATA[ This developer sends zip bombs to pesky web crawlers that attempt to compromise his website. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">ANxCUhWSNSxasbRNPCn2iJ</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/iztHhh6i622g6R3Xym8BFo-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 30 Apr 2025 15:57:11 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 08:45:14 +0000</updated>
                                                                                                                                            <category><![CDATA[Servers]]></category>
                                                    <category><![CDATA[Desktops]]></category>
                                                                                                <author><![CDATA[ editors@tomshardware.com (Jowi Morales) ]]></author>                    <dc:creator><![CDATA[ Jowi Morales ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/gM7E2WSDg2wgCFoaDPz9yK.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Jowi Morales is a writer and journalist covering the tech beat since 2021. However, he’s been interested in technology far earlier than that. He started discovering desktop computers when his father brought home a Windows 95 PC, but his first real experience working under the hood of the PC was when the old computer’s hard drive was filled to the brim in the year 2000. He deleted the Windows folder to attempt to rectify the situation, which led to his dad buying a new desktop PC. Since then, he learned a lot more about computers, and he’s always been the go-to tech expert for his family and friends.&lt;/p&gt;&lt;p&gt;Jowi primarily uses a Windows workstation and an Android phone, but he also bought into the Apple ecosystem with the 6th-gen iPad, iPhone 14 Pro Max, and the M1 MacBook Air. Today, Jowi covers hardware and software from Redmond and Cupertino, while also looking at the tech industry in general.&lt;/p&gt;&lt;p&gt;Aside from covering technology, Jowi is an avid photographer and writes about automobiles, aviation, and tanks. You can find his bylines at &lt;a href=&quot;https://www.makeuseof.com/author/jowi-morales/&quot;&gt;MakeUseOf&lt;/a&gt;, &lt;a href=&quot;https://www.slashgear.com/author/jowimorales/&quot;&gt;SlashGear&lt;/a&gt;, and, of course, &lt;a href=&quot;https://www.tomshardware.com/author/jowi-morales&quot;&gt;Tom’s Hardware&lt;/a&gt;.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/iztHhh6i622g6R3Xym8BFo-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[a B-52 Stratofortress dropping bombs during the Vietnam war]]></media:description>                                                            <media:text><![CDATA[a B-52 Stratofortress dropping bombs during the Vietnam war]]></media:text>
                                <media:title type="plain"><![CDATA[a B-52 Stratofortress dropping bombs during the Vietnam war]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/iztHhh6i622g6R3Xym8BFo-1280-80.jpg" />
                                                                                                                                    </item>
                                <item>
                                                            <title><![CDATA[ Chinese project aims to run RISC-V code on AMD Zen processors ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/pc-components/cpus/google-tool-spurs-contest-to-run-risc-v-on-amd-zen-cpus-but-is-it-possible</link>
                                                                            <description>
                            <![CDATA[ A new contest inspired by Google's Zentool challenges developers to modify AMD Zen CPU microcode to run RISC-V programs natively, but experts argue the goal is unfeasible. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">nqenmXBmRHJnYVceqGpWKc</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/n6m2p6KFQiKqKTDkeg3cBf-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 10 Apr 2025 19:43:25 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 10:07:11 +0000</updated>
                                                                                                                                            <category><![CDATA[CPUs]]></category>
                                                    <category><![CDATA[PC Components]]></category>
                                                                                                <author><![CDATA[ ashilov@gmail.com (Anton Shilov) ]]></author>                    <dc:creator><![CDATA[ Anton Shilov ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/uMZ5kNphxA2Ut6whdLaSQV.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Anton Shilov has been in the PC industry since 1990s playing games, building PCs, and writing stories about pretty much everything that relates to PCs, Macs, smartphones, tablets, and even fab equipment. Over his career, he has worked at a variety of high-ranking websites, including AnandTech, EE Times, TechRadar, X-bit labs, and now Tom&#039;s Hardware. When Anton is not reading or writing about something high-tech, he is probably watching a good movie, playing a video game, or spending time with his family.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/n6m2p6KFQiKqKTDkeg3cBf-1280-80.jpg">
                                                            <media:credit><![CDATA[AMD]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[AMD EPYC CPU]]></media:description>                                                            <media:text><![CDATA[AMD EPYC CPU]]></media:text>
                                <media:title type="plain"><![CDATA[AMD EPYC CPU]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/n6m2p6KFQiKqKTDkeg3cBf-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Last month, a team of Google security researchers released a tool that can modify microcode of AMD's processors based on the Zen microarchitecture, the <a href="https://bughunters.google.com/blog/5424842357473280/zen-and-the-art-of-microcode-hacking">Zentool</a>. While this is a security vulnerability, for some, this is an opportunity; Members of the Chinese <a href="https://github.com/rv2036">Jiachen Project</a> are running a contest with an aim to <a href="https://rvspoc.org/S2502/">develop a microcode for AMD's modern Zen-based CPU to make them execute RISC-V programs natively</a>. The ultimate goal could be building an ultimate RISC-V CPU using already available silicon. </p><p>x86 is a complex instruction set computer (CISC) instruction set architecture (ISA) developed some 48 years ago. However, internally, modern x86 cores rely on proprietary engines running a reduced instruction set computer (RISC) ISA to handle complicated instructions. The internal RISC ISAs are not documented, but they should generally be similar to well-known RISC ISAs, such as Arm or RISC-V. CPU microcode is a low-level layer that translates complex x86 CISC instructions into simple RISC-like internal instructions the CPU hardware executes. CPU microcode is only supposed be modifiable by CPU vendor, but sometimes this is not the case and apparently some parts of AMD's Zen 1/2/3/4 microcode can be changed using the Zentool. </p><p>The Jianchen Project members want to find someone, who can modify AMD's Zen CPU microcode on a modern processor — say, an EPYC 9004-series — to execute RISC-V binaries. The patch is expected to either enable direct execution of RISC-V programs or significantly boost their runtime speed compared to emulation using the same hardware. The work must be tested using RISC-V versions of benchmarks like Coremark or Dhrystone. A complete submission includes binaries or source code, configuration files, dependencies, and test instructions. If only binaries are submitted before the deadline on June 6, identical source code must be added via pull request later. The winner will get ¥20,000 (approximately $2,735). </p><p>AMD's EPYC 9004-series and similar processors offer performance and core counts not achievable on currently available RISC-V-based processors, so executing proprietary RISC-V programs on EPYCs is a plausible idea. However, microcode is designed to fix internal bugs rather than replace the front-end ISA completely and it is even unclear whether the microcode can be completely re-written, people over at <a href="https://news.ycombinator.com/item?id=43638441">Ycombinator</a> noted. </p><p>Back in the mid-2010s, AMD planned to offer both x86-64 and Armv8-A Zen CPUs (something <a href="https://www.computerenhance.com/p/an-interview-with-zen-chief-architect">recently recalled</a> by Mike Clarke, AMD's chief architect), so it is highly likely that there was a microcode for the Zen 1 microarchitecture that supported an Aarch64 front-end ISA. That said, Zen 1 CPUs could feature multiple microcode layer 'slots,' one supporting x86-64 and another Aarch64. We doubt this is the case though as modern CPUs have very thorough hardware performance optimizations that include hardwire optimizations between the microcode and the rest of the core. AMD has hardly ever developed a microcode that supports Aarch64 or RISC-V for Zen 2/3/4 processors and therefore the microcode layer of these CPUs is strictly x86-64 and there is hardly enough microcode space for re-writing them from scratch. </p><p>"This is not achievable," one commenter named <a href="https://news.ycombinator.com/item?id=43639143">Monocasa wrote</a>. "There is not enough rewritable microcode to do this even as a super slow hack. And even if all of the microcode were rewritable, microcode is kind of a fallback pathway on modern x86 cores with the fast path being hardwired decode for x86 instructions. And even if that were not the case the microcode decode and jump is itself hardwired for x86 instruction formats. And even if that were not the case the micro-ops are very non-RISC." </p><p>One commenter criticized the contest format, suggesting it is a way to get complex work done for less than $3,000 pay. </p><p>In general, while the concept of re-writable microcode is an interesting one and stimulates discussion about alternative CPU designs, multi-ISA support, and low-level optimization, it does not look like the contest will achieve the stated goal. Perhaps, re-writing (or rather re-compiling) a RISC-V program or two for x86 CPUs makes more sense?</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Akira ransomware can be cracked with 16 RTX 4090 GPUs in around ten hours — new counterattack breaks encryption ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/cyber-security/akira-ransomware-cracked-with-rtx-4090-new-exploit-to-brute-force-encryption-attack</link>
                                                                            <description>
                            <![CDATA[ Tinyhack publishes a full how-to guide on brute-forcing past the Akira ransomware's encryption attack and freeing captive files. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">uk7rhHoMMDopKDDs5aYhVJ</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/YmTPzu25MAgG9VGh3yQG7B-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sun, 16 Mar 2025 12:59:58 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 12:51:00 +0000</updated>
                                                                                                                                            <category><![CDATA[Cyber Security]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Sunny Grimm ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/TMvJDaYy3nyZ8kYLJ2rggY.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Sunny&#039;s tech journey began in 2017, when he spotted the shiny new GTX 1080 on the shelf of one Jarred Walton, Tom&#039;s Hardware&#039;s resident GPU expert. Babysitting for Jarred, Sunny was paid in a 1050 Ti, which killed his computer the second he tried to install it. One week of headscratching troubleshooting later, Sunny was brought into this new life of tinkering and trying to squeeze every frame of performance out of their hardware. First writing for PC Gamer, Sunny made the trek over to Tom&#039;s Hardware to tackle the morning&#039;s breaking tech news. Perpetually one generation behind the bleeding edge, Sunny is currently studying at a university in Utah. When they&#039;re not writing about the US-China trade war, Sunny is either writing new music, getting in rounds of &lt;em&gt;Magic: the Gathering&lt;/em&gt;, or advocating for minority rights.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/YmTPzu25MAgG9VGh3yQG7B-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[GeForce RTX 3090]]></media:description>                                                            <media:text><![CDATA[GeForce RTX 3090]]></media:text>
                                <media:title type="plain"><![CDATA[GeForce RTX 3090]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/YmTPzu25MAgG9VGh3yQG7B-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Another hold has been blown through the hull of the dreaded Akira ransomware attack: Blogger <a href="https://tinyhack.com/2025/03/13/decrypting-encrypted-files-from-akira-ransomware-linux-esxi-variant-2024-using-a-bunch-of-gpus/">Tinyhack</a> has discovered a new exploit to brute-force the virus's encryption — and has reportedly already used it to restore the data of an attacked company.</p><p>Akira is a well-known ransomware cyberattack, used by hackers in November to demand <a href="https://www.tomshardware.com/tech-industry/cyber-security/hackers-demand-frances-schneider-electric-pay-a-usd125k-ransom-in-baguettes">a $125k ransom in baguettes</a> from a French company. It may now be escapable by affected companies thanks to a GPU-based brute-force counterattack. With an RTX 4090, the Tinyhack found they could crack the encrypted ransomware files in seven days, and with 16 GPUs, the process would take just over ten hours. </p><p>Akira-based ransomware attacks aimed at high-profile targets; it was first discovered in 2023 and known for ludicrously high ransom requests (sometimes reaching tens of millions of dollars). In 2023, Avast's Threat Research Team found the method Akira used to encrypt victim files, and published a <a href="https://decoded.avast.io/threatresearch/decrypted-akira-ransomware/">free encryption breaker tool</a> to free computers from the dreaded attack. Akira then patched this high-profile crack, adding some bespoke details to its originally publicly available encryption methods.</p><p>At least one Akira variant uses an encryption method that can be decrypted via the new GPU-based brute-force method over a period of days or weeks. The Akira attack uses the chacha8 and Kcipher2 encryption methods to generate per-file encryption keys, using four distinct timestamps, in nanoseconds, as seeds. </p><p>These timestamps can be deduced to a tight range of on average 5 million nanoseconds (0.005 seconds), and then precisely found with brute-force, a process requiring top-end GPUs such as Nvidia's RTX 3090 or 4090. </p><p>Several things must go right for those hoping to execute the decryption method. Encrypted files must be untouched following the encryption so the timestamp that the file was last accessed can be found and used for the brute-force, for example. </p><p>Using an NFS (as opposed to files just living on the network's local disks) can also complicate decryption, as server lag will make it more difficult to determine the true timestamps used by the encryption.</p><p>Using an RTX 4090, decrypting a single file by running through every possible nanosecond in the average range of 4.5 million nanoseconds, finding the correct four timestamps, and generating the appropriate decryption keys takes around 7 days. Affected organizations are recommended to rent servers through services like runpod or vast.ai, using multiple GPU servers to bring the time down. </p><p>Tinyhack's client took around 3 weeks to successfully decrypt a full set of VM files.</p><p>Ransomware attacks are most often impossible to decrypt without paying ransom, so finding a method to circumvent the attack is a big win for cybersecurity research. While those behind Akira will likely quickly patch this method for future attacks as they did after the Avast decryption release, those already hit by Akira may be able to free infected systems with this method. </p><p>Tinyhack's <a href="https://tinyhack.com/2025/03/13/decrypting-encrypted-files-from-akira-ransomware-linux-esxi-variant-2024-using-a-bunch-of-gpus/">blog post</a> runs through the entire process of discovering the vulnerability and full instructions to decrypt with it, so please head there to get an exhaustive look at brute-forcing a way into Akira. Ransomware has come a long way since its beginnings on a <a href="https://www.tomshardware.com/tech-industry/cyber-security/the-first-ever-ransomware-dropped-35-years-ago-disguised-as-a-floppy-sharing-aids-information">floppy disk sent by mail</a>, and today marks another victory against it.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Firm says AI-assisted security analyzer found 16 bugs in OpenRISC CPU core in under 60 seconds ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/pc-components/cpus/firm-says-ai-assisted-security-analyzer-found-16-bugs-in-openrisc-cpu-core-in-under-60-seconds</link>
                                                                            <description>
                            <![CDATA[ Caspia Technologies has shared performance details of its CODAx AI-assisted security linter, designed to smartly check processor designs for security violations. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">nHmSZP4gbzPdUdL88zQ7BJ</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/Qj6bRZwKeWSERQKC6BfMLi-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 05 Mar 2025 15:54:08 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 10:06:44 +0000</updated>
                                                                                                                                            <category><![CDATA[CPUs]]></category>
                                                    <category><![CDATA[PC Components]]></category>
                                                                                                                    <dc:creator><![CDATA[ Mark Tyson ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/56vqMYLDaKRHPhHZgbADFR.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Mark&#039;s enthusiasm for computers dampened at an early age by the rubber-keyed Sinclair Spectrum 48K and feelings of Commodore 64 envy. However, in the mid-80s, hope in a digital future was rekindled by the purchase of an Atari 520 STe. Since that time Mark has used a multitude of computers for fun and professional endeavors. He often owned both Macs and PCs but went cold on the former after OS9 was killed off, and warmed to the latter with the introduction of Windows XP.&lt;br&gt;
&lt;br&gt;
Early work years were spent in artwork and reprographics but in the late noughties, Mark started to blog about computers, Taiwanese food culture, and guitar design. This activity led to a full-time position writing about breaking PC tech news for HEXUS, for the best part of a decade. When HEXUS was abruptly closed, Mark helped with the foundation of Club386, before finding a new home at Tom&#039;s Hardware.&lt;br&gt;
&lt;br&gt;
When not wearing through the keycap legends on his PC keyboards, Mark can be found wandering the computer malls of Taiwan&#039;s neon-lit conurbations and enjoying local and international cuisine.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/Qj6bRZwKeWSERQKC6BfMLi-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Generic circuit diagram rendering]]></media:description>                                                            <media:text><![CDATA[Generic circuit diagram rendering]]></media:text>
                                <media:title type="plain"><![CDATA[Generic circuit diagram rendering]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/Qj6bRZwKeWSERQKC6BfMLi-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Caspia Technologies has shared its performance details of its <a href="https://caspiatechnologies.com/codax/">CODAx</a> AI-assisted security linter, designed to check processor designs for security violations. In an email to <em>Tom's Hardware</em>, its claimed headlining achievement is that the new tool found 16 security bugs in the popular OpenRISC CPU core. Moreover, the AI checkup stormed through the approximately 32,000 lines of code in the OpenRISC CPU core in under 60 seconds.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1600px;"><p class="vanilla-image-block" style="padding-top:48.38%;"><img id="Z6psjZL4jAinKqnZzXRZmN" name="codax-diagram" alt="CODAx" src="https://cdn.mos.cms.futurecdn.net/Z6psjZL4jAinKqnZzXRZmN.jpg" mos="" align="middle" fullscreen="" width="1600" height="774" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Caspia Technologies)</span></figcaption></figure><p>The OpenRISC project was introduced to the public 25 years ago and has been adopted in a number of applications, including automotive, media, home entertainment, and telecom devices. </p><p>Caspia says it ran the OpenRISC CPU code through a ‘golden reference’ linter, which is widely used across the semiconductor design industry today, yet only uncovered two of the 16 security violations flagged by CODAx. </p><p>These security violations in the CPU code can lead to vulnerabilities, which, in this case, Caspia says, can make devices “susceptible to fault injection attacks and improper leakage of sensitive information.” Another example of a vulnerability CODAx found in the OpenRISC core could be exploited when the CPU came out of a reset state.</p><div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="high" data-lazy-src="https://www.youtube-nocookie.com/embed/nfCIj-gPMxM" allowfullscreen></iframe></div></div><p>Florida-based Caspia Technologies explained that CODAx applies over 150 security rules for its processor design checking. Importantly, these rules benefit from “security LLMs trained with the latest vulnerabilities, threat models, and security AI agents,” said the firm.</p><p>Today’s PR from Caspia indicates that it is working closely with seven leading technology partners across the industries mentioned above, and more. Moreover, if you work on open-source designs, you can now test CODAx free-of-charge by heading to <a href="https://apps.caspia.ai/" target="_blank">https://apps.caspia.ai/</a> in your web browser.</p><p>We have previously reported on the use of AI tools for chip design by the likes of Intel. The iconic PC processor firm says it slashed some of its <a href="https://www.tomshardware.com/pc-components/cpus/intels-ai-chip-tools-cut-some-aspects-of-the-meteor-lake-design-from-weeks-to-minutes-plans-for-wider-use-of-ai-in-future-architectures">Meteor Lake optimization</a> processes to just minutes using AI tools. Also, both Synopsis and <a href="https://www.tomshardware.com/tech-industry/cadence-says-its-ai-driven-chip-design-tools-provide-a-process-nodes-worth-of-performance-gain-but-without-moving-forward-to-a-new-node?utm_source=facebook.com&utm_medium=social&utm_content=tomsguide&utm_campaign=">Cadence</a> have been dealing in AI optimized chip design tools for a number of years now. </p><p>Caspia’s tool is different in that it focuses on design security and product assurance, its touted ease of use, and its appealing unique access model for open source designs. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ FBI identifies North Korea as source of $1.5 billion ByBit hack ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/cyber-security/fbi-identifies-north-korea-as-source-of-usd1-5-billion-bybit-hack</link>
                                                                            <description>
                            <![CDATA[ The FBI has traced the ByBit crypto exchange hack to a group of North Korean hackers. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">spJA3kXm3WKR33qYhDc2mi</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/gNYoHeSzjeAtyMtP9zbet9-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 27 Feb 2025 14:10:00 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 12:43:31 +0000</updated>
                                                                                                                                            <category><![CDATA[Cyber Security]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                <author><![CDATA[ editors@tomshardware.com (Jowi Morales) ]]></author>                    <dc:creator><![CDATA[ Jowi Morales ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/gM7E2WSDg2wgCFoaDPz9yK.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Jowi Morales is a writer and journalist covering the tech beat since 2021. However, he’s been interested in technology far earlier than that. He started discovering desktop computers when his father brought home a Windows 95 PC, but his first real experience working under the hood of the PC was when the old computer’s hard drive was filled to the brim in the year 2000. He deleted the Windows folder to attempt to rectify the situation, which led to his dad buying a new desktop PC. Since then, he learned a lot more about computers, and he’s always been the go-to tech expert for his family and friends.&lt;/p&gt;&lt;p&gt;Jowi primarily uses a Windows workstation and an Android phone, but he also bought into the Apple ecosystem with the 6th-gen iPad, iPhone 14 Pro Max, and the M1 MacBook Air. Today, Jowi covers hardware and software from Redmond and Cupertino, while also looking at the tech industry in general.&lt;/p&gt;&lt;p&gt;Aside from covering technology, Jowi is an avid photographer and writes about automobiles, aviation, and tanks. You can find his bylines at &lt;a href=&quot;https://www.makeuseof.com/author/jowi-morales/&quot;&gt;MakeUseOf&lt;/a&gt;, &lt;a href=&quot;https://www.slashgear.com/author/jowimorales/&quot;&gt;SlashGear&lt;/a&gt;, and, of course, &lt;a href=&quot;https://www.tomshardware.com/author/jowi-morales&quot;&gt;Tom’s Hardware&lt;/a&gt;.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/gNYoHeSzjeAtyMtP9zbet9-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Crypto Hacker]]></media:description>                                                            <media:text><![CDATA[Crypto Hacker]]></media:text>
                                <media:title type="plain"><![CDATA[Crypto Hacker]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/gNYoHeSzjeAtyMtP9zbet9-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The Bybit cryptocurrency exchange had one of its ether wallets compromised on Friday, February 21, which resulted in hackers making off with around $1.5 billion worth of crypto. According to a statement from the <a href="https://www.ic3.gov/PSA/2025/PSA250226">FBI</a> on Wednesday, the Democratic People’s Republic of Korea (DPRK or North Korea) was responsible for the hack. The communist country's hackers used <a href="https://www.ic3.gov/CSA/2022/220418.pdf">TraderTraitor</a> (PDF) applications to gain illicit access to the exchange’s system.</p><p>“TraderTraitor actors are proceeding rapidly and have converted some of the stolen assets to Bitcoin and other virtual assets dispersed across thousands of addresses on multiple blockchains,” the FBI said in its advisory. “It is expected these assets will be further laundered and eventually converted to fiat currency.”</p><p>The federal agency has listed over 50 Ethereum addresses tied to the hack in its announcement, all of which hold or have held assets related to the theft. It’s encouraging the private sector to block transactions related to these addresses, especially as the North Korean team is laundering the proceeds and trying to convert them into legal tender.</p><p>This isn’t the first massive hack that North Korea has been involved in, with state-sponsored actors <a href="https://www.tomshardware.com/tech-industry/cyber-security/python-developers-targeted-by-north-korean-lazarus-group-with-fake-jobs-and-malware-disguised-as-coding-tests">targeting everything from developers</a> to private corporations and government institutions. This same group is also suspected of a hack in 2023 that saw it steal about $600 million worth of crypto. The country first came into prominence in the hacking space when it attacked Sony Pictures in 2014 over “The Interview” comedy film, which starred Seth Rogen and James Franco as journalists tasked by the CIA to assassinate North Korean Supreme Leader Kim Jong Un.</p><p>Despite having no free public internet in the country, DPRK is known for its elite groups of hackers, like the Lazarus Group, which has allegedly stolen hundreds of millions of dollars across many different financial institutions. It was also credited with the <a href="https://www.tomshardware.com/news/wannacry-ransomware-devastating-global-attack,34406.html">WannaCry ransomware attack</a> in 2017, affecting hundreds of thousands of devices across 150 countries. It has been said that the DPRK government has been using these techniques to make money and support its projects.</p><p>This group is often at the forefront of many cryptocurrency attacks, which require both technical and social engineering skills. North Korean hackers are certainly dangerous adversaries when it comes to cybersecurity.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ AMD patches a critical microcode vulnerability affecting Zen 1 to Zen 4 EPYC CPUs ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/pc-components/cpus/amd-patches-a-critical-microcode-vulnerability-affecting-zen-1-to-zen-4-epyc-cpus</link>
                                                                            <description>
                            <![CDATA[ A key AMD microcode vulnerability impacting Epyc CPUs has been fixed. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">Ddx3bpZWL9ZedVhxKa8HTT</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/t5hiVhanbrMigHhQ4zY3HK-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 04 Feb 2025 18:41:52 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 08:57:57 +0000</updated>
                                                                                                                                            <category><![CDATA[CPUs]]></category>
                                                    <category><![CDATA[PC Components]]></category>
                                                                                                                    <dc:creator><![CDATA[ Christopher Harper ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/qS2hbWnXwNUSmgyAHBQqKB.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Christopher Harper has been a successful freelance tech writer specializing in PC hardware and gaming since 2015, and ghostwrote&amp;nbsp;for various B2B clients in High School before that. Outside of work, Christopher is best known to friends and rivals as an active competitive player in various eSports (particularly fighting games and arena shooters) and a purveyor of music ranging from Jimi Hendrix to Killer Mike to the&amp;nbsp;Sonic Adventure 2&amp;nbsp;soundtrack.&lt;br&gt;
&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/t5hiVhanbrMigHhQ4zY3HK-1280-80.jpg">
                                                            <media:credit><![CDATA[AMD]]></media:credit>
                                                                                                                                                                                                                                                                                                                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/t5hiVhanbrMigHhQ4zY3HK-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Yesterday, AMD and Google publicly disclosed September findings of a key microcode vulnerability in AMD Zen 1 to Zen 4 CPUs, specifically server/enterprise platform EPYC CPUs. This vulnerability, CVE-2024-56161, is discussed in more detail in the <a href="https://github.com/google/security-research/security/advisories/GHSA-4xq7-4mgh-gp6w">GitHub post</a> from the Google Security Research team and, of course, AMD's <a href="https://www.amd.com/en/resources/product-security/bulletin/amd-sb-3019.html">security bulletin</a> on the vulnerability.</p><p>According to Google's documentation, the original issue was reported on September 25, 2024, and subsequently fixed by AMD about two and a half months later, on December 17, 2024. The public disclosure date was delayed until yesterday, February 3, to give AMD's customers time to apply the fix before the issue became more widespread.</p><p>Per AMD's official wording, "Researchers from Google have provided AMD with information on a potential vulnerability that, if successfully exploited, could lead to the loss of SEV-based protection of a confidential guest."</p><p>SEV refers to Secure Encrypted Virtualization, a feature used by server-grade AMD CPUs to allow virtualization. This usually means remote or on-site "thin clients" whose data is stored and managed in a central server. The devices they use to access it are so secondary that they sometimes have little to no processing power. The specific setup can vary. Still, the purpose of virtualizing several users is typically to save on hardware costs or provide a higher degree of security—sometimes both.</p><p>The loss of SEV-based protection through a microcode exploit means that the otherwise confidential data of virtualized users compromised by this exploit can now be stolen. However, malicious microcode loading could allow for more exploits than data theft.</p><p>The specific series of impacted AMD EPYC CPUs include the following: AMD EPYC 7001 (Naples), AMD Epyc 7002 (Rome), AMD Epyc 7003 (Milan and Milan-X), and AMD Epyc 9004 (Genoa, Genoa-X, and Bergamo/Siena). Microcode updates have fortunately already been released for impacted CPUs, so using the appropriate update utilities (BIOS updates, etc.) should work fine— but as AMD notes, a SEV firmware update may be required for some platforms to support the fix via SEV-SNP attestation properly.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Facebook flags Linux topics as 'cybersecurity threats' — posts and users being blocked ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/software/linux/facebook-flags-linux-topics-as-cybersecurity-threats-posts-and-users-being-blocked</link>
                                                                            <description>
                            <![CDATA[ Facebook is banning posts which mention various Linux related topics, sites, or groups. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">qZaCpZ4ddzNQqoFU36icya</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/34foEiE6gRdAtm4BNffNbG-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 27 Jan 2025 17:37:22 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 10:12:21 +0000</updated>
                                                                                                                                            <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                    <category><![CDATA[Operating Systems]]></category>
                                                                                                                    <dc:creator><![CDATA[ Mark Tyson ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/56vqMYLDaKRHPhHZgbADFR.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Mark&#039;s enthusiasm for computers dampened at an early age by the rubber-keyed Sinclair Spectrum 48K and feelings of Commodore 64 envy. However, in the mid-80s, hope in a digital future was rekindled by the purchase of an Atari 520 STe. Since that time Mark has used a multitude of computers for fun and professional endeavors. He often owned both Macs and PCs but went cold on the former after OS9 was killed off, and warmed to the latter with the introduction of Windows XP.&lt;br&gt;
&lt;br&gt;
Early work years were spent in artwork and reprographics but in the late noughties, Mark started to blog about computers, Taiwanese food culture, and guitar design. This activity led to a full-time position writing about breaking PC tech news for HEXUS, for the best part of a decade. When HEXUS was abruptly closed, Mark helped with the foundation of Club386, before finding a new home at Tom&#039;s Hardware.&lt;br&gt;
&lt;br&gt;
When not wearing through the keycap legends on his PC keyboards, Mark can be found wandering the computer malls of Taiwan&#039;s neon-lit conurbations and enjoying local and international cuisine.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/34foEiE6gRdAtm4BNffNbG-1280-80.jpg">
                                                            <media:credit><![CDATA[Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Linux topics being banned by Facebook]]></media:description>                                                            <media:text><![CDATA[Linux topics being banned by Facebook]]></media:text>
                                <media:title type="plain"><![CDATA[Linux topics being banned by Facebook]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/34foEiE6gRdAtm4BNffNbG-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Facebook is banning posts that mention various Linux-related topics, sites, or groups. Some users may also see their accounts locked or limited when posting Linux topics. Major open-source operating system news, reviews, and discussion site DistroWatch is at the center of the controversy, as it seems to be the first to have <a href="https://distrowatch.com/weekly.php?issue=20250127#sitenews">noticed</a> that Facebook's Community Standards had blackballed it.</p><p>A post on the site claims, "Facebook's internal policy makers decided that Linux is malware and labeled groups associated with Linux as being 'cybersecurity threats.' We tried to post some blurb about distrowatch.com on Facebook and can confirm that it was barred with a message citing Community Standards.</p><p>DistroWatch says that the Facebook ban took effect on January 19. Readers have reported difficulty posting links to the site on this social media platform. Moreover, some have told DistroWatch that their Facebook accounts have been locked or limited after sharing posts mentioning Linux topics.</p><p>If you're wondering if there might be something specific to DistroWatch.com, something on the site that the owners/operators perhaps don't even know about, for example, then it seems pretty safe to rule out such a possibility. Reports show that "multiple groups associated with Linux and Linux discussions have either been shut down or had many of their posts removed." However, we tested a few other Facebook posts with mentions of Linux, and they didn't get blocked immediately.</p><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/xeYmJT7TAGLBhcRUvB7jZG.jpg" alt="Linux topics being banned by Facebook" /><figcaption><small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/kUEHqzbzKjoPjauSu5bqqG.jpg" alt="The DistroWatch site today" /><figcaption><small role="credit">DistroWatch </small></figcaption></figure></figure><p>Copenhagen-hosted DistroWatch says it has tried to appeal against the Community Standards-triggered ban. However, they say that a Facebook representative said that Linux topics would remain on the cybersecurity filter. The DistroWatch writer subsequently got their Facebook account locked…</p><p>Facebook's overzealous ban on some Linux topics in the name of Community Standards and its protection of its users from threats come with a large ladle full of irony. "Facebook runs much of its infrastructure on Linux," DistroWatch points out, "and often posts job ads looking for Linux developers." </p><p>However, the Linux news site was gracious enough not to sneer at Facebook's record of (not) protecting its users. For example, some consider Facebook to have been instrumental in election interference around the world, to have fuelled genocide in Myanmar, and, despite its terrible past, has recently decided to dispose of its independent fact-checkers.</p><p>There is some hope that banning Linux links and topics is a temporary blip on the radar. Facebook will soon realize that it has mistaken what is a flock of migratory birds for a squadron of assault drones. DistroWatch notes that it also suffered from an RSS feed ban hammer when Twitter changed its name to X-rated content implying X. </p><p>If you have noticed any other Linux-related domains, links, or phrases that Facebook has banned, please tell us in the comments section.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ The first-ever ransomware dropped 35 years ago disguised as a floppy sharing 'AIDS Information' ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/cyber-security/the-first-ever-ransomware-dropped-35-years-ago-disguised-as-a-floppy-sharing-aids-information</link>
                                                                            <description>
                            <![CDATA[ The first-ever example of ransomware dropped 35 years ago, in December 1989. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">ioPQk5Hq3N5724KqQaLhBA</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/f9pmW33KzGqFFff9UjT4CX-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sun, 19 Jan 2025 16:15:00 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 09:51:20 +0000</updated>
                                                                                                                                            <category><![CDATA[Cyber Security]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Christopher Harper ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/qS2hbWnXwNUSmgyAHBQqKB.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Christopher Harper has been a successful freelance tech writer specializing in PC hardware and gaming since 2015, and ghostwrote&amp;nbsp;for various B2B clients in High School before that. Outside of work, Christopher is best known to friends and rivals as an active competitive player in various eSports (particularly fighting games and arena shooters) and a purveyor of music ranging from Jimi Hendrix to Killer Mike to the&amp;nbsp;Sonic Adventure 2&amp;nbsp;soundtrack.&lt;br&gt;
&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/f9pmW33KzGqFFff9UjT4CX-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[5.25-inch floppy disk]]></media:description>                                                            <media:text><![CDATA[5.25-inch floppy disk]]></media:text>
                                <media:title type="plain"><![CDATA[5.25-inch floppy disk]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/f9pmW33KzGqFFff9UjT4CX-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Thirty-five years ago, as December 1989 turned into January 1990, the then-largest ever cybercrime investigation was launched in response to the world's first known example of ransomware. This first ransomware payload was secreted on a 5.25-inch floppy disk titled "AIDS Information — Introductory Diskette 2.0" [h/t <a href="https://www.heise.de/news/Missing-Link-35-Jahre-Ransomware-am-Anfang-stand-eine-unscheinbare-Diskette-10247344.html" target="_blank">Heise.de</a>]. The pioneering ransomware was developed by one American biologist, Dr. Joseph Lewis Andrew Popp Jr., and about 20.000 copies were distributed to subscribers of the magazine PC Business World, various mailing lists, and even to World Health Organization delegates during a conference on AIDS.</p><p>As one may be able to deduce by the years and names being thrown around, this attack's choice of target was highly intelligent and the method of delivery exploited people's existing fears of a terrifying new biological virus at a time when knowledge of regular computer viruses<em> </em>was at an all-time low — much less an all-new form of malware meant to extort its victims.</p><p>Compared to modern-day attacks, Dr. Popp's rendition of ransomware is a little bit sloppy. Only file names, not the files themselves, were encrypted by this ransomware. Thanks to this, effective software countermeasures ("AIDSOUT" to remove it and "AIDSCLEAR" to check for hidden directories combined into "CLEARAID") were developed by John Sutcliffe and Jim Bates to rescue impacted parties. Unfortunately, several parties still experienced severe financial damages and data loss thanks to the "AIDS Information" ransomware, including an Italian health organization that lost a whopping 10 years of research to the attack.</p><p>Interestingly, ransomware pioneer Dr. Popp Jr. wasn't just the most effective cybercriminal in history at this point in time... he also seemed to be at least a little bit crazy. Following several arrests and extraditions, it was concluded that the then-41-year-old Dr. was "mentally unfit to stand trial" by a London psychiatrist, and prior to the trial, had been witnessed wearing condoms on his nose, carrying a cardboard box, and other extremely odd behaviors that diverted him from prison to London's Mausley Hospital.</p><p>Now, here in the far future from these events, there is some salt required. After all, this was a very complex and targeted attack to be executed by someone who supposedly didn't have their mental faculties in check. Even the cost of distributing the attack was estimated at around £10,000 British pounds — or about £31,794.86 or roughly $38,600 USD today. There was also the cost of registering "PC Cyborg" and its accompanying accounts in Panama, as well as renting housing in London. However, the ransom demands meant that even just 1% of victims paying the fee would grant a handsome return.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Hackers bury malware in new ZIP file attack — combining multiple ZIPs into one bypasses antivirus protections ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/cyber-security/hackers-bury-malware-in-new-zip-file-attack-combining-multiple-zips-into-one-bypasses-antivirus-protections</link>
                                                                            <description>
                            <![CDATA[ Security researchers discovered that concatenated ZIP files have been used to hide malicious files in ZIP archives. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">qbfRqRXtDvQfGdyy4aNhKR</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/NNUzEfnVE76uk5RzHMQBtY-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 12 Nov 2024 15:00:00 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 10:10:55 +0000</updated>
                                                                                                                                            <category><![CDATA[Cybersecurity]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                <author><![CDATA[ editors@tomshardware.com (Jowi Morales) ]]></author>                    <dc:creator><![CDATA[ Jowi Morales ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/gM7E2WSDg2wgCFoaDPz9yK.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Jowi Morales is a writer and journalist covering the tech beat since 2021. However, he’s been interested in technology far earlier than that. He started discovering desktop computers when his father brought home a Windows 95 PC, but his first real experience working under the hood of the PC was when the old computer’s hard drive was filled to the brim in the year 2000. He deleted the Windows folder to attempt to rectify the situation, which led to his dad buying a new desktop PC. Since then, he learned a lot more about computers, and he’s always been the go-to tech expert for his family and friends.&lt;/p&gt;&lt;p&gt;Jowi primarily uses a Windows workstation and an Android phone, but he also bought into the Apple ecosystem with the 6th-gen iPad, iPhone 14 Pro Max, and the M1 MacBook Air. Today, Jowi covers hardware and software from Redmond and Cupertino, while also looking at the tech industry in general.&lt;/p&gt;&lt;p&gt;Aside from covering technology, Jowi is an avid photographer and writes about automobiles, aviation, and tanks. You can find his bylines at &lt;a href=&quot;https://www.makeuseof.com/author/jowi-morales/&quot;&gt;MakeUseOf&lt;/a&gt;, &lt;a href=&quot;https://www.slashgear.com/author/jowimorales/&quot;&gt;SlashGear&lt;/a&gt;, and, of course, &lt;a href=&quot;https://www.tomshardware.com/author/jowi-morales&quot;&gt;Tom’s Hardware&lt;/a&gt;.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/NNUzEfnVE76uk5RzHMQBtY-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Russian Dolls]]></media:description>                                                            <media:text><![CDATA[Russian Dolls]]></media:text>
                                <media:title type="plain"><![CDATA[Russian Dolls]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/NNUzEfnVE76uk5RzHMQBtY-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Security researchers have discovered that malicious actors have been using ZIP file concatenation to avoid the detection of the malware within. This technique involves combining multiple ZIP files, with the malware stored in one of the inner archives, making it harder for anti-malware software to discover. Furthermore, researchers at <a href="https://perception-point.io/blog/evasive-concatenated-zip-trojan-targets-windows-users/">Perception Point</a> (h/t <a href="https://www.bleepingcomputer.com/news/security/hackers-now-use-zip-file-concatenation-to-evade-detection/">BleepingComputer</a>) noted that the different ways the three most popular file archivers — 7zip, WinRAR, and Windows File Explorer — handle concatenated archives affect detection rates in this type of attack.</p><p>ZIP files usually have a single central directory which tells the archiving software where each individual file is located within the archive and where its data starts and ends. However, concatenated archives have two or more central directories, with the file archiver only opening one central directory when a user previews its contents. For example, 7zip only shows the first central directory, while WinRAR would show the second one. On the other hand, Windows File Explorer outright refuses to open concatenated ZIP files (but it would open the second directory if the file is renamed as a .RAR file). </p><p>So, if the malicious file is stored in the second directory, users who unpack it using 7zip won’t see the malware at all — only the benign first directory is seen and unpacked. The only indication that there’s another file in the archive is the warning that appears in the extraction window; “There are some data after the end of the payload data”. But if you use WinRAR or Windows File Explorer (with a concatenated .RAR archive), you would be able to see and unpack the malware file.</p><p>Note that this is likely an intended behavior based on the popular use cases of some archival software. Most tech-savvy users, including developers and cybersecurity professionals, favor 7zip. So, if they open the suspect file, usually delivered via a phishing email, they won’t see the malicious program, allowing the attack vector to fly under the radar. On the other hand, some would open the archive directly on Windows File Explorer or in WinRAR. Given that the file is delivered via a phishing email, the non-tech savvy users are the obvious targets of this attack. When they open the infected file, it could then connect to the internet to download ransomware, banking trojans, and other types of more advanced malware.</p><p>This isn’t the first malicious attack that has taken advantage of the quirks and features of archival software. For example, a security researcher previously discovered the ‘Zip Bomb’  attack where <a href="https://www.tomshardware.com/news/new-zip-bomb-method-megabytes-to-petabytes,39846.html">a single 46MB archive expanded into a massive 4.5PB folder</a>, potentially crashing the system opening it. In context, that amount of storage is equal to 4.5 billion high-quality photos at 1MB each or more than 366 years of HD video if one hour consumes 1.4GB. This shows that while security software is an important part of cybersecurity, knowing which files are suspect is still the user’s first line of defense.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Hackers demand France’s Schneider Electric pay a $125k ransom in baguettes ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/cyber-security/hackers-demand-frances-schneider-electric-pay-a-usd125k-ransom-in-baguettes</link>
                                                                            <description>
                            <![CDATA[ Hungry hackers have demanded that France’s Schneider Electric pay a $125,000 ransom in baguettes. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">HcjFzdNgA7WBjmMi9d3gVT</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/2Ny6mq5GVC4ZzT5oBu6SmZ-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 05 Nov 2024 13:30:00 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 09:50:09 +0000</updated>
                                                                                                                                            <category><![CDATA[Cybersecurity]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Mark Tyson ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/56vqMYLDaKRHPhHZgbADFR.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Mark&#039;s enthusiasm for computers dampened at an early age by the rubber-keyed Sinclair Spectrum 48K and feelings of Commodore 64 envy. However, in the mid-80s, hope in a digital future was rekindled by the purchase of an Atari 520 STe. Since that time Mark has used a multitude of computers for fun and professional endeavors. He often owned both Macs and PCs but went cold on the former after OS9 was killed off, and warmed to the latter with the introduction of Windows XP.&lt;br&gt;
&lt;br&gt;
Early work years were spent in artwork and reprographics but in the late noughties, Mark started to blog about computers, Taiwanese food culture, and guitar design. This activity led to a full-time position writing about breaking PC tech news for HEXUS, for the best part of a decade. When HEXUS was abruptly closed, Mark helped with the foundation of Club386, before finding a new home at Tom&#039;s Hardware.&lt;br&gt;
&lt;br&gt;
When not wearing through the keycap legends on his PC keyboards, Mark can be found wandering the computer malls of Taiwan&#039;s neon-lit conurbations and enjoying local and international cuisine.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/2Ny6mq5GVC4ZzT5oBu6SmZ-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[French baguettes - we need more]]></media:description>                                                            <media:text><![CDATA[French baguettes - we need more]]></media:text>
                                <media:title type="plain"><![CDATA[French baguettes - we need more]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/2Ny6mq5GVC4ZzT5oBu6SmZ-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Hungry hackers have demanded that France’s Schneider Electric pay a $125,000 ransom in baguettes. Bleeping Computer’s report indicates that a hacker group may have <a href="https://www.bleepingcomputer.com/news/security/schneider-electric-confirms-dev-platform-breach-after-hacker-steals-data/">stolen 40GB of data</a> from the major French energy management and automation engineering group, after successfully penetrating the firm’s JIRA system. </p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">Hey @SchneiderElec how was your week?Did someone accidentally steal your data and you noticed, shut down the services and restarted without finding them? Now you shut down again but the criminals seem to have taken more juicy data >_<<a href="https://twitter.com/cantworkitout/status/1853089027777261941">November 3, 2024</a></p></blockquote><div class="see-more__filter"></div></div><p>Greppy is thought to have (or had) connections with the Hellcat ransomware gang. The above Tweet taunted Schneider about the purported success of a recent cyber attack, and a follow-up post in the thread reveals an example chunk of data. However, fuller details about the purported nature and scale of the data haul, as well as the boulangerie product demands, were published on the dark web.</p><p>If the ransom demands aren’t fulfilled, the threat is that sensitive data, including information about company projects, staff, and user data, will be spilled. According to the hacker(s) the stolen info includes: “critical data, including projects, issues, and plugins, along with over 400,000 rows of user data,” which weighs in at 40GB compressed.</p><p>However, the hacker(s) indicated, that should Schneider publicly admit to this latest data breach, the ransom would be cut in half. Thus, the ransom demanded would decrease to $62,500 worth of baguettes, we would presume. Even with a 50% deduction, that’s still a lot of dough.</p><p>At the time of writing, it is difficult to know exactly whether Schneider has satisfied the ransom admission clause, as it released a statement to Bleeping Computer that doesn’t exactly confirm the scale of the purported breach. </p><p>“Schneider Electric is investigating a cybersecurity incident involving unauthorized access to one of our internal project execution tracking platforms which is hosted within an isolated environment,” Schneider Electric said to BleepingComputer. The firm also said its Global Incident Response team was on the case straight away, but insisted that “Schneider Electric's products and services remain unaffected.”</p><p>Bleeping Computer also talked to Greppy (or Grep), who indicated a new hacking group called ICA had been formed. One which doesn’t extort cash from companies if they admit being breached within 48 hours. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Microchip Technology suffers cyberattack — operations impacted while extent of attack is investigated ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/cyber-security/microchip-technology-suffers-cyberattack-operations-impacted-while-extent-of-attack-is-investigated</link>
                                                                            <description>
                            <![CDATA[ U.S. chipmaker Microchip Technology suffers from cyberattack, forcing it to reduce operations as it looks into the scope of the damage. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">cFV7r2k8r62WtSWtn3yE5k</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/vFBdJmeeHnxrmWqJpA3MHh-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 21 Aug 2024 12:19:07 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 08:56:22 +0000</updated>
                                                                                                                                            <category><![CDATA[Cybersecurity]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                <author><![CDATA[ editors@tomshardware.com (Jowi Morales) ]]></author>                    <dc:creator><![CDATA[ Jowi Morales ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/gM7E2WSDg2wgCFoaDPz9yK.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Jowi Morales is a writer and journalist covering the tech beat since 2021. However, he’s been interested in technology far earlier than that. He started discovering desktop computers when his father brought home a Windows 95 PC, but his first real experience working under the hood of the PC was when the old computer’s hard drive was filled to the brim in the year 2000. He deleted the Windows folder to attempt to rectify the situation, which led to his dad buying a new desktop PC. Since then, he learned a lot more about computers, and he’s always been the go-to tech expert for his family and friends.&lt;/p&gt;&lt;p&gt;Jowi primarily uses a Windows workstation and an Android phone, but he also bought into the Apple ecosystem with the 6th-gen iPad, iPhone 14 Pro Max, and the M1 MacBook Air. Today, Jowi covers hardware and software from Redmond and Cupertino, while also looking at the tech industry in general.&lt;/p&gt;&lt;p&gt;Aside from covering technology, Jowi is an avid photographer and writes about automobiles, aviation, and tanks. You can find his bylines at &lt;a href=&quot;https://www.makeuseof.com/author/jowi-morales/&quot;&gt;MakeUseOf&lt;/a&gt;, &lt;a href=&quot;https://www.slashgear.com/author/jowimorales/&quot;&gt;SlashGear&lt;/a&gt;, and, of course, &lt;a href=&quot;https://www.tomshardware.com/author/jowi-morales&quot;&gt;Tom’s Hardware&lt;/a&gt;.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/vFBdJmeeHnxrmWqJpA3MHh-1280-80.jpg">
                                                            <media:credit><![CDATA[Microchip Technology]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Microchip Technology office]]></media:description>                                                            <media:text><![CDATA[Microchip Technology office]]></media:text>
                                <media:title type="plain"><![CDATA[Microchip Technology office]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/vFBdJmeeHnxrmWqJpA3MHh-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Arizona-based semiconductor manufacturer Microchip Technology detected a cyberattack against its systems on August 17. The company said in <a href="https://www.sec.gov/Archives/edgar/data/827054/000082705424000153/mchp-20240820.htm">a regulatory filing</a> with the SEC that “an unauthorized party disrupted the Company’s use of certain servers and some business operations.” Microchip had to isolate and shut down some affected systems while investigating the cause of the issue, it said.</p><p>This inevitably means disruption to operations, with manufacturing output falling below normal levels. Microchip has yet to determine the overall scope, nature, and impact of the attack, so the company has yet to ascertain how the event will affect the company’s bottom line.</p><p>"As a result of the incident, certain of the Company’s manufacturing facilities are operating at less than normal levels, and the Company’s ability to fulfill orders is currently impacted. The Company is working diligently to bring the affected portions of its IT systems back online, restore normal business operations and mitigate the impact of the incident," the filing reads.</p><p>Microchip Technology did not announce what type of attack hit their systems. There are a few hints that a ransomware attack was the cause, but the company hasn’t given any indication if that is the case. Furthermore, no ransomware group has claimed responsibility for it.</p><div><blockquote><p>manufacturing facilities are operating at less than normal levels</p><p>Microchip Technology</p></blockquote></div><p>Aside from its wide-ranging client base, the company is also one of the <a href="https://www.tomshardware.com/tech-industry/us-government-to-provide-update-on-chips-act-multi-billion-dollar-payouts-to-intel-tsmc-samsung-expected">recipients of the American CHIPS Act payouts</a>; the White House considers it crucial for U.S. national security. But as the global semiconductor race is heating up between two powers — China and the U.S. — resulting in a <a href="https://www.tomshardware.com/tech-industry/us-china-chip-war-may-continue-for-decades-says-former-asml-ceo-wennick-shares-insights-from-selling-chipmaking-gear-to-both-sides">new chip war that will likely last well into the 21st century</a>, state-sponsored cyberattacks are becoming more and more common. Criminal enterprises are also taking advantage of the increased digitization, targeting massive corporations with ransomware and then asking for millions of dollars just to decrypt their files.</p><p>Microchip Technology is a major player in the semiconductors industry. It has more than 120,000 customers spread across diverse industries. These include clients in aerospace, automotive, communications, defense, maker and industrial markets.</p><p>Whatever the cause and impact of the cyberattack on the company is, a reduction in semiconductor output is never a welcome news in the industry. For example, <a href="https://www.tomshardware.com/tech-industry/northern-taiwan-power-outage-causes-small-impact-on-micron-and-nanya-fabs">power outages in Taiwan</a> have historically caused global chip prices to rise. Events like this show how fragile the global semiconductor supply chain is, and it will likely take several more years before it becomes more robust against disruptions.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Indonesia gov ransomware chaos may be over after hack group apologizes and says it has shared decrypt keys ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/cyber-security/indonesia-gov-ransomware-chaos-may-be-over-after-hack-group-apologizes-and-says-it-has-shared-decrypt-keys</link>
                                                                            <description>
                            <![CDATA[ Brain Cipher group, which was behind the massive ransomware attack on the Indonesian government, released the decrypt keys and apologized publicly for its actions. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">szveX6v3iHwqHVkS9hZxwh</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/yTFNqVqfR7UP56rXgcZyUW-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 04 Jul 2024 13:15:00 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 12:43:54 +0000</updated>
                                                                                                                                            <category><![CDATA[Cybersecurity]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                <author><![CDATA[ editors@tomshardware.com (Jowi Morales) ]]></author>                    <dc:creator><![CDATA[ Jowi Morales ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/gM7E2WSDg2wgCFoaDPz9yK.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Jowi Morales is a writer and journalist covering the tech beat since 2021. However, he’s been interested in technology far earlier than that. He started discovering desktop computers when his father brought home a Windows 95 PC, but his first real experience working under the hood of the PC was when the old computer’s hard drive was filled to the brim in the year 2000. He deleted the Windows folder to attempt to rectify the situation, which led to his dad buying a new desktop PC. Since then, he learned a lot more about computers, and he’s always been the go-to tech expert for his family and friends.&lt;/p&gt;&lt;p&gt;Jowi primarily uses a Windows workstation and an Android phone, but he also bought into the Apple ecosystem with the 6th-gen iPad, iPhone 14 Pro Max, and the M1 MacBook Air. Today, Jowi covers hardware and software from Redmond and Cupertino, while also looking at the tech industry in general.&lt;/p&gt;&lt;p&gt;Aside from covering technology, Jowi is an avid photographer and writes about automobiles, aviation, and tanks. You can find his bylines at &lt;a href=&quot;https://www.makeuseof.com/author/jowi-morales/&quot;&gt;MakeUseOf&lt;/a&gt;, &lt;a href=&quot;https://www.slashgear.com/author/jowimorales/&quot;&gt;SlashGear&lt;/a&gt;, and, of course, &lt;a href=&quot;https://www.tomshardware.com/author/jowi-morales&quot;&gt;Tom’s Hardware&lt;/a&gt;.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/yTFNqVqfR7UP56rXgcZyUW-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Jakarta Indonesia]]></media:description>                                                            <media:text><![CDATA[Jakarta Indonesia]]></media:text>
                                <media:title type="plain"><![CDATA[Jakarta Indonesia]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/yTFNqVqfR7UP56rXgcZyUW-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Ransomware group Brain Cipher has announced that it will reveal its decrypt keys in the wake of a <a href="https://www.tomshardware.com/news/cigent-secure-ssd-plus-ai">ransomware</a> attack it conducted against Indonesia’s Temporary National Data Center (PDNS). German tech site <a href="https://www.golem.de/news/backup-fiasko-in-indonesien-hacker-verschenken-schluessel-und-entschuldigen-sich-2407-186707.html">Golem.de</a> reported the news after the group posted the key, along with instructions on how to decrypt the data, on its website.</p><p>“We hope that our attack made it clear to you how important it is to finance the industry and recruit qualified specialists,” the group said Monday. “Our attack did not carry a political context, only a pentest [penetration test] with post payment.”</p><p>Brain Cipher even apologized to the wider Indonesian citizenry saying, “Citizens of Indonesia, we apologize for the fact that it affected everyone.” The group claims that it made this move of its own accord, with no prodding from any government agency. Nevertheless, it’s asking for public gratitude for its ‘generous’ action while simultaneously sharing a Monero address for donations.</p><p>After it released the decryption keys, Brain Cipher said, “We will wait until the second party [the Indonesian government] has officially confirmed that the key works and the data has been restored.” It will then delete its copy of the data, after verifying that Indonesia’s data centers are accessible again.</p><p>This massive ransomware attack has been a major headache for Jakarta, especially after it noticed that the two affected data centers, which house the information for over 230 public agencies, <a href="https://www.tomshardware.com/tech-industry/cyber-security/indonesia-suffering-from-a-ransomware-attack-discovers-it-has-no-backups-thats-stupidity-remarks-astute-government-official">did not have backups available</a>. The group demanded 131 billion Rupiah, or about US$8 million, to release the decryption key. However, even though the government had no <a href="https://www.tomshardware.com/best-picks/best-nas-devices">backups</a> of its data, it said that it would not pay the ransom.</p><p>Indonesia has yet to acknowledge this development or release a statement regarding the attack on its data center as of the time of writing, so we can&apos;t be certain that the decrypt keys work. After all, many ransomware attackers are known to accept payment from their victims but still refuse to release the decrypt key(s) for their data. Furthermore, this move by Brain Cipher might merely be an act of publicity for the group to gain some notoriety or donations. So, until Jakarta confirms that its data is safe and available again, we cannot believe that the decrypt key even works.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Indonesia, suffering from a ransomware attack, discovers it has no backups — 'That's stupidity,' remarks astute government official  ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/cyber-security/indonesia-suffering-from-a-ransomware-attack-discovers-it-has-no-backups-thats-stupidity-remarks-astute-government-official</link>
                                                                            <description>
                            <![CDATA[ The devastation from a June cyberattack against Indonesia has been made much worse by a complete lack of data backups from one of the compromised data centers. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">LzkH3QgXAjkwq2m5xGEXWU</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/NE8zGnvXaQCYRnnivgMv7W-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 03 Jul 2024 14:44:40 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 10:04:13 +0000</updated>
                                                                                                                                            <category><![CDATA[Cybersecurity]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Jeff Butts ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/mu8yfvXw9Ut4an84MVDhs9.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Jeff Butts began tinkering with computers in the early 1980s and worked as an IT and networking consultant for 15 years before engaging in any “formal” training. Throughout his career, he worked with and supported nearly every commonly used operating system, including Windows, OS/2, Linux, and macOS. He eventually earned a Master of Information and Computing Systems and taught university English and computer science for several years before pivoting to professional writing. He’s written and edited for such outlets as The Mac Observer, How-To Geek, Hot Hardware, groovyPost, and geekRumor. When not writing, he bounces between 3D printing projects, fiddling with Raspberry Pi and the like, and Microsoft Flight Simulator.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/NE8zGnvXaQCYRnnivgMv7W-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Jakarta skyline in Indonesia]]></media:description>                                                            <media:text><![CDATA[Jakarta skyline in Indonesia]]></media:text>
                                <media:title type="plain"><![CDATA[Jakarta skyline in Indonesia]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/NE8zGnvXaQCYRnnivgMv7W-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>A <a href="https://www.tomshardware.com/tech-industry/internet-archive-facing-sustained-cyber-attacks-nonprofit-struggles-with-impactful-targeted-adaptive-ddos-campaign">cyber attack</a> in Indonesia that’s been called the worst in years exposed a critical mistake in the country’s information technology policy. Almost none of the data in one of the two data centers hit by the ransomware attack is backed up, meaning it cannot be restored other than by decrypting the affected servers’ storage systems.</p><p>The attack happened on June 20, when a “non-state actor” compromised Indonesia’s Temporary National Data Center (PDNS) using a variant of the <a href="https://www.tomshardware.com/tech-industry/cyber-security/chinas-largest-bank-forced-to-settle-trades-by-usb-stick-after-ransomware-attack">LockBit 3.0 malware</a> called Brain Cipher. This software not only extracts sensitive data but also encrypts it on the servers. The attacker has demanded a ransom of $8 million, which the government says it does not intend to pay.</p><p>The attack affected over 230 public agencies in Indonesia, including ministries, and severely disrupted several critical national services. These included important government services such as immigration and operations at major airports.</p><p>After the <a href="https://www.reuters.com/technology/cybersecurity/bulk-indonesia-data-hit-by-cyberattack-not-backed-up-officials-say-2024-06-28/">impact became clear</a>, Indonesian President Joko Widodo ordered an audit of the country’s data centers. Muhammad Yusuf Ateh, who leads Indonesia’s Development and Finance Controller (BPKP), said the audit would cover “governance and the financial aspect” of the cyberattack.</p><p>An official from Indonesia’s cyber security agency told Reuters that 98% of the government data stored in one of the two compromised data centers had not been backed up. While the data center had the backup capacity to store the data, it wasn’t required. Many government agencies did not use the backup service because of budget constraints.</p><p>Since then, some have called for Budi Arie Setiadi, Indonesia’s communications director, to resign his post. Setiadi’s ministry is responsible for running the data centers. Setiadi, they say, has failed to take responsibility for multiple cyber attacks on the nation.</p><p>The commission chair investigating the incident, Meutya Hafid, said, “If there is no back up, that&apos;s not a lack of governance. That&apos;s stupidity.”</p><p>Indonesian authorities say they are trying to decrypt the data themselves. The team expects to have all government services fully restored by August.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Microsoft now forces automatic OneDrive backups — feature enabled during clean Windows installs, users surprised with desktop icons and files ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/software/windows/microsoft-now-forces-automatic-onedrive-backups-feature-enabled-during-clean-windows-installs-users-surprised-with-desktop-icons-and-files</link>
                                                                            <description>
                            <![CDATA[ OneDrive backup and syncing becomes an opt-out feature for Windows 11. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">cwMCdBpkJkxqnXZgQxxuAU</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/2uQq8VEChTsAzkPLZsVLGS-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 25 Jun 2024 14:12:40 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 08:57:16 +0000</updated>
                                                                                                                                            <category><![CDATA[Windows]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                    <category><![CDATA[Operating Systems]]></category>
                                                                                                <author><![CDATA[ editors@tomshardware.com (Jowi Morales) ]]></author>                    <dc:creator><![CDATA[ Jowi Morales ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/gM7E2WSDg2wgCFoaDPz9yK.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Jowi Morales is a writer and journalist covering the tech beat since 2021. However, he’s been interested in technology far earlier than that. He started discovering desktop computers when his father brought home a Windows 95 PC, but his first real experience working under the hood of the PC was when the old computer’s hard drive was filled to the brim in the year 2000. He deleted the Windows folder to attempt to rectify the situation, which led to his dad buying a new desktop PC. Since then, he learned a lot more about computers, and he’s always been the go-to tech expert for his family and friends.&lt;/p&gt;&lt;p&gt;Jowi primarily uses a Windows workstation and an Android phone, but he also bought into the Apple ecosystem with the 6th-gen iPad, iPhone 14 Pro Max, and the M1 MacBook Air. Today, Jowi covers hardware and software from Redmond and Cupertino, while also looking at the tech industry in general.&lt;/p&gt;&lt;p&gt;Aside from covering technology, Jowi is an avid photographer and writes about automobiles, aviation, and tanks. You can find his bylines at &lt;a href=&quot;https://www.makeuseof.com/author/jowi-morales/&quot;&gt;MakeUseOf&lt;/a&gt;, &lt;a href=&quot;https://www.slashgear.com/author/jowimorales/&quot;&gt;SlashGear&lt;/a&gt;, and, of course, &lt;a href=&quot;https://www.tomshardware.com/author/jowi-morales&quot;&gt;Tom’s Hardware&lt;/a&gt;.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/2uQq8VEChTsAzkPLZsVLGS-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[OneDrive install on phone]]></media:description>                                                            <media:text><![CDATA[OneDrive install on phone]]></media:text>
                                <media:title type="plain"><![CDATA[OneDrive install on phone]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/2uQq8VEChTsAzkPLZsVLGS-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Microsoft has been working hard to wedge you into its ecosystem, and it appears to have taken one step further by making OneDrive backups an opt-out feature. OneDrive is Microsoft’s cloud drive service, much like Google Drive and iCloud. It comes standard with 5GB of free storage for anyone who signs up for a Microsoft Account, which you’ll likely do from now on, since <a href="https://www.tomshardware.com/software/windows/door-slammed-on-last-remaining-easy-windows-11-local-account-setup-workaround">the company recently turned off the easy bypass to Windows 11’s online setup</a>.</p><p>While Apple and Google offer online backups on their devices, these are opt-in, and you can always decline them <em>before</em> either of them starts syncing your device contents. However, Microsoft is irking its users by turning on OneDrive backups by default, as discovered by <a href="https://www.neowin.net/news/windows-11-is-now-automatically-enabling-onedrive-folder-backup-without-asking-permission/">Neowin</a>, thus anyone who intends to complete a clean Windows 11 install is currently being surprised by OneDrive desktop icons and drive folders on their newly installed operating system. </p><p>If you prefer backing up your files via the cloud, OneDrive is an excellent option, especially as it seamlessly syncs with Windows File Explorer. However, there are times when users want to only backup specific files, and there are also situations when you want a clean PC with no bloat. If that is the case, then automatic OneDrive synchronization with a new PC would indeed be an unwanted annoyance.</p><p>Microsoft has clearly been pushing its users towards its closed ecosystem. For example, the company <a href="https://www.tomshardware.com/software/windows/microsoft-account-to-local-account-conversion-guide-erased-from-official-windows-11-guide-instructions-redacted-earlier-this-week">removed official instructions on how to convert your Windows 11 Microsoft Account login into a local account</a> from its guide page. So, if you didn’t <a href="https://www.tomshardware.com/how-to/install-windows-11-without-microsoft-account">install Windows 11 using the local account bypass</a>, you have to find less-official results to find instructions on converting your login account. Microsoft Edge will <a href="https://www.tomshardware.com/news/edge-poll-downloading-chrome">ask you why you’re moving to Chrome</a> if you download its installer. Furthermore, even if you’ve already set a different default browser, searching from the Start Menu will still pull up the results on Edge — one of the company’s shady practices when it comes to <a href="https://www.tomshardware.com/news/microsoft-confirms-windows-11-edge-default-browser">anti-competitive behavior</a> in Windows 11.</p><p>In fairness to Microsoft, OneDrive is one of the more <a href="https://www.tomshardware.com/news/microsofts-new-365-basic-plan-dollar2-a-month-includes-100gb-onedrive-ad-free-outlook">affordable cloud storage options on the market at $2 a month</a>. It’s also quite a robust product, with features including file versions, which helps protect you in case of file loss or a ransomware attack. However, shoving it down users’ throats isn’t the way to go if you want them to pay for it. Instead, the company should make using OneDrive a more seamless experience so much so that people will want to use it over Google Drive or iCloud. Or at least it should ask users first if they want to turn on device syncing via OneDrive, so they can get a clean install if they want to.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Windows 11 24H2 may block connections to unsecured third-party NAS devices — Microsoft enables SMB signing for enhanced security ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/pc-components/nas/windows-11-24h2-may-block-connections-to-unsecured-third-party-nas-devices-microsoft-enables-smb-signing-for-enhanced-security</link>
                                                                            <description>
                            <![CDATA[ To boost security for its users, Microsoft has disabled SMB1 and Guest Signing protocol by default, securing billions of Windows 11 24H2 PCs as it would not allow access to unsecured NAS devices, prompting the respective manufacturers to enable it. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">J65zWBjvtb3rbiCqC9g62f</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/Aq8uBNWwVUEsnMEomPcoMM-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Fri, 31 May 2024 14:19:18 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 09:51:38 +0000</updated>
                                                                                                                                            <category><![CDATA[NAS]]></category>
                                                    <category><![CDATA[PC Components]]></category>
                                                    <category><![CDATA[Storage]]></category>
                                                                                                                    <dc:creator><![CDATA[ Roshan Ashraf Shaikh ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/zdehzmQF3FFdL62x7CtdmT.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Roshan Ashraf Shaikh has been in the Indian PC hardware community since the early 2000s and has been building PCs, contributing to many Indian tech forums, &amp;amp; blogs. He operated Hardware BBQ for 11 years and wrote news for eTeknix &amp;amp; TweakTown before joining Tom&#039;s Hardware team. Besides tech, he is interested in fighting games, movies, anime, and mechanical watches.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/Aq8uBNWwVUEsnMEomPcoMM-1280-80.png">
                                                            <media:credit><![CDATA[Microsoft]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Windows 11&#039;s GUI]]></media:description>                                                            <media:text><![CDATA[Windows 11&#039;s GUI]]></media:text>
                                <media:title type="plain"><![CDATA[Windows 11&#039;s GUI]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/Aq8uBNWwVUEsnMEomPcoMM-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Microsoft&apos;s principal program manager, Ned Pyle, addressed new security changes with Windows 11 24H2 via the <a href="https://techcommunity.microsoft.com/t5/storage-at-microsoft/accessing-a-third-party-nas-with-smb-in-windows-11-24h2-may-fail/ba-p/4154300">Microsoft blog</a>. The changes will deny access to unsecured routers with USB ports and some <a href="https://www.tomshardware.com/tech-industry/artificial-intelligence/enthusiast-arms-12-slot-nvme-nas-with-an-nvidia-rtx-gpu-to-run-local-chatgpt">Network Attached Storage</a> devices. Pyle mentions that the upcoming upgrade abandons the much earlier variants of the Server Message Block (SMB) protocol and hence the potential issue.</p><p>Pyle explains that SMB1 is over forty years old, and warnings of its demise have been echoed since 2022. The <a href="https://www.tomshardware.com/software/windows/microsoft-updates-windows-11-24h2-requirements-cpu-must-support-sse42-or-the-os-will-not-boot">Windows 11 24H2</a> takes one step forward, as it requires SMB signing by default, which will avoid tampering on the network. Guest fallback will be disabled on Windows 11 Pro Edition, which provides better security as it allows access to an SMB server without a username or password. </p><p>This added security is long overdue as SMB signing has been available in Windows for thirty years as an option. Guest in Windows was deprecated twenty-five years ago, while the Guest fallback option was disabled in Windows 10 Enterprise, Education, and Pro for Workstation editions. These security implementations have also been present in Windows Insider Dev, and <a href="https://www.tomshardware.com/software/microsoft-axes-wordpad-after-28-years-of-duty-windows-95-stalwart-has-been-removed-from-the-new-windows-11-canary-build">Canary builds</a> for a year. Pyle says that this change in Windows 11 24H2 will secure over a billion devices as it will force NAS and router makers to update unpatched devices. </p><p>SMB signing could serve as an added layer of security against malicious programs that access unsecured servers without the user&apos;s knowledge and permission to transfer data. Pyle explains that the devices can no longer be tricked into connecting to a malicious server without login credentials, blocking access to <a href="https://www.tomshardware.com/tech-industry/cyber-security/shrinklocker-ransomware-uses-bitlocker-against-you-encryption-craving-malware-has-already-been-used-against-governments">ransomware</a> or malicious programs designed to <a href="https://www.tomshardware.com/tech-industry/artificial-intelligence/ai-worm-infects-users-via-ai-enabled-email-clients-morris-ii-generative-ai-worm-steals-confidential-data-as-it-spreads">steal data</a>. </p><p>However, this would also mean blocking access to your NAS since it can&apos;t differentiate between a server with malicious intent or a trusted NAS that doesn&apos;t have the necessary protocols. Pyle explains that, as a result, it would generate the following error:</p><ul><li>0xc000a000</li><li>-1073700864</li><li>STATUS_INVALID_SIGNATURE</li><li>The cryptographic signature is invalid</li></ul><h2 id="nas-makers-to-follow-suit">NAS makers to follow suit?</h2><p>Despite being disabled by default, one could revert the changes at the cost of having a less secure system. This is where device manufacturers must provide a security patch to unsecured devices. </p><p>Pyle explains that Microsoft would like to know if users have routers with USB ports and NAS units that do not support SMB signing. He says, "If you have a third-party NAS device that doesn&apos;t support SMB signing, we want to hear about it. Please email wontsignsmb@microsoft.com with the make and model of your NAS device so we can share it with the world and perhaps get the vendor to fix it with an update."</p><p>It&apos;s also likely that the respective NAS and routers with USB ports may have the SMB signing but possibly turn it off by default. Users could probably turn it on via the NAS management software. However, this may encourage NAS and router makers to turn these off by default while providing the ability to turn on the SMB guest fallback option should the user need it. </p><p>Helping to secure one&apos;s network-attached drives is always going to be seen in a positive light by several users. It is also unlikely many NAS makers would risk being named by Microsoft as an unsecured device. Still, you&apos;ll never know until Windows 11 24H2 is released and, eventually, a list of unsecured NASs is published. </p><p>This isn&apos;t the only <a href="https://www.tomshardware.com/software/windows/windows-11-24h2-will-enable-bitlocker-encryption-for-everyone-happens-on-both-clean-installs-and-reinstalls">security provision</a> provided with Windows 11 24H2, but only time will tell how many users would be affected by this change.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ 'ShrinkLocker' ransomware uses BitLocker against you — encryption-craving malware has already been used against governments ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/cyber-security/shrinklocker-ransomware-uses-bitlocker-against-you-encryption-craving-malware-has-already-been-used-against-governments</link>
                                                                            <description>
                            <![CDATA[ The ShrinkLocker ransomware attack uses BitLocker to encrypt corporate systems and destroy all recovery methods. The new attack is more directed at destruction than extortion. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">eqgUrQHc9uDfhmZeRB4vJc</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/6fchb3yYCKdETtJdi62QSR-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 24 May 2024 21:47:31 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 09:00:06 +0000</updated>
                                                                                                                                            <category><![CDATA[Cybersecurity]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Sunny Grimm ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/TMvJDaYy3nyZ8kYLJ2rggY.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Sunny&#039;s tech journey began in 2017, when he spotted the shiny new GTX 1080 on the shelf of one Jarred Walton, Tom&#039;s Hardware&#039;s resident GPU expert. Babysitting for Jarred, Sunny was paid in a 1050 Ti, which killed his computer the second he tried to install it. One week of headscratching troubleshooting later, Sunny was brought into this new life of tinkering and trying to squeeze every frame of performance out of their hardware. First writing for PC Gamer, Sunny made the trek over to Tom&#039;s Hardware to tackle the morning&#039;s breaking tech news. Perpetually one generation behind the bleeding edge, Sunny is currently studying at a university in Utah. When they&#039;re not writing about the US-China trade war, Sunny is either writing new music, getting in rounds of &lt;em&gt;Magic: the Gathering&lt;/em&gt;, or advocating for minority rights.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/6fchb3yYCKdETtJdi62QSR-1280-80.jpg">
                                                            <media:credit><![CDATA[Microsoft]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[BitLocker hardware encryption tested]]></media:description>                                                            <media:text><![CDATA[BitLocker hardware encryption tested]]></media:text>
                                <media:title type="plain"><![CDATA[BitLocker hardware encryption tested]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/6fchb3yYCKdETtJdi62QSR-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>BitLocker has been weaponized again by the new "ShrinkLocker" ransomware attack. The attack uses novel methods to make a classic BitLocker attack more pervasive and dangerous than ever before, and it has already been used against governments and manufacturing industries. </p><p>Kaspersky, known for its Kaspersky Anti-Virus and class-leading malware research, <a href="https://usa.kaspersky.com/about/press-releases/2024_kaspersky-uncovers-new-bitlocker-abusing-ransomware">identified the new strain</a> in Mexico, Indonesia, and Jordan, so far only against enterprise PCs. Attacks using <a href="https://www.tomshardware.com/how-to/enable-or-disable-bitlocker-encryption-in-windows">BitLocker</a>, an optional Windows feature that encrypts PC hard drives commonly used in the enterprise world, are not new. But ShrinkLocker is unique thanks to new innovations.</p><p>ShrinkLocker uses VBScript, an old Windows programming script set to deprecate starting with Windows 11 24H2, to identify the specific Windows OS used by the host PC. A malicious script then runs through BitLocker setup specific to the operating system, and enables BitLocker accordingly on any PC running Vista or Windows Server 2008 or newer. If the OS is too old, ShrinkLocker deletes itself without a trace. </p><p>ShrinkLocker then shrinks all drive partitions by 100MB and uses the stolen space to create a new boot partition, hence "Shrink" Locker. ShrinkLocker also deletes all protectors used to secure the encryption key, making it unrecoverable by the victim later. The script creates a new random 64-character encryption key, sends it and other information about the computer to the attacker, deletes the logs that stored ShrinkLocker&apos;s activity, and finally forces a shut-down of the PC, using the newly created boot partition to fully lock and encrypt all drives on the PC. The PC and every byte of data on it is now fully unusable.</p><p>The attack leaves its targets floundering, with bricks for hard drives. The creator of the ShrinkLocker attack must have had an "extensive understanding" of a variety of obscure Windows internals and utilities to craft the attack, which left almost no trace. Kaspersky&apos;s experts could not find any way to identify the source of the attack or the source where information was sent, but they did find the ShrinkLocker script left behind on the single drive of one affected PC that did not have BitLocker configured. </p><p>For a ransomware attack, the attacker also did not make it easy to find where to send the ransom in question. The script changes the name of the new boot partitions to the attacker&apos;s email, but this requires more digging to spot than simply editing the BitLocker recovery screen, an easy enough task for a hacker of this caliber. This makes it likely that the attack is focused more on disruption and data destruction than ransom. </p><p>IT professionals will already be familiar with mitigation steps for these attacks: Make frequent backups, restrict users&apos; editing privileges so they cannot edit their BitLocker settings or registries, and seek out high-level EPP or MDR solutions to track and secure your network. Kaspersky obviously suggests their own products for this in their technical report on the attack. </p><p>For the full details of the attack and the ShrinkLocker script, Kaspersky has <a href="https://securelist.com/ransomware-abuses-bitlocker/112643/">a full technical analysis</a>. While BitLocker is currently only a feature of "Pro" or enterprise Windows releases, Microsoft will enable <a href="https://www.tomshardware.com/software/windows/windows-11-24h2-will-enable-bitlocker-encryption-for-everyone-happens-on-both-clean-installs-and-reinstalls">BitLocker for all users</a> starting with <a href="https://www.tomshardware.com/software/windows/the-next-ai-focused-version-of-windows-is-windows-11-24h2-not-windows-12">Windows 11 24H2</a>, and automatically activate it on reinstallation, so beware of BitLocker attacks making a move to the individual PC world. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Critical EUV chipmaking tool supplier hacked, pressed to pay $10 million for ransomware unlock – Hoya dismisses hack as an ‘IT system incident’  ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/cyber-security/critical-euv-chipmaking-tool-supplier-hacked-pressed-to-pay-dollar10-million-for-ransomware-unlock-hoya-dismisses-hack-as-an-it-system-incident</link>
                                                                            <description>
                            <![CDATA[ Japanese optical technology leader, Hoya Corporation, recently admitted to being affected by an 'IT system incident.' However, according to reports, it was hit by a ransomware attack and a demand for $10 million to maintain the confidentiality of 1.7 million files. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">ALhaAcQx8CjDrYUSzSkfdn</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/ERrXj7snp59B6QaV3GpECf-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 12 Apr 2024 15:46:21 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 08:45:09 +0000</updated>
                                                                                                                                            <category><![CDATA[Cybersecurity]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Mark Tyson ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/56vqMYLDaKRHPhHZgbADFR.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Mark&#039;s enthusiasm for computers dampened at an early age by the rubber-keyed Sinclair Spectrum 48K and feelings of Commodore 64 envy. However, in the mid-80s, hope in a digital future was rekindled by the purchase of an Atari 520 STe. Since that time Mark has used a multitude of computers for fun and professional endeavors. He often owned both Macs and PCs but went cold on the former after OS9 was killed off, and warmed to the latter with the introduction of Windows XP.&lt;br&gt;
&lt;br&gt;
Early work years were spent in artwork and reprographics but in the late noughties, Mark started to blog about computers, Taiwanese food culture, and guitar design. This activity led to a full-time position writing about breaking PC tech news for HEXUS, for the best part of a decade. When HEXUS was abruptly closed, Mark helped with the foundation of Club386, before finding a new home at Tom&#039;s Hardware.&lt;br&gt;
&lt;br&gt;
When not wearing through the keycap legends on his PC keyboards, Mark can be found wandering the computer malls of Taiwan&#039;s neon-lit conurbations and enjoying local and international cuisine.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/ERrXj7snp59B6QaV3GpECf-1280-80.jpg">
                                                            <media:credit><![CDATA[Hoya Corp.]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Hoya mask blanks and photomasks]]></media:description>                                                            <media:text><![CDATA[Hoya mask blanks and photomasks]]></media:text>
                                <media:title type="plain"><![CDATA[Hoya mask blanks and photomasks]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/ERrXj7snp59B6QaV3GpECf-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Japanese optical technology leader Hoya Corporation <a href="https://ssl4.eir-parts.net/doc/7741/tdnet/2418411/00.pdf">recently admitted</a> (PDF) to being affected by an “IT system incident affecting the functional IT systems of our headquarters and several of our business divisions.” However, according to France’s <a href="https://www.lemagit.fr/actualites/366580339/Ransomware-Hunters-International-demande-10-millions-de-dollars-a-Hoya">LeMagIT</a>, the incident would be better described as a ransomware attack, with Hoya facing demands for $10 million to unlock encrypted files and for the hackers to keep secret the data stolen during the security breach. Hoya is an essential player in the <a href="https://www.tomshardware.com/tech-industry/semiconductors/the-worlds-semiconductor-industry-hinges-on-a-quartz-factory-in-north-carolina">semiconductor industry</a> as a leader in the development of products for <a href="https://www.tomshardware.com/pc-components/cpus/asml-ships-groundbreaking-new-chipmaking-tool-to-intel-high-na-lithography-tool-needed-for-next-gen-process-nodes-could-cost-dollar400-million">EUV lithography</a>. As a result, its trade secrets could be particularly valuable to rivals or sanctioned nations.</p><p>According to reports, the Hoya cyberattack was undertaken by ‘Hunters International.’ This group is thought to have formed after collaborative work between the FBI and law enforcement in Germany and the Netherlands dismantled the notorious ransomware-as-a-service group known as Hive. Despite the evidence, Hunters International denies any affiliation with Hive.</p><p>Some of the purported details of the Hunters International <a href="https://www.tomshardware.com/news/hackers-claim-dollar70-million-ransomware-attack-on-tsmc-hits-supplier-instead">ransomware</a> demand are that the group asked for $10 million for a file decryptor. Also, part of the deal would be a pledge by the ransomware group not to release any of the 1.7 million files (2TB of data) that it stole during the hack(s) on Hoya computers.</p><p>Interestingly, Hunters International claims to be applying a non-negotiation, no-discount policy to its Hoya data haul. This news morsel again needs a pinch of salt, as neither any ransomware group nor Hoya has released communications to confirm the true nature of the ‘incident’ affecting Hoya’s servers. However, LeMagIT’s screenshots, allegedly taken from “Hunters International infrastructure,” are an obvious smoking gun.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:999px;"><p class="vanilla-image-block" style="padding-top:56.26%;"><img id="zZtFcaJEStMftR3krLDXPf" name="hoya-2.jpg" alt="Hoya mask blanks and photomasks" src="https://cdn.mos.cms.futurecdn.net/zZtFcaJEStMftR3krLDXPf.jpg" mos="" align="middle" fullscreen="" width="999" height="562" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Hoya Corp.)</span></figcaption></figure><h2 id="hoya-x2019-s-key-it-products">Hoya’s key IT products</h2><ul><li>Mask blanks and photomasks for semiconductor manufacturing</li><li>Photomasks for flat panel displays</li><li>Glass disks <a href="https://www.tomshardware.com/news/hoya-hdd-22tb-24tb">for hard disk drives</a></li><li>Optical glass / optical lenses</li><li>Colored glass filters</li><li>Laser equipment / UV light resources</li></ul><p>As we mentioned in the intro, this isn’t just commercial and customer data at stake. Hoya Corporation is a pillar of the West’s advanced semiconductor advantage over <a href="https://www.tomshardware.com/news/us-tech-sanctions-against-china-are-starting-to-bite-hard">sanctioned countries like China</a>, <a href="https://www.tomshardware.com/pc-components/cpus/half-of-russian-made-chips-are-defective-baikal-struggles-to-meet-russias-demand">Russia</a>, and other <a href="https://www.tomshardware.com/pc-components/ram/memory-chip-production-at-risk-as-north-korea-ramps-up-threats-against-south-korean-which-produces-71-of-global-memory-supply-51-of-nand-for-ssds">despotic nations</a>. Hopefully, action will be taken, and data won’t be sold to or ‘accidentally’ leaked to sanctioned countries.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ IBM's new AI-enabled SSDs identify and eradicate ransomware in under a minute ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/cyber-security/ibms-new-cloud-ai-enabled-ssds-identify-and-treat-ransomware-in-under-a-minute</link>
                                                                            <description>
                            <![CDATA[ IBM uses AI-enhanced FlashCore Module (FCM) technology to increase data resilience against cyberattacks by detecting and addressing malware near-instantly. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">4QCaSiU8szpo4B2Lpsc7Zn</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/v8gzYWvqqVf2UGm5vhnV28-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 28 Feb 2024 13:59:43 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 08:41:29 +0000</updated>
                                                                                                                                            <category><![CDATA[Cybersecurity]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Christopher Harper ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/qS2hbWnXwNUSmgyAHBQqKB.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Christopher Harper has been a successful freelance tech writer specializing in PC hardware and gaming since 2015, and ghostwrote&amp;nbsp;for various B2B clients in High School before that. Outside of work, Christopher is best known to friends and rivals as an active competitive player in various eSports (particularly fighting games and arena shooters) and a purveyor of music ranging from Jimi Hendrix to Killer Mike to the&amp;nbsp;Sonic Adventure 2&amp;nbsp;soundtrack.&lt;br&gt;
&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/v8gzYWvqqVf2UGm5vhnV28-1280-80.jpg">
                                                            <media:credit><![CDATA[IBM]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[IBM render from original blog post, showcasing a security system that&#039;s a perfect fit for this tech.]]></media:description>                                                            <media:text><![CDATA[IBM render from original blog post, showcasing a security system that&#039;s a perfect fit for this tech.]]></media:text>
                                <media:title type="plain"><![CDATA[IBM render from original blog post, showcasing a security system that&#039;s a perfect fit for this tech.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/v8gzYWvqqVf2UGm5vhnV28-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Yesterday, <a href="https://newsroom.ibm.com/blog-IBM-adds-AI-enhanced-data-resilience-capabilities-to-help-combat-ransomware-and-other-threats-with-enhanced-storage-solutions">IBM released</a> a blog post detailing its technology for AI-enhanced protection against malware including ransomware on its SSDs, the fourth generation of IBM&apos;s FlashCore Module (FCM) technology. As detailed by them, the latest revision of FCM (FCM4) now supports artificial intelligence, but applied for the purpose of detecting and responding to cybersecurity threats as they arise.</p><p>Previous generations of FCM are already capable of scanning all incoming data without impacting performance, but lack the enhanced features of AI. FCM4 monitors statistics for every single I/O operation, and uses machine learning to detect threats like ransomware in under a minute.</p><p>This approach from IBM joins the likes of other self-protecting SSD storage. For example those made by <a href="https://www.tomshardware.com/news/phison-cigent-develop-self-protecting-ssds">Cigent and Phison</a> and other, more <a href="https://www.tomshardware.com/news/researchers-bake-malware-protection-directly-into-ssds">performance-intensive hardware protection</a> methods. </p><p>Focusing on IBM&apos;s solutions, though, let&apos;s talk about more than just threat detection. By measuring data parameters like compressibility, randomness and entropy, the IBM Storage Insights software can alert users to an anomaly. The FCM4 technology gathers real-time IO data which machine learning models use to determine a threat.  By integrating FCM with IBM&apos;s Storage Defender Software, IBM can leverage AI detection and data recovery operations on both the software side and the hardware side.</p><p>Of course, making the most of these technologies and their assorted backup, restore, and protection features is currently limited to high-end applications. While day-to-day SSDs may one day see protection like this, IBM&apos;s FCM technology and corresponding software is targeted squarely at enterprise and professional users, particularly ones needing to deal with high-sensitivity or confidential information.</p><p>By dramatically increasing the speed at which ransomware and other malicious activities can be detected, removed, and repaired from storage, IBM has shown that machine learning AI actually can be the ideal choice for some workloads. </p><p>While the ethics and morals of "generative AI" in art, music and literature are quite rightly being debated, the use of AI in this application means better security for enterprise users. Even the most seasoned IT security pros would be hard-pressed to detect and start reversing a ransomware attack within a single minute, but a job like that might actually be <em>perfect</em> for these ever-evolving machine learning models.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Google proposes users of older Windows 10 PCs to migrate to ChromeOS Flex — 600 devices certified  ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/software/operating-systems/google-proposes-users-of-older-windows-10-pcs-to-migrate-to-chromeos-flex-600-devices-certified</link>
                                                                            <description>
                            <![CDATA[ Want to keep your old Windows 10 PC, but maintain support after October, 2025? Google says to use ChromeOS Flex. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">wuQo9mvDKCRByxBPPfHCUk</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/teUGt9d2udBNDueiNE5Va7-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 15 Feb 2024 20:17:38 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 12:53:36 +0000</updated>
                                                                                                                                            <category><![CDATA[Operating Systems]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                <author><![CDATA[ ashilov@gmail.com (Anton Shilov) ]]></author>                    <dc:creator><![CDATA[ Anton Shilov ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/uMZ5kNphxA2Ut6whdLaSQV.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Anton Shilov has been in the PC industry since 1990s playing games, building PCs, and writing stories about pretty much everything that relates to PCs, Macs, smartphones, tablets, and even fab equipment. Over his career, he has worked at a variety of high-ranking websites, including AnandTech, EE Times, TechRadar, X-bit labs, and now Tom&#039;s Hardware. When Anton is not reading or writing about something high-tech, he is probably watching a good movie, playing a video game, or spending time with his family.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/teUGt9d2udBNDueiNE5Va7-1280-80.jpg">
                                                            <media:credit><![CDATA[Amazon]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Asus Chromebook C425 cover]]></media:description>                                                            <media:text><![CDATA[Asus Chromebook C425 cover]]></media:text>
                                <media:title type="plain"><![CDATA[Asus Chromebook C425 cover]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/teUGt9d2udBNDueiNE5Va7-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Microsoft will stop supporting Windows 10 on October 14, 2025, which could render 240 million PCs obsolete for consumers and businesses due to lack of free security updates and technical support. Since many of Windows 10 systems are too old to run Windows 11, many users will have to <a href="https://www.tomshardware.com/software/windows/microsoft-to-offer-windows-10-subscription-plan-for-customers-who-want-to-keep-getting-updates-after-october-2025-for-both-businesses-and-individuals">pay Microsoft for extended support</a> or buy new PCs. Some may want to preserve their existing machines and not pay Microsoft, which will be dangerous due to lack of security updates, but Google seems to have a solution.  </p><p>Google suggests you migrate to cloud-based ChromeOS Flex, which will keep receiving regular security updates and support for at least some time, <a href="https://cloud.google.com/blog/products/chrome-enterprise/11-ways-you-win-with-chromeos-flex">Google tells to owners of Windows 10-based PCs</a> that are too outdated to run Windows 11. The lightweight operating system that can be easily installed on Windows devices using a USB stick. If people adopt ChromeOS Flex, this will prevent millions of PCs from becoming electronic waste, which is good for the planet. </p><p>In addition, ChromeOS Flex provides numerous other advantages, including regular security updates, data encryption, and potentially improved performance for older devices. It also promises lower IT support costs, making it an attractive option for businesses. The operating system is compatible with various <a href="https://www.tomshardware.com/news/hp-announces-enterprise-focused-chrome-os-devices">Chrome Enterprise solutions</a>, catering to a wide range of business needs such as fleet management, kiosk deployment, and ransomware recovery. </p><p>But there is one thing that Google&apos;s ChromeOS does not offer, and which could render the operating system useless for the vast majority of owners of Windows 10-based PCs. For obvious reasons, ChromeOS does not support Windows applications and many users — both businesses and consumers — of outdated Windows machines use their PCs to keep using programs they know and like. Google is addressing this issue by enabling users to stream these legacy applications, enhancing ChromeOS&apos;s adaptability in the business environment, but it cannot stream tens of thousands of applications in use today and streaming requires stable Internet connection, which somewhat reduces appeal of this solution. </p><p>"ChromeOS Flex is the perfect (and free!) answer for Windows 10 users with perfectly good hardware who feel abandoned by the shift to Windows 11," said Naveen Viswanatha, ChromeOS Head of Commercial Product at Google. "Whether you are a consumer trying to make the most of the money you have already spent, or an IT manager looking at a fleet of PCs that you need to replace to stay secure, consider ChromeOS Flex." </p><p>But users do not seem to be convinced, ChromeOS currently holds a modest 1.78% share of the global PC OS market, trailing far behind Windows&apos;s dominant 73% share and MacOS&apos;s substantial 16.11% share as of January, 2024, according to <a href="https://gs.statcounter.com/os-market-share/desktop/worldwide">StatCounter.com</a>.</p><iframe src="https://content.jwplatform.com/players/zYBgfFoA.html" id="zYBgfFoA" title="Buy the Right CPU" width="1920" height="1080" frameborder="0" scrolling="auto" allowfullscreen></iframe>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ BitLocker encryption broken in 43 seconds with sub-$10 Raspberry Pi Pico  — key can be sniffed when using an external TPM ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/pc-components/cpus/youtuber-breaks-bitlocker-encryption-in-less-than-43-seconds-with-sub-dollar10-raspberry-pi-pico</link>
                                                                            <description>
                            <![CDATA[ A YouTuber discovered that Windows Bitlocker can be hacked on systems featuring dedicated TPMs. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">KELuVNjYMeuBvuT6AhZpCT</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/m8jufmx88xDmQAcg9rhBME-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Wed, 07 Feb 2024 02:18:10 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 09:52:52 +0000</updated>
                                                                                                                                            <category><![CDATA[CPUs]]></category>
                                                    <category><![CDATA[PC Components]]></category>
                                                                                                <author><![CDATA[ editors@tomshardware.com (Aaron Klotz) ]]></author>                    <dc:creator><![CDATA[ Aaron Klotz ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/aAk2saHqkgFuTCanz8LnmD.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Aaron began building computers back when he was 8 years old in the mid-2000s, and it’s been a hobby of his ever since then. With a focus on computer hardware, he became an avid member of the Tom’s Hardware forums several years later, helping people solve issues with their PCs. He is now a freelance writer for Tom’s Hardware, writing about computer hardware news and more. When not busy playing or writing about computer hardware, he spends his free time playing video games like Star Citizen or Apex Legends.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/m8jufmx88xDmQAcg9rhBME-1280-80.png">
                                                            <media:credit><![CDATA[YouTube - stacksmashing]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Custom Raspberry Pi Pico designed to hack TPM]]></media:description>                                                            <media:text><![CDATA[Custom Raspberry Pi Pico designed to hack TPM]]></media:text>
                                <media:title type="plain"><![CDATA[Custom Raspberry Pi Pico designed to hack TPM]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/m8jufmx88xDmQAcg9rhBME-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Bitlocker is one of the most easily accessible encryption solutions available today, being a built-in feature of Windows 10 Pro and Windows 11 Pro that&apos;s designed to secure your data from prying eyes. However, <a href="https://www.youtube.com/watch?v=wTl4vEednkQ">YouTuber stacksmashing</a> demonstrated a colossal security flaw with Bitlocker that allowed him to bypass <a href="https://www.tomshardware.com/news/windows-software-bitlocker-slows-performance">Windows Bitlocker</a> in less than a minute with a cheap sub-$10 <a href="https://www.tomshardware.com/how-to/raspberry-pi-pico-setup">Raspberry Pi Pico</a>, thus gaining access to the encryption keys that can unlock protected data. After creating the device, the exploit only took 43 seconds to steal the master key.</p><p>To do this, the YouTuber took advantage of a known design flaw found in many systems that feature a <a href="https://www.tomshardware.com/news/where-to-buy-tpm-2.0-for-windows-11">dedicated Trusted Platform Module</a>, or TPM. For some configurations, Bitlocker relies on an external TPM to store critical information, such as the Platform Configuration Registers and Volume Master Key (some CPUs have this built-in). For external TPMs, the TPM key communications across an LPC bus with the CPU to send it the encryption keys required for decrypting the data on the drive.</p><p>Stacksmashing found that the communication lanes (LPC bus) between the CPU and external TPM are completely unencrypted on boot-up, enabling an attacker to sniff critical data as it moves between the two units, thus stealing the encryption keys. You can see his method in the video below. </p><div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="low" data-lazy-src="https://www.youtube-nocookie.com/embed/wTl4vEednkQ" allowfullscreen></iframe></div></div><p>With this in mind, the YouTuber decided to test an attack on a ten-year-old laptop with Bitlocker encryption. His specific laptop&apos;s LPC bus is readable through an unpopulated connector on the motherboard, located right next to one of the laptop&apos;s M.2 ports. This same type of attack can be used on newer motherboards that leverage an external TPM, but these typically require more legwork to intercept the bus traffic.</p><p>To read data off the connector, the YouTuber created a cheap Raspberry Pi Pico device that could connect to the unsecured connector just by making contact with the metal pads protruding from itself. The Pico was programmed to read the raw 1s and 0s off from the TPM,  granting access to the Volume Master Key stored on the module.</p><p>Stacksmashing&apos;s work demonstrates that Windows Bitlocker, as well as external TPMs, aren&apos;t as safe as many think because the data lanes between the TPM and CPU are unencrypted. The good news is that this attack method, which has been known for some time, is relegated to discrete TPMs. If you have a CPU with a built-in TPM, like the ones in modern Intel and AMD CPUs, you should be safe from this security flaw since all TPM communication occurs within the CPU itself. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ China's Largest Bank Forced to Settle Trades by USB Stick After Ransomware Attack ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/tech-industry/cyber-security/chinas-largest-bank-forced-to-settle-trades-by-usb-stick-after-ransomware-attack</link>
                                                                            <description>
                            <![CDATA[ China's ICBC is the world's largest bank, and it was hit with ransomware earlier this week. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">XNbwQvnDnbKsrm8Ymx7Lym</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/Zfnr6ZEBAH4oB87VwVhiMC-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 10 Nov 2023 16:32:15 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 12:54:27 +0000</updated>
                                                                                                                                            <category><![CDATA[Cybersecurity]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                <author><![CDATA[ brandon.hill@futurenet.com (Brandon Hill) ]]></author>                    <dc:creator><![CDATA[ Brandon Hill ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/yHeufe7JcvuJBhYPkSexNf.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Brandon&amp;nbsp;has been tinkering with PCs since childhood and received his first &quot;real&quot; PC, an IBM Aptiva 310, in the mid-1990s. He next went on to build his first custom PC with an Intel Celeron 300A processor overclocked to 450MHz on an Abit BH6 motherboard.&amp;nbsp;Brandon&amp;nbsp;has written about PC and Mac tech since the late 1990s, first at AnandTech before moving to DailyTech and later to Hot Hardware. When&amp;nbsp;Brandon&amp;nbsp;is not consuming copious amounts of tech news, he can be found enjoying the NC mountains or the beach with his wife and two sons.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/Zfnr6ZEBAH4oB87VwVhiMC-1280-80.jpg">
                                                            <media:credit><![CDATA[Tom&#039;s Hardware]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Buffalo Thumb Drive]]></media:description>                                                            <media:text><![CDATA[Buffalo Thumb Drive]]></media:text>
                                <media:title type="plain"><![CDATA[Buffalo Thumb Drive]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/Zfnr6ZEBAH4oB87VwVhiMC-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Industrial & Commercial Bank of China Ltd., which is listed as the world&apos;s largest bank, was recently affected by a crippling ransomware attack. Specifically, the cyberattack targeted its U.S. division, ICBC Financial Services (ICBC FS), based in New York.</p><p>It has been reported that the incident, which disrupted several of the company&apos;s systems responsible for settling financial transactions, impacted the trading of U.S. Treasury securities earlier this week. Instead of settling transactions electronically via secure systems, ICBC FS was forced to rely on messengers carrying USB thumb drives around Manhattan, NY loaded with the settlement details.  </p><p>"Immediately upon discovering the incident, ICBC FS disconnected and isolated impacted systems," said ISBC FS in a <a href="http://www.icbcfs.com/">notice on its website</a>. "ICBC FS has been conducting a thorough investigation and is progressing its recovery efforts with the support of its professional team of information security experts. ICBC FS has also reported this incident to law enforcement."</p><p>With China becoming more tightly interwoven in the U.S. financial sector, disruptions like these are certain to draw a lot of scrutiny. In fact, ICBC is the only Chinese broker with the necessary clearance as a securities broker in the U.S.</p><p>"ICBC has been closely monitoring the matter and has done its best in emergency response and supervisory communication," added Chinese foreign ministry spokesperson Wang Wenbin in response to the ransomware attack. </p><p>For its part, the U.S. Treasury is monitoring the situation. "We are aware of the cybersecurity issue and are in regular contact with key financial sector participants, in addition to federal regulators. We continue to monitor the situation," said a spokesman who <a href="https://www.bloomberg.com/news/articles/2023-11-10/world-s-biggest-bank-forced-to-trade-via-usb-stick-after-hack?leadSource=reddit_wall#xj4y7vzkg">gave a statement to Bloomberg</a>.</p><p>ICBC has not publicly indicated who may have been behind the ransomware attack, but security researchers believe that LockBit is responsible. LockBit has attacked high-profile companies across the globe, including Boeing and the Royal Mail of the U.K. LockBit 3.0 malware was allegedly used in the attack, which is difficult to detect and harden defenses against because, "each instance of the malware requires a unique password to run without which analysis is extremely difficult or impossible," <a href="https://blogs.vmware.com/security/2022/10/lockbit-3-0-also-known-as-lockbit-black.html">according to VMWare</a>.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1024px;"><p class="vanilla-image-block" style="padding-top:52.34%;"><img id="G6HhqWBXJQas2KZ6XoJDhF" name="Top10_ransomware_23-02-1024x536.png.jpg" alt="Flashpoint" src="https://cdn.mos.cms.futurecdn.net/G6HhqWBXJQas2KZ6XoJDhF.jpg" mos="" align="middle" fullscreen="" width="1024" height="536" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Flashpoint)</span></figcaption></figure><p>Cyber cyber intelligence firm Flashpoint <a href="https://flashpoint.io/blog/lockbit/">reported in July</a> that LockBit is by far the most prolific purveyor of ransomware globally.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Hackers Claim $70 Million Ransomware Attack on TSMC, Hits Supplier Instead ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/news/hackers-claim-dollar70-million-ransomware-attack-on-tsmc-hits-supplier-instead</link>
                                                                            <description>
                            <![CDATA[ LockBit ransomware group demands $70 million for not disclosing allegedly sensitive TSMC data. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">C3LuF5gs7zPf7nnL7JCKGe</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/kbr9DngyGsjQsXPV5EWmnV-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 30 Jun 2023 12:44:58 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 08:55:48 +0000</updated>
                                                                                                                                            <category><![CDATA[Semiconductors]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                    <category><![CDATA[Manufacturing]]></category>
                                                                                                <author><![CDATA[ ashilov@gmail.com (Anton Shilov) ]]></author>                    <dc:creator><![CDATA[ Anton Shilov ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/uMZ5kNphxA2Ut6whdLaSQV.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Anton Shilov has been in the PC industry since 1990s playing games, building PCs, and writing stories about pretty much everything that relates to PCs, Macs, smartphones, tablets, and even fab equipment. Over his career, he has worked at a variety of high-ranking websites, including AnandTech, EE Times, TechRadar, X-bit labs, and now Tom&#039;s Hardware. When Anton is not reading or writing about something high-tech, he is probably watching a good movie, playing a video game, or spending time with his family.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/kbr9DngyGsjQsXPV5EWmnV-1280-80.jpg">
                                                            <media:credit><![CDATA[TSMC]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[TSMC]]></media:description>                                                            <media:text><![CDATA[TSMC]]></media:text>
                                <media:title type="plain"><![CDATA[TSMC]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/kbr9DngyGsjQsXPV5EWmnV-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The LockBit ransomware group claims it has hacked TSMC, with TSMC stating that one of its suppliers has been breached. The cybercriminals are demanding a ransom of $70 million by August 6 and threaten to leak considerable amount of sensitive data. TSMC told <a href="https://www.securityweek.com/tsmc-says-supplier-hacked-after-ransomware-group-claims-attack-on-chip-giant/">SecurityWeek</a> that its network had not been breached, but one of its IT hardware suppliers had indeed been hacked.</p><p>"TSMC has recently been [made] aware that one of our IT hardware suppliers experienced a cybersecurity incident, which led to the leak of information pertinent to server initial setup and configuration," a statement by TSMC sent to <em>Tom&apos;s Hardware</em> reads. "At TSMC, every hardware component undergoes a series of extensive checks and adjustments, including security configurations, before being installed into TSMC’s system. Upon review, this incident has not affected TSMC’s business operations, nor did it compromise any [of] TSMC’s customer information."</p><p>In response to the security breach and in accordance with its security guidelines, TSMC immediately ceased data sharing with the affected supplier. TSMC indicated that this is a routine procedure given the breach. At present, a law enforcement agency is investigating this cybersecurity occurrence.</p><p>"After the incident, TSMC has immediately terminated its data exchange with this supplier in accordance with the Company&apos;s security protocols and standard operating procedures," the foundry stated. "TSMC remains committed to enhancing the security awareness among its suppliers and making sure they comply with security standards. This cybersecurity incident is currently under investigation [and] involves a law enforcement agency."</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:398px;"><p class="vanilla-image-block" style="padding-top:180.90%;"><img id="SDB9DZmtsvUvnKb2sYy8Xd" name="Fz2Z6dwWYAER3aD.jpeg" alt="ransomware" src="https://cdn.mos.cms.futurecdn.net/SDB9DZmtsvUvnKb2sYy8Xd.jpeg" mos="" align="middle" fullscreen="" width="398" height="720" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: @vxunderground/Twitter)</span></figcaption></figure><p>The notorious ransomware group published its initial threat on June 29 and gave TSMC seven days to respond; otherwise, a vast amount of sensitive information would be published. It then extended the &apos;deadline&apos; to August 6. The group published a screenshot containing an @tsmc.com email.</p><p>TSMC claims that it did not fall victim to the cyberattack. The supplier affected by the attack is Kinmax Technology, a Taiwan-based systems integrator specializing on networking, storage, database management and, ironically, security. Kinmax Technology works with various multinational companies, including Cisco, HPE, Microsoft, Citrix, VMware, and Nvidia.</p><p>Kinmax itself claims that while the breach did take place, only its &apos; internal specific testing environment&apos; was attacked, resulting in an information leak. The majority of the data that was exposed was related to the default setup instructions that the company delivers to its clients, according to the system integrator. Kinmax expressed its deepest regrets to the clients impacted because "the leaked data contained customer names, causing potential inconvenience." The company claims that it has put stronger security protocols in place to ensure such situations do not arise in the future.</p><iframe src="https://content.jwplatform.com/players/zYBgfFoA.html" id="zYBgfFoA" title="Buy the Right CPU" width="1920" height="1080" frameborder="0" scrolling="auto" allowfullscreen></iframe>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Boot Guard Keys From MSI Hack Posted, Endangering PCs. (Update: Intel Responds) ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/news/msi-bootguard-keys-leaked-to-internet</link>
                                                                            <description>
                            <![CDATA[ Hackers will be able to sign modified software and firmware and bypass Boot Guard, so please ensure any updates come from official sources. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">ETy2bea5ZKp2j4SAtmkAfQ</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/dpFjLAsVbkS3iWdjaCMr3A-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 06 May 2023 17:36:48 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 09:47:18 +0000</updated>
                                                                                                                                            <category><![CDATA[Cybersecurity]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Mark Tyson ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/56vqMYLDaKRHPhHZgbADFR.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Mark&#039;s enthusiasm for computers dampened at an early age by the rubber-keyed Sinclair Spectrum 48K and feelings of Commodore 64 envy. However, in the mid-80s, hope in a digital future was rekindled by the purchase of an Atari 520 STe. Since that time Mark has used a multitude of computers for fun and professional endeavors. He often owned both Macs and PCs but went cold on the former after OS9 was killed off, and warmed to the latter with the introduction of Windows XP.&lt;br&gt;
&lt;br&gt;
Early work years were spent in artwork and reprographics but in the late noughties, Mark started to blog about computers, Taiwanese food culture, and guitar design. This activity led to a full-time position writing about breaking PC tech news for HEXUS, for the best part of a decade. When HEXUS was abruptly closed, Mark helped with the foundation of Club386, before finding a new home at Tom&#039;s Hardware.&lt;br&gt;
&lt;br&gt;
When not wearing through the keycap legends on his PC keyboards, Mark can be found wandering the computer malls of Taiwan&#039;s neon-lit conurbations and enjoying local and international cuisine.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/dpFjLAsVbkS3iWdjaCMr3A-1280-80.jpg">
                                                            <media:credit><![CDATA[MSI]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Intel BootGuard keys leaked]]></media:description>                                                            <media:text><![CDATA[Intel BootGuard keys leaked]]></media:text>
                                <media:title type="plain"><![CDATA[Intel BootGuard keys leaked]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/dpFjLAsVbkS3iWdjaCMr3A-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Files purloined during the substantial <a href="https://www.tomshardware.com/news/msi-cyberattack-firmware-updates">MSI hack</a> last month have started to proliferate around the dark web. One of the more worrying things spotted among the digital loot is an Intel OEM private key. MSI would have used this to sign its firmware/BIOS updates to pass Intel Boot Guard verification checks. Now hackers can use the key to sign malicious BIOS, firmware and apps, which will look entirely like official MSI releases.</p><p>Update (5/8/2023): Intel has now issued a statement, nothing that the keys are generated by the OEM (MSI) not Intel itself.</p><p><em>“Intel is aware of these reports and actively investigating. There have been researcher claims that private signing keys are included in the data including MSI OEM Signing Keys for Intel® BootGuard. It should be noted that Intel BootGuard OEM keys are generated by the system manufacturer, and these are not Intel signing keys.”</em></p><p>In the wake of being hacked last month, MSI began to <a href="https://www.msi.com/news/detail/MSI-Statement-141688">urge customers</a> to source firmware/BIOS updates exclusively from its official website. The well known PCs, components and peripherals firm was being extorted by a ransomware group called Money Message. Apparently the extortionists had swiped 1.5TB of data, including various source code files, private keys, and tools to develop firmware. Reports said that Money Message were asking for over four million dollars, to return the entirety of the data back to MSI. Over a month has passed, and it looks like MSI hasn&apos;t paid up. Therefore, we are now seeing the fallout.</p><p>Intel Boot Guard ensures that PCs only can run verified apps before boot. In a <a href="https://www.intel.com/content/dam/www/central-libraries/us/en/documents/below-the-os-security-white-paper.pdf">white paper</a> about &apos;below-the-OS-security (PDF), Intel talks with some pride about its BIOS Guard, Boot Guard, and Firmware Guard technologies. Boot Guard is a "key element of hardware-based boot integrity that meets the Microsoft Windows requirements for UEFI Secure Boot." Sadly, it is not longer going to be a useful &apos;guard&apos; for a wide range of MSI systems.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1049px;"><p class="vanilla-image-block" style="padding-top:39.75%;"><img id="" name="boot-guard-intel.jpg" alt="Intel Boot Guard, part of Intel Hardware Shield" src="https://cdn.mos.cms.futurecdn.net/oHkMt6MXwSkQMsrH8cPPu9.jpg" mos="" align="middle" fullscreen="1" width="1049" height="417" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/oHkMt6MXwSkQMsrH8cPPu9.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Intel Boot Guard, part of Intel Hardware Shield </span><span class="credit" itemprop="copyrightHolder">(Image credit: Intel)</span></figcaption></figure><p>Tweets published by <a href="https://twitter.com/binarly_io/status/1654287041339998208">Binarly</a> (a supply chain security platform) and its founder Alex Matrosov, neatly spell out the dangers presented by this leak of Boot Guard keys and other data in the MSI haul. A GitHub page linked by Binarly lists the 57 MSI PC systems which have had firmware keys leaked, and the 166 systems which have had Intel Boot Guard BPM/KM keys leaked.</p><p>If you care to look through the lists of affected machines, you will see all the familiar MSI series, such as Sword, Stealth, Creator, Prestige, Modern, Cyborg, Raider, Titan. Owners of these systems with Intel Core 11th Gen Tiger Lake CPUs or newer will have to strictly adhere to MSI-site only updates.</p><p>In addition to the Boot Guard worries, it is possible that hackers will try and phish users into heading to a fake MSI site or downloading fake MSI apps. These apps can now be signed and will appear to genuinely be from MSI, so could execute without triggering your AV.</p><p>This leak has certainly made a mess, and it isn&apos;t clear whether the leaked keys can be revoked, or what the next steps from parties involved will be. At the time of writing we haven&apos;t seen any official reaction from MSI <del>or Intel</del> regarding the files which are now going public. Please avoid checking the stolen files on the dark web or other sources, as they might now be laced with malware. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ SSD Uses AI to Protect Your Data From Ransomware Attacks ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/news/cigent-secure-ssd-plus-ai</link>
                                                                            <description>
                            <![CDATA[ Cigent Technology, Inc. has announced the Cigent Secure SSD+  with ransomware prevention capabilities. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">RUhoeSqDAKZFQtGM7SPW6X</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/e5jsFDZ6fcMobbM8J7haYA-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 25 Apr 2023 19:22:16 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 12:42:36 +0000</updated>
                                                                                                                                            <category><![CDATA[SSDs]]></category>
                                                    <category><![CDATA[PC Components]]></category>
                                                    <category><![CDATA[Storage]]></category>
                                                                                                                    <dc:creator><![CDATA[ Zhiye Liu ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/HhmwL5w9ggUtLCPfqGjTi4.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Zhiye’s love for PC hardware began when he accidentally set his Pentium P54CS PC on fire, short-circuiting his entire home. From that day on, he has constantly pursued greater hardware knowledge, which ultimately led him from being a power user to a writer at Tom’s Hardware. When Zhiye’s not covering the latest news on CPUs or GPUs, you can find him overclocking RAM to the latest trance hits.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/e5jsFDZ6fcMobbM8J7haYA-1280-80.jpg">
                                                            <media:credit><![CDATA[Cigent® Technology, Inc.]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Cigent Secure SSD+]]></media:description>                                                            <media:text><![CDATA[Cigent Secure SSD+]]></media:text>
                                <media:title type="plain"><![CDATA[Cigent Secure SSD+]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/e5jsFDZ6fcMobbM8J7haYA-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Cigent Technology, Inc., a specialist in data security, has announced the company&apos;s new lineup of Cigent Secure SSD+ drives. Unlike the company&apos;s <a href="https://www.tomshardware.com/news/phison-cigent-develop-self-protecting-ssds">previous Secure SSD series</a>, the Cigent Secure SSD+ debuts with a unique AI microprocessor that uses machine learning (ML) to stop ransomware attacks and prevent perpetrators from stealing or encrypting the data on the drive.</p><p>The Cigent Secure SSD+ focuses on a prevention-first approach, to impede ransomware attacks before they can do any damage. This means allocating the attack prevention inside the storage itself. The integrated AI microprocessor monitors the SSD&apos;s activity with ML algorithms to fight ransomware attacks. In addition, consumers can tweak the detection sensitivity to their needs to avoid false positives.</p><p>Together with the company&apos;s Cigent Data Defense software, the Secure SSD+ has a couple of protection mechanisms in place once it detects a potential attack. For example, the SSD can go into a "Shields Up" mode, requiring multi-factor authentication (MFA) from users to access protected files. In addition, the software can automatically contain the data on the drive to block any unauthorized access from malware or Windows processes. Alternatively, users can put the drive in read-only mode so attackers can&apos;t modify, erase or encrypt the data for ransom.</p><p>Once an attack is detected, the Cigent Data Defense software gives security personnel a heads-up to activate "Shields Up" on other Cigent-protected systems on the network, even if they don&apos;t house a Secure SSD+.</p><p>The Cigent Secure SSD+ logs all data access to the drive, so it&apos;s nearly impossible for criminals to cover their tracks in an attempt to steal any data. Furthermore, the company has implemented safeguards to prevent bad actors from disabling security controls. Additionally, an embedded storage firmware hides the SSD&apos;s data if the Cigent Data Defense software is disabled. Finally, a future update will reportedly prevent criminals from closing, wiping, or accessing the data if the drive is booted from a different operating system.</p><p>There are a few caveats with the Cigent Secure SSD+, though. First, consumers need to install the SSD as the primary drive with the operating system. In its current form, ransomware detection is only available on Windows, although Linux support should arrive soon. Finally, the ML algorithm, although mature, isn&apos;t perfect. So some files may fall victim to ransomware before the protection kicks in.</p><p>The full Cigent Secure SSD+ specifications are unknown at this point. The manufacturer only confirmed that it&apos;s an M.2 2280 drive with a double-sided design. Therefore, the SSD may not fit ultra-thin laptops. The Cigent Secure SSD+ will be available in May 2023, so we should have more information on the performance and pricing very soon.</p><iframe src="https://content.jwplatform.com/players/1U36RYzO.html" id="1U36RYzO" title="How To Choose An SSD" width="960" height="540" frameborder="0" scrolling="auto" allowfullscreen></iframe>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ MSI Confirms Cyberattack, Advises Caution With Firmware ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/news/msi-cyberattack-firmware-updates</link>
                                                                            <description>
                            <![CDATA[ MSI confirmed it was the victim of a cyberattack, and is advising customers to only get BIOS updates and firmware from its website. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">XgxzyEFGyRSrHy6HE7LjC8</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/fs8pcgFc5NMrhCVR2Ysz4g-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 07 Apr 2023 14:38:29 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 12:54:14 +0000</updated>
                                                                                                                                            <category><![CDATA[Cybersecurity]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Andrew E. Freedman ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/MTveuGNKPqpzrLttEA9ebb.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Andrew oversees laptop and desktop coverage and keeps up with the latest news in tech and gaming. His work has been published in Kotaku, PCMag, Complex, Tom’s Guide and Laptop Mag, among others. He fondly remembers his first computer: a Gateway that still lives in a spare room in his parents&#039; home, albeit without an internet connection. When he’s not writing about tech, you can find him playing video games, checking social media and waiting for the next Marvel movie. Follow him on Threads &lt;a href=&quot;https://www.threads.net/@freedmanae&quot;&gt;@FreedmanAE&lt;/a&gt; and BlueSky &lt;a href=&quot;https://bsky.app/profile/andrewfreedman.net&quot;&gt;@andrewfreedman.net&lt;/a&gt;.&lt;a href=&quot;https://bsky.app/profile/andrewfreedman.net&quot;&gt; &lt;/a&gt;You can send him tips on Signal: andrewfreedman.01&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/fs8pcgFc5NMrhCVR2Ysz4g-1280-80.jpg">
                                                            <media:credit><![CDATA[Tom&#039;s Hardware]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[MSI Raider GE78 HX]]></media:description>                                                            <media:text><![CDATA[MSI Raider GE78 HX]]></media:text>
                                <media:title type="plain"><![CDATA[MSI Raider GE78 HX]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/fs8pcgFc5NMrhCVR2Ysz4g-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Gaming hardware manufacturer MSI confirmed today that it was the victim of a cyberattack. In a <a href="https://www.msi.com/news/detail/MSI-Statement-141688">brief statement on its website</a>, the company said that the attack hit "part of its information systems," which have since returned to regular operations.<br><br>The company advises its customers only to get BIOS and firmware updates from the MSI website and no other sources. It&apos;s light on details, saying that after "detecting network anomalies," MSI implemented "defense mechanisms and carried out recovery measures," and then informed the the government and law enforcement.<br><br>"MSI is committed to protecting the data security and privacy of consumers, employees, and partners, and will continue to strengthen its cybersecurity architecture and management to maintain business continuity and network security in the future," the unsigned blog post reads.<br><br>The post doesn&apos;t mention if customer data was stolen or affected. <em>Tom&apos;s Hardware</em> reached out to MSI but did not hear back in time for publication. In addition, emails to official spokesperson addresses listed on the company&apos;s website bounced.<br><br>The first signs of the cyberattack surfaced yesterday in <a href="https://www.bleepingcomputer.com/news/security/money-message-ransomware-gang-claims-msi-breach-demands-4-million/">a report from <em>BleepingComputer</em></a>, which showed that a ransomware group called Money Message had claimed to have stolen source code, a "framework to develop bios <em>[sic]</em>" and private keys. In addition, the site saw chats that suggested the group claimed to have stolen 1.5TB of data and asked for a ransom payment of over four million dollars. It&apos;s unclear if these are related or if MSI paid a ransom.</p><p>This isn&apos;t the first hardware manufacturer to see this kind of attack in recent memory. Just last month, a hacker <a href="https://www.tomshardware.com/news/acer-confirms-breach-hacker-seeks-highest-bidder-for-160gb-of-digital-swag">stole 160GB of data from Acer</a> off of a document server meant for repair technicians. (Acer <a href="60GB of its data stolen">also had 60GB of data stolen in October 2021</a>.)<br><br>In recent years, we&apos;ve seen <a href="https://www.tomshardware.com/news/revil-drops-apple-threat">Quanta</a>, <a href="https://www.tomshardware.com/news/nvidia-cyber-attack-internal">Nvidia</a>, and other major hardware manufacturers investigate potential cyberattacks. Clearly, the desire for bad actors to access data from major hardware vendors, which could then potentially spread into client computers, isn&apos;t going away anytime soon.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Acer Hacker Seeks Highest Bidder for 160GB of Data ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/news/acer-confirms-breach-hacker-seeks-highest-bidder-for-160gb-of-digital-swag</link>
                                                                            <description>
                            <![CDATA[ Acer has confirmed that data from an internal server has been leaked, after a hacker claimed to have grabbed 160GB of digital swag. Customer data should not be present in this leak. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">UhKp6wV8xpoXnrqejiVw6U</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/XtQUWeXLuvBpZpf8YzRssa-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 08 Mar 2023 15:54:56 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 12:45:25 +0000</updated>
                                                                                                                                            <category><![CDATA[Cybersecurity]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Mark Tyson ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/56vqMYLDaKRHPhHZgbADFR.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Mark&#039;s enthusiasm for computers dampened at an early age by the rubber-keyed Sinclair Spectrum 48K and feelings of Commodore 64 envy. However, in the mid-80s, hope in a digital future was rekindled by the purchase of an Atari 520 STe. Since that time Mark has used a multitude of computers for fun and professional endeavors. He often owned both Macs and PCs but went cold on the former after OS9 was killed off, and warmed to the latter with the introduction of Windows XP.&lt;br&gt;
&lt;br&gt;
Early work years were spent in artwork and reprographics but in the late noughties, Mark started to blog about computers, Taiwanese food culture, and guitar design. This activity led to a full-time position writing about breaking PC tech news for HEXUS, for the best part of a decade. When HEXUS was abruptly closed, Mark helped with the foundation of Club386, before finding a new home at Tom&#039;s Hardware.&lt;br&gt;
&lt;br&gt;
When not wearing through the keycap legends on his PC keyboards, Mark can be found wandering the computer malls of Taiwan&#039;s neon-lit conurbations and enjoying local and international cuisine.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/XtQUWeXLuvBpZpf8YzRssa-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[stock image]]></media:description>                                                            <media:text><![CDATA[stock image]]></media:text>
                                <media:title type="plain"><![CDATA[stock image]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/XtQUWeXLuvBpZpf8YzRssa-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Acer has confirmed that there has recently been unauthorized access to at least one of its internal servers. The confirmation came in a statement sent to <a href="https://www.bleepingcomputer.com/news/security/acer-confirms-breach-after-160gb-of-data-for-sale-on-hacking-forum/">Bleeping Computer</a>, which had enquired about a hacker offering 160GB of “confidential stuff” for sale to the highest bidder.<br><br>The screenshot below shows a forum post by the hacker who claims to have purloined Acer’s data. Acer says the data came from a document server that served as a repair technician resource. However, the hacker claims that there is a range of confidential data now in their hands that doesn’t seem entirely characteristic of the resource Acer describes. For example, repair technicians typically wouldn’t need or have access to data such as “confidential slides/presentations.” However, other stolen data boasted about by the hacker does seem to gel with Acer’s description of the resource, with things like technical manuals, ISO and other software images, product keys, BIOS data, and ROM files in the haul.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1200px;"><p class="vanilla-image-block" style="padding-top:61.75%;"><img id="" name="Acer-hacked-160GB.jpg" alt="Acer data leak - looking for the highest bidder" src="https://cdn.mos.cms.futurecdn.net/7NgsQmhEsFWxNJCkDETou8.jpg" mos="" align="middle" fullscreen="1" width="1200" height="741" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/7NgsQmhEsFWxNJCkDETou8.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Bleeping Computer)</span></figcaption></figure><p>The data was apparently swiped in mid-February of this year. In total, there is said to be 160GB of stolen data up for sale on the web, which consists of 655 directories and 2,869 files. In addition, some data samples were provided to back up the server hack&apos;s claims.</p><p>There has not been a price set for the looted data. For their trouble, the hacker is touting for bids, looking for PMs via the forum shown in the screenshot. A couple of conditions are attached to the ‘auction,’ with an intermediary required for the sale to proceed, and a payment that must be made in the Monero cryptocurrency (XMR).</p><h2 id="no-indication-customer-data-compromised-says-acer">No Indication Customer Data Compromised, Says Acer</h2><p>Acer’s investigation into the admitted breach is still ongoing, but it remains quite sure that there was no customer data stored on the affected server.</p><p>As the fifth largest PC maker in the world, Acer is a big target for hackers, and it seems to have been unlucky in recent years; with over <a href="https://www.tomshardware.com/news/hacker-group-claims-responsibility-for-acer-security-breach-affecting-millions-of-users">60GB of its data stolen</a> in October 2021, and in March of the same year, it paid up $50 million to a ransomware gang that threatened to leak confidential documents. Some may attribute frequent data breaches to carelessness, and such a perception isn’t good for PC and server makers seeking to court and keep enterprise customers.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Microsoft's New 365 Basic Plan: $2 a Month Includes 100GB OneDrive, Ad-Free Outlook ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/news/microsofts-new-365-basic-plan-dollar2-a-month-includes-100gb-onedrive-ad-free-outlook</link>
                                                                            <description>
                            <![CDATA[ Microsoft 365 Basic sits between Microsoft 365 (Free) and Microsoft 365 Personal, and grants users access to web-based versions of Microsoft's productivity apps, 100GB of OneDrive storage, and advanced security features for $1.99 per month. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">V3cKQVBLhpgEF7sp34sGDb</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/UYpXtEMeJV6sAPZZXQxiAF-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 11 Jan 2023 21:15:10 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 12:51:37 +0000</updated>
                                                                                                                                            <category><![CDATA[Microsoft Office]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                    <category><![CDATA[Applications]]></category>
                                                                                                <author><![CDATA[ brandon.hill@futurenet.com (Brandon Hill) ]]></author>                    <dc:creator><![CDATA[ Brandon Hill ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/yHeufe7JcvuJBhYPkSexNf.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Brandon&amp;nbsp;has been tinkering with PCs since childhood and received his first &quot;real&quot; PC, an IBM Aptiva 310, in the mid-1990s. He next went on to build his first custom PC with an Intel Celeron 300A processor overclocked to 450MHz on an Abit BH6 motherboard.&amp;nbsp;Brandon&amp;nbsp;has written about PC and Mac tech since the late 1990s, first at AnandTech before moving to DailyTech and later to Hot Hardware. When&amp;nbsp;Brandon&amp;nbsp;is not consuming copious amounts of tech news, he can be found enjoying the NC mountains or the beach with his wife and two sons.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/UYpXtEMeJV6sAPZZXQxiAF-1280-80.jpg">
                                                            <media:credit><![CDATA[Microsoft]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Microsoft 365]]></media:description>                                                            <media:text><![CDATA[Microsoft 365]]></media:text>
                                <media:title type="plain"><![CDATA[Microsoft 365]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/UYpXtEMeJV6sAPZZXQxiAF-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Microsoft <a href="https://www.tomshardware.com/news/microsoft-office-rebrand-microsoft-365">rebranded Office 365 to Microsoft 365</a> in Oct. 2022, part of its effort to slowly take the long-running "Office" brand out of the limelight. At the time, the company didn&apos;t make any significant changes to the subscription tiers or features offered. But that will change later this month with the addition of a new Microsoft 365 Basic tier, which will cost $1.99/month ($19.99/year).</p><p>Microsoft 365 Basic slots between Microsoft 365 (free) and Microsoft 365 Personal ($6.99/month). It replaces the previous 100GB OneDrive storage subscription and adds some perks. Microsoft says customers can expect these features with the new tier:</p><ul><li>100GB cloud storage</li><li>Works on Windows, macOS, iOS, and Android</li><li>Web and mobile versions of Word, Excel, PowerPoint, OneNote, OneDrive, and more</li><li>Ad-free Outlook web and mobile email and calendar with advanced security (data encryption, suspicious link cheer, malware scanning for attachments)</li><li>Microsoft technical support</li></ul><p>The extra functionality seems like a nice upgrade for users currently getting by with just the 100GB OneDrive storage tier. In addition, Microsoft says it will add "even better advanced security features" later this year, including shared links that are password-protected, and ransomware recovery.</p><p>While the inclusion of Office is welcome, we should note that this tier only includes the basic, web-based versions of Microsoft&apos;s popular productivity apps, which are available for free. To access the "premium" desktop versions of Word, Excel, PowerPoint, and OneNote, you&apos;ll have to step up to Microsoft 365 Personal.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2048px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="" name="Microsoft-365-Consumer-Plans-1.jpg" alt="Microsoft 365" src="https://cdn.mos.cms.futurecdn.net/LfGW8aWB3MvGya7voC8Yk9.jpg" mos="" align="middle" fullscreen="1" width="2048" height="1152" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/LfGW8aWB3MvGya7voC8Yk9.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Microsoft 365 Subscription Plans </span><span class="credit" itemprop="copyrightHolder">(Image credit: Microsoft)</span></figcaption></figure><p>Microsoft was quick to point out that Jan. 29, 2023 marks the 10th anniversary of Office 365. The high-end Office 365 Home Premium subscription initially included only 20GB of cloud storage. Today, the Microsoft 365 Personal tier offers 1TB of OneDrive storage. In addition, the flagship Microsoft 365 Family tier for consumers ($9.99/month) supports up to six people, each with their own 1TB allotment of OneDrive storage.</p><p>Microsoft 365 Basic will be available starting Jan. 30. Current 100GB OneDrive subscribers will automatically be shifted to the newer, more feature-packed tier.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ AMD Investigating Alleged 450Gb Data Theft by RansomHouse Extortionists (Update) ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/news/amd-purportedly-targeted-by-ransomhouse-extortion-group-450gb-of-data-stolen</link>
                                                                            <description>
                            <![CDATA[ The RansomHouse extortion group claims to have 450Gb of stolen AMD data and is charging an unknown ransom. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">Wx2ZPq5mUFqTSpxMXZxxzH</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/4tsjT3aajWJoCJpECpBGQZ-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 28 Jun 2022 11:08:37 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 12:53:42 +0000</updated>
                                                                                                                                            <category><![CDATA[CPUs]]></category>
                                                    <category><![CDATA[PC Components]]></category>
                                                                                                <author><![CDATA[ palcorn@outlook.com (Paul Alcorn) ]]></author>                    <dc:creator><![CDATA[ Paul Alcorn ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/RZRmFeQfPy3etHjBQitbGW.jpeg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;As a teenager, Paul scraped up enough money to buy a 486-powered PC with a turbo button (yes, a turbo button). Back when floppies were still popular he was already chasing after the fastest spinners for his personal computer, which led him down the long and winding storage road, covering enterprise storage. His current focus is on consumer processors, though he still keeps a close eye on the latest storage news. In his spare time, you’ll find Paul hanging out with his kids or indulging his love of the Kansas City Chiefs and Royals.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/4tsjT3aajWJoCJpECpBGQZ-1280-80.jpg">
                                                            <media:credit><![CDATA[Fritchenz Frenz]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Ryzen die]]></media:description>                                                            <media:text><![CDATA[Ryzen die]]></media:text>
                                <media:title type="plain"><![CDATA[Ryzen die]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/4tsjT3aajWJoCJpECpBGQZ-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1280px;"><p class="vanilla-image-block" style="padding-top:66.64%;"><img id="" name="50210116856_05f7b9c9a7_o.jpg" alt="Ryzen die" src="https://cdn.mos.cms.futurecdn.net/4tsjT3aajWJoCJpECpBGQZ.jpg" mos="" align="middle" fullscreen="1" width="1280" height="853" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/4tsjT3aajWJoCJpECpBGQZ.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Fritchenz Frenz)</span></figcaption></figure><p>RansomHouse, a relatively new extortion group, claims to have "more than 450Gb" of hacked data from AMD, according to a report from <a href="https://restoreprivacy.com/ransomhouse-group-amd-advanced-micro-devices/"><em>Restore Privacy</em></a><em>. </em><a href="https://twitter.com/campuscodi/status/1541537953691975682">@campuscody</a> has also independently posted information about the stolen data<em>.</em> The RansomHouse extortion group claims to not use ransomware or conduct breeches itself — instead, it claims to serve as "professional mediators" for negotiations between attackers and victims to secure payments for stolen data. We reached out to the company, and AMD issued the following statement to <em>Tom&apos;s Hardware</em>:<br><br>"<em>AMD is aware of a bad actor claiming to be in possession of stolen data from AMD. An investigation is currently underway." AMD representative to Tom&apos;s Hardware.</em></p><p><em>Restore Privacy</em> says it has reviewed data posted by RansomHouse that appears to include "network files, system information, as well as AMD passwords." However, it isn&apos;t clear yet if that data is genuine, or whether it comes directly from an attack on AMD or one of its subcontractors. As such, the attack remains unverified. </p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">The RansomHouse leak group has claimed today that they have data from chipmaker AMD.Unverified. There were some rumors earlier this year that AMD was hit by ransomware, but they were never confirmed officially confirmed.(via @CSICCybersecur1) pic.twitter.com/gGybb3lwzq<a href="https://twitter.com/campuscodi/status/1541537953691975682">June 27, 2022</a></p></blockquote><div class="see-more__filter"></div></div><p>Expanding the above tweet, you can see the group&apos;s posting on its website. RansomHouse has added AMD to a list of companies that it says "have either considered their financial gain to be above the interests of their partners/individuals who have entrusted their data to them or have chosen to conceal the fact they have been compromised," implying that AMD hasn&apos;t paid a ransom. </p><p>The group claims that AMD used simple passwords like &apos;password&apos; to protect its networks, leading to the breach. RansomHouse&apos;s posting says that AMD&apos;s network was breached on January 5, 2022, and that it is in possession of 450<strong>Gb</strong> of stolen data. Notably, the "Gb" used by the group means 450 gigabits of data, or 56.25 gigabytes (GB). We&apos;re not yet sure if the group has merely misused Gb or if this is the correct value. </p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">The RansomHouse group claimed on their site that they don't deploy ransomware, so this might be a failed attack where someone is trying to monetize some stolen data.https://t.co/qAwYYPn8W5<a href="https://twitter.com/campuscodi/status/1541538325391106048">June 27, 2022</a></p></blockquote><div class="see-more__filter"></div></div><p>RansomHouse emerged in December 2021 and <a href="https://www.bleepingcomputer.com/news/security/new-ransomhouse-group-sets-up-extortion-market-adds-first-victims/">established an extortion market in May 2022</a>. The group claims the Saskatchewan Liquor and Gaming Authority (SLGA) as its first victim, with other purported victims, like ShopRite, added later. </p><p>News of the attack comes in the wake of the famed &apos;<a href="https://www.tomshardware.com/news/gigabyte-ransomware-hack">Gigabyte Hack</a>&apos; that found 112GB of data stolen from AMD partner Gigabyte. That information was later posted by the RansomEXX hacking group after Gigabyte/AMD apparently refused to pay a ransom. As a result, information about AMD&apos;s forthcoming <a href="https://www.tomshardware.com/news/amd-zen-4-ryzen-7000-release-date-specifications-pricing-benchmarks-all-we-know-specs">Zen 4</a> processors was divulged prior to launch, and it later proved to be genuine information. We&apos;ll update as we learn more about this recent event. </p><iframe src="https://content.jwplatform.com/players/7AgPc2Q8.html" id="7AgPc2Q8" title="Buy the Right SSD" width="1920" height="1080" frameborder="0" scrolling="auto" allowfullscreen></iframe>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ QNAP Patches Another Vulnerability, Update Your NAS ASAP ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/news/qnap-php-vulnerability-patched</link>
                                                                            <description>
                            <![CDATA[ A QNAP NAS remote code vulnerability has come to light that's already fixed in the latest firmware ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">ZEfNnMR85JtKziV9NcLGyF</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/3AVT6J5xxQTVpkaUrLBTPF-1280-80.jpeg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 22 Jun 2022 15:02:28 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 12:56:35 +0000</updated>
                                                                                                                                            <category><![CDATA[NAS]]></category>
                                                    <category><![CDATA[PC Components]]></category>
                                                    <category><![CDATA[Storage]]></category>
                                                                                                                    <dc:creator><![CDATA[ Ian Evenden ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/dY5MGBXCT6GV6ARt8oSiSj.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Ian is a UK-based news writer for Tom’s Hardware US. In 1992, he was given a 286-based PC because his parents hoped he’d become a programmer, and was instantly hooked despite the vagaries of MS-DOS. Pretty soon there was a 386 with Windows 3.1, a CD-ROM, and Sound Blaster card under the desk, followed by Pentium II, Athlon, i7 and Threadripper systems, most of which he built himself. After a brief eight-year dalliance with games consoles at Edge magazine, he began contributing to the likes of Maximum PC, PC Gamer, Windows Help and Advice and a few other magazines that have since closed - none of which were directly his fault. His desk today is a riot of PC monitors, Apple products, Raspberry Pi boards, purple unicorns, game controllers and camera lenses. He has no idea about programming.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/3AVT6J5xxQTVpkaUrLBTPF-1280-80.jpeg">
                                                            <media:credit><![CDATA[QNAP]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[QNAP&#039;s TS-h886 NAS]]></media:description>                                                            <media:text><![CDATA[QNAP&#039;s TS-h886 NAS]]></media:text>
                                <media:title type="plain"><![CDATA[QNAP&#039;s TS-h886 NAS]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/3AVT6J5xxQTVpkaUrLBTPF-1280-80.jpeg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>NAS specialist QNAP, whose tribulations we’ve mentioned previously in these pages, has released a high-severity <a href="https://www.qnap.com/en/security-advisory/QSA-22-20" target="_blank">security advisory</a> warning of a flaw that may allow attackers to gain remote code execution privileges on an affected storage device.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1279px;"><p class="vanilla-image-block" style="padding-top:56.29%;"><img id="" name="qnap logo.jpg" alt="The QNAP Logo" src="https://cdn.mos.cms.futurecdn.net/3BKrzv3yempdTgx6a2JWCZ.jpg" mos="" align="middle" fullscreen="" width="1279" height="720" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: QNAP)</span></figcaption></figure><p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-11043" target="_blank">The bug</a> is in PHP and affects NAS boxes running QTS 5.0.x and later, QTS 4.5.x and later, QuTS hero h5.0.x and later, QuTS hero h4.5.x and later, and QuTScloud c5.0.x and later. It was already patched in QTS 5.0.1.2034 build 20220515 and later, as well as QuTS hero h5.0.0.2069 build 20220614 and later.</p><p>The problem appears to be in the part of PHP that deals with FPM and isn&apos;t a new vulnerability. It&apos;s been known about in theory for three years, but only now has it been shown to be exploitable. FPM is a FastCGI Process Manager that a webserver passes requests to and which can spawn and kill PHP processes as needed. If set up in a particular way, this FPM can be manipulated into writing data past allocated buffers into the space reserved for FCGI protocol data, thus opening the possibility of remote code execution.</p><p>Note that this is totally different from QNAP&apos;s recent unfortunate experience with <a href="https://www.tomshardware.com/news/qnap-asks-nas-users-to-apply-updates-immediately-due-to-deadbolt-ransomware" target="_blank">Deadbolt ransomware</a>. The reason why QNAP, out of all the NAS vendors, appears to have so many problems is that it&apos;s both very popular and takes a conscientious approach to issuing security advisories and deploying patches. Given that the vulnerability hasn&apos;t been patched for all QNAP operating systems yet, it has been assigned the status &apos;Fixing.&apos;</p><p>In the meantime, QNAP recommends users update to the latest firmware for their storage box. This can be done in the system control panel, using the Live Update panel, or by downloading an update file directly from the <a href="https://www.qnap.com/en-us/download" target="_blank">QNAP website</a>.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Foxconn Factory Hit by Ransomware Suffers From Production Impacts  ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/news/foxconn-factory-hit-by-ransomware-suffers-from-production-impacts</link>
                                                                            <description>
                            <![CDATA[ The Lockbit ransomware gang has claimed responsibility for this attack. Foxconn has three plants in Mexico making LCD TVs, set top boxes, and smartphones. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">KsX6nnj2pvNMxuEX99pNL7</guid>
                                                                                                                            <pubDate>Thu, 02 Jun 2022 15:22:52 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 09:53:23 +0000</updated>
                                                                                                                                            <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Mark Tyson ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/56vqMYLDaKRHPhHZgbADFR.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Mark&#039;s enthusiasm for computers dampened at an early age by the rubber-keyed Sinclair Spectrum 48K and feelings of Commodore 64 envy. However, in the mid-80s, hope in a digital future was rekindled by the purchase of an Atari 520 STe. Since that time Mark has used a multitude of computers for fun and professional endeavors. He often owned both Macs and PCs but went cold on the former after OS9 was killed off, and warmed to the latter with the introduction of Windows XP.&lt;br&gt;
&lt;br&gt;
Early work years were spent in artwork and reprographics but in the late noughties, Mark started to blog about computers, Taiwanese food culture, and guitar design. This activity led to a full-time position writing about breaking PC tech news for HEXUS, for the best part of a decade. When HEXUS was abruptly closed, Mark helped with the foundation of Club386, before finding a new home at Tom&#039;s Hardware.&lt;br&gt;
&lt;br&gt;
When not wearing through the keycap legends on his PC keyboards, Mark can be found wandering the computer malls of Taiwan&#039;s neon-lit conurbations and enjoying local and international cuisine.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                                        <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Contract electronics manufacturer Foxconn has confirmed to <a href="https://www.bleepingcomputer.com/news/security/foxconn-confirms-ransomware-attack-disrupted-production-in-mexico/"><em>Bleeping Computer</em></a> that one of its factories in Mexico has fallen victim to cyber criminals. Specifically, a factory located in Tijuana, a critical supply hub for the US, is being extorted by a ransomware gang. The operators behind the Lockbit 2.0 ransomware have claimed responsibility.</p><p>According to reports today, the breach of Foxconn Tijuana systems occurred in late May. A post by the Lockbit group indicates that it has given Foxconn approximately a fortnight to comply with its demands, or it will leak "all available data," that it has purloined from Foxconn servers. The demands of the extortioners haven&apos;t been disclosed.</p><p>As a manufacturing partner to some of the biggest names in tech, Foxconn might hold valuable and sensitive third party data on its systems. This could be a bigger worry for Foxconn than its own proprietary information and records data.</p><p>Foxconn has three factories in Mexico, responsible for the production of electronics goods such as LCD TVs, set top boxes and smartphones. Additionally, Tijuana is a distribution hub for stock going to the USA. A statement <em>Bleeping Computer</em> received from Foxconn said that, since the ransomware attack in late May, a cybersecurity team has been executing a recovery plan and operations are "gradually returning to normal." Overall, the attack has had "little impact on the Group&apos;s overall operation," assured the statement. All affected clients, suppliers, and affected management team members are being kept up to date with the impacts and fallout from the Lockbit attack. It isn&apos;t known whether the Lockbit organization will be enjoying ill-gotten gains from this attack, a ransom payment, or if Foxconn has managed to mitigate the effects independently. Of course no firm would want to telegraph the success of a ransomware group, if it were successful.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:668px;"><p class="vanilla-image-block" style="padding-top:79.94%;"><img id="" name="lockbi.jpg" alt="Foxconn Mexico hit by Lockbit" src="https://cdn.mos.cms.futurecdn.net/nrFQBcHNgYtn5kTr37ne5a.jpg" mos="" align="middle" fullscreen="1" width="668" height="534" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/nrFQBcHNgYtn5kTr37ne5a.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Bleeping Computer)</span></figcaption></figure><p>This isn&apos;t the first brush with a major ransomware attack for Foxconn Mexico. Back in 2020 the contract manufacturer was impacted when its Ciudad Juárez factory computer systems fell victim to DoppelPaymer ransomware. A demand for $34 million in Bitcoin accompanied that breach. Earlier this year the Lockbit gang were reportedly trying to extract tens of millions of dollars from tire giant Bridgestone, after <a href="https://www.securityweek.com/ransomware-gang-threatens-leak-files-stolen-tire-giant-bridgestone">infiltrating</a> its computer systems.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ QNAP Asks NAS Users to Apply Updates Immediately Due to Deadbolt Ransomware ]]></title>
                                                                                                                                                                                                <link>https://www.tomshardware.com/news/qnap-asks-nas-users-to-apply-updates-immediately-due-to-deadbolt-ransomware</link>
                                                                            <description>
                            <![CDATA[ Users are being asked to avoid exposing their NAS to the internet and to update QTS to the latest version.  Models being targeted by the Deadbolt ransomware are mainly TS-x51 series and TS-x53 series NAS using QTS 4.3.6 and QTS 4.4.1. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">xEFnKmAg9QcfwH2cy9eD5h</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/BMTcjF9DVzX4V8q2Bmdm5K-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 19 May 2022 14:49:50 +0000</pubDate>                                                                                                                                <updated>Thu, 21 Aug 2025 12:54:09 +0000</updated>
                                                                                                                                            <category><![CDATA[Cybersecurity]]></category>
                                                    <category><![CDATA[Tech Industry]]></category>
                                                                                                                    <dc:creator><![CDATA[ Mark Tyson ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/56vqMYLDaKRHPhHZgbADFR.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Mark&#039;s enthusiasm for computers dampened at an early age by the rubber-keyed Sinclair Spectrum 48K and feelings of Commodore 64 envy. However, in the mid-80s, hope in a digital future was rekindled by the purchase of an Atari 520 STe. Since that time Mark has used a multitude of computers for fun and professional endeavors. He often owned both Macs and PCs but went cold on the former after OS9 was killed off, and warmed to the latter with the introduction of Windows XP.&lt;br&gt;
&lt;br&gt;
Early work years were spent in artwork and reprographics but in the late noughties, Mark started to blog about computers, Taiwanese food culture, and guitar design. This activity led to a full-time position writing about breaking PC tech news for HEXUS, for the best part of a decade. When HEXUS was abruptly closed, Mark helped with the foundation of Club386, before finding a new home at Tom&#039;s Hardware.&lt;br&gt;
&lt;br&gt;
When not wearing through the keycap legends on his PC keyboards, Mark can be found wandering the computer malls of Taiwan&#039;s neon-lit conurbations and enjoying local and international cuisine.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/BMTcjF9DVzX4V8q2Bmdm5K-1280-80.jpg">
                                                            <media:credit><![CDATA[QNAP]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[QNAP NAS]]></media:description>                                                            <media:text><![CDATA[QNAP NAS]]></media:text>
                                <media:title type="plain"><![CDATA[QNAP NAS]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/BMTcjF9DVzX4V8q2Bmdm5K-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>QNAP branded Network Attached Storage (NAS) device users are being asked to rush to apply patches again. In a <a href="https://www.qnap.com/en/security-news/2022/take-immediate-actions-to-secure-qnap-nas-and-update-qts-to-the-latest-available-version">security bulletin</a> spotted by <a href="https://www.bleepingcomputer.com/news/security/qnap-alerts-nas-customers-of-new-deadbolt-ransomware-attacks/">Bleeping Computer</a>, QNAP NAS users are warned that attacks by bad actors applying Deadbolt ransomware have been spotted by the QNAP Product Security Incident Response Team (QNAP PSIRT). The vulnerability being patched could leave you with your  files encrypted unless you cough up some Bitcoin for a decryption key. </p><p>According to QNAP, there are two main families of its NAS devices being targeted with the Deadbolt ransomware: the TS-x51 series and TS-x53 series. If the word "main" sounds rather vague, QNAP explains further that the current attack wave is targeting NAS devices using the QTS 4.3.6 and QTS 4.4.1 operating systems. If you are still not quite sure if this affects you, you might as well check and apply any OS updates available anyway.  Better safe than sorry. Moreover, QNAP is asking all of its users to "avoid exposing their NAS to the Internet."</p><p>If you are wondering about whether your NAS is exposed to the internet, QNAP provided <a href="https://www.qnap.com/en/security-news/2022/take-immediate-actions-to-stop-your-nas-from-exposing-to-the-internet-and-update-qts-to-the-latest-available-version-fight-against-ransomware-together">guidance</a> with regard to blocking such remote access back in January -— after its last set of warnings about Deadbolt ransomware vulnerabilities. At that time, it recommended users block port forwarding on their home router and disable UPnP in the NAS control panel, as well as toggling off SSH and Telnet connections. To use your NAS away from your home intranet, QNAP would prefer you to use your router VPN, if you have one, or to securely access your QNAP NAS via the Internet through <a href="https://www.qnap.com/go/solution/myqnapcloud-link/">myQNAPcloud Link</a> app.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1138px;"><p class="vanilla-image-block" style="padding-top:58.88%;"><img id="" name="qnap-device-use.jpg" alt="QNAP NAS" src="https://cdn.mos.cms.futurecdn.net/imYTguhCFWYEFjhtn8poyJ.jpg" mos="" align="middle" fullscreen="1" width="1138" height="670" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/imYTguhCFWYEFjhtn8poyJ.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: QNAP)</span></figcaption></figure><p>Those who get their NAS devices infected with Deadbolt ransomware will find it has hijacked your QNAP NAS device login page with a notice about what it has done, and ways to pay to get access to your files returned.  Deadbolt will go through your files, encrypting them using the AES128 algorithm and appending .deadbolt extensions to the filenames. To recover your files you will be asked to pay a ransom in a Bitcoin transaction.</p><p>Bleeping Computer reports that Windows users affected by Deadbolt can use a free decryption app, <a href="http://www.emsisoft.com/ransomware-decryption-tools/deadbolt">published</a> by ransomware expert Michael Gillespie. However NAS users won&apos;t have this option at their disposal and will have to pay up for the decryption key.</p><p>QNAP NAS hack attacks have been in the news often in recent months. The two most recent reports concerned the <a href="https://www.tomshardware.com/news/qnap-warning-dirty-pipe">Dirty Pipe</a> Linux exploit, and a <a href="https://www.tomshardware.com/news/cryptojackers-target-qnap-nas-products">cryptojacking</a> malware attack. </p><p> </p><p> </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
            </channel>
</rss>