Skip to main content

AI-Powered Risk Scoring

Infracast's TrueRiskβ„’ scoring engine uses contextual analysis and threat intelligence to prioritize findings based on real-world exploitability and business impact.

Overview​

Traditional vulnerability scoring (CVSS) treats all vulnerabilities equally regardless of context. A CVSS 9.8 on an isolated dev server isn't the same risk as a CVSS 7.0 on an internet-facing production database.

TrueRisk combines multiple factors to calculate a 0-100 risk score that reflects actual risk to your organization:

  • Network Exposure β€” Is the asset internet-facing or behind multiple firewalls?
  • Asset Criticality β€” Production database vs. dev sandbox
  • Blast Radius β€” What can an attacker reach from this asset?
  • Exploitability β€” Is there a known exploit? Is it in CISA KEV?
  • IAM Context β€” Does this asset have privileged access to other resources?

Key Features​

TrueRisk Scoring (0-100)​

Every finding receives a contextual risk score:

ScoreRatingAction
80-100CriticalImmediate remediation required
60-79HighRemediate within 7 days
40-59MediumRemediate within 30 days
0-39LowAddress during maintenance

CISA KEV Integration​

Findings related to CISA Known Exploited Vulnerabilities are automatically escalated to CRITICAL priority. These are vulnerabilities actively being exploited in the wild.

EPSS Scoring​

We integrate FIRST EPSS (Exploit Prediction Scoring System) to assess the probability a vulnerability will be exploited in the next 30 days.

Risk Clusters​

Related findings are grouped into risk clusters β€” issues that share root causes or affect the same blast radius. Remediating one cluster item often reduces risk across multiple findings.

Remediation ROI​

Each remediation action shows its ROI score β€” how much risk reduction you get for the effort required. Focus on high-ROI fixes first.

API Endpoints​

# Get risk summary for tenant
GET /api/v1/tenants/{tenantId}/risk/summary

# Get risk details for a specific finding
GET /api/v1/tenants/{tenantId}/risk/findings/{findingId}

# Get risk clusters
GET /api/v1/tenants/{tenantId}/risk/clusters

# Get prioritized remediations
GET /api/v1/tenants/{tenantId}/risk/remediations

Availability​

TierAccess
Freeβ€”
Proβ€”
Businessβœ…
Enterpriseβœ…
Enterprise+βœ…
  • CIEM β€” IAM security analysis
  • Attack Paths β€” Toxic combination detection
  • VulnDB β€” Vulnerability intelligence