معرفی شرکت ها


egida-1.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Egida Project Main
ویژگی مقدار
سیستم عامل -
نام فایل egida-1.0.1
نام egida
نسخه کتابخانه 1.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Antonio Paya Gonzalez
ایمیل نویسنده antoniopaya@outlook.com
آدرس صفحه اصلی https://antonioalfa22.github.io/egida/
آدرس اینترنتی https://pypi.org/project/egida/
مجوز MIT
# 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)


نحوه نصب


نصب پکیج whl egida-1.0.1:

    pip install egida-1.0.1.whl


نصب پکیج tar.gz egida-1.0.1:

    pip install egida-1.0.1.tar.gz