Database Replication Set Up MariaDB Master-Slave Replication on Linux[Ubuntu 20.04] In this tutorial, I’ll show you how to set up MariaDB Master-Slave Replication on Linux (Ubuntu 20.04). A sizable community […]
How to
Setting up an AWS VPC
Setting up an AWS VPC What is a VPC Amazon Virtual Private Cloud (Amazon VPC) is a service that lets you launch AWS resources in a logically isolated virtual network […]
Digging into the PwnKit vulnerability.
What if I told you, there has been a rather unnoticed vulnerability within most, if not all, Linux operating systems for over 10 years!? Well, this wouldn’t be a record-breaking […]
Data Exfiltration on cloud
Data exfiltration is defined as when an unauthorized person extracts data from the secured systems where it belongs and moves it to insecure or unauthorized systems. Data exfiltration on the […]
Installation of Wazuh agent, sysmon and shipping of logs to the Wazuh Manager on a Windows server (Jira)
What is wazuh agent? The Wazuh agent is multi-platform and runs on the hosts that the user wants to monitor. It communicates with the Wazuh manager, sending data in real […]
MALWARE DETECTION
In the previous articles, we looked at Introduction to Malware analysis, types of malware analysis techniques and how to perform static analysis. Today, I would like us to have a […]
Introduction to Package Management in Linux
Often Linux users need to install additional software (applications) to use in their day-to-day Linux activities. Linux bundles these applications and files needed to run them as packages. Various Linux […]