Urgent.News

650+ sources. One page. See who else covered it.

Editions

Tech

US takes risky bet on private 'pirates' to combat cybercrime

The United States will allow private companies to hack foreign cybercriminal groups, a seemingly unprecedented measure that is dividing experts who say it has potential to succeed or spiral out of control. Any company that participates in government-sanctioned hacking "stops being a neutral defender and becomes a target" itself, Woodward said.

US takes risky bet on private 'pirates' to combat cybercrime

The United States has approved a novel approach to combating cybercrime by allowing private companies to engage in hacking activities against foreign cybercriminal groups. President Donald Trump signed a memorandum on Wednesday, directing the Departments of Justice and Homeland Security to authorize certain US companies to spy on and attack transnational criminal organizations. This unprecedented measure has sparked debate among experts, who believe it could be effective or result in uncontrollable consequences.

The White House justifies the approach by highlighting the significant damages caused by ransomware, sextortion, and online fraud, which cost American citizens over $20 billion in 2025. The memorandum permits private partners to take down hackers' servers or infiltrate their machines with spyware. Each operation requires prior government approval, and companies must post a bond of at least $1 million.

Actions that could result in death or injury, as well as any activity that would be considered excessive use of force under international law, are strictly prohibited.

This initiative draws parallels to the historical practice of privateering, where governments authorized private ships or sailors to raid enemy vessels during the 18th century. The new program aims to combine the data held by the private sector with the authorities of the public sector, bridging the gap created by a lack of oversight that previously existed.

Former federal prosecutor and TRM Labs head Ari Redbord compares the current situation to maritime privateering, emphasizing the need for increased oversight due to the significant differences in today's world.

However, not all experts are convinced by this approach. University of Surrey cybersecurity professor Alan Woodward warns that handing out commissions and expecting obedience is not guaranteed success, as history has shown that privateering often proved more trouble than it was worth. Others argue that this U-turn in the White House's stance on the issue may be due to a systemic weakening of oversight organizations, such as the Office of the Director of National Intelligence.

While the program includes certain safeguards, such as the exclusion of actions causing death or injury and adherence to international law, concerns remain about the lack of judicial oversight. Tech giants like Microsoft and Google could potentially benefit from this new program by expanding their cybersecurity efforts and operating without judicial oversight under government control.

However, this could also make them targets themselves, as Woodward points out. The Trump administration has 60 days to finalize the program's details, though some aspects will remain classified. The ultimate success or failure of this initiative remains uncertain, as the administration must weigh the potential costs against the benefits of tackling cybercrimes.

Written by urgent.news from Economic Times Tech's reporting — not their text. 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 economictimes.indiatimes.com →

More in Tech

What the browser can actually tell you about your hardware (and what it can't)

I spent a while building browser-based hardware diagnostics and came away with a much clearer sense of where the web platform is genuinely capable and where it quietly lies to you.

  • Keyboard event.code and event.key differ in layout-dependency and physical position correspondence
  • Pointer events unify mouse, touch, and pen inputs, enabling multi-touch tracking and fault detection

Four patterns that keep my YouTube longform JSON queue from going stale

I manage the YouTube longform queue for my BuilderStack channel as JSON files in content/yt-longform-queue/ . A spec file lands there when a generator script commits a new dialogue; the publish…

  • YouTube longform queue operates as a JSON file in content/yt-longform-queue directory
  • Explicit priority rank ensures product walkthroughs are published before recaps
  • 21-day stale expiry removes long-pending specs to maintain manageable queue

Code Review From the Terminal and CI, No MCP Client Required

A month ago I shipped aicraft-code-review , an MCP server that reviews code locally. This week I added a CLI mode — because not everyone wants to wire up an MCP client just to check a diff.

  • Tool allows code review in terminal without MCP client
  • Three modes: Claude Code, Cursor, or CLI via mcp-code-review
  • Compatible with CI systems, outputs 0/1/2 exit codes

Reverse-Engineering SWIO: Why Existing CH32V003 Programmers Fail and How I Built One That Works

I wanted to see if an ESP32-S3 could be used as a programmer for the WCH CH32V003 instead of using a dedicated WCH-Link. The final setup is: PC → ESP32-S3 → SWIO → CH32V003 The ESP32-S3 handles the…

  • ESP32-S3 used as programmer for CH32V003, not WCH-Link device
  • System includes target detection, memory access, flash operations
  • Python host tool and open-source CH32V003/SWIO references used

More from Sunday 16 August →