Categories: Cyber Security News

FBI Warns of Kimsuky Actors Leverage Malicious QR Codes to Target U.S. Organizations

North Korean state‑sponsored group Kimsuky is running new spearphishing campaigns that abuse QR codes to compromise U.S. organizations.

The FBI warns that think tanks, NGOs, academic bodies, and government‑linked entities with a North Korea focus are now being lured with “Quishing” emails that hide malicious URLs behind QR images instead of clickable links.

The shift to QR codes helps the threat actors move victims off protected corporate endpoints and onto less monitored mobile devices.

Sponsored

In these campaigns, Kimsuky operators spoof trusted contacts such as foreign advisors, embassy staff, or fellow researchers. Emails invite targets to scan a QR code to join a conference, open a “secure” drive, or answer a policy survey.

Once scanned, the code silently redirects the user through attacker‑controlled infrastructure that fingerprints the device and then loads a fake login portal for services like Microsoft 365, Google, Okta, or VPN gateways.

After reviewing recent submissions, IC3 analysts identified that the QR chains are tuned to evade normal email security and MFA checks while quietly harvesting credentials and browser session tokens.

These operations often end with full account takeover, mailbox abuse, and long‑term access to cloud resources across the victim network.

A closer look at the infection path shows that the QR codes first resolve to redirector domains that log key attributes such as user‑agent, OS type, IP address, language, and screen size.

Sponsored

Server‑side logic then decides whether to serve a mobile‑optimized phishing page or route the victim away if the profile looks like a scanner or sandbox. In code, a simplified decision block on the server may resemble:-

if "Android" in ua or "iPhone" in ua:
    redirect("/m365/login/mobile")
else:
    redirect("/news/article")

Once the victim lands on the fake page and enters their password and one‑time code, Kimsuky scripts grab both the credentials and any session cookies linked to the login flow. A basic JavaScript pattern can be:

const token = document.cookie;
fetch("/collect", {
  method: "POST",
  body: JSON.stringify({ creds, token })
});

By replaying these tokens, the actors bypass MFA and create or modify access rules, forwarders, and app passwords inside the account.

From there, they send fresh QR‑based lures from the compromised mailbox, making each new wave appear even more trustworthy and keeping their foothold active for extended periods.

Follow us on Google NewsLinkedIn, and X to Get More Instant UpdatesSet CSN as a Preferred Source in Google.

The post FBI Warns of Kimsuky Actors Leverage Malicious QR Codes to Target U.S. Organizations appeared first on Cyber Security News.

rssfeeds-admin

Recent Posts

Jeffrey Epstein saw promise in Bitcoin — and its far-right supporters

The tranche of Jeffrey Epstein emails and files released on January 30th tie the infamous…

12 minutes ago

Imagine’s Steve Reynolds Discusses Impact Of Pixel Power Acquisition

The post Imagine’s Steve Reynolds Discusses Impact Of Pixel Power Acquisition appeared first on TV…

32 minutes ago

ATSC Appoints Anil Bhardwaj Director of Technology & Strategy For India & Emerging Markets

Anil Bhardwaj Broadcast standards association ATSC has named Indian broadcasting executive Anil Bhardwaj as director of…

32 minutes ago

Telestream Expands AI Capabilities Across Media Workflow Portfolio

Telestream is expanding practical AI enhancements across its Vantage, Vantage Cloud, EDC, Stanza and Qualify product lines to unify operations across on-premises,…

32 minutes ago

Teatro Alla Scala Elevates Backstage Communication With Riedel’s Bolero Wireless Intercom System

Riedel Communications today announced that Fondazione Teatro alla Scala has deployed a comprehensive wireless intercom…

32 minutes ago

NAB Show: Netgear to Showcase Expanded Broadcast Portfolio

At the 2026 NAB Show in Las Vegas, April 18-22, Netgear will highlight its new…

32 minutes ago

This website uses cookies.