category: Authentication & Identity Management provider: Silverfort sectionorder: - Connect commonfields: id: Silverfort version: -1 configuration: - display: Server URL name: url required: true type: 0 section: Connect - display: APIKEY additionalinfo: Generate your unique API token from the tower name: apikey required: true type: 4 section: Connect - display: Trust any certificate (not secure) name: insecure type: 8 required: false section: Connect - display: Operational API Key name: operationalApiKey type: 4 required: false section: Connect additionalinfo: For Silverfort 5.3 and above, you must include the operational API Key for calls using sam_account/domain instead of UPN. (Format is "Operational User ID:Operational User Secret") - display: External API Key name: externalApiKey type: 4 required: false section: Connect additionalinfo: For Silverfort 5.3 and above, you must include the external API Key for external calls description: Use the Silverfort integration to get and update Silverfort risk severity. display: Silverfort name: Silverfort script: commands: - arguments: - description: The user principal name. name: upn - description: The email address. name: email - description: The sam account. name: sam_account - description: The domain. name: domain description: User risk commands - get the user entity risk. name: silverfort-get-user-risk outputs: - contextPath: Silverfort.UserRisk.Risk description: The risk level. type: String - contextPath: Silverfort.UserRisk.Reasons description: The reasons for the risk. type: Unknown - contextPath: Silverfort.UserRisk.UPN description: The user principal name. type: String - arguments: - description: The hostname. name: resource_name required: true - description: The domain. name: domain_name required: true description: Gets the resource entity risk information. name: silverfort-get-resource-risk outputs: - contextPath: Silverfort.ResourceRisk.Risk description: The risk level. type: String - contextPath: Silverfort.ResourceRisk.Reasons description: The reasons for the risk. type: Unknown - contextPath: Silverfort.ResourceRisk.ResourceName description: The hostname. type: String - arguments: - description: The user principal name. name: upn - description: The risk name. name: risk_name required: true - auto: PREDEFINED description: The severity. name: severity predefined: - low - medium - high - critical required: true - description: The number of hours that the risk will be valid for. name: valid_for required: true - description: The risk description. name: description required: true - description: The email address. name: email - description: The sam account. name: sam_account - description: The domain. name: domain description: Updates the user entity risk. name: silverfort-update-user-risk - arguments: - description: The hostname. name: resource_name required: true - description: The domain name. name: domain_name required: true - description: The risk name. name: risk_name required: true - auto: PREDEFINED description: The severity. name: severity predefined: - low - medium - high - critical required: true - description: The number of hours the severity will be relevant for. name: valid_for required: true - description: A short description about the risk. name: description required: true description: Update the resource entity risk. name: silverfort-update-resource-risk dockerimage: demisto/auth-utils:1.0.0.10133006 runonce: false script: '-' subtype: python3 type: python fromversion: 5.0.0 tests: - No tests (auto formatted)