Query Information
query_info
The query info object holds information related to data access within a datastore. To access, manipulate, delete, or retrieve data from a datastore, a query must be written using a specific syntax.
Attributes
Caption | Name | Type | Description |
---|---|---|---|
Total Bytes | bytes | Long | The size of the data returned from the query. |
Data | data | JSON | The data returned from the query execution. |
Name | name | String | The query name for a saved or scheduled query. |
Query String | query_string | String | A string representing the query code being run. For example: |
Query Time | query_time | Timestamp | The time when the query was run. |
Raw Data | raw_data | JSON | Group: |
Record ID | record_id | String | Group: |
Unique ID | uid | String | The unique identifier of the query. |
Unmapped | unmapped | Unmapped[] | Data from the source that was not mapped into the schema. |
Relationships
Inbound Relationships
These objects and events reference Query Information in their attributes:
- File Query
- Kernel Object Query
- Startup Item Query
- Registry Key Query
- Service Query
- User Session Query
- Module Query
- Datastore Activity
- Network Connection Query
- Registry Value Query
- Process Query
- Folder Query
- Admin Group Query
- Peripheral Device Query
- Prefetch Query
- Networks Query
- User Query
- Discovery Result
- Job Query
Outbound Relationships
Query Information references the following objects and events in its attributes:
This page describes ocsf-1.4.0
Updated 10 days ago