AWS and Cloudanix team co-authored this blog: Real-Time Threat and Anomaly Detection for Workloads on AWS

Cyber Risk Management, DevSecOps Alignment, and Data Loss Prevention with Chris Hodson

Learn how to align security in DevOps environments, communicate risk to executives, implement cyber risk management strategies, and rethink data loss prevention for the modern enterprise.

Security programs fail not because of missing tools, but because of misaligned language, poor prioritization, and the inability to translate technical risk into business impact. Chris Hodson, CISO at Cyberhaven and author of the Amazon UK #1 bestselling Cyber Risk Management book, has spent 22 years in security across financial services and Bay Area tech companies including Zscaler, Tanium, and Contentful. In this episode, he shares how to align security in DevOps environments without demanding a one-to-one headcount ratio, why CISOs should stop showing firewall dashboards to executives, and how traditional DLP is fundamentally broken.

You can read the complete transcript of the episode here >

How do you align security responsibilities in DevOps environments?

You cannot ask your CFO for one security hire per engineer. That pitch gets laughed out of the room. The only scalable approach is enabling semi-autonomous engineering teams that understand security themselves.

  • Act as a consultant, not a gatekeeper: The security team defines artifacts, processes, and reference material. Engineers then apply those themselves — checking session handling requirements, reviewing encryption standards, running through sample threat models.
  • Find your diamonds: Every engineering organization has three or four people who play with Kali Linux in their spare time or attended OWASP meetups. Find them, train them, and develop them into security advocates. This is more effective than a generic “security champions program” label.
  • Get engineers to think about what could go wrong: The default engineering mindset is optimistic — ship features, move fast. Security’s job is introducing the complementary question: what could go wrong here? Threat modeling does not need to be formal or heavy to be effective at this stage.
  • Accept that it depends: Company size, vertical, culture, hybrid/remote structure — all affect how security integrates with DevOps. There is no one-size-fits-all playbook for DevSecOps.

What are the biggest challenges in building security programs?

Chris identifies two fundamental constraints that every CISO faces:

  • Fighting for headcount: Security teams within engineering organizations compete for budget against SREs, frontend developers, and product designers. The macroeconomic environment of 2023 makes this worse — security is under more scrutiny than two or three years ago when companies had more disposable operational budget.
  • Proving security’s value: It is hard to prove a negative. You cannot easily show what did not happen because of security investment. The CISO now needs to be a mini-CFO — tracking budget versus actuals, quantifying why specific investments matter, and translating all of it into language the business understands.

The solution to both: stop talking about process injection and DDoS to non-security audiences. Start talking about business impact. If you cannot connect a security initiative to a business problem, go back and rethink your prioritization.

How should CISOs communicate security posture to leadership?

Chris shares a hard-won lesson: technical dashboards and risk scores do not resonate with executives.

  • Use OKRs instead of KPIs: Chris defines six objectives per fiscal year — ranging from compliance posture to product security enablement — each with quarterly or monthly key results. OKRs get executive buy-in because they align with how leadership already thinks about company goals.
  • Aim for marginal gains, not gold-plated targets: Objectives like “achieve 99% agent health on all endpoints” will never be met and erode credibility. Incremental improvements that compound over time are more honest and more achievable.
  • Tie metrics to things the business already cares about: SOC 2 compliance is a sales differentiator. Privacy request response times matter to legal. Supplier due diligence speed matters to partnerships. Frame security metrics around existing business priorities.
  • Keep risk scores internal: Your EDR tool’s risk score is useful for the security team’s operations. It means nothing to a CFO. Translate that score into compliance posture, incident readiness, or customer trust impact before presenting it upward.

This approach to executive communication is consistent with what works in security risk management more broadly — speaking the language of business outcomes rather than technical capabilities.

How should organizations approach cyber risk management?

Chris uses a structured framework: actors initiate events, events exploit vulnerabilities, exploitation causes business impact. Working through each component:

  • Start on the left — know your adversaries: Do not design your security architecture to defend against nation-state actors if they are not in your threat profile. A company with a $1M annual security budget cannot and should not spend it on seven layers of malware sandboxes for hypothetical APT scenarios.
  • Understand the techniques that matter: If intellectual property theft is your primary risk (common in pharma or growth tech), focus on the specific techniques associated with that — insider threats, unauthorized access, data exfiltration paths.
  • Get business help on the right side — business impact: Security teams can identify threats and vulnerabilities, but they need business stakeholders to define what is actually important: quarterly results data before public disclosure, personal information, payment data, source code. Data owners must be involved.
  • Use common language: Getting executives to understand the difference between a threat actor, a vulnerability, and exploitability is more valuable than any dashboard. This shared lexicon is the foundation everything else builds on.

