Urgent.News

What's breaking now, across thousands of outlets.

Tech

Iran-linked Cyberattackers Shut Down a UK Power Plant for Four Days

"Iran shut down a British power plant for four days in an unprecedented cyber attack," reports the Telegraph. More details from the BBC: The government said that at no point was there a risk to the UK's energy system, but the Department for Energy Security and Net Zero (DESNZ) has contacted power companies to advise them about the risk of cyber attacks... DESNZ said the incident had affected a…

A small power plant in the UK was shut down for four days in July after a cyberattack allegedly carried out by hackers linked to Iran. The incident involved a small-scale energy generator and did not pose a risk to the wider energy system, according to the Department for Energy Security and Net Zero (DESNZ).

The UK government and the National Cyber Security Centre (NCSC) have not disclosed the identity of the site or details about the attack, citing security concerns. The DESNZ briefed energy chiefs and wrote to companies with advice in response to the attack.

The incident occurred around the same time as a series of attacks on US water infrastructure in July, which affected at least 12 US states and raised concerns within the White House. According to RTE News and Middle East Eye, the cyberattack coincided with warnings about a pattern of disruptive activity by state and non-state actors.

Brief written by urgent.news from Slashdot, Live Mint, RTE News, Middle East Eye, Guardian Business — 5 reports on this story. Machine-written — may contain errors; check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at news.slashdot.org →

More in Tech

When Learning to Code Becomes a Loop: Why I’m Choosing to Build

There was a period when I felt like I was making progress as a developer.I was watching tutorials. Taking courses. Learning new concepts. Saving resources.

  • Beginners often get stuck in a loop of learning without building.
  • Small, completed projects expose new problems tutorials can't prepare for.
  • The author now focuses on building projects to gain real-world experience.

Stop Killing Your Database with @Transactional in Spring Boot

The 1-minute fix that slashed my API response time by 40%. We all know @Transactional makes database work easy. But are you using it correctly?

  • Developers mishandle transactions in 80% of code reviews
  • @Transactional doesn't automatically batch queries
  • Refactoring with .saveAll() reduces queries from 51 to 2

Optimizing Disk I/O in NumPy: Implementing a Fast LZ4 Compression Algorithm via C-Extensions

pypi.org macht1212 / numpy-cache High-performance LZ4 cache for NumPy arrays NumPy Cache – Fast LZ4-Based Caching for NumPy Arrays High‑performance, lightweight disk cache for NumPy arrays with LZ4…

  • NumPy Cache offers 20x faster performance than np.savezcompressed()
  • LZ4 compression algorithm provides good compression ratio matching zlib
  • Configurable acceleration parameter (1-16) balances compression ratio and write speed

More from Sunday 23 August →