web analytics

Installing Wazuh agents on Ubuntu

1.Install Curl: (if it’s not already installed) # sudo apt-get install curl 2. Install the GPG-key: # sudo curl -s https://packages.wazuh.com/key/GPG-KEY-WAZUH | sudo apt-key add – 3. Add the repository: # sudo echo “deb https://packages.wazuh.com/4.x/apt/ stable main” | sudo tee -a /etc/apt/sources.list.d/wazuh.list 4. Update the package information: # apt-get update 5. Install the Wazuh agent: … Read more

Check Point R81 – ClusterXL

ClusterXL is a Check Point software-based cluster solution for Security Gateway redundancy and LoadSharing. A High Availability Security Cluster ensures Security Gateway and VPN connection redundancy by providing transparent failover to a backup Security Gateway in the event of failure. High Availability mode supports both IP v4 and IP v6. A Load Sharing Security Cluster … Read more

Nmap

Nmap port states Open Indicates that an application on the target system is actively accepting connections (TCP/UDP/SCTP) on that port. Closed Indicates there isn’t any application listening on that port. Filtered Nmap cannot to determine the port status as the nmap probes are not able to reach the port. Such filtering could be from a … Read more