Security

Real offensive depth

Testing and defence led by a published security researcher with five CVEs, including a CVSS 9.1 Mirai botnet kill-switch.

All security →
Compliance

Audit-ready, fixed scope

SOC 2, ISO, and the Canadian privacy stack, run end to end with an independent auditor.

All frameworks →
Resources

Learn the space

Original research, free tools, and plain-language guides on security and compliance, from a published security researcher.

Read the blog →
Security

What a Security Breach Actually Costs a 50-Person Startup

The IBM Cost of a Data Breach Report puts the average breach at $4.45M. That number is mostly enterprise. For a 50-person startup, the absolute dollar figure is smaller. The relative impact is often much worse.

Here is what a breach actually costs a startup, beyond the headline number.

The direct costs

Forensics and incident response. External IR firm at $400 to $800 per hour, 200 to 500 hours minimum for a meaningful breach. Range: $80,000 to $400,000.

Legal counsel. Privacy counsel at $700 to $1,200 per hour. They draft notifications, manage regulator interactions, advise on disclosures. Range: $50,000 to $250,000 for a moderate incident.

Regulator notifications and fines. Variable by jurisdiction. State notifications are free but time-consuming. GDPR fines for violations of Article 32 (security of processing) can reach 2% of global revenue or 10M EUR. State attorneys general can fine separately. Recent settlements in healthcare and finance have been seven and eight figures.

Customer notification costs. Mailing physical notices, setting up call centers, issuing identity monitoring. Roughly $5 to $25 per affected customer. For a B2B startup with 100 enterprise customers (and their end users), this scales fast.

Credit monitoring services. Often required by law or by customer contracts. $10 to $30 per affected individual per year, for 12 to 24 months.

Direct costs for a startup breach typically: $200K to $800K.

The indirect costs

Sales pipeline collapse. Deals in active evaluation stall while prospects watch you handle the incident. Most stalls become losses. We have seen startups lose 30 to 60 percent of pipeline in the quarter following a publicly disclosed breach.

Customer churn. Enterprise customers will invoke security termination clauses. SMB customers will quietly leave. Net retention drops significantly in the affected quarter, sometimes for two quarters.

Engineering distraction. Your engineering team spends 2 to 6 months on remediation work instead of product work. Whatever the breach revealed (architectural weakness, missing controls, monitoring gaps) needs to be fixed. The opportunity cost is enormous.

Hiring damage. Senior candidates will Google "your-company breach" before accepting offers. Some will pass. Recruiting cost per hire goes up for the following year.

Fundraising drag. Investors will discount your valuation. Some will pass. Even friendly investors will tighten terms. We have seen valuation cuts of 20 to 40 percent in rounds raised in the 12 months after a serious breach.

Insurance premiums. Cyber insurance premiums double or triple at renewal. Some carriers will not renew at all.

Before you need it. Incident response on retainer means the contracts, the access and the runbooks already exist when the pager goes off. See how a retainer works

The total math for a 50-person startup

A moderately serious breach (10,000 customer records, internal access only, no payment data) at a 50-person startup:

  • Direct costs: $300K-$500K
  • Customer churn (3% incremental for 2 quarters): $150K-$400K on a $10M ARR base
  • Engineering distraction (4 months, 10 engineers): $500K of capacity reallocated
  • Pipeline impact (one stalled enterprise deal): $100K-$500K
  • Insurance and ongoing costs: $50K-$150K/year for 2-3 years

Realistic total: $1.5M to $3M of impact over 18 months. For a startup with $10M to $20M in funding, that is meaningful.

What is actually worth investing in

Given the math, the security investments that pay back are not exotic. They are basics done thoroughly.

  • SSO and MFA on everything internal.
  • EDR on every device.
  • Vulnerability management (Snyk, Dependabot, regular base image updates).
  • Network segmentation in production. Default-deny between services.
  • Real audit logging.
  • Secrets management (not env vars in Kubernetes Secrets).
  • Incident response plan, documented and tested.
  • Annual pen test.

None of these are expensive. None of them prevent every breach. All of them reduce the probability and the blast radius of the breaches that do happen.

The mindset

The teams that handle breaches well have prepared. They have an IR retainer with a firm they have already worked with. They have a notification template. They have a forensics contact who knows their infrastructure.

The teams that handle breaches badly are improvising. They are calling lawyers from scratch at 11 PM on a Saturday. They are trying to figure out what data was accessed while customers are already calling support.

Preparation is cheap. Improvisation is expensive.

Not ready for an incident?

Our incident response retainer puts a qualified IR team on call for your startup, with pre-built runbooks for your stack. The math is much better than figuring it out during an actual breach.

Learn about IR retainer

The Canadian obligations that set the clock

The cost model above is mostly drawn from American reporting, and Canadian companies have a different set of duties that determine how fast the money starts moving.

Under PIPEDA, you must report a breach of security safeguards to the Office of the Privacy Commissioner of Canada as soon as feasible if it creates a real risk of significant harm, notify the affected individuals, and notify any other organization that may be able to reduce the harm. Significant harm is defined broadly and includes humiliation, damage to reputation or relationships, and identity theft, so the threshold is lower than founders assume. There is a second obligation that catches nearly everyone out: you must keep a record of every breach of security safeguards, including the ones that did not meet the reporting threshold, and retain it for twenty-four months. The Commissioner can ask for that record. Not having one is its own finding, and it converts an incident you handled well into a compliance failure.

