OSQueryBasicQuery
OS Query Pack.#
This Script is part of theReturns the results from a basic OSQuery
query on a remote Linux machine.
For more information read this documentation.
#
Script DataName | Description |
---|---|
Script Type | python |
Tags | OSQuery |
#
DependenciesThis script uses the following commands and scripts.
- RemoteExec
#
InputsArgument 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. |
#
OutputsThere 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.