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

Analysis

Multiclass Analysis

Multiclass Analysis The Multiclass Analysis is usefull when you need to show a subset of the collected information. In this tool you can use regex to filter the different information. Following the release of version 6.0.0 please go to the link: https://www.sgbox.eu/en/knowledge-base/the-custom-report-panel-functionalities-and-usage/ Requirements: SGBox Version 4.2.1. Examples: You need show all the user that starts […]

Analysis

Risk Analysis

Risk Analysis The Risk Analysis is different way to show the information collected by the different hosts. Using this view is possible to identify witch hosts, assets, networks, are critical than others based on the events happened on the different hosts. Requirements: SGBox Version 4.2.1. You can define a specific score (from 0 to 10) […]

Rsyslog configuration

Rsyslog TCP TLS Support

Rsyslog TCP with TLS support It’s possible configure SGBox to support TCP with TLS protocol to receive syslog messages. Requirements: SGBox version 5.4.1 Custom certificate must uploaded: Custom Certificate Be careful!! Making errors in the configuration can cause that service will not start correctly In this section will be described the steps: Connect to SGBox […]

Cloud Applications

Sophos Central configuration

Sophos Central Configuration SGBox can integrates with Sophos Central. You will need to create an API Token in Sophos Central Admin in order to allow SGBox to access to the different data using the Sophos Central APIs. Once the API Token is created, simply provide the credentials in SGBox application and schedule the app. The […]

Rsyslog configuration

Rsyslog TCP support

Rsyslog TCP support It’s possible configure SGBox to support both UDP and TCP protocol to receive syslog messages. Be careful!! Making errors in the configuration can cause that service will not start correctly In this section will be described the steps: Connect to SGBox using terminal (like putty). Go to Appliance Management > Syslog > […]

Linux

Rsyslog strict connection

Install the rsyslog-gnutls packge. In Ubuntu/Debian: apt install rsyslog-gnutls Add the following lines in the rsyslog file. In Ubuntu/Debian: /etc/rsyslog.d/50-default.conf or /etc/rsyslog.conf $DefaultNetStreamDriverCAFile /root/certs/chain_bundle.crt $DefaultNetStreamDriver gtls $ActionSendStreamDriverMode 1 # run driver in TLS-only mode $ActionSendStreamDriverAuthMode anon *.* @@sgbox192.sgbox.it:6514 Restart the rsyslog service: service rsyslog restart

Actions

Upload SGBox custom certificate

SGBox custom certificate Starting from version 5.3.0 it’s possible to substitute the self-signed and upload a custom certificate. Requirements: SGBox version 5.3.0 From the web interface go to: SCM > Action > Upload custom certificate Select the Certificate, private key and the chain certificate if present. You can also specify the name of your web […]

1 - Playbooks Base

Playbooks – Base settings

PLAYBOOKS A playbook is used to perform a series of actions among the available ones, preserving the state and processing the result on each subsequent action. Starting from version 5.4.1, playbooks can be used in combination with list feeds and to retrieve logs from any external API. To associate a playbook with a list feed, […]

Network Appliance

Syslog configuration on Cisco devices

Syslog configuration on Cisco devices This article explain how to configure Cisco devices to send log to SGBox using syslog protocol. All the following command has been taken from this website: https://www.ciscopress.com/articles/article.asp?p=426638&seqNum=3 Log in to your device using a terminal link program (eg. Putty) and run the following command: Cisco Switches Console> (enable) set logging […]