CiscoWSA (Deprecated)
Cisco WSA Pack.#
This Integration is part of theDeprecated
Use CiscoWSAV2 instead.
Cisco WSA This integration was integrated and tested with version vSeries-100 of Cisco-WSA
#
Configure CiscoWSA on Cortex XSOARNavigate to Settings > Integrations > Servers & Services.
Search for CiscoWSA.
Click Add instance to create and configure a new integration instance.
Parameter Required BASE_URL True API_KEY True PORT False Trust any certificate (not secure) False Use system proxy settings False Click Test to validate the URLs, token, and connection.
#
CommandsYou can execute these commands from the Cortex XSOAR CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.
#
wsa-get-access-policiesRetrieving all access policies
#
Base Commandwsa-get-access-policies
#
InputArgument Name | Description | Required |
---|
#
Context OutputPath | Type | Description |
---|---|---|
wsa.AccessPolicies | string | Retrieving all access policies |
#
Command Example!wsa-get-access-policies
#
Context Example#
Human Readable Output#
Results
access_policies
#
wsa-get-domain-mapRetrieving the Domain Map Details
#
Base Commandwsa-get-domain-map
#
InputArgument Name | Description | Required |
---|
#
Context OutputPath | Type | Description |
---|---|---|
wsa.DomainMaps | string | Retrieving the Domain Map Details |
#
Command Example!wsa-get-domain-map
#
Context Example#
Human Readable Output#
Results
res_code res_message 400 The feature key for https proxy has expired or is unavailable.
#
wsa-get-url-categoriesRetrieving URL Categories
#
Base Commandwsa-get-url-categories
#
InputArgument Name | Description | Required |
---|
#
Context OutputPath | Type | Description |
---|---|---|
wsa.UrlCategories | string | Retrieving URL Categories |
#
Command Example!wsa-get-url-categories
#
Context Example#
Human Readable Output#
Results
custom predefined SocialURLCategorynader1
#
wsa-get-identification-profilesModifying identification profiles
#
Base Commandwsa-get-identification-profiles
#
InputArgument Name | Description | Required |
---|
#
Context OutputPath | Type | Description |
---|---|---|
wsa.Profiles | string | Retrieving Identification Profiles |
#
Command Example!wsa-get-identification-profiles
#
Context Example#
Human Readable Output#
Results
identification_profiles
#
wsa-modify-access-policiesModifying an Access Policy
#
Base Commandwsa-modify-access-policies
#
InputArgument Name | Description | Required |
---|---|---|
policyname | Name of the policy. Unique identifier of the policy. | Required |
profile_name | (profilename, auth). Use "No Authentication" in case of no authentication required for the specific profile. Empty strings represents "global identification profile". _all represents "All identification profiles". Please all inputs comma separated. | Required |
auth | (profilename,auth). Use "No Authentication" in case of no authentication required for the specific profile. Empty strings represents "global identification profile". _all represents "All identification profiles". Please all inputs comma separated. | Required |
policy_order | Index of this specific profile in the collection. Its starts from 1. Order of policy in collection of policies. Not applicable for global_policy. | Required |
policy_status | Whether profile is enabled or disabled. Possible values: enable, disable. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
wsa.response | string | whether the result indicates if request is success or failure |
#
Command Example!wsa-modify-access-policies policyname=policy1 profile_name=profile1 policy_order=2 policy_status=disable auth="No Authentication"
#
Context Example#
Human Readable Output#
Results
wsa
#
wsa-delete-access-policiesDeleting an Access Policy
#
Base Commandwsa-delete-access-policies
#
InputArgument Name | Description | Required |
---|---|---|
policy_name | Name of the policy. Unique identifier of the policy. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
wsa.response | unknown | whether the result indicates if request is success or failure |
#
Command Example!wsa-delete-access-policies policy_name=policy2
#
Context Example#
Human Readable Output#
Results
wsa