Cloud Accounts
Query and analyze multi-cloud account inventory across AWS, Azure, and GCP using Trend Micro Vision One. This skill provides visibility into connected cloud accounts, their security status, and configuration.
Instructions
- •
When the user asks about cloud accounts, multi-cloud inventory, or cloud connectivity status, use this skill to query account information.
- •
List all accounts: Start with
list_cloud_accountsto get an overview of all connected cloud accounts across providers. - •
Filter by provider: Use the cloud provider filter when focusing on a specific platform (AWS, Azure, GCP).
- •
Check account details: Use
get_cloud_accountto retrieve detailed configuration and status for a specific account. - •
Verify connectivity: Check account connection status to identify any disconnected or misconfigured accounts.
- •
Review account features: Understand which Vision One features are enabled for each cloud account.
- •
Group by organization: When presenting multi-account environments, group accounts logically by organization or business unit.
Tools
This skill uses the following Vision One MCP tools (all read-only):
| Tool | Purpose |
|---|---|
list_cloud_accounts | List all connected cloud accounts with status |
get_cloud_account | Get detailed information for a specific cloud account |
list_cloud_accounts_features | List enabled Vision One features per account |
get_cloud_account_features | Get feature details for a specific account |
list_cloud_account_resources | List resources within a cloud account |
get_cloud_account_integrity | Check account connection integrity and health |
Common Workflows
Multi-Cloud Inventory Review
- •List all cloud accounts
- •Group by cloud provider
- •Check connection status for each
- •Identify any accounts with issues
- •Summarize coverage across providers
Account Health Check
- •List cloud accounts
- •Get integrity status for each account
- •Identify disconnected or unhealthy accounts
- •Review feature enablement
- •Recommend remediation for issues
Feature Coverage Analysis
- •List all accounts
- •Get features enabled for each account
- •Identify gaps in security coverage
- •Recommend enabling missing features
New Account Verification
- •Get specific account details
- •Check connection integrity
- •Verify expected features are enabled
- •Confirm resource discovery is working
Output Format
Account Inventory
## Cloud Account Summary **Total Accounts**: [count] - AWS: [count] - Azure: [count] - GCP: [count] ### AWS Accounts | Account ID | Name | Status | Region | |------------|------|--------|--------| | [ID] | [Name] | [Connected/Disconnected] | [Region] | ### Azure Subscriptions | Subscription ID | Name | Status | |-----------------|------|--------| | [ID] | [Name] | [Status] | ### GCP Projects | Project ID | Name | Status | |------------|------|--------| | [ID] | [Name] | [Status] |
Account Details
## Cloud Account: [Name] **Provider**: [AWS/Azure/GCP] **Account ID**: [ID] **Status**: [Connected/Disconnected] **Connected Since**: [Date] ### Configuration - Region: [Region] - Organization: [Org name if applicable] ### Enabled Features - [Feature 1]: Enabled - [Feature 2]: Enabled - [Feature 3]: Disabled ### Health Status - Connection: [Healthy/Unhealthy] - Last Sync: [Timestamp] - Issues: [None/List issues]
Security Considerations
- •This skill provides read-only access to cloud account inventory
- •Account IDs and configuration details are sensitive infrastructure information
- •Use this data to verify security coverage, not for sharing externally
- •Disconnected accounts may indicate security blind spots requiring immediate attention
- •Cross-reference with cloud provider consoles for authoritative status