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

1 - Playbooks Base

Playbooks – Basic Authentication

Basic Authentication Some application requires basic authentication to retrieve information. curl –user “username:password” https://app.website.com/api… Username and password should be pass in SGBox Playbook in the following way: Encode your username/password in base64. In our case will be: dXNlcm5hbWU6cGFzc3dvcmQ= Create a new Authorization header with value: Basic dXNlcm5hbWU6cGFzc3dvcmQ=

Linux

rSyslog read custom files

In /etc/ryslog.d/ add a file with priority like 60-myfileconfig.conf , this will be read after the main 50-default.conf file. In this example, to read a Desktop log file: $ModLoad imfile #Load the imfile input module $InputFilePollInterval 2 $InputFileName /home/user/Desktop/events.log $InputFileTag file-access: $InputFileStateFile stat-file-access $InputFileSeverity Info $InputRunFileMonitor $template file_log, ” %msg% ” if $programname == ‘file-access’ […]

Manual – Introduction

Introduction SGBox is a modular SIEM platform for ICT security control and management. Its distributed architecture allows you to adapt its use to different business needs. With SGBox you can generate aggregate views with the information collected from the various modules. The data coming from the collection of system and application logs, once analyzed, feeds […]

Linux

Syslog configuration on Solaris

Syslog configuration on Solaris On linux environment is not necessary to install a specific agent to send log to SGBox. The syslog protocol will be used. If not already present, install rsyslog daemon. Edit “syslog.conf” file vi /etc/syslog.conf Add the following row in order to send only authentication logs. Is possible use the IP or […]

Analysis

Logs Queries

Configure query on SGBox logs This article explain how to configure the Log Queries functionality, that allows you to obtain any data on SGBox logs. This queries can use to send alerts, create events or run a Playbook. Requirements: SGBox version 5.5.4 From SGBox menu, go to LM> Analysis > Events Queries and select New […]

Network

Network Panel – Functionalities and usage

Network Panel The network page allows to show all hosts present in the internal database of SGBox. Document Index Main Page The Functions box (1) allows different actions: In the (3) box: In the search field box (3) you can filter the results of the table. The system searches for each field of the table based on the characters in the input field. Clicking […]

Rules

Default Correlation Rules Explained

Company ABOUT US WHY CHOOSE SGBox PARTNER PROGRAM TECHNOLOGY PARTNERS Products SIEM LOG MANAGEMENT EVENT CORRELATION & RESPONSE SYSTEM ACTIVE DIRECTORY AUDITOR USER BEHAVIOR ANALYTICS (UBA) THREAT INTELLIGENCE FEED NETWORK VULNERABILITY SCANNER ADVANCED EVENT SEARCH INCIDENT MANAGEMENT SOAR CLOUD SIEM FILE INTEGRITY Resources The Platform Blog Projects Knowledge Base FAQs Industries MANUFACTURING SECTOR PUBLIC ADMINISTRATION […]

IM - Incident Management

IM – Incident Management

Introduction An incident management tool is a crucial software solution that assists organizations in managing unexpected events or emergencies that occur within the IT environment. It is designed to streamline the incident management process and align with industry best practices, such as those outlined in the ITIL framework. One of the key features of an […]

Applications

Configure Oracle App

Download and Configure Microsoft SQL App This articles explain how to configure Oracle App in order to retrieve logs from a specified database table. Requirements: SGBox version 4.2.5 Go to the application lists from SGBox go to SCM > Applications Select Vendors Integrations and download the application Log from Oracle. Click on INSTALL. Once Installed […]