category: Network Security provider: Cisco Systems commonfields: id: Cisco Umbrella Cloud Security version: -1 configuration: - display: Organization ID name: orgId required: true type: 0 - display: API Key name: apiKey required: true type: 4 - display: API Secret name: apiSecret type: 4 required: false - display: Trust any certificate (not secure) name: insecure type: 8 required: false - display: Use system proxy settings name: proxy type: 8 required: false description: Deprecated. Use Cisco Umbrella Cloud Security v2 instead. display: Cisco Umbrella Cloud Security (Deprecated) name: Cisco Umbrella Cloud Security deprecated: true script: commands: - arguments: - description: Organization ID name: orgId description: Deprecated. Use the `umbrella-destination-lists-list` instead. name: umbrella-get-destination-lists outputs: - contextPath: Umbrella.DestinationLists description: List of destination lists in organization type: Unknown - arguments: - description: Optional organization ID. If not provided, will use the one provided in the integration configuration name: orgId - description: Destination list ID name: destId required: true - description: 'List of domains to add to destination list (Format: domain1.com,domain2.com)' isArray: true name: domains required: true - defaultValue: Added from XSOAR description: Note on what the domain is or why it is being added name: comment description: Deprecated. Use the `umbrella-destination-add` instead. name: umbrella-add-domain - arguments: - description: Optional orgId, by default uses the one set in the instance configuration name: orgId - description: Destination list ID to get domains from. Use umbrella-get-destination-lists to get the list ID name: destId required: true description: Deprecated. Use the `umbrella-destinations-list` instead. name: umbrella-get-destination-domains outputs: - contextPath: Umbrella.Destinations.id description: ID of domain within destination list - contextPath: Umbrella.Destinations.destination description: Domain within destination list - contextPath: Umbrella.Destinations.type description: Type of destination within destination list - contextPath: Umbrella.Destinations.createdAt description: When the domain within destination list was created - contextPath: Umbrella.Destinations.comment description: Comment associated with domain within destination list - arguments: - description: Optional organization ID. If not provided, will use the one provided in the integration configuration. name: orgId - description: Destination list ID name: destId required: true - description: 'List of entry IDs to remove from destination list (Format: 1234,1235)' isArray: true name: domainIds required: true description: Deprecated. Use the `umbrella-destination-delete` instead. name: umbrella-remove-domain - arguments: - description: Optional orgId, by default uses the one set in the instance configuration name: orgId - description: Destination list ID to get domains from. Use umbrella-get-destination-lists to get the list ID name: destId required: true - description: Domain to get from a destination list name: domain required: true description: Deprecated. Use the `umbrella-destinations-list` instead. name: umbrella-get-destination-domain outputs: - contextPath: Umbrella.Destinations.id description: ID of domain within destination list - contextPath: Umbrella.Destinations.destination description: Domain within destination list - contextPath: Umbrella.Destinations.type description: Type of destination within destination list - contextPath: Umbrella.Destinations.createdAt description: When the domain within destination list was created - contextPath: Umbrella.Destinations.comment description: Comment associated with domain within destination list - arguments: - description: Optional orgId, by default uses the one set in the instance configuration name: orgId - description: Destination list ID to get domains from. Use umbrella-get-destination-lists to get the list ID name: destId required: true - description: Domains to search for in a destination list isArray: true name: domains required: true description: Deprecated. Use the `umbrella-destinations-list` instead. name: umbrella-search-destination-domains outputs: - contextPath: Umbrella.Destinations.id description: ID of domain within destination list type: number - contextPath: Umbrella.Destinations.destination description: Domain within destination list type: string - contextPath: Umbrella.Destinations.type description: Type of destination within destination list type: string - contextPath: Umbrella.Destinations.createdAt description: When the domain within destination list was created type: date - contextPath: Umbrella.Destinations.comment description: Comment associated with the domain in the destination list. type: string dockerimage: demisto/python3:3.12.11.4508456 runonce: false script: '' subtype: python3 type: python fromversion: 6.0.0 tests: - No tests (auto formatted)