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

On Tuesday, authorities from South Korea and the United States jointly issued a cybersecurity advisory warning organizations about the Gunra ransomware. The Korean National Police Agency (KNPA) collaborated with U.S. agencies, such as the Federal Bureau of Investigation (FBI) and the National Security Agency, to issue the advisory. Ransomware is a type of malicious software that encrypts data or blocks access to it until a ransom is paid.

The advisory provides details about the latest attack methods employed by the Gunra ransomware variant. First appearing in 2025, Gunra has evolved into a ransomware-as-a-service operation, targeting governments, critical infrastructure, and various sectors such as finance, healthcare, and manufacturing. The KNPA explained that Gunra ransomware gangs breach networks and demand payment in exchange for restoring access to encrypted data.

By sharing information on Gunra's attack techniques and indicators of compromise, the advisory aims to help organizations strengthen their security measures against this ransomware threat.

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.

This story

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

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