forked from Velocidex/velociraptor-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update VQL references (Velocidex#535)
- Loading branch information
Showing
27 changed files
with
477 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: get_flow | ||
index: true | ||
noTitle: true | ||
no_edit: true | ||
--- | ||
|
||
|
||
|
||
<div class="vql_item"></div> | ||
|
||
|
||
## get_flow | ||
<span class='vql_type pull-right page-header'>Function</span> | ||
|
||
|
||
|
||
<div class="vqlargs"></div> | ||
|
||
Arg | Description | Type | ||
----|-------------|----- | ||
client_id||string (required) | ||
flow_id||string | ||
|
||
### Description | ||
|
||
Gets flow details. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
title: mail | ||
index: true | ||
noTitle: true | ||
no_edit: true | ||
--- | ||
|
||
|
||
|
||
<div class="vql_item"></div> | ||
|
||
|
||
<span class='vql_type pull-right page-header'>Function</span> | ||
|
||
|
||
|
||
<div class="vqlargs"></div> | ||
|
||
Arg | Description | Type | ||
----|-------------|----- | ||
to|Recipient of the mail|list of string (required) | ||
from|The from email address.|string | ||
cc|A cc for the mail|list of string | ||
subject|The subject.|string | ||
body|The body of the mail.|string (required) | ||
period|How long to wait before sending the next mail - help to throttle mails.|int64 | ||
server_port|The SMTP server port to use (default 587).|uint64 | ||
server|The SMTP server to use (if not specified we try the config file).|string | ||
auth_username|The SMTP username we authenticate to the server.|string | ||
auth_password|The SMTP username password we use to authenticate to the server.|string | ||
skip_verify|Skip SSL verification(default: False).|bool | ||
root_ca|As a better alternative to disable_ssl_security, allows root ca certs to be added here.|string | ||
|
||
### Description | ||
|
||
Send Email to a remote server. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: mock_clear | ||
index: true | ||
noTitle: true | ||
no_edit: true | ||
--- | ||
|
||
|
||
|
||
<div class="vql_item"></div> | ||
|
||
|
||
## mock_clear | ||
<span class='vql_type pull-right page-header'>Function</span> | ||
|
||
|
||
### Description | ||
|
||
Resets all mocks. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: mock_replay | ||
index: true | ||
noTitle: true | ||
no_edit: true | ||
--- | ||
|
||
|
||
|
||
<div class="vql_item"></div> | ||
|
||
|
||
## mock_replay | ||
<span class='vql_type pull-right page-header'>Function</span> | ||
|
||
|
||
|
||
<div class="vqlargs"></div> | ||
|
||
Arg | Description | Type | ||
----|-------------|----- | ||
plugin|The plugin to mock|string | ||
function|The function to mock|string | ||
expected_calls|How many times plugin should be called|int | ||
clear|This call will clear previous mocks for this plugin|bool | ||
|
||
### Description | ||
|
||
Replay recorded calls on a mock. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: repack | ||
index: true | ||
noTitle: true | ||
no_edit: true | ||
--- | ||
|
||
|
||
|
||
<div class="vql_item"></div> | ||
|
||
|
||
## repack | ||
<span class='vql_type pull-right page-header'>Function</span> | ||
|
||
|
||
|
||
<div class="vqlargs"></div> | ||
|
||
Arg | Description | Type | ||
----|-------------|----- | ||
target|The name of the target OS to repack (VelociraptorWindows, VelociraptorLinux, VelociraptorDarwin)|string | ||
exe|Alternative a path to the executable to repack|OSPath | ||
accessor|The accessor to use to read the file.|string | ||
binaries|List of tool names that will be repacked into the target|list of string | ||
config|The config to be repacked in the form of a json or yaml string|string (required) | ||
upload_name|The name of the upload to create|string (required) | ||
|
||
### Description | ||
|
||
Repack and upload a repacked binary or MSI to the server. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: trace | ||
index: true | ||
noTitle: true | ||
no_edit: true | ||
--- | ||
|
||
|
||
|
||
<div class="vql_item"></div> | ||
|
||
|
||
## trace | ||
<span class='vql_type pull-right page-header'>Function</span> | ||
|
||
|
||
### Description | ||
|
||
Upload a trace file. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.