OSQueryBasicQuery
This Script is part of the OS Query Pack.#
Returns the results from a basic OSQuery query on a remote Linux machine.
For more information read this documentation.
Script Data#
| Name | Description |
|---|---|
| Script Type | python |
| Tags | OSQuery |
Dependencies#
This script uses the following commands and scripts.
- RemoteExec
Inputs#
| Argument Name | Description |
|---|---|
| system | The system to remote execute on. This can be a list of systems. |
| query | The osquery query to execute on the remote system. |
Outputs#
There are no outputs for this script.
Examples#
Returns logged in users details from a remote system using OSQuery.
Returns open sockets details from a remote system using OSQuery.
Returns processes details from a remote system using OSQuery.
Returns Users Table from a remote system using OSQuery.