IBM X-Force Exchange
ibm_x_force_exchangeIBM X-Force Exchange is a threat intelligence sharing platform for researching security threats, aggregating intelligence, and collaborating on cybersecurity insights
Acciones disponibles (7)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get Latest Public CollectionsIBM_X_FORCE_EXCHANGE_GET_CASEFILES_PUBLICAcciónTool to retrieve latest public Collections from IBM X-Force Exchange. Use when you need to access publicly available collections without pagination. For fetching all public collections, consider using the paginated endpoint instead.
IBM_X_FORCE_EXCHANGE_GET_CASEFILES_PUBLICAcciónTool to retrieve latest public Collections from IBM X-Force Exchange. Use when you need to access publicly available collections without pagination. For fetching all public collections, consider using the paginated endpoint instead.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Public Collections PaginatedIBM_X_FORCE_EXCHANGE_GET_CASEFILES_PUBLIC_PAGINATEDAcciónTool to retrieve all public Collections using pagination from IBM X-Force Exchange. Use when you need to access publicly available collections with pagination support. Returns a list of publicly accessible case files with pagination metadata.
IBM_X_FORCE_EXCHANGE_GET_CASEFILES_PUBLIC_PAGINATEDAcciónTool to retrieve all public Collections using pagination from IBM X-Force Exchange. Use when you need to access publicly available collections with pagination support. Returns a list of publicly accessible case files with pagination metadata.
Parámetros de entrada
skipintegerNumber of records to skip for pagination. Must be non-negative. Defaults to 0.
limitintegerMaximum number of records to return per page. Must be between 1 and 1000. Defaults to 100.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get IPR Category ListIBM_X_FORCE_EXCHANGE_GET_IPR_CATEGORIESAcciónTool to retrieve the complete list of IP reputation categories from IBM X-Force Exchange. Use when you need to understand available IPR classification categories used by XFE.
IBM_X_FORCE_EXCHANGE_GET_IPR_CATEGORIESAcciónTool to retrieve the complete list of IP reputation categories from IBM X-Force Exchange. Use when you need to understand available IPR classification categories used by XFE.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get URL Category ListIBM_X_FORCE_EXCHANGE_GET_URL_CATEGORIESAcciónTool to retrieve the complete list of URL categories from IBM X-Force Exchange. Use when you need to understand available URL classification categories used by XFE.
IBM_X_FORCE_EXCHANGE_GET_URL_CATEGORIESAcciónTool to retrieve the complete list of URL categories from IBM X-Force Exchange. Use when you need to understand available URL classification categories used by XFE.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get User Profile InformationIBM_X_FORCE_EXCHANGE_GET_USERPROFILEAcciónTool to retrieve authenticated user's profile information from IBM X-Force Exchange. Use when you need to access user account details, membership statistics, or integration configurations.
IBM_X_FORCE_EXCHANGE_GET_USERPROFILEAcciónTool to retrieve authenticated user's profile information from IBM X-Force Exchange. Use when you need to access user account details, membership statistics, or integration configurations.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Current API VersionIBM_X_FORCE_EXCHANGE_GET_VERSIONAcciónTool to retrieve current running API version information from IBM X-Force Exchange. Use when you need to check the API version, build number, or creation date.
IBM_X_FORCE_EXCHANGE_GET_VERSIONAcciónTool to retrieve current running API version information from IBM X-Force Exchange. Use when you need to check the API version, build number, or creation date.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Generate API Key and PasswordIBM_X_FORCE_EXCHANGE_POST_AUTH_API_KEYAcciónTool to generate a new API key and password pair for IBM X-Force Exchange authentication. Use when you need to create new credentials for API access. The generated credentials do not expire and can be used with Basic Authentication.
IBM_X_FORCE_EXCHANGE_POST_AUTH_API_KEYAcciónTool to generate a new API key and password pair for IBM X-Force Exchange authentication. Use when you need to create new credentials for API access. The generated credentials do not expire and can be used with Basic Authentication.
Parámetros de entrada
namestringOptional name for the API key to help identify it. This is a label for organizational purposes.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not