In Quebec, Law 25 requires you to report a confidentiality incident presenting a risk of serious injury to the Commission d'accès à l'information and to the affected individuals promptly, and to maintain a register of all confidentiality incidents. The penalty exposure is severe, with administrative monetary penalties reaching into the millions or a percentage of worldwide turnover for the most serious cases, and a private right of action attached to certain breaches. If you have Quebec customers or Quebec employees, this applies to you whether or not you have an office there.

Alberta has its own reporting duty under PIPA, and health information in most provinces carries separate rules with their own timelines. If you sell into the United States as well, you are now managing state notification statutes with different definitions and different deadlines in parallel.

The practical consequence is not the fines. It is that the notification analysis is a legal exercise that requires knowing exactly whose data was affected, in which province, and what category it fell into. That analysis is what your privacy counsel bills senior hourly rates for, and its length is determined entirely by how good your logging and data inventory were before the incident. A company that can produce an authoritative list of affected records in two days pays for a fraction of the legal hours that a company reconstructing it from partial logs over three weeks does.

Forensic cost is set by your logging decisions, not by the attack

The single largest variable in the direct cost column is how long the forensic firm spends establishing scope. That is not a function of how sophisticated the attacker was. It is a function of what you retained.

If you have thirty days of CloudTrail, application logs with user identifiers, database query logs, and VPN or identity provider logs, and the intrusion started forty-five days ago, the forensic team cannot prove what was accessed. When you cannot prove what was accessed, counsel will advise you to notify on the assumption that everything in reach was taken, because that is the defensible position. That single decision can multiply notification cost, credit monitoring cost and customer fallout by an order of magnitude, and it traces back to a log retention setting that someone chose to save a few hundred dollars a month.

The dwell time in intrusions where credentials were the entry point is routinely measured in months rather than days. Retention of a year for identity, network flow and administrative action logs is the cheapest insurance available to a 50-person company, and it costs a fraction of one forensic day. Immutability matters as well, because logs stored in the same account the attacker controlled are logs a forensic firm has to treat with suspicion.

The other lever is data minimization. Every record you retain past its usefulness is a record that can be stolen, notified about and litigated over. Companies routinely discover during an incident that the breached table contained six years of data from customers who churned in 2020. Deleting that data would have been free. Notifying about it is not.

Cyber insurance does less than you think, and constrains more

Cyber cover is worth buying and it is worth understanding before you need it, because it changes how the incident is run.

The first surprise is panel counsel. Most policies require you to use the insurer's approved list of law firms and forensic providers, and using your own without approval can void the claim for those costs. That means the IR firm you carefully selected may not be the one you are permitted to instruct at 11pm on a Saturday. Get your preferred providers added to the panel at policy inception, or confirm in writing that your retained firm is acceptable. This takes one email at renewal and prevents a genuinely painful argument during the worst week of your year.

The second surprise is sublimits. A policy with a $2M aggregate limit may carry a $250,000 sublimit for regulatory defense, a separate one for business interruption with a waiting period of eight or twelve hours before anything is payable, and a social engineering sublimit that is a small fraction of the headline number. Read the schedule, not the summary.

The third surprise is the application. Cyber applications ask whether you enforce multi-factor authentication on remote access and privileged accounts, whether you have offline or immutable backups, whether you run endpoint detection, and whether you patch critical vulnerabilities within a stated window. Those answers are warranties. If you answered yes to universal multi-factor authentication and the intrusion came through the one service account that was exempted, the insurer has a coverage argument and they will make it. The person who fills in that form should be the person who knows the actual configuration, not the person who knows what the answer should be.

What insurance genuinely does well is fund the first responders and the notification machinery, which is exactly the cash you would otherwise find at the worst moment. What it does not do is restore your pipeline, replace the two quarters of engineering time, or make an enterprise customer forget.

The small incident that costs more than the big one

The scenario in this article is a data breach. The incident that actually empties a startup's bank account is usually business email compromise, and it is cheap to execute and expensive to survive.

The pattern is consistent. An attacker gets into a finance or executive mailbox through a phishing page that also captured the one-time code, sits quietly reading, learns your invoice cadence and your suppliers, then sends a payment instruction change from inside the real thread at a plausible moment. The wire goes out. Recovery depends almost entirely on speed: within twenty-four hours there is a reasonable chance of a recall, after a week there is very little. The loss is direct, immediate and often falls into a policy sublimit rather than the main limit.

Ransomware has a different shape again. The forensic and legal cost profile is similar to a data breach, with two additions. Downtime becomes the dominant cost, because you are not operating, and business interruption claims require you to evidence the loss with financial records rather than assert it. And exfiltration-based extortion means you have a notification obligation whether or not you restore from backup, so paying or not paying does not resolve the regulatory question.

