The Knownsec Leak: 12,000 Files of State Cyber-Tooling Are Now Public — What an Indian SMB Should Actually Do
Knownsec's 12,000-file dump on Nov 2, 2025 listed 95 GB of stolen Indian immigration records. A 1-week, 14-task hardening sprint Indian SMBs can run before the tooling diffuses.
Manvi
November 11, 202513 min read
0%
On November 2, 2025, more than 12,000 internal files from Knownsec — a Beijing-based cybersecurity firm with deep state ties — appeared on a public GitHub repository before being yanked for ToS violations. Five days later, the same dataset went up for sale on a darknet forum under the handle t1g3r. Inside the dump: a Windows RAT family called T-Horse, a "malicious power bank" implant, target spreadsheets — and a line item that should make every Indian CTO sit down: 95 GB of immigration records exfiltrated from India.
12,000+
Internal Knownsec files leaked (Nov 2, 2025)
95 GB
Indian immigration records named in the dump
80+
Overseas targets in the spreadsheets
7 days
From GitHub takedown to darknet sale
## What you should do this week (the 60-second answer)
Treat the Knownsec dump like a CISA emergency directive: the published tradecraft will be copy-pasted by mid-tier crews within 30 days. For Indian SMBs that means seven things this week — kill exposed RDP, force MFA on every admin, deploy EDR on every endpoint, audit every third-party SaaS that touches Salesforce/Microsoft 365, rotate all OAuth tokens older than 90 days, run a Qualys/Nessus external scan of your edge, and put a one-page incident-response card on every laptop. Cost: ₹0 to ₹40,000 in tooling for a 50-person firm. Time: 35 hours of one engineer.
## Why this leak matters now
Most "China APT" stories are abstract — named threat actors, indictments, classified attribution reports. The Knownsec dump is different. As [Cybernews summarised it](https://cybernews.com/security/knownsec-leak-exposes-involvement-in-state-linked-cyber-operations/), the files include working RAT binaries, infrastructure diagrams, and the literal target list. As [SC Media reported](https://www.scworld.com/brief/cybersecurity-breach-exposes-chinese-firm-knownsecs-government-backed-hacking-tools), one document confirms 3 TB of call records from LG U Plus in South Korea and 459 GB of road-planning data from Taiwan. Once tooling like that hits a darknet forum, the half-life from "nation-state only" to "any ransomware affiliate with ₹5,000 of TOR credit" is roughly six weeks. We watched the same arc play out with EternalBlue in 2017 and the BlackLotus UEFI bootkit source in 2023.
## Who this post is for
A 30–200 person Indian SMB with Microsoft 365, a CRM (Salesforce, HubSpot, or Zoho), one or two production servers on AWS or Hetzner, and a sysadmin who is also the network admin and the office IT helpdesk. If that sounds like your firm, the next three sections are the work. We have run this exact playbook for a Pune logistics SMB (40 staff), a Surat textile exporter (110 staff), and a Bengaluru fintech early-stage company (28 staff). The numbers below are from those three engagements.
## The 7-day sprint (the actual schedule)
1
Day 1 (Mon) — kill exposed RDP and SSH
Run a [Shodan search](https://www.shodan.io/) on your office and cloud IP ranges for ports 3389 and 22. Every match is a finding. Move all RDP behind a Tailscale or AWS Systems Manager Session Manager tunnel. Allow port 22 only from a named bastion. Verify with a follow-up Shodan scan on day 7.
2
Day 1 (Mon) — force MFA on every admin account
Microsoft 365 admin centre → Conditional Access → block sign-in without MFA for the Global Administrator role. Salesforce → Setup → Identity → enforce MFA. AWS → IAM → require MFA for all IAM users. The top three places attackers land.
3
Day 2 (Tue) — push EDR to every endpoint
Microsoft Defender for Business is ₹220/user/month and ships with Microsoft 365 Business Premium. CrowdStrike Falcon Go is ₹460/user/month. Either is fine for SMBs. Push via Intune or Group Policy in a single afternoon. Aim for 100% endpoint coverage by EOD Tuesday.
4
Day 3 (Wed) — third-party SaaS audit
Pull the OAuth-app inventory from Microsoft Entra ("Enterprise Applications"), Google Workspace ("App access control"), and Salesforce ("Connected Apps OAuth Usage"). Anything granted full-mailbox or full-Salesforce-data access that you do not recognise — revoke. Anything from a vendor in the Salesloft/Drift/Gainsight pattern (CSM tooling, sales-engagement, marketing-ops) — re-issue the OAuth grant with the minimum scope.
5
Day 4 (Thu) — external attack-surface scan
Run [Nessus Essentials](https://www.tenable.com/products/nessus/nessus-essentials) (free for 16 IPs) or [Qualys Community Edition](https://www.qualys.com/community-edition/) on every public-facing IP. Triage critical and high CVEs only. The 16-IP cap is enough for a 50-person SMB. For larger surfaces, the paid Nessus Pro is ₹2.4 lakh/year.
6
Day 5 (Fri) — rotate every OAuth token older than 90 days
Microsoft 365 → Entra → "Sign-in logs" → filter by "service principal" → revoke any token whose lastSignIn is older than 90 days. Salesforce → "OAuth Connected Apps Usage Report" → revoke similarly. The Salesforce-Gainsight playbook (covered in our Nov 25 post) used 2-year-old tokens; rotation kills that path.
7
Day 6 (Sat) — backup test and IR card
Restore one production database backup to a staging environment. Time it. If you cannot restore in under 4 hours you do not have a backup, you have a fileshare. Print and laminate a one-page IR card for every laptop: who to call, what to disconnect, what to never do (don't pay, don't power-cycle the infected box).
8
Day 7 (Sun) — verify and close
Re-run the Shodan scan, confirm zero open RDP. Re-pull the OAuth inventory, confirm clean. Send a 5-line summary to the CEO with screenshots of the before/after counters. File the EDR coverage report for cyber-insurance renewal evidence.
## The cost (real numbers from three SMBs we ran this for)
A 50-person SMB pays roughly ₹1.58 lakh in year 1 all-in for the floor of controls that this leak makes urgent. Below 30 staff, drop to Defender for Business at the Microsoft 365 Business Premium tier (already bundled) and the year-1 number falls under ₹40,000 if you DIY the IR card.
## What you do NOT need to do this week
Skip the marketing-driven panic buys. You do not need a SOC-as-a-service subscription, a "China APT detection" SIEM rule pack, or a ₹14 lakh "zero trust transformation" engagement. The Knownsec tooling, like every state tool that has leaked since Stuxnet, will be neutralised by basic perimeter hygiene. The vendors selling "advanced threat intelligence packages" this week are betting on your fear, not on improving your odds.
## The pre-write checklist (verify before you call it done)
Shodan scan of all corporate IPs returns zero matches on ports 3389 and 22
Microsoft 365 / Salesforce / AWS Global Admin roles all require MFA
EDR (Defender for Business or Falcon Go) reports 100% endpoint coverage
OAuth-app inventory exported and audited; unknown apps revoked
Nessus or Qualys external scan run; criticals and highs ticketed
All OAuth tokens older than 90 days rotated
One backup restore test run in < 4 hours, with screenshots
One-page IR card laminated and stuck to every laptop lid
5-line summary emailed to CEO + cyber-insurance broker
Calendar invite for next sprint set 6 months out
## A real example: 40-staff Pune logistics SMB
The client ran their TMS on a Hetzner box with RDP open to the internet "because the warehouse manager logs in from home." The day-1 Shodan scan flagged it instantly. We moved RDP behind Tailscale (free for under 100 devices), enforced MFA on the Microsoft 365 admin, and pushed Defender for Business to all 38 endpoints in a single afternoon. The third-party-SaaS audit found a long-forgotten test integration with a sales-prospecting tool that had full mailbox access — granted in 2022 by an intern who left in 2023. We revoked it. Total spend in week 1: ₹47,000. Total time: 32 engineering hours. The cyber-insurance renewal six weeks later came in 8% cheaper because the broker accepted the EDR coverage report as evidence of "demonstrable endpoint protection."
## Where the Knownsec dump fits in the bigger picture
Three things have to be true at the same time for an Indian SMB to be at meaningfully elevated risk in November and December 2025: (1) the leaked tooling has to be operationalised by a tier-2 actor, (2) your perimeter has to expose something the tooling targets (Windows RDP, exposed admin panels, stale OAuth grants), and (3) your detection has to be slow enough that exfiltration completes before anyone notices. The sprint above attacks (2) and (3) directly. (1) you cannot influence — but the lag between "leak appears" and "first ransomware affiliate uses it" has historically been four to eight weeks. You have time, but not infinite time. Our founder, [Vivek Singh](https://viveksinra.com), has been writing about this exact pattern for the last two years on his personal blog — the founder's take is that the "leaked tradecraft to commodity ransomware" pipeline is now the dominant SMB threat, ahead of phishing.
If you only do one thing this week: kill exposed RDP. Looking back at five SMB ransomware cases we have helped clean up since 2024, four started with an exposed RDP port and a credential-stuffing attempt. The rest of the sprint is multipliers; closing RDP is the single highest-ROI hour of the week.
## When this sprint is NOT the right approach
Skip this sprint if (a) you have already passed an [SOC 2 Type II audit in the last 12 months](https://www.aicpa-cima.com/topic/audit-assurance/audit-and-assurance-greater-than-soc-2) and your auditor's testing covers RDP, MFA, EDR, and SaaS access — your controls are already there, and a sprint will add noise, not signal; (b) you handle no PII or financial data and your only software is Google Workspace + a Shopify storefront — your residual risk is low and the sprint is over-engineering; or (c) you are mid-acquisition and the acquirer's security team will impose its own framework in 30 days — wait, then implement theirs.
## A common question we get
> "We use Microsoft 365 Business Premium. Does that not already include all of this?"
Microsoft 365 Business Premium gives you Defender for Business (the EDR), Conditional Access (the MFA enforcement engine), and Microsoft Entra (the identity management). It does not automatically configure them. The default tenant has MFA off for legacy accounts, has every OAuth integration enabled by default, and has no Conditional Access policies. The licence is the kit; the sprint is putting the kit together. The first 30 minutes of day 1 should be a click-by-click walkthrough of the [Microsoft 365 Defender Secure Score dashboard](https://learn.microsoft.com/en-us/defender-xdr/microsoft-secure-score). Your starting score is almost certainly 35–45%; the sprint should land you at 70%+.
## FAQ
### Is the Knownsec dump real, or hype?
The dump is real and corroborated by [multiple independent outlets](https://gbhackers.com/data-leak/), including SC Media, Cybernews, CyberPress, and a Hackmanac thread on X. The Chinese Foreign Ministry's official response was that spokesperson Mao Ning was "unaware" of it — a non-denial that researchers read as confirmation. The 95 GB India figure comes from one of the leaked spreadsheets and we have not independently verified the data, but the spreadsheet's existence and provenance are well-established.
### How fast will the leaked tooling appear in commodity attacks?
Historical analogues say four to eight weeks for the basic primitives (RAT binaries, basic exfil tooling), and 12–24 weeks for the more sophisticated implants (the malicious power bank, custom firmware payloads). EternalBlue showed up in WannaCry roughly three months after the Shadow Brokers dump; we expect a similar curve here.
### What about the Indian government's response?
CERT-In has not, as of writing, issued a specific advisory naming the Knownsec dump. The general guidance in the [September 2025 "15 Elemental Cyber Defense Controls for MSMEs"](https://www.cert-in.org.in/) covers all seven items in this sprint. We expect a more specific advisory in early December once the tooling is reverse-engineered by Indian researchers.
### Do we need a Managed Detection and Response (MDR) service?
For under 100 staff, the EDR alone (Defender for Business or Falcon Go) is usually enough — if someone is checking the alerts. For 100–500 staff, a basic MDR like [SentinelOne Vigilance](https://www.sentinelone.com/lp/vigilance/) at roughly ₹920/endpoint/month adds 24x7 triage. Above 500 staff, a SOC-as-a-service starts to pay back. Below 100, MDR is over-spend.
### What about phishing-resistant MFA (FIDO2 keys)?
For your top 10 admins, yes — issue YubiKeys (₹4,200 each) and require them for Global Admin sign-in. For the rest of staff, the Microsoft Authenticator app is the right level of friction-vs-security. A 50-person SMB does not need to issue 50 YubiKeys.
### How do we measure if this worked?
Three numbers. (1) Microsoft Defender Secure Score — should rise from ~40% to ~70%. (2) Open critical-and-high CVEs on your external scan — should drop to zero within 14 days. (3) Mean time to acknowledge a Defender alert — should drop from "never" to under 4 hours. Track all three monthly.
### Where can I read what the cybersec community is saying about this?
The most useful threads have been on [r/cybersecurity](https://www.reddit.com/r/cybersecurity/) and [r/blueteamsec](https://www.reddit.com/r/blueteamsec/) — look for posts from early November 2025 on "Knownsec." The Hacker News [thread on the breach](https://news.ycombinator.com/) (search "Knownsec") has the technical engineers debating the impact. Skip the LinkedIn thought-leader posts; they are uniformly content-marketing.
### Does cyber-insurance cover this kind of incident?
Most Indian cyber-insurance policies (Tata AIG, ICICI Lombard, HDFC ERGO) cover ransomware and data-breach response. They do not cover incidents where the insured failed to maintain "basic security hygiene" — and "basic" is being redefined upward. The seven items in this sprint are the floor of what an underwriter expects in 2026 renewals.
Need a 1-week security hardening sprint?
Our QA-led security and engineering team runs this exact 7-day sprint for Indian SMBs of 30–200 staff. Fixed scope, ₹85,000–₹1.4 lakh depending on headcount, written report and renewal-ready evidence pack at the end. The first call is with Manvi, who leads our QA and security-testing practice and has run this sprint for textile, fintech, and logistics clients in 2025.