r/pwnhub

I sold the identities of nearly 200 million people as a black hat hacker. Now I fight scam compounds. Ask me anything on Wednesday, August 26th at 12 PM ET
▲ 82 r/pwnhub+2 crossposts

I sold the identities of nearly 200 million people as a black hat hacker. Now I fight scam compounds. Ask me anything on Wednesday, August 26th at 12 PM ET

Hi PWN Community, I'm Hieu Minh Ngo, also known as Hieupc, a cybersecurity specialist from Vietnam and a former black hat hacker. I started hacking as a teenager. 

By my early twenties I was running identity theft services that sold the stolen personal data of nearly 200 million people: names, Social Security numbers, dates of birth, everything needed to steal an identity. 

In 2013 the US Secret Service lured me to Guam with a fake data deal and arrested me the moment I stepped off the plane. I was facing more than 40 years in federal prison, pleaded guilty, and was sentenced to 13 years. 

I served more than 7 years and was deported back to Vietnam in 2020. I decided to spend my second chance fighting the crime I once committed. I worked as a security expert at Vietnam's National Cyber Security Center and founded Chong Lua Dao ("Scam Fighters"), a non-profit that protects people from online scams. 

Most recently, my team collaborated with Infoblox on an investigation that traced an Android banking trojan to the K99 Triumph City scam compound in Sihanoukville, Cambodia. 

We helped rescue trafficking victims who were forced to run scams inside the compound, and the evidence they brought out let us connect specific malware to a physical scam operation for the first time. 

My story and work have been documented in a few places:

I also speak regularly about my story, including a TEDx talk, "The Art of Thinking Like a Cybercriminal", and I post ongoing findings on X: https://x.com/HHieupc Ask me anything about:

  • How the identity theft marketplace worked from the inside, and how data on 200 million people ended up for sale
  • Getting lured to Guam by the Secret Service, my arrest, and 7 years in US federal prison
  • Rebuilding a life and career in cybersecurity after prison and deportation
  • The scam compound economy in Southeast Asia: forced labor, pig butchering, and how these operations really run
  • The K99 Triumph City investigation and tracing malware to a physical compound
  • Chong Lua Dao and how we protect everyday users from scams
  • How scammers pick their victims and how you can protect yourself and your family
  • Anything else on hacking, identity theft, and life on both sides of the line

I'll be here live on Wednesday, August 26th from 12 PM to 1 PM ET answering your questions in real time.

Feel free to leave questions in advance, and I'll get to them when I go live. Looking forward to your questions.

u/_clickfix_ — 11 hours ago
▲ 74 r/pwnhub+1 crossposts

analysis of a Stripe breach that just dropped, confirmed vendor leaks and claims of 20k compromised apis

*Headline clarification - the breach involves many Stripe vendors but does not necessarily indicates a Stripe breach!

On August 18th, 2026, a data release occurred on the illicit forum pwnforums. The threat actor known as Satanic published sensitive information extracted from hundreds of vendors utilizing the Stripe payment platform.

The initial dump released on August 18th contained detailed information pertaining to 669 specific vendors, alongside 1,033 compromised API keys. The volume of the data is reported as 33GB.

Hudson Rock researchers spoke to the threat actors minutes after the release of the data. During this exchange, they claimed that the released data represents only a fraction of their total haul. According to the actor, they possess approximately 20,000 compromised Stripe APIs, which they intend to release in subsequent batches.

infostealers.com
u/Malwarebeasts — 19 hours ago
▲ 80 r/pwnhub+7 crossposts

🎥 Operation CameraSwarm: over 14,000 Dahua cameras compromised across Ukraine and Russia

An operator left their full working directory exposed on an open HTTP server. Hunt.io crawled it, 2,616 files, and rebuilt the campaign from the corpus.

  • Three exploitation paths in parallel: an asyncio credential brute-forcer, a CVE-2021-33044/33045 auth-bypass chain, and P2P relay abuse reaching cameras by serial number
  • The relay path never authenticates the connecting party, only the session, via a cloud-issued token obtainable with the fixed SDK credentials in every Dahua client
  • Two CVE labels in the tooling don't hold up: CVE-2024-39943 is an unrelated Rejetto HFS flaw, and CVE-2025-31702 is a narrower post-auth case, not the unauthenticated relay abuse (that path is a separate non-CVE issue documented by ITRES)
  • Full PTCP tunnel breakdown, including the Inverted STUN packet and the bind-to-127.0.0.1 technique

Neutral attribution throughout, the corpus shows how the operation was built and run, not who ran it.

Check the full breakdown, IOCs and mitigation strategies:
https://hunt.io/blog/operation-cameraswarm-dahua-cameras-compromised

