Proteggiamo il tuo ambiente digitale da qualsiasi attacco informatico. Sfrutta tutte le potenzialità della piattaforma SGBox!

Gallery

Contatti

Via Melchiorre Gioia, 168 - 20125 Milano

info@sgbox.it

+39 02 60830172

2 - Playbooks Intermediate

Playbooks – Retrieve logs (alternative mode)

Use Playbooks to retrieve logs (alternative mode) Sometimes the application insert some junk information that are not useful in the logs. Here a description on how to collect the important information: In our example there are some values like: current_link, next_link and last_log_item_generation that are excluded Last start key: means the array where our values […]

Configuration

Create custom ping script

The custom ping script Sometimes is needed modify the default value of a script. For example the ping. Below is explained how to do that with fixed or variable values. Requirements: the host must be present in the section SCM > Network > Host. Connect at the SGBox web interface on  SM > Configuration > […]

SGBox CLI

Configure SGBox IP

Configuration You can configure the SGBox network configuration using this tool. Connection method: SSH Hypervisor Console Connect via ssh (using a program like Putty) to SGBox specifying the user cli. If you haven’t changed them through the wizard, the default credentials are: user: cli pass: CL1changePW Choose Network management Configure SGBox interfaces This option allows […]

Troubleshooting on SGBox

TCPDump and SGTop

SGBox Troubleshoot There are some tools you can use via CLI  in order to check if there are some problems to receive or visualize data. Connect via ssh (using a program like Putty) to SGBox specifying the user cli. If you haven’t changed them through the wizard, the default credentials are: user: cli pass: CL1changePW […]

3 - Playbooks Advanced

Playbooks – Trigger with LCE

Triggering a Playbook from LCE module Any playbook can be launched as a reaction to a LCE rule, when the rule is triggered. Simply add the Run playbook action to the rule, then select a playbook or choose to create one from scratch. You will be redirect to the playbook configuration page. The playbook must […]

3 - Playbooks Advanced

Playbooks – Trigger Node

Run playbooks trigger to perform other tasks Run a playbook from outside SGBox The trigger must be the start node of the playbook. When it’s called, the PB starts and follows its normal flow. A URL is provided to call the playbook via browser or any HTTP request (e.g: CURL). Test URL has to be […]

3 - Playbooks Advanced

Playbooks – IF condition

Use IF condition on playbook response List of operators that can be used to compare the 2 values of a condition: Equals: returns TRUE if Value 1 = Value 2 Greater than: returns TRUE if Value 1 > Value 2 Greater or equal: returns TRUE if Value 1 >= Value 2 Less than: returns TRUE […]

2 - Playbooks Intermediate

Playbooks – Retrieve Logs

Use Playbooks to retrieve logs Logs nodes allows you to take an input, usually coming from a request to an API to retrieve logs, and process it to extract and store to SGBox a set of log lines. The input always comes from a previous node in the flow. Select a node from the list […]

2 - Playbooks Intermediate

Playbooks – Create a list

Create SGBox List using Playbooks Nodes allows you to extract, from an input, a list of values to be stored into SGBox, when the playbook is associated with a feed. The input always comes from a previous node in the flow. Select a node from the list to show its output. Available nodes, to manage […]

1 - Playbooks Base

Playbooks – Generic API

Generic API request This node can be configured with url, headers and parameters to get the output from any HTTP API. URL – if the complete url is already known, insert it into the Value field and select Fixed as type. Otherwise, the url can be composed of several concatenated url parts, added by Each […]