(required) The unique identifier (OCID) of the threat indicator.
compartment_id
(required) The OCID of the tenancy (root compartment) that is used to filter results.
opc_request_id
(optional) The client request ID for tracing.
region
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).
endpoint
(optional) The endpoint of the service to call using this function. e.g https://api-threatintel.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.
credential_name
(optional) The name of the credential for authenticating with the corresponding cloud native API.
LIST_INDICATOR_COUNTS Function 🔗
Get the current count of each threat indicator type. Indicator counts can be sorted in ascending or descending order.
(required) The OCID of the tenancy (root compartment) that is used to filter results.
opc_request_id
(optional) The client request ID for tracing.
sort_order
(optional) The sort order to use, either 'ASC' or 'DESC'.
Allowed values are: 'ASC', 'DESC'
region
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).
endpoint
(optional) The endpoint of the service to call using this function. e.g https://api-threatintel.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.
credential_name
(optional) The name of the credential for authenticating with the corresponding cloud native API.
LIST_INDICATORS Function 🔗
Get a list of threat indicator summaries based on the search criteria.
Syntax
FUNCTION list_indicators (
compartment_id varchar2,
threat_type_name dbms_cloud_oci_threat_intelligence_varchar2_tbl DEFAULT NULL,
l_type varchar2 DEFAULT NULL,
value varchar2 DEFAULT NULL,
confidence_greater_than_or_equal_to number DEFAULT NULL,
time_updated_greater_than_or_equal_to timestamp with time zone DEFAULT NULL,
time_updated_less_than timestamp with time zone DEFAULT NULL,
time_last_seen_greater_than_or_equal_to timestamp with time zone DEFAULT NULL,
time_last_seen_less_than timestamp with time zone DEFAULT NULL,
time_created_greater_than_or_equal_to timestamp with time zone DEFAULT NULL,
time_created_less_than timestamp with time zone DEFAULT NULL,
limit number DEFAULT NULL,
page varchar2 DEFAULT NULL,
sort_order varchar2 DEFAULT NULL,
sort_by varchar2 DEFAULT NULL,
opc_request_id varchar2 DEFAULT NULL,
region varchar2 DEFAULT NULL,
endpoint varchar2 DEFAULT NULL,
credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_ti_threatintel_list_indicators_response_t;
Parameters
Parameter
Description
compartment_id
(required) The OCID of the tenancy (root compartment) that is used to filter results.
threat_type_name
(optional) The threat type of entites to be returned. To filter for multiple threat types, repeat this parameter.
l_type
(optional) The indicator type of entities to be returned.
(optional) The indicator value of entities to be returned.
confidence_greater_than_or_equal_to
(optional) The minimum confidence score of entities to be returned.
time_updated_greater_than_or_equal_to
(optional) The oldest update time of entities to be returned.
time_updated_less_than
(optional) Return indicators updated before the provided time.
time_last_seen_greater_than_or_equal_to
(optional) The oldest last seen time of entities to be returned.
time_last_seen_less_than
(optional) Return indicators last seen before the provided time.
time_created_greater_than_or_equal_to
(optional) The oldest created/first seen time of entities to be returned.
time_created_less_than
(optional) Return indicators created/first seen before the provided time.
limit
(optional) The maximum number of items to return.
page
(optional) A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
sort_order
(optional) The sort order to use, either 'ASC' or 'DESC'.
Allowed values are: 'ASC', 'DESC'
sort_by
(optional) The field to sort by. Only one field to sort by may be provided.
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).
endpoint
(optional) The endpoint of the service to call using this function. e.g https://api-threatintel.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.
credential_name
(optional) The name of the credential for authenticating with the corresponding cloud native API.
LIST_THREAT_TYPES Function 🔗
Gets a list of threat types that are available to use as parameters when querying indicators. The list is sorted by threat type name according to the sort order query param.
(required) The OCID of the tenancy (root compartment) that is used to filter results.
limit
(optional) The maximum number of items to return.
page
(optional) A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
sort_order
(optional) The sort order to use, either 'ASC' or 'DESC'.
Allowed values are: 'ASC', 'DESC'
opc_request_id
(optional) The client request ID for tracing.
region
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).
endpoint
(optional) The endpoint of the service to call using this function. e.g https://api-threatintel.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.
credential_name
(optional) The name of the credential for authenticating with the corresponding cloud native API.
SUMMARIZE_INDICATORS Function 🔗
Get indicator summaries based on advanced search criteria.
(required) The OCID of the tenancy (root compartment) that is used to filter results.
summarize_indicators_details
(required) Query Parameters to search for indicators.
opc_request_id
(optional) The client request ID for tracing.
limit
(optional) The maximum number of items to return.
page
(optional) A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
region
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).
endpoint
(optional) The endpoint of the service to call using this function. e.g https://api-threatintel.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.
credential_name
(optional) The name of the credential for authenticating with the corresponding cloud native API.