hunt.io
u/Straight-Practice-99 — 19 hours ago
▲ 24 r/pwnhub+7 crossposts

ICMP Timestamp Type 13/14: Linux Kernel Internals with ftrace

A depth-8 ftrace analysis of how the Linux kernel processes ICMP Timestamp (Type 13/14) requests — covering the full call chain, payload validation, conntrack behavior, and ts_ori echo mechanics.
————————

Most security tooling treats ICMP as a monolith: ping works, or it doesn’t. ICMP Timestamp (Type 13/14) sits in that overlooked middle ground — defined in RFC 792, implemented in every Linux kernel, but rarely scrutinized at the source level.
This post documents a depth-8 ftrace investigation of icmp_timestamp() on Linux kernel 6.17.13. Beyond cataloguing individual findings, the goal is to map the architectural reality of how the kernel processes ICMP Timestamp requests — every code path, every decision point, every place where the implementation diverges from what RFC 792 specifies.
What emerged was a set of concrete, reproducible behaviors: a silent payload threshold, a Code field that is never read, ts_ori that is echoed without any range check, and a netfilter pipeline that creates a conntrack entry for every single exchange.

netacoding.com
u/Pale_Surround_3924 — 1 day ago
▲ 28 r/pwnhub

Microsoft removes WMIC tool from Windows 11 to block cybercriminals

Microsoft has removed the legacy WMIC command-line utility from Windows 11 24H2 and 25H2 to prevent threat actors from abusing the tool for malicious activities.

Key Points:

  • WMIC is removed from Windows 11 24H2, 25H2, and beta builds, ending its availability as a Feature on Demand.
  • The tool was frequently abused by malware, ransomware, and attackers to disable security software and delete system backups.
  • The underlying Windows Management Instrumentation (WMI) system remains active, but administrators must use PowerShell or other modern tools.
  • This action follows a deprecation timeline that began with Windows Server 2012 and Windows 10 21H1.

Microsoft has officially removed the Windows Management Instrumentation Command-line (WMIC) tool from the latest versions of Windows 11, specifically versions 24H2 and 25H2, as well as recent beta builds. This removal is the final step in a deprecation process that started years ago, initially converting WMIC into an optional feature before disabling it by default. The legacy tool is no longer available for installation on new systems, marking a significant shift in how Windows manages system administration commands.

Learn More: Bleeping Computer

Want to stay updated on the latest cyber threats?

👉 Subscribe to /r/PwnHub

u/_cybersecurity_ — 1 day ago
▲ 43 r/pwnhub

A hacker is selling alleged Azure employee dumps from McDonald’s, TCS, Vodafone and others - including admin mappings

A threat actor calling themselves “TheHatman” is selling what they claim are massive employee-directory exports taken directly from corporate Microsoft Azure/Entra tenants using compromised credentials.

The claimed numbers are substantial:

  • McDonald’s: 1.7M+ records
  • TCS: ~800K
  • Vodafone: ~425K
  • HCL Technologies: ~250K
  • IHG: ~185K
  • Kyndryl: ~170K
  • Gap: ~80K
  • Hexaware: ~20K
  • Wyndham: ~9K

Important caveat: none of the named companies have publicly confirmed the alleged exposures.

Hudson Rock says the datasets appear highly legitimate based on fields and corporate addresses matching Azure directory exports.

What makes these dumps interesting from an offensive-security perspective isn't just the PII.

The listings allegedly contain organizational intelligence such as:

  • Employee names and corporate emails
  • Job titles and departments
  • Managers and direct reports
  • Group memberships
  • Service accounts
  • Access mappings
  • Global Administrator listings

If legitimate, that's basically a ready-made reconnaissance dataset.

Full research and claimed dataset breakdown:
https://www.technadu.com/thehatman-is-selling-millions-of-stolen-employee-records-from-mcdonalds-vodafone-tata-wyndham/633410/

An attacker could potentially identify executives, IT personnel, administrators, service accounts, reporting relationships, and other high-value identities before launching phishing, credential attacks, help-desk social engineering, or lateral access attempts.

The initial access method is not confirmed.

Hudson Rock found infostealer-compromised Microsoft credentials associated with several affected organizations and believes stolen credentials may explain the campaign, rather than an Azure zero-day. Other possibilities haven't been ruled out.

Question for the community:

If an attacker gets authenticated access to Entra ID, how much directory visibility should an ordinary compromised employee account actually have?

And are organizations paying enough attention to directory reconnaissance and bulk enumeration as post-compromise activity?

u/technadu — 2 days ago
▲ 52 r/pwnhub

