- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- LegacyIocCuratedDetection
- Try it!
Full name: projects.locations.instances.iocs.searchCuratedDetectionsForIoc
Search curated detections for an Ioc.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{name}:searchCuratedDetectionsForIoc
Path parameters
Parameters | |
---|---|
name |
Required. projects/{project}/locations/{location}/instances/{instance}/iocs/{ioc} |
Query parameters
Parameters | |
---|---|
timestamp |
Optional. Time range in which we want to find detections. |
page |
Optional. The maximum number of detections to return. Max is 10000, anything over max will be coerced to max. |
page |
Optional. A page token, received from a previous |
Request body
The request body must be empty.
Response body
Response message to search for curated detection of an Ioc
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "detections": [ { object ( |
Fields | |
---|---|
detections[] |
List of all detection to be displayed. |
artifact_ |
Metadata about the artifact of interest. |
next_ |
A token that can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the name
resource:
chronicle.iocs.searchCuratedDetectionsForIoc
For more information, see the IAM documentation.
LegacyIocCuratedDetection
Described the detections generated by curated rules.
JSON representation |
---|
{ "priority": enum ( |
Fields | |
---|---|
priority |
The priority of a detection. |
ic_ |
Optional. Mandiant Scoring on severity of maliciousness. |
device_ |
Device action tells whether the detection id blocked or not. |
asset_ |
Hostname of the asset of the detection. |
asset_ |
IP address of the asset of the detection. |
log_ |
Source of the detection log. |
user_ |
User ID. |
detection_ |
Detection ID. A base64-encoded string. |
detection_ |
Detection time of a detection. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: |