portfolio Anshul Bisen
ask my work

Google's $32B Wiz acquisition and what it signals about security as a first-class infrastructure concern

Google paying $32B for a cloud security startup signals that security is no longer a checkbox but a competitive differentiator, especially in fintech where trust is the product.

In March 2025, Google closed its 32billionacquisitionofWiz,acloudsecuritystartupthathadreached32 billion acquisition of Wiz, a cloud security startup that had reached 500 million in annual recurring revenue in just four years. That is a 64x revenue multiple for a security company. To put that in perspective, most SaaS companies trade at 10 to 15x revenue. The market is saying that cloud security is not just valuable, it is the most valuable layer of the cloud infrastructure stack.

Where the data model or query started fighting back.

This is where the homelab stopped being a hobby and started acting like a leadership tool. It also builds on what I learned earlier in “AWS re:Invent announcements that actually matter for a three-person fintech team.” The infrastructure and ctrlpane work gave me a cheap place to pressure-test release habits, GitOps discipline, and failure modes before I asked the team to trust those defaults at work.

The infrastructure mess that made the lesson stick.

Why This Matters for Small Teams

When I first saw the acquisition price, my reaction was that it was an enterprise story irrelevant to a four-person fintech team. Then I started thinking about what the valuation implies. If the market values security tooling at 64x revenue, it means buyers, the largest cloud providers in the world, believe security capability is a critical differentiator. Google did not buy Wiz because security is a nice-to-have. They bought Wiz because their enterprise customers are choosing cloud providers based on security posture.

The same dynamic applies at our scale. Our clients are banks and payment processors. They do not choose FinanceOps because our dashboard is prettier or our reconciliation is faster. They choose us because they trust us with their financial data. Trust is the product. And trust, in fintech, is built on demonstrable security practices, not marketing claims.

Every compliance audit our clients run includes a security assessment. They ask about encryption at rest, encryption in transit, access controls, audit logging, vulnerability scanning, incident response plans, and data retention policies. Two years ago, having reasonable answers to these questions was sufficient. Now, enterprise prospects are showing up with 200-question security questionnaires and requesting SOC 2 Type II reports. The bar is rising because the industry is taking security seriously, and the Wiz acquisition is the clearest signal yet.

What We Changed

The acquisition prompted me to re-evaluate our security posture, not because Google buying Wiz directly affects us, but because the trend it represents will trickle down to our clients’ expectations within 12 to 18 months.

  • Moved all secrets from environment files to HashiCorp Vault running on our k3s cluster
  • Implemented automated container image scanning in CI using Trivy, blocking deploys with critical or high CVEs
  • Added network policies in Kubernetes to restrict pod-to-pod communication to explicitly allowed paths
  • Enabled PostgreSQL row-level security on tables containing client financial data
  • Set up automated dependency vulnerability scanning with Dependabot alerts configured to create tickets, not just notifications
  • Started documenting our security practices in a format that maps to SOC 2 control objectives

None of these are novel security practices. They are table stakes that we should have implemented earlier. The difference is that we are now treating them as first-class infrastructure concerns rather than items on a backlog that get bumped every sprint for feature work.

Security as Architecture, Not Afterthought

The pattern I see in the industry is that security is moving from an operational concern to an architectural one. It is not enough to have a firewall and encrypted connections. The architecture itself needs to be designed with security as a constraint, the same way we design for performance or reliability.

  • Data access patterns should enforce least privilege at the application layer, not just the network layer
  • Audit logging should be built into the data model, not bolted on as middleware
  • Secret rotation should be automated so that it actually happens instead of being a policy that nobody follows
  • Deployment pipelines should treat security scans as required gates, not optional advisories
  • Infrastructure should be defined as code so that security configurations are reviewable, versionable, and reproducible

The Wiz acquisition validates what security engineers have been saying for years: security is not a feature you add. It is a quality of the architecture you build. Google paid $32 billion for a company that makes this quality visible and manageable at cloud scale. At our scale, the same principles apply, just with simpler tooling.

The Competitive Angle

In our next two enterprise sales conversations after the Wiz news broke, security came up earlier and more prominently than before. One prospect specifically asked about our container security scanning process. Another asked whether we had a security incident response plan and when it was last tested. These are questions that would have been deep in a security questionnaire a year ago. Now they are in the first sales call.

The system after the boring-but-correct fix.

This is where the role stopped feeling like senior-engineer-plus. Every decision had a human system wrapped around it: founders, customers, auditors, tired teammates. The same systems thinking bled into portfolio, pipeline-sdk, and dotfiles, where defaults matter more than heroics.

If you are building fintech and treating security as a compliance checkbox, you are about to lose deals to competitors who treat it as a product feature. The market has decided that security is a first-class infrastructure concern. You can lead that shift or react to it, but you cannot ignore it.

The $32 billion price tag is not relevant to our day-to-day operations. The signal it sends is. Security investment is accelerating across the industry. Client expectations are rising. The teams that have security built into their architecture will win deals that the teams still bolting it on as an afterthought will lose. For a four-person fintech team, this means dedicating real engineering time to security, not as a one-time audit remediation sprint but as an ongoing practice woven into how we build everything.