Get Compute Related Ids Signatures
Returns a list of unique IDS signatures that were triggered on the specified VM within the given time window. Each entry identifies a unique signature with its metadata.
Notes:
start_timeis required. Eithersite_idorsite_idsmust also be provided.compute-idis the VM external ID. Obtain valid IDs fromPOST /visualization/topology/compute-flow-topology.filtersaccepts up to 300 filter entries.- To see which VMs were affected by a specific signature, use
POST /visualization/threat-analysis/workloads-affected. - To see the full event timeline for a specific signature, use
POST /visualization/threat-analysis/{signature-id}/events-history.
External ID of the target VM.
Wrapper request for IdsIdRelatedSignatures with restricted filter keys
{
"start_time": 1782167958452,
"page_size": 10000,
"offset": 0,
"site_id": "17f7c7e5-7f8c-490a-97e9-b9c9193c45e1"
}
success
{
"time_interval": {
"start_time": 1782167958452,
"end_time": 1782169785602
},
"signature_list": [
{
"is_active": true,
"severity": "MEDIUM",
"details": "NSX - (Initial Access) Detect CVE-2014-3704 scan attempts",
"signature_id": "1100199",
"total_detected": 102,
"total_prevented": 0,
"impact_score": 38,
"risk_score": 75,
"confidence_score": 50,
"time": 1782169640000
},
{
"is_active": true,
"severity": "MEDIUM",
"details": "NSX - (Initial Access) Detect CVE-2014-3704 exploitation attempts",
"signature_id": "1108917",
"total_detected": 102,
"total_prevented": 0,
"impact_score": 45,
"risk_score": 75,
"confidence_score": 60,
"time": 1782169640000
},
{
"is_active": true,
"severity": "SUSPICIOUS",
"details": "ET WEB_SPECIFIC_APPS Joomla 3.7.0 - Sql Injection (CVE-2017-8917)",
"signature_id": "2024342",
"total_detected": 64,
"total_prevented": 0,
"impact_score": 24,
"risk_score": 70,
"confidence_score": 70,
"time": 1782169640000
},
{
"is_active": true,
"severity": "MEDIUM",
"details": "SLR Alert - Joomla com_fields SQL Injection",
"signature_id": "4100956",
"total_detected": 64,
"total_prevented": 0,
"impact_score": 45,
"risk_score": 75,
"confidence_score": 60,
"time": 1782169640000
},
{
"is_active": true,
"severity": "LOW",
"details": "SLR Alert - Drupal 7 Preauth SQL Injection (CVE-2014-3704)",
"signature_id": "4101035",
"total_detected": 102,
"total_prevented": 0,
"impact_score": 25,
"risk_score": 75,
"confidence_score": 10,
"time": 1782169640000
},
{
"is_active": true,
"severity": "MEDIUM",
"details": "SLR Alert - PHP Command Line Options in Query String, Possible Remote Code Execution Vulnerability (CVE-2024-4577, CVE-2012-1823)",
"signature_id": "4104057",
"total_detected": 96,
"total_prevented": 0,
"impact_score": 45,
"risk_score": 75,
"confidence_score": 60,
"time": 1782169637000
},
{
"is_active": true,
"severity": "HIGH",
"details": "ET WEB_SERVER Possible IIS Integer Overflow DoS (CVE-2015-1635)",
"signature_id": "2020912",
"total_detected": 5,
"total_prevented": 0,
"impact_score": 52,
"risk_score": 75,
"confidence_score": 70,
"time": 1782168851000
},
{
"is_active": true,
"severity": "HIGH",
"details": "SLR Alert - Microsoft Windows HTTP.SYS Remote Code Execution Attempt (CVE-2015-1635)",
"signature_id": "4100423",
"total_detected": 5,
"total_prevented": 0,
"impact_score": 52,
"risk_score": 75,
"confidence_score": 70,
"time": 1782168851000
}
]
}
Represents a continuous span of time defined by a required start and end timestamp.
List of signature info which is detected in compute.
Bad Request
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Unauthorized
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Forbidden
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Failed
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Required
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Too Many Requests
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Error
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/intelligence/visualization/threat-analysis/{compute-id}/related-signatures