Cloud Security Knowledge Base Search
Query the Trend Micro knowledge base for cloud provider rules, security best practices, and compliance information.
Instructions
Identify the cloud provider from the user's query:
- AWS keywords: EC2, S3, Lambda, IAM, RDS, VPC, CloudFront, etc.
- Azure keywords: Storage Account, VM, App Service, Key Vault, etc.
- GCP keywords: Compute Engine, Cloud Storage, BigQuery, GKE, etc.
- Alibaba keywords: ECS, OSS, ApsaraDB, etc.
- Oracle/OCI keywords: Compute, Object Storage, Autonomous Database, etc.
Determine the query type and select the appropriate URL:
- Specific service/rule check → Provider-specific KB URL
- General best practices → Base KB URL
- Pricing questions → AWS Marketplace URL
Fetch the knowledge base page using WebFetch with the provider URL
Navigate to specific rules if needed:
- Service index pages list available rules
- Individual rule pages contain detailed checks and remediation
Extract and present the relevant information including:
- Rule ID and title
- Risk level (Low, Medium, High, Very High, Extreme)
- Description of the security issue
- Remediation steps
- Compliance framework mappings
Tools
| Tool |
Purpose |
WebFetch |
Fetch knowledge base pages and extract rule information |
Knowledge Base URLs
Route queries to the appropriate knowledge base:
Common Workflows
Look Up a Specific Rule
- Identify the cloud provider and service from the query
- Fetch the provider's knowledge base index:
{provider_url}
- Find the service section (e.g., S3, EC2, Storage Account)
- Fetch the specific rule page if needed
- Present rule details with remediation steps
Find All Rules for a Service
- Identify the cloud provider and service
- Fetch the service index page:
{provider_url}{service}/
- List available rules with risk levels
- Offer to provide details on specific rules
General Best Practices Query
- Fetch the base knowledge base URL
- Search for relevant categories or topics
- Summarize applicable best practices
Pricing Information
- Fetch the AWS Marketplace URL
- Extract pricing tiers and features
- Present pricing information clearly
Output Format
When presenting rule information:
## [Rule ID]: [Rule Title]
**Risk Level**: [Low|Medium|High|Very High|Extreme]
**Service**: [Cloud Service Name]
**Provider**: [AWS|Azure|GCP|Alibaba|OCI]
### Description
[What the rule checks and why it matters]
### Remediation
[Step-by-step instructions to fix the issue]
### Compliance
[Relevant frameworks: CIS, PCI-DSS, SOC2, etc.]
Example Queries
| User Query |
Action |
| "S3 bucket encryption best practices" |
Fetch AWS KB, find S3 encryption rules |
| "Azure storage public access" |
Fetch Azure KB, find storage account rules |
| "GCP firewall rules" |
Fetch GCP KB, find VPC firewall rules |
| "What does it cost?" |
Fetch AWS Marketplace pricing page |
| "Cloud security best practices" |
Fetch general KB |
Security Considerations
- This skill accesses publicly available documentation only
- No authentication or API keys required
- Use alongside
vision-one:cloud-posture for actual compliance scanning
- Knowledge base content is maintained by Trend Micro security researchers
1---2name: search3description: Query Cloud Provider Rules for Cloud Risk Management (CREM). Use when users ask about security best practices, compliance rules, or configuration checks for AWS, Azure, GCP, Alibaba Cloud, or Oracle/OCI cloud providers. Also handles pricing questions and general best practice queries.4---56# Cloud Security Knowledge Base Search78Query the Trend Micro knowledge base for cloud provider rules, security best practices, and compliance information.910## Instructions11121. **Identify the cloud provider** from the user's query:13 - AWS keywords: EC2, S3, Lambda, IAM, RDS, VPC, CloudFront, etc.14 - Azure keywords: Storage Account, VM, App Service, Key Vault, etc.15 - GCP keywords: Compute Engine, Cloud Storage, BigQuery, GKE, etc.16 - Alibaba keywords: ECS, OSS, ApsaraDB, etc.17 - Oracle/OCI keywords: Compute, Object Storage, Autonomous Database, etc.18192. **Determine the query type** and select the appropriate URL:20 - Specific service/rule check → Provider-specific KB URL21 - General best practices → Base KB URL22 - Pricing questions → AWS Marketplace URL23243. **Fetch the knowledge base page** using WebFetch with the provider URL25264. **Navigate to specific rules** if needed:27 - Service index pages list available rules28 - Individual rule pages contain detailed checks and remediation29305. **Extract and present** the relevant information including:31 - Rule ID and title32 - Risk level (Low, Medium, High, Very High, Extreme)33 - Description of the security issue34 - Remediation steps35 - Compliance framework mappings3637## Tools3839| Tool | Purpose |40|------|---------|41| `WebFetch` | Fetch knowledge base pages and extract rule information |4243## Knowledge Base URLs4445Route queries to the appropriate knowledge base:4647| Cloud Provider | Knowledge Base URL |48|----------------|-------------------|49| AWS | https://www.trendmicro.com/cloudoneconformity/knowledge-base/aws/ |50| Azure | https://www.trendmicro.com/cloudoneconformity/knowledge-base/azure/ |51| GCP | https://www.trendmicro.com/cloudoneconformity/knowledge-base/gcp/ |52| Alibaba Cloud | https://www.trendmicro.com/cloudoneconformity/knowledge-base/alibaba-cloud/ |53| Oracle/OCI | https://www.trendmicro.com/cloudoneconformity/knowledge-base/oci/ |54| Best Practices | https://www.trendmicro.com/cloudoneconformity/knowledge-base/cloudconformity/ |55| Pricing | https://aws.amazon.com/marketplace/pp/prodview-u2in6sa3igl7c |5657## Common Workflows5859### Look Up a Specific Rule60611. Identify the cloud provider and service from the query622. Fetch the provider's knowledge base index: `{provider_url}`633. Find the service section (e.g., S3, EC2, Storage Account)644. Fetch the specific rule page if needed655. Present rule details with remediation steps6667### Find All Rules for a Service68691. Identify the cloud provider and service702. Fetch the service index page: `{provider_url}{service}/`713. List available rules with risk levels724. Offer to provide details on specific rules7374### General Best Practices Query75761. Fetch the base knowledge base URL772. Search for relevant categories or topics783. Summarize applicable best practices7980### Pricing Information81821. Fetch the AWS Marketplace URL832. Extract pricing tiers and features843. Present pricing information clearly8586## Output Format8788When presenting rule information:8990```91## [Rule ID]: [Rule Title]9293**Risk Level**: [Low|Medium|High|Very High|Extreme]94**Service**: [Cloud Service Name]95**Provider**: [AWS|Azure|GCP|Alibaba|OCI]9697### Description98[What the rule checks and why it matters]99100### Remediation101[Step-by-step instructions to fix the issue]102103### Compliance104[Relevant frameworks: CIS, PCI-DSS, SOC2, etc.]105```106107## Example Queries108109| User Query | Action |110|------------|--------|111| "S3 bucket encryption best practices" | Fetch AWS KB, find S3 encryption rules |112| "Azure storage public access" | Fetch Azure KB, find storage account rules |113| "GCP firewall rules" | Fetch GCP KB, find VPC firewall rules |114| "What does it cost?" | Fetch AWS Marketplace pricing page |115| "Cloud security best practices" | Fetch general KB |116117## Security Considerations118119- This skill accesses publicly available documentation only120- No authentication or API keys required121- Use alongside `vision-one:cloud-posture` for actual compliance scanning122- Knowledge base content is maintained by Trend Micro security researchers