Cyber Risk Exposure Management
Analyze attack surface exposure, vulnerabilities, and risk posture using Trend Micro Vision One's Cyber Risk Exposure Management capabilities. This comprehensive skill provides visibility into internet-facing assets, CVE exposure, domain risks, and account compromise indicators.
Instructions
- •
When the user asks about attack surface, external exposure, vulnerabilities, or risk posture, use this skill to query exposure data.
- •
Assess overall risk: Start with
get_attack_surface_risk_overviewto understand the organization's risk posture and exposure levels. - •
Analyze internet-facing assets: Use
list_internet_facing_assetsto identify externally accessible systems and their risk levels. - •
CVE analysis: Use
list_cvesandget_cve_detailsto identify vulnerable systems and prioritize patching based on exploitability and exposure. - •
Domain security: Check domain risks with
list_domain_accounts_with_weak_credentials,get_domain_risk_overview, and related tools. - •
Account compromise: Use
list_accounts_with_compromised_credentialsto identify accounts requiring immediate password resets. - •
Device risk: Query
list_devicesandget_global_device_risk_indicatorsto understand endpoint risk distribution. - •
Regional exposure: Use geographic queries to understand exposure by region when relevant.
- •
Prioritize findings: Always present findings ordered by risk score or severity, with actionable remediation steps.
Tools
This skill uses the following Vision One MCP tools (all read-only):
| Tool | Purpose |
|---|---|
get_attack_surface_risk_overview | Overall attack surface risk summary |
list_internet_facing_assets | Internet-exposed assets and services |
list_cves | CVEs affecting the environment |
get_cve_details | Detailed CVE information and affected systems |
list_accounts_with_compromised_credentials | Accounts with leaked credentials |
list_domain_accounts_with_weak_credentials | Domain accounts with weak passwords |
get_domain_risk_overview | Domain-level risk assessment |
list_domains | Managed domains inventory |
list_devices | Device inventory with risk scores |
get_global_device_risk_indicators | Device risk indicator trends |
get_regional_exposure_index_list | Exposure by geographic region |
get_account_compromise_summary | Summary of compromised account indicators |
get_attack_surface_device_operation_systems | OS distribution across attack surface |
list_vulnerable_devices | Devices with known vulnerabilities |
get_exposure_overview | High-level exposure metrics |
Common Workflows
Attack Surface Assessment
- •Get attack surface risk overview
- •List internet-facing assets sorted by risk
- •Identify high-risk services (RDP, SSH, databases exposed)
- •List CVEs affecting exposed systems
- •Provide prioritized remediation recommendations
Vulnerability Management
- •List CVEs sorted by severity and exploitability
- •Get details on critical CVEs
- •List vulnerable devices for each priority CVE
- •Cross-reference with internet-facing assets
- •Generate patching priority list
Credential Risk Assessment
- •Get account compromise summary
- •List accounts with compromised credentials
- •List domain accounts with weak credentials
- •Correlate with privileged account lists
- •Recommend immediate password resets
Executive Risk Report
- •Get exposure overview and risk metrics
- •Summarize internet-facing asset exposure
- •Highlight critical vulnerabilities
- •Show credential risk statistics
- •Provide trend analysis if available
Output Format
Risk Overview
## Attack Surface Risk Summary **Overall Risk Score**: [Score]/100 **Risk Level**: [Critical/High/Medium/Low] ### Exposure Metrics - Internet-facing assets: [count] - Critical CVEs: [count] - Compromised credentials: [count] ### Top Risks 1. [Risk description] - Score: [X] 2. [Risk description] - Score: [X]
CVE Report
## Vulnerability: [CVE-ID] **CVSS Score**: [Score] **Exploitability**: [High/Medium/Low] **Affected Devices**: [count] ### Description [CVE description] ### Affected Systems - [hostname/IP] - [risk context] ### Remediation [Patch information and mitigation steps]
Compromised Credentials
## Credential Exposure Alert **Account**: [username/email] **Exposure Source**: [breach name/date if available] **Risk Level**: [Critical/High] ### Recommended Actions 1. Force password reset immediately 2. Enable MFA if not enabled 3. Review recent account activity 4. Check for lateral movement indicators
Security Considerations
- •This skill provides read-only access to sensitive risk data
- •Vulnerability and credential information is highly sensitive
- •Do not share CVE details or compromised credential lists externally
- •Use findings to prioritize remediation, not for compliance reporting without proper context
- •Credential exposure data should trigger immediate security response