The key principle: start slow. Set foundations for a wider program rather than going in with the theoretically perfect risk framework on day one. Threat modeling is particularly effective for building this common language early.

Why is traditional DLP broken?

Chris makes a direct case that legacy data loss prevention does not work in modern environments:

  • Regex and static pattern matching cannot keep up: Users change file names, copy-paste content out of files, encrypt data, archive it, and move it through paths that DLP rules never anticipated. People are industrious — if motivated, they will find ways around prescriptive file-level controls.
  • The real need is understanding data flows: Rather than trying to prescriptively block every egress vector, organizations need to understand how data moves — who touches it, where it goes, and what risky behaviors look like.
  • Data detection and response (DDR) is the evolution: Similar to how EDR replaced static signature-based AV because prevention alone was insufficient, DDR focuses on detecting risky data movements and responding quickly. If someone downloads a file, archives it, sends it to a colleague, who then uploads it to an unauthorized channel — that lineage needs to be visible for incident response.
  • Classification is still the foundation: If you are not classifying your data, you cannot know which repositories to monitor. But classification alone — without understanding flow and behavior — is insufficient for actual data protection.

Chris recommends the Data Security Maturity Model (DSMM), aligned to NIST CSF, as a framework for elevating data security from a second-class concern to a first-class program.

What role does AI play in security — and what are the risks?

Chris sees generative AI as both a blessing and a curse:

  • Where it helps security teams: Static code analysis assistance, false positive reduction, vulnerability exploitability qualification, strategy documentation preambles, and enriching SOC analyst triage at early funnel stages.
  • Where it creates new risk: Employees unknowingly upload confidential information into LLMs for productivity — customer emails, internal documentation, patient records. Cyberhaven’s research showed the volume of sensitive data flowing into ChatGPT shocked CISOs and privacy officers who had no visibility into it.
  • Will it replace security jobs? No. If ChatGPT can fully replace a security analyst’s job, that job was probably not well-defined. AI enriches and augments existing roles — making analysts faster at triage, helping engineers review code more efficiently — but it does not replace the judgment, context, and authority that humans provide.
  • The authority problem: If AI-generated code (GitHub Copilot) is being reviewed by AI (ChatGPT), where does the authoritative decision come from? This cyclical loop of AI marking AI’s homework has no good answer yet.

How does Chris rate common security practices?

  • Periodic security audits for vulnerability identification: Super important — rated high. Finding misconfigurations and vulnerabilities quickly is critical because those are what actually get exploited. The scope should extend beyond your own systems into supply chain dependencies.
  • Training and awareness programs for employees: Massively important — but not annual click-through compliance training. Real training means brownbag sessions, lunch-and-learns, topical email campaigns, and creating a culture where people feel comfortable reporting mistakes (“I clicked a link”) rather than hiding them. Getting rid of the “I’ll get in trouble” culture is the real goal.

Related Resources

What Our Users Are Saying

Customer Reviews

Cloudanix is trusted by security leaders worldwide to deliver proactive, reliable, and cutting-edge cloud security.

One day, I changed the password of a root account, and my CTO called me within less than a minute to confirm if I did so. I was not expecting a reaction this quick. He told me Cloudanix alerted him of this password change and that he wanted to confirm as it was a critical security notification. I couldn't believe it!

Ritesh Agarwal
Ritesh Agarwal
CEO, Airgap Networks

Compliance is one way of staying secure, but what I want is the ability to go deeper and attain 'true security.' Cloudanix provides us the capability to do so.

Vishal Madan
Vishal Madan
Head of Engineering, iMocha

Cloudanix is building for the future of the cloud, which makes the product all the more desirable.

Ritesh Agarwal
Ritesh Agarwal
CEO, Airgap Networks

Cloudanix gave us the visibility we were missing. Being able to move from permanent access to a robust Just-In-Time (JIT) workflow has fundamentally changed our security posture without slowing down our engineering velocity.

Pavan Kumar Lekkala
Pavan Kumar Lekkala
SRE Lead, HugoHub

We are excited to leverage Cloudanix's comprehensive multi-cloud DevSecOps solution to secure our production workloads on AWS. Cloudanix has demonstrated that it can solve many challenges that DevSecOps teams face while continually adding new features such as SOC2 compliance and drift detection.

Satish Mohan
Satish Mohan
Co-founder & CTO, Airgap Networks

