Cisco ISE
Version: 1.6
Updated: Sep 19, 2023
Utilize Cisco ISE session, policy, and security group information during an investigation.
Actions​
- Get Sessions (Enrichment) - Gather session information from Cisco ISE.
- List Policies (Enrichment) - List all available ISE policies.
- List Security Groups (Enrichment) - List all available security groups.
- Get Policies Endpoints (Enrichment) - Gather endpoint policies.
- Apply Policy (Containment) - Create a new policy.
- Clear Policy (Containment) - Remove an existing policy.
- Get Endpoints (Enrichment ) - List all available endpoints.
- Get Endpoint Identity Groups (Enrichment ) - List all available endpoint identity groups.
- Get Internal Users (Enrichment ) - List all available internal user.
- Deployment Info (Enrichment ) - To check if ISE primary node is up or not.
Cisco ISE Configuration​
Cisco ISE is configured in a way that you'll need to specify the resource together with the URL and port in the following manner:
- URL:port The default port used is port 9060 that will need to be enabled.
- ERS uses HTTPS port 9060 which is by default closed. Clients trying to access this port without enabling ERS first, will face a timeout from the server.
Therefore, the first requirement is to enable ERS from the ISE admin UI.
- Go to Administration > Settings > ERS Settings.
- Check the Enable ERS for Read/Write radio button as shown in the screenshot below.
- The following ISE Administrator Groups allow REST API access:
- SuperAdmin Read/Write
- ERSAdmin Read/Write
- ERSOperator Read Only
To perform Get Sessions action, the users must be assigned to one of the following Admin Groups:- Super Admin
- System Admin
- MnT Admin
So you have to use both Admins Groups together to use all the actions inside CSOAR.
Change Log​
- September 3, 2019 - First upload
- January 5, 2021 - Updated actions
- July 3, 2023 (v1.1) - Updated the integration with Environmental Variables
- July 14, 2023 (v1.3) - Removed leading/trailing spaces
- August 17, 2023 (v1.4) - Updated the integration with Environmental Variables
- September 4, 2023 (v1.5) - Fixed a bug where if the timeout was not specified, an error would occur
- September 19, 2023 (v1.6) - Versioning