Metadata-Version: 2.1
Name: egida
Version: 1.0.1
Summary: Egida Project Main
Home-page: https://antonioalfa22.github.io/egida/
Author: Antonio Paya Gonzalez
Author-email: antoniopaya@outlook.com
License: MIT
Download-URL: https://github.com/antonioalfa22/egida/releases/tag/1.0.1
Description: # egida
        
        <!-- PROJECT SHIELDS -->
        [![EGIDA VERSION](https://img.shields.io/badge/egida-v1.0.0-blue?style=for-the-badge&logo=ansible&color=ff69b4)](https://github.com/antonioalfa22/egida)
        [![GitHub license](https://img.shields.io/badge/license-Apache-blue?style=for-the-badge)](https://github.com/antonioalfa22/egida/blob/master/LICENSE)
        [![GitHub release](https://img.shields.io/badge/release-v.1.0.0-yellowgreen?style=for-the-badge)](https://github.com/antonioalfa22/egida/releases)
        
        <!-- PROJECT LOGO -->
        
        <br />
        <div align="center">
          <a href="https://github.com/antonioalfa22/egida">
            <img src="img/logo.svg" alt="Logo" width="180" height="180">
          </a>
        
          <p align="center">
            <br />
            <a href="https://antonioalfa22.github.io/egida"><strong>Explore the docs »</strong></a>
            <br />
            <br />
            <a href="https://github.com/antonioalfa22/egida">View Source</a>
            ·
            <a href="https://github.com/antonioalfa22/egida/issues">Report Bug</a>
            ·
            <a href="https://pypi.org/project/egida">PyPI Project</a>
          </p>
        </div>
        
        <!-- TABLE OF CONTENTS -->
        ## Table of Contents
        
        * [Overview](#overview)
        * [Installation](https://antonioalfa22.github.io/egida/#installation)
          * [Prerequisites](https://antonioalfa22.github.io/egida/#prerequisites)
          * [Download and install](https://antonioalfa22.github.io/egida/#download-and-install)
        * [Getting Started](https://antonioalfa22.github.io/egida/#getting-started)
          * [Environment SetUp](https://antonioalfa22.github.io/egida/#environment-setup)
          * [Add Host](https://antonioalfa22.github.io/egida/#add-host)
          * [Variables](https://antonioalfa22.github.io/egida/#variables)
        * [Hardening](https://antonioalfa22.github.io/egida/#hardening)
          * [All CIS Benchmarks](https://antonioalfa22.github.io/egida/#all-cis-benchmarks)
          * [CIS Points](https://antonioalfa22.github.io/egida/#cis-points)
          * [CIS Sections](https://antonioalfa22.github.io/egida/#cis-sections)
          * [CIS Controls](https://antonioalfa22.github.io/egida/#cis-controls)
        * [Getting Info](https://antonioalfa22.github.io/egida/#getting-info)
          * [Lynis Score](https://antonioalfa22.github.io/egida/#lynis-score)
          * [Machine Info](https://antonioalfa22.github.io/egida/#machine-info)
        * [License](#license)
        * [Contact](#contact)
        
        <!-- Overview -->
        ---
        ## Overview
        
        The Egida project is a server orchestration system that allows to perform and deploy security configurations 
        (custom control lists) over a machine infrastructure. These security configurations can shield and protect those 
        servers by implementing the desired security measures depending on the server profile. Controls are sourced from the 
        [CIS Benchmarks](https://www.cisecurity.org/cis-benchmarks/), and we also need to obtain system information about each 
        of the deployed servers to ensure proper deployment.
        
        To achieve that, Egida is built using a microservices-based architecture composed of the following three modules:
        
        
        - **egida**: This is the main module, in charge of providing the communication interfaces with the user, as well as the 
                 process of the specific domain language called Aspida. Using this module, the user can define 
                 the different profiles to work with and the actions to be performed.
                 
        - **egida-roles**: This module contains the definition of the Ansible roles that contains the actions corresponding to 
                the security controls that are defined for each profile that a machine may have assigned. These actions can be 
                either hardening operations (CIS Benchmarks) or setup actions to prepare that machine so it can be 
                used correctly by Egida.
                
        - **egida-api**: The functionality of this module is to provide information of each machine to be used by Egida. 
                This information can be varied: the services that are currently running, the operating system version or the 
                score obtained with the [Lynis](https://cisofy.com/lynis/) tool… any kind of information that we determine it is 
                interesting to better deploy any security control. 
        
        
        ![Egida Network](img/esquema.png)
        
        <!-- LICENSE -->
        ## License
        
        Distributed under the Apache 2.0 License. See `LICENSE` for more information.
        
        <!-- CONTACT -->
        ## Contact
        
        Authors:
        
        * [Antonio Payá González](https://antoniopg.tk)
        * [Alba Cotarelo Tuñón](https://antoniopg.tk)
        * [Jose Manuel Redondo Lopez](http://orcid.org/0000-0002-0939-0186)
        
        Project Link: [https://github.com/antonioalfa22/egida](https://github.com/antonioalfa22/egida)
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
