- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Full name: projects.locations.instances.iocs.findFirstAndLastSeen
FindFirstAndLastSeen for an Ioc.
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{name}:findFirstAndLastSeen
Path parameters
Parameters | |
---|---|
name |
Required. projects/{project}/locations/{location}/instances/{instance}/iocs/{ioc} |
Query parameters
Parameters | |
---|---|
artifactIndicator |
Required. An indicator to identify an artifact. Artifact indicator can be one of domain name, destination ip address, md5 hash, sha1 hash, or sha256 hash. |
Request body
The request body must be empty.
Response body
Response message to find first and last seen of an Ioc
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "first_seen_time": string, "last_seen_time": string } |
Fields | |
---|---|
first_seen_time |
First seen timestamp of an Ioc in the corporation A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
last_seen_time |
Last seen timestamp of an Ioc in the corporation A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.