Are passkeys really safer than passwords?

Researchers broke into passkey logins using three separate attacks, targeting the login method Apple, Google, and Microsoft have pushed as phishing proof.

The attacks work on the browser and device layer rather than cracking the cryptography itself. Millions of people have already replaced passwords with passkeys on major sites.

What do you think? Are passkeys still the strongest option available, or does the phishing resistant label promise more than it delivers?

u/_clickfix_ — 2 days ago
▲ 14 r/pwnhub

The White House wants private companies to hack cybercriminals. What could go wrong?

The White House last week made some drastic changes to federal hacking policy, issuing a presidential memorandum that allows vetted private companies to initiate cyberattacks against hacker groups. The announcement reversed previous government policy, which prohibited companies from doing so without a court’s approval.

“American businesses’ innovative capabilities have historically been underutilized in efforts to identify and disrupt criminal networks operating in cyberspace,” the memorandum reads. “Thus, it is the policy of the United States to use all instruments of national power, including the innovative capabilities of the private sector, to combat cybercrime.”

Over the next two months, the government will fill in some of the blanks about the requirements companies will have to meet. But there are larger questions that aren’t likely to be addressed, including what legal protections these companies will receive. For instance, what happens if someone is arrested by a foreign government in connection with a cyberattack?

Read more on Fast Company.

fastcompany.com
u/_fastcompany — 1 day ago
▲ 9 r/pwnhub

MessiahGPT Criminal AI Service Advertised on BreachForums

A new artificial intelligence service marketed for criminal activities has been advertised on the BreachForums hacking community.

Key Points:

  • MessiahGPT is a criminal AI service currently being promoted on BreachForums.
  • The service is advertised to individuals interested in illicit cyber activities.
  • The listing indicates the emergence of new AI tools targeted at the underground market.

A service known as MessiahGPT has appeared on BreachForums, a well-known online forum for cybercriminals. The platform is being advertised as an artificial intelligence tool designed to facilitate criminal operations. This development highlights the growing intersection between advanced AI technology and underground hacking communities.

The presence of such a service on BreachForums suggests that threat actors are actively seeking to leverage AI for malicious purposes. While specific technical details of the service's capabilities are not provided in the initial advertisement, its existence signals a potential shift in how cybercriminals may conduct their activities. Security researchers and organizations should monitor this development for further details on the tool's functionality and potential impact.

How do you think the availability of criminal AI services like MessiahGPT will change the landscape of cyber threats in the coming year?

Learn More: Hack Read

Want to stay updated on the latest cyber threats?

👉 Subscribe to /r/PwnHub

u/_cybersecurity_ — 1 day ago
▲ 57 r/pwnhub

Should you know when police use Flock to search your plate?

A new website lets drivers check whether their license plate has been searched in Flock Safety's camera network.

Flock's automated readers are used by thousands of US police departments and log plates and locations as cars drive past. Supporters call the lookup tool basic transparency, while some law enforcement groups say it could tip off people under investigation.

What do you think? Should drivers see every search run on their plate, or should those records stay closed?

u/_cybersecurity_ — 3 days ago
▲ 682 r/pwnhub+5 crossposts

massive azure exfiltration campaign impacts global brands - mcdonald’s, vodafone, and others

Over the past week, a threat actor operating under the moniker “TheHatman” has flooded cybercrime forums with massive internal employee directories belonging to several Fortune 500 companies. The actor claims these dumps were extracted directly from the organizations’ Azure Tenants.

infostealers.com
u/Malwarebeasts — 4 days ago
▲ 550 r/pwnhub+6 crossposts

OCC Approves Bank Charter for Trump Family's Crypto Firm

The OCC conditionally approved a national bank charter for World Liberty Financial, a crypto firm partly owned by the Trump family, over Senator Elizabeth Warren's repeated objections and an unresolved UAE investment tied to a national security chip deal.

realnarrativenews.com
u/realnarrativenews — 4 days ago
▲ 131 r/pwnhub

A hacker leaked a 14.5GB database with 7.3 million scraped Chess.com records, including 4.6 million email addresses, user profile details and recent login data.

hackread.com
u/_clickfix_ — 4 days ago
▲ 17 r/pwnhub+1 crossposts

Six major security incidents traced from the initial Litellm and Trivy pipeline compromises all the way to ransomware/breaches

deep dive into the high profile organizations compromised in this campaign and detail the exact secrets, tokens, and configurations that likely fueled downstream extortion by groups like Vect ransomware (TeamPCP).

Companies breached include Mercor, Cisco, S&P Global, Telnyx, Telnyx, and the European Commission

infostealers.com
u/Malwarebeasts — 3 days ago