-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation around the new sandboxes module and config
- Loading branch information
Showing
3 changed files
with
31 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Sandboxes | ||
========= | ||
|
||
There are a few sandboxes that can be configured and used in various post process steps. | ||
|
||
There are a few generic options for each input. | ||
|
||
- **enabled**: This turns the sandbox on and off. | ||
- **module**: This is used internally by pastehunter. | ||
|
||
Cuckoo | ||
------ | ||
|
||
If the samples match a binary file format you can optionaly send the file for analysis by a Cuckoo Sandbox. | ||
|
||
- **api_host**: IP or hostname for a Cuckoo API endpoint. | ||
- **api_port**: Port number for a Cuckoo API endpoint. | ||
|
||
Viper | ||
----- | ||
|
||
If the samples match a binary file format you can optionaly send the file to a Viper instance for further analysis. | ||
|
||
- **api_host**: IP or hostname for a Viper API endpoint. | ||
- **api_port**: Port number for a Viper API endpoint. |