Zero-budget startup security means, in this order: enable multi-factor authentication (MFA) everywhere, use unique passwords through a manager, patch systems promptly, apply least-privilege access, keep 3-2-1 backups, and configure free email authentication (SPF, DKIM, DMARC). Every control in this list is available on the free tier of tools most founders already use — Google Workspace, Microsoft 365, GitHub, AWS, and any DNS provider — and requires time, not a security budget or a hire. For a pre-seed or bootstrapped Indian startup with no security headcount, working through this list, in this order, closes most of the attack paths that actually hit early-stage companies before the first funding round even closes.
Why Zero-Budget Startups Still Can't Skip Security
Founders routinely assume attackers ignore small, pre-revenue companies. The opposite is closer to true. A pre-seed startup typically holds founder and customer personal data, unreleased product code, cap-table and banking details, and privileged access into cloud infrastructure — reachable through the same weak points attackers exploit at any company size: reused passwords, unpatched software, and accounts with no second factor. Automated credential-stuffing bots and phishing kits don't check funding stage before they fire; they check for exposed logins and unmanaged endpoints, and early-stage startups tend to have both in abundance.
Ranking Controls by Impact Versus Effort
Not every free control carries equal weight, and a solo founder with limited hours needs to know exactly where to start. The order below reflects security impact per hour invested — highest-leverage first.
Control One: Enable MFA Everywhere, Starting With the Accounts That Would Hurt Most
MFA is the single highest-return control on this list, and it's free everywhere it matters: Google Workspace, Microsoft 365, GitHub, GitLab, AWS, Azure, and every major SaaS tool support authenticator-app-based MFA (following the open RFC 6238 TOTP standard) at no cost. Enable it first on the accounts that would cause the most damage if compromised — cloud provider root account, domain registrar, git hosting, and the email or identity provider everything else resets through. Those four accounts unlock everything else a startup owns, so they get MFA before any other system.
Know your vulnerabilities before attackers do
Run a free VAPT scan — takes 5 minutes, no signup required.
Book Your Free ScanControl Two: Unique Passwords Through a Free Password Manager
Reused and weak passwords remain one of the most common initial-access vectors in breach investigations, and the fix costs nothing. Free-tier password managers generate and store a unique, long password for every login, so a breach at one unrelated service never becomes a breach of your own systems through a reused credential. Roll this out from day one — every team member, every shared service login, every environment credential goes into a shared vault instead of a spreadsheet, a sticky note, or a password repeated across accounts.
Control Three: Patch and Update on a Fixed Schedule
Unpatched software remains one of the most exploited weaknesses at organisations of every size, and most patches for operating systems, browsers, frameworks, and dependencies are free and already available the moment a vulnerability is disclosed. The failure isn't the absence of a patch — it's the absence of a habit. Turn on automatic updates wherever the platform supports it, and for anything that requires a manual step (server OS packages, self-hosted software, dependency updates in your codebase), put patching on a fixed weekly or biweekly calendar slot rather than leaving it to "whenever there's time."
npm audit, pip-audit, and GitHub's built-in Dependabot alerts flag known-vulnerable packages at no cost — enable them in every repository, not just production ones.Control Four: Least-Privilege Access From the Start
Most early-stage teams default every teammate to admin or owner access because it's faster than configuring roles — and that default becomes a liability the moment any single account is phished or a laptop is lost. Least privilege costs nothing to implement: every cloud provider, SaaS tool, and git platform already ships role-based access controls in its free tier. Give each person only the access their current task requires, review who has admin rights quarterly, and revoke access immediately when someone leaves or changes roles. A phished intern's account should never be able to delete production infrastructure.
Control Five: 3-2-1 Backups, Tested — Not Just Taken
Ransomware and simple human error (an accidental table drop, a bad deploy, a deleted repository) are equally survivable with a working backup and equally catastrophic without one. The 3-2-1 rule — three copies of critical data, on two different storage types, with one copy off-site — is achievable using free tiers of cloud storage and version control that most startups already use. The step teams skip isn't taking the backup; it's testing the restore. A backup nobody has ever restored from is a hope, not a control.
| Control | Cost | Typical setup time | Failure it prevents |
|---|---|---|---|
| MFA on critical accounts | Free | Under 1 hour | Credential-stuffing and phishing account takeover |
| Password manager rollout | Free tier | 1–2 hours | Reused-password breach spillover |
| Patch and update cadence | Free | Ongoing, scheduled | Exploitation of known vulnerabilities |
| Least-privilege access review | Free | 1–2 hours quarterly | Blast radius of one compromised account |
| 3-2-1 backups, tested | Free tier | 2–3 hours to set up, tested regularly | Data loss from ransomware or human error |
| SPF, DKIM, DMARC | Free | 1–2 hours | Domain spoofing and phishing impersonation |
| Disable unused services | Free | 1 hour | Unmonitored, forgotten attack surface |
Control Six: Free Email Authentication — SPF, DKIM, and DMARC
Email spoofing that impersonates your own domain damages trust with customers, investors, and partners, and it's preventable with three DNS records that cost nothing to add: SPF (declares which servers may send mail for your domain), DKIM (cryptographically signs outgoing mail), and DMARC (tells receiving servers what to do with mail that fails those checks, and can report back to you). Free online checkers validate all three configurations in minutes, with no signup required. Startups routinely ship a domain with none of the three configured, making it trivial for an attacker to send a convincing phishing email that appears to come from their own company — including to their own investors.
Control Seven: Disable What You Aren't Using
Every default service, open port, unused admin panel, and forgotten staging environment is attack surface that provides zero business value while sitting exposed. Disabling unused services costs nothing and takes an hour: review cloud security groups for ports open to the entire internet, decommission staging or demo environments nobody has touched in months, remove default accounts and sample applications that ship enabled out of the box, and turn off any integration or third-party app connected to your workspace that the team no longer actively uses. Fewer running services means fewer things to patch, monitor, and worry about.
Control Eight: Security Awareness, Even Without a Training Budget
Most breaches at any company size still start with a person, not a technical exploit — a phishing email opened, a credential typed into a fake login page, an urgent-sounding request acted on without verification. A free, recurring 15-minute team conversation about what a phishing attempt looks like, why MFA prompts should never be approved blindly, and how to verify an unusual payment or access request before acting on it closes a gap that no technical control fully covers on its own.
These figures point in the same direction: the highest-return security work for a resource-constrained startup isn't a purchase, it's closing the human and credential gaps that free controls like MFA, password managers, and awareness conversations already address directly.
Sequencing This as a Solo Founder or Two-Person Team
Trying to do all eight controls in one sitting is how this list gets abandoned by week two. Block one hour a week for six to eight weeks and work down the priority order: MFA first, then password manager rollout, then patching cadence, then the rest. Assign clear ownership even at two people — one person owns security hygiene as an explicit responsibility, not an unspoken "someone should probably do this" task. Revisit the whole list once a quarter, since new tools, new hires, and new infrastructure all quietly reopen gaps that were closed months earlier.
When Free Controls Reach Their Limit
This list builds a genuinely strong baseline, and for many pre-seed startups it's sufficient on its own for a while. It has a ceiling, though: none of these controls find application-layer vulnerabilities in your own product, verify whether your infrastructure is actually exploitable the way an attacker would try, or produce the kind of report an enterprise customer, investor, or regulator increasingly asks to see. As a startup takes on paying customers, handles more sensitive data, or approaches a funding round with technical due diligence attached, a periodic vulnerability assessment — delivered with a CERT-In empanelled partner where regulatory submission is required — becomes the logical next layer on top of this free foundation, not a replacement for it.
Bachao.AI, built by Dhisattva AI Pvt Ltd, exists for exactly that next step: automated, continuous vulnerability assessment designed for teams that don't have — and at this stage may not need — a dedicated in-house security function. Ready to see what's actually exposed once the free controls are in place? Get a free VAPT scan, browse more security guides, or if you handle personal data under India's privacy law, review the DPDP compliance guide.