Urgent.News

the world's headlines, one feed

Editions

Tech

Korea, US issue joint advisory on 'Gunra' ransomware attacks

Police on Tuesday called on domestic companies and institutions to strengthen their security against a ransomware variant named "Gunra," as they jointly released details of its latest attack methods with U.S. authorities. The Korean National Police Agency (KNPA) said it has distributed a joint cybersecurity advisory regarding the Gunra ransomware with U.S. agencies, including the Federal Bureau…

Korea, US issue joint advisory on 'Gunra' ransomware attacks

The Korean National Police Agency (KNPA) and U.S. authorities have issued a joint advisory warning domestic companies and institutions to bolster their security measures against a ransomware variant known as Gunra. The KNPA shared this advisory with key U.S. agencies such as the Federal Bureau of Investigation (FBI) and the National Security Agency.

Ransomware, a term combining ransom and software, entails malicious codes that hackers employ to encrypt or obstruct access to data, compelling victims to pay a ransom to regain access. The joint advisory provides details on Gunra's latest attack methods and indicators of compromise to assist organizations in safeguarding their networks from ransomware attacks.

First identified in 2025, Gunra has recently transformed into a ransomware-as-a-service operation, targeting government entities, critical infrastructure, and various sectors such as finance, healthcare, and manufacturing. The advisory states that Gunra ransomware gangs breach computer systems, encrypt critical data, and demand payment in exchange for decryption keys.

Written by urgent.news from The Korea Times's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Also reported by 2 other outlets

Read the original at koreatimes.co.kr →

More in Tech

Pdf to Docx using Pyhton

Here Some Simple Python Script that convert PDF to word using pdf2docx library on python first install library on pip : pip install --user termcolor opencv-python-headless fire pdf2docx make sure…

Write down every guarantee before you write any code

Here is every promise a to-do list makes. VARIABLE tasks Init == tasks = [i \in Ids |-> "absent"] Add(i) == tasks[i] = "absent" /\ tasks' = [tasks EXCEPT ![i] = "open"] Complete(i) == tasks[i] =…

  • Nine guarantees define behavior of to-do list system
  • Guarantees embedded in test suite, not documented
  • Documenting guarantees early can prevent bugs

🟩 Team Matrix or ⬜ Team Paper? | Alan Babychan

🚀 Shipping a major update to my portfolio After weeks of designing, developing, and refining, I'm excited to share the latest version of my personal portfolio.

  • Alan Babychan unveils new portfolio with Matrix and Paper themes
  • Interactive audio system enhances browsing experience
  • Tech stack includes Next.js, React, Tailwind CSS