Managing third-party partner access was once a major concern for our security posture. With Cloudanix JIT Cloud, we've effectively achieved zero third-party risk. We can now grant access confidently, knowing that it is temporary, audited, and automatically revoked, resulting in a 100% reduction in our privileged access exposure.

Okesh Badhiye
Okesh Badhiye
Head of Technical Engineering, Finfinity

The snooze feature and responsible alerts have helped us save time and prioritize what to tackle first.

Satish Mohan
Satish Mohan
Co-founder & CTO, Airgap Networks

Implementing Cloudanix JIT internally allowed us to practice what we preach. By eliminating permanent access to our own clouds and databases, we've neutralized the risk of standing privileges, ensuring our own 'keys to the kingdom' are never left exposed.

Girish Manghnani
Girish Manghnani
Managing Partner, Tech Inspira

The problem with permissions is a lot of times, the gaps are left open due to oversights from inside the organization itself. With Cloudanix's CIEM, we get a complete view of user permissions and access. This enables us to update the permissions, reducing the attack surface.

Nilesh Pethani
Nilesh Pethani
Application Architect, iMocha

In the world of Fintech, trust is our currency. Cloudanix provided the frictionless visibility we needed to secure our EKS workloads across AWS, ensuring we stay audit-ready for SOC2 and GDPR without slowing down our engineering velocity.

Amol Naik
Amol Naik
Head of Security & Infrastructure, HugoHub

Cloudanix delivered value within 5 minutes of onboarding. Continuous monitoring, timely detection, and excellent documentation helped us attain a great cloud security posture.

Divyanshu Shukla
Senior DevSecOps, Meesho

Technology strategies and business strategies are in a state of constant change which includes centralization and decentralization of responsibilities. Regardless of strategic shift, we still have intellectual property to protect. Cloudanix are critical partners for us in our public cloud security posture across our three cloud providers.

Jerry Locke
Jerry Locke
Senior Director Global Solutions Engineering, Eversana

Cloudanix has been amazing. They opened up a common Slack channel with us — and it feels like we are talking to our own team and getting things done with Cloud security. The support team is always available, friendly, helpful, and ready to go out of their way.

Satish Mohan
Satish Mohan
CTO, Airgap Networks

Beyond just access management, Cloudanix CSPM has given us a unified view of our AWS environment. The real-time alerting and anomaly detection allow us to prevent any untoward activity before it happens, which is critical for a marketplace connecting 50+ financial institutions.

Okesh Badhiye
Okesh Badhiye
Head of Technical Engineering, Finfinity

For a Fintech company, data is our most valuable — and most sensitive — asset. Cloudanix DAM hasn't just improved our visibility; it has given us control. The ability to mask data and prevent unauthorized queries in real-time is a game-changer for our compliance and customer trust.

Jiten Gala
Jiten Gala
President Engineering and Product, Kapittx

Our clients, especially in the Middle East financial sector, demand absolute accountability. Cloudanix JIT Cloud has been a competitive differentiator for us, allowing us to provide secure, governed access to customer accounts that meet their strictest audit and compliance requirements.

Girish Manghnani
Girish Manghnani
Managing Partner, Tech Inspira

Cloudanix is always on my team's lips because of its exceptional support. Be it a small or big query, Cloudanix has gone above and beyond to resolve them. This one's a keeper for us.

Sujit Karpe
Sujit Karpe
CTO, iMocha

For a long-lasting partnership, great support goes a long way. Cloudanix has delivered exceptional support whenever required. Their edge is their team is always ready to go beyond to solve any issues that we have. This speaks volumes about the culture at Cloudanix.

Akash Maheshwari
Akash Maheshwari
Co-founder, MoveInSync

Beyond the technology, Cloudanix feels like an extension of our own team. Their willingness to stand up a dedicated Middle East tenant for us and provide exceptional support at a sensible price makes them a long-term partner for Hugosave.

Surya Tamada
Surya Tamada
CTO, HugoHub

The real-time notifications that Cloudanix provides are a real lifesaver. Their adaptive notifications ensure that my team stays productive and doesn't get interrupted all the time.

Digvijay Singh
Staff Security Engineer, Meesho

The whole point in technological evolution is to help improve the world we live in. We must protect that and to do so requires an effective and efficient security strategy. The Cloudanix team helped make our public cloud security posture management strategy a reality. The symbiotic relationship we have allows for a continuous feedback loop which is how business should operate.

Larry Wheat
Larry Wheat
Staff Solutions Engineer, Eversana

Ready to see your graph?

Connect a cloud account in under 30 minutes. See every finding rooted in identity, asset, and blast radius — with a fix path attached.

Book a Demo