v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Security

Details of the given batch of threat IDs

Details of the given batch of threat IDs. Supports a maximum of 1000 IDs per request.

post/v1/secops/infra_threats/batch

Request body

idsstring[]

Response

Success

service_account_idstring

ID of the service account to which the threat/vulnerability belongs to.

cloud_provider'AWS' | 'Azure' | 'AzureStack' | 'Azure_CSP' | 'Azure_CSP-Direct' | 'Azure_EA' | 'Azure_MCA' | 'Cloudstack' | 'GCP' | 'MS_VMM' | 'OCI' | 'Openstack' | 'PrivateCloud' | 'Rackspace' | 'VMware' | 'VMware_VCD' | 'vCenter'

Cloud Provider of the service account

tenant_idstring

Tenant ID where the service account belongs to

resource_idstring

ID of the resource where the threat/vulnerability is observed

resource_namestring

Name of the resource where the threat/vulnerability is observed

resource_categorystring

Category of the resource to which the threat/vulnerability belongs to.

resource_typestring

Type of the resource to which the threat/vulnerability belongs to.

resourcestring

Resource to which the threat/vulnerability belongs to.

regionstring

Region the impacted resource is located in.

locationstring

Location the impacted resource is located in.

resource_groupstring

Resource Group of the resource to which the threat/vulnerability belongs to.

severity'Critical' | 'High' | 'Info' | 'Low' | 'Medium' | 'None' | 'Unknown'

Severity of the threat/vulnerability

status'active' | 'closed' | 'inactive' | 'resolved' | 'skipped' | 'suppressed'

Status of the threats/vulnerabilities

sourcestring

Source of the threat/vulnerability

issue_typestring

Issue Type of the threat/vulnerability

provider_issue_idstring

Unique id for threat/vulnerability as provided by the cloud provider

titlestring

Title of the threat/vulnerability

created_atstring date-time

Date and time when the threat/vulnerability was created in corestack

updated_atstring date-time

Date and time when the threat/vulnerability was updated in corestack

descriptionstring

Description of the threat/vulnerability

detected_atstring date-time

Date and time when the threat/vulnerability was detected

recommendationstring

Recommendation for the threat/vulnerability

remediationstring

Recommended remediation for the threat/vulnerability

source_dataobject

Source data of the threat/vulnerability captured from the cloud.

intentstring[]

List of threat intents, representing the potential goals or purposes behind the threat, such as "Persistence", "CredentialAccess", or "DefenseEvasion". These help categorize and understand the threat behavior.

threat_idstring

Unique identifier of the threat.

Example response

[
  {
    "cloud_provider": "AWS",
    "severity": "Critical",
    "status": "active"
  }
]