All three of these are worth modelling separately, because the controls that reduce them differ. Data breach cost is reduced by logging, segmentation and minimization. Wire fraud is reduced by an out-of-band verification rule for any change to payment details, which costs nothing and takes an afternoon to introduce. Ransomware cost is reduced by tested restores, and the word tested is doing all the work in that sentence.

Where the money actually leaves, week by week

Founders plan for the total and get caught by the timing. The cash profile of a breach is front-loaded and lumpy.

In the first week you are paying incident response and counsel at their highest intensity, often on a retainer drawdown or a credit card, before any insurer has confirmed coverage. Expect the largest single week of spend to fall here. In weeks two to six you are paying for continued forensics, notification production, call center capacity and credit monitoring enrolment, while your engineering team stops shipping. Coverage confirmation and the first insurer payment typically arrive somewhere in this window, not before.

From month two to month six the costs shift to remediation engineering, contractual obligations you triggered, and the security program you now have to build under time pressure rather than at your own pace. Buyers who stayed will exercise audit rights, and your existing customers' security teams will each want a call. From month six to month eighteen you are absorbing the renewal premium, the churn, the deals that went elsewhere and the recruiting drag.

The contractual line is the one most often missed at the planning stage. Enterprise agreements commonly contain a notification window measured in hours, a right to audit after an incident, a service credit regime, an obligation to fund the customer's own notification costs, and an indemnity that may sit above your liability cap for data incidents specifically. Before you model breach cost, have someone read the security schedules of your five largest contracts and write down what each one obliges you to do and pay. That exercise takes a day and it changes the number materially.

What actually reduces the bill

Add three items to the control list in the article above, chosen because they cut cost rather than probability.

A data map that is current. One page listing every system that holds customer data, what categories it holds, which jurisdictions the subjects are in, and how long it is retained. This is the document that determines the length of your notification analysis, and it is also the document your buyers and auditors ask for anyway.

Log retention of a year on identity, administrative and network events, stored where a compromised account cannot delete them. This is the difference between proving scope and assuming the worst.

A tested restore with a written result. Not a backup job that reports success. An actual restore of your production database to a clean environment, timed, with someone signing off that the data was intact. Do it twice a year and keep the record, because it doubles as compliance evidence.

None of these are large purchases. All of them shorten the expensive phase of an incident, which is the only phase where money moves fast.

When an incident response retainer is the wrong purchase

We sell incident response readiness, so treat this section with appropriate suspicion and then read it anyway.

If you have fewer than fifteen people, no customer data beyond names and emails, and no enterprise contracts with notification clauses, a retainer is premature. What you need is a one-page plan naming who declares an incident, who calls counsel, where the contact list lives offline, and what gets isolated first. Write it in an afternoon, print it, and put a copy somewhere that does not depend on the systems that might be down.

If your budget covers exactly one thing, buy the control rather than the retainer. Multi-factor authentication with phishing-resistant factors on your identity provider, endpoint detection on every laptop, and immutable backups will do more for your expected cost than a contract that only helps after the event.

If you already carry cyber insurance with a competent panel and a low retention, you may have most of what a retainer provides. Check what the policy includes before buying it twice. The gap worth paying to close is usually knowledge of your environment rather than availability of responders, and that gap can sometimes be closed with a single scoped exercise: walk a real scenario through with your team, find out that nobody has the AWS root credentials, and fix that.

And if you are choosing between preparing for a breach and closing the security gaps that a buyer has already told you about, close the gaps. The compliance work produces the logging, access control and documentation that make an incident cheaper anyway, so it is not a trade-off between safety and revenue. If you want a straight answer about which of these applies to you, tell us the situation, and if the answer is that you should spend the money on compliance rather than on a retainer with us, that is what we will say.

Before you need it. Incident response on retainer means the contracts, the access and the runbooks already exist when the pager goes off.

See how a retainer worksOr talk about a retainer

What we charge for this. The figures above are market ranges. Our own fixed-scope prices are on the pricing page, alongside every cost breakdown we have written.

Before you go

Want the rest of this by email?

If this was useful, I send a few short notes on incident response. Unsubscribe in one click, and replies reach me directly.

From Jacob Masse, principal of traztech. No spam, unsubscribe in one click.

Want a second opinion on where you stand?

We run SOC 2, ISO 27001 and the rest of the compliance stack for startups and SMEs, and the security testing that sits behind it. The first call is free, and we will tell you if you are not ready to start yet.

Book a free call

Track record

Who is actually doing the work

5
Published CVEs, including a CVSS 9.1
76
Controls taken from nothing to a passed SOC 2 Type II
Zero
Exceptions on that Type II report
20+
Penetration testing engagements delivered

Published vulnerability research

Five published CVEs. CVE-2024-45163 (CVSS 9.1) is a flaw in the Mirai botnet itself, which gave defenders a way to shut down attacker infrastructure. CVE-2026-42626 takes HP ENVY 5000 printers offline from any unauthenticated device on the same network.

A SOC 2 Type II built from nothing

At Humera, a venture-backed US security company, Jacob built the compliance programme in-house from nothing: no report, no policies, no documented controls. It ended in a Type II attestation across 76 controls with zero exceptions, on a team of 15.