9 matches found
How-To-Secure-A-Linux-Server
How To Secure A Linux Server An evolving how-to guide for securing a Linux server that, hopefully, also teaches you a little about security and why it matters. Table of Contents Introduction Guide Objective Why Secure Your Server Why Yet Another Guide Other Guides To Do / To Add Guide Overview...
ansible-collection-hardening
Ansible Collection - devsec.hardening...
ssh-baseline
DevSec SSH Baseline This Compliance Profile ensures, that all hardening projects keep the same quality. https://github.com/dev-sec/puppet-ssh-hardening https://github.com/dev-sec/chef-ssh-hardening https://github.com/dev-sec/ansible-ssh-hardening Standalone Usage This Compliance Profile requires...
puppet-ssh-hardening
Endurecimiento SSH con Puppet Descripción Este módulo de Puppet proporciona configuraciones seguras de ssh-client y ssh-server. Requisitos Puppet Módulos de Puppet: saz/ssh = 2.3.6, puppetlabs/stdlib = 4.2.0 Parámetros ipv6enabled = false - si se necesita IPv6...
chef-ssh-hardening
ssh-hardening Chef cookbook Description This cookbook provides secure ssh-client and ssh-server configurations. This cookbook does not provide capabilities for management of users and/or ssh keys, please use other cookbooks for that. Requirements Chef = 14.13.11 Platform Debian 8, 9, 10 Ubuntu...
ansible-ssh-hardening
ssh-hardening Ansible Role Attention: This role has been migrated to our hardening-collection: https://github.com/dev-sec/ansible-os-hardening/ https://galaxy.ansible.com/devsec/hardening Please open any issues and pull requests there! Requirements Ansible 2.5 Role Variables networkipv6enable...
ssh-hardening
SSH Hardening Lock down SSH on Debian/Ubuntu in one run: new port, no root login, key-based auth, optional UFW and Fail2Ban. What you’ll see When you run the script, it detects your OS and shows the settings before asking to continue: Quick start step-by-step 1️⃣ Install git if needed On...
BlackBasta is the latest ransomware to target ESXi virtual machines on Linux
BlackBasta, an alleged subdivision of the ransomware group Conti, just began supporting the encryption of VMwares ESXi virtual machines VM installed on enterprise Linux servers. Because more and more organizations have begun using VMs for cost-effectiveness and easier management of devices, this...
System Hardening Guide
The purpose of system hardening is to eliminate as many security risks as possible. Hardening is the process of securing a system by reducing its attack surface. A system has a larger vulnerability surface the more functions it fulfills; in principle a single-function system is more secure than a...