v1
latestOpenAPI 3.0.02026-07-17166300328.1 KB[restSearch] Get a filtered and paginated list of events
This is the recommended endpoint for searching events.
Request body
Maximum number of results to be returned. Can't be greater than the one set for your role. 0 means maximum.
Search events by matching any tag names, event descriptions, attribute values or attribute comments
You can use any of the valid time related filters (examples: 7d, timestamps, [14d, 7d] for ranges, etc.)
You can use any of the valid time related filters (examples: 7d, timestamps, [14d, 7d] for ranges, etc.)
Extends the response with the base64 representation of the attachment, if there is one
Sharing group ID(s), either as single string or list of IDs
Will only return the metadata of the given query scope, contained data is omitted.
Should the warning list be enforced. Adds blocked field for matching attributes
Will only return the sharing group ID
List of properties that will be selected in the CSV export
Adds events context fields in the CSV export
Removes header in the CSV export
Whether to include soft-deleted attributes. Default value 0. If set to 1, only deleted attributes will be returned. If set to [0,1], both deleted and non-deleted attributes will be returned.
Exclude local tags from the export
You can use any of the valid time related filters (examples: 7d, timestamps, [14d, 7d] for ranges, etc.)
Extend response with Sightings DB results if the module is enabled
Filter by the attribute object relation value
Represents the threat level.
- 1 - High
- 2 - Medium
- 3 - Low
- 4 - Undefined
Whether to include events that are extending another one. If set to 1, only events extending another will be returned. If set to 0, only events that are not extending another will be returned. Omit or [0,1] to disregard extension state.
Whether to include events that are extended by another one. If set to 1, only events extended by another will be returned. If set to 0, only events that are not extended by another will be returned. Omit or [0,1] to disregard extension state.
Format of the response payload
Example request
{
"value": "127.0.0.1",
"org": "12345",
"tags": [
"tlp:amber"
],
"event_tags": [
"tlp:amber"
],
"searchall": "malware",
"eventid": "12345",
"sharinggroup": [
"1"
],
"uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
"publish_timestamp": "1617875568",
"timestamp": "1617875568",
"requested_attributes": [
"id"
],
"attackGalaxy": "mitre-attack",
"tag": "tlp:white",
"object_relation": "filepath"
}Response
Rest search events response