list_available_profiles
Discover available security profiles for cyber range scenarios, including adversary threat levels, defender monitoring capabilities, and SIEM platform support.
Instructions
List all available adversary and defender profiles with descriptions.
Returns detailed information about all available security profiles, their capabilities, and use cases.
Returns: Dictionary containing: - adversary_profiles: Available threat levels and capabilities - defender_profiles: Available monitoring levels and capabilities - siem_types: Supported SIEM platforms - use_cases: Common use cases for each profile combination
Example: profiles = await list_available_profiles() print(profiles['adversary_profiles']['medium']['capabilities'])
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||