Urgent.News

What's breaking now, across thousands of outlets.

Tech

Metrics Driven Security

Security teams have historically operated on instinct. A firewall rule feels right. A new tool seems like it will help. An audit finding gets patched because someone said it was important. That approach worked when security was a small, contained function bolted onto IT. It doesn't work anymore. Attack surfaces are larger, budgets are scrutinized more closely, and boards want to know whether the…

In the modern security landscape, a reactive approach is no longer sufficient. Attack surfaces have expanded, budgets are being closely monitored, and boards expect clear evidence that security investments are reducing risk. This has led to the emergence of metrics-driven security - running a security program with defined measurements, targets, and feedback loops, much like a well-run engineering or product team.

Metrics-driven security means deciding in advance what "good" looks like, tracking the same metrics over time to measure improvement or decline, and allowing the metrics to guide decisions. It's not just about collecting data, but making decisions based on that data. Good metrics programs avoid common pitfalls like vanity metrics, metrics without owners, metrics disconnected from business risk, and tracking too many metrics.

While there's no universal list of metrics that fits every organization, several categories tend to be useful across industries. These include detection and response metrics (mean time to detect and respond), exposure management, time to patch critical vulnerabilities, asset inventory and vulnerability scanning coverage, internet-facing assets with exploitable vulnerabilities, privileged account security, human risk metrics (phishing simulation rates), and program health indicators (budget as a percentage of IT spend, third-party security reviews).

Simply collecting numbers is not enough. The real challenge lies in establishing a routine where these metrics influence behavior. This involves setting thresholds, not just measurements, reviewing metrics on a fixed schedule, tying metrics to spending decisions, and presenting metrics in a way that's easy for business leaders to understand.

The shift to metrics-driven security often proves more challenging on a cultural level than on a technical one. Teams accustomed to making judgments based on instinct can resist having their work quantified, particularly if early metrics aren't favorable. To overcome this resistance, it's crucial to present metrics as a means to justify resource allocation and priority setting, rather than as a personal performance scorecard.

Ultimately, when executed effectively, metrics-driven security shifts a reactive program into one that can demonstrably show where risk is decreasing, where it's increasing, and where additional resources should be allocated. This provides a stronger position when communicating with stakeholders, whether they're CISOs, CFOs, or board members.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

You Have a Review Ceiling. Measure It Before It Measures You.

I sat in on Margaret-Anne Storey's DORA community session last week, and she put a name on the thing I'd been circling since April. It isn't technical debt.

  • Cognitive debt refers to erosion of shared understanding among team members.
  • Measurement of cognitive debt involves monitoring detection rates, akin to mutation testing.
  • Detection rates initially stable but drop off as review ceiling is reached.

Server-Rendered Login Sessions: Creation, Verification, Refresh, Logout, and Phone Recovery

Short answer: for a server-rendered learning app, create a short-lived session only after the phone code is verified, keep refresh as a separate state transition, and make recovery a deliberate path…

  • Server-rendered login creates short-lived session after verifying phone code
  • Refresh and logout are distinct state changes, not account creation
  • Audit trail links learner, device context, and recovery status

More from Thursday 3 September →