Cisco Secure Workload
Visualize Cisco Secure Workload user roles and scopes, and monitor changes through queries and alerts.
- Installation guide
- Cisco Secure Workload data model
Installation
You will need to create a new API Key and API Secret in Cisco Secure Workload for this integration. See their documentation for more information.
To install the Cisco Secure Workload integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select Cisco Secure Workload. Click New Instance to begin configuring your integration.
Creating a configuration requires the following:
The Account Name used to identify the Cisco Secure Workload account in JupiterOne. Ingested entities will have this value stored in
tag.AccountName
when theAccountName
toggle is enabled.Description to assist in identifying the integration instance, if desired.
Polling Interval that you feel is sufficient for your monitoring needs. You may leave this as
DISABLED
and manually execute the integration.Your Cisco Secure Workload API Key and API Secret.
The API URI for your Cisco Secure Workload dashboard.
Click Create once all values are provided to finalize the integration.
Next steps
Now that your integration instance has been configured, it will begin running on the polling interval you provided, populating data within JupiterOne. Continue on to our Instance management guide to learn more about working with and editing integration instances.
Data Model
Entities
The following entities are created:
Resources | Entity _type | Entity _class |
---|---|---|
Account | csw_account | Account |
Interface | csw_interface | Application |
Package | csw_package | CodeModule |
Policy | csw_policy | ControlPolicy |
Role | csw_role | AccessRole |
Scope | csw_scope | Group |
User | csw_user | User |
Workload | csw_project | Project |
Workload Vulnerability | csw_workload_finding | Finding |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
---|---|---|
csw_account | HAS | csw_policy |
csw_account | HAS | csw_role |
csw_account | HAS | csw_user |
csw_interface | HAS | csw_scope |
csw_package | HAS | csw_workload_finding |
csw_policy | HAS | csw_scope |
csw_project | HAS | csw_interface |
csw_project | HAS | csw_package |
csw_project | HAS | csw_workload_finding |
csw_role | USES | csw_scope |
csw_scope | HAS | csw_scope |
csw_user | HAS | csw_role |
csw_user | ASSIGNED | csw_scope |