{"id":14984593,"url":"https://github.com/egida-kassandra/egida","last_synced_at":"2026-04-04T12:57:59.944Z","repository":{"id":55516495,"uuid":"266554841","full_name":"Egida-Kassandra/egida","owner":"Egida-Kassandra","description":"Automatically deploying highly secure infraestructures with early error detection","archived":false,"fork":false,"pushed_at":"2024-03-13T22:48:35.000Z","size":92162,"stargazers_count":10,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T07:38:18.844Z","etag":null,"topics":["ansible","ansible-playbook","ansible-role","automation","cis","cis-benchmark","dsl","egida","harden","hardening","network-security","security"],"latest_commit_sha":null,"homepage":"https://egida-kassandra.github.io/egida/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Egida-Kassandra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-24T14:12:13.000Z","updated_at":"2024-04-12T02:06:21.000Z","dependencies_parsed_at":"2024-06-21T17:43:36.391Z","dependency_job_id":"ff9e8cb3-6adf-4feb-a9ab-cec9c2005fc9","html_url":"https://github.com/Egida-Kassandra/egida","commit_stats":{"total_commits":124,"total_committers":4,"mean_commits":31.0,"dds":"0.12903225806451613","last_synced_commit":"1a64ff02ee1c070d16bf63d9329d59457b36f70a"},"previous_names":["antonioalfa22/egida"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Egida-Kassandra%2Fegida","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Egida-Kassandra%2Fegida/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Egida-Kassandra%2Fegida/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Egida-Kassandra%2Fegida/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Egida-Kassandra","download_url":"https://codeload.github.com/Egida-Kassandra/egida/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248298937,"owners_count":21080436,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-playbook","ansible-role","automation","cis","cis-benchmark","dsl","egida","harden","hardening","network-security","security"],"created_at":"2024-09-24T14:09:18.700Z","updated_at":"2025-11-11T20:01:21.942Z","avatar_url":"https://github.com/Egida-Kassandra.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Egida\n\n\u003c!-- PROJECT SHIELDS --\u003e\n[![GitHub license](https://img.shields.io/badge/license-Apache-blue?style=for-the-badge)](https://github.com/egida-kassandra/egida/blob/master/LICENSE)\n\n\u003c!-- PROJECT LOGO --\u003e\n\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/egida-kassandra/egida\"\u003e\n    \u003cimg src=\"img/logo.svg\" alt=\"Logo\" width=\"180\" height=\"180\"\u003e\n  \u003c/a\u003e\n\n  \u003cp align=\"center\"\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://egida-kassandra.github.io/egida/\"\u003e\u003cstrong\u003eExplore the docs »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003c!-- Overview --\u003e\n---\n## Overview\n\nThe Egida project is a server orchestration system that allows to perform and deploy security configurations \n(custom control lists) over a machine infrastructure. These security configurations can shield and protect those \nservers by implementing the desired security measures depending on the server profile. Controls are sourced from the \n[CIS Benchmarks](https://www.cisecurity.org/cis-benchmarks/), and we also need to obtain system information about each \nof the deployed servers to ensure proper deployment.\n\nTo achieve that, Egida is built using a microservices-based architecture composed of the following three modules:\n\n\n- **egida**: This is the main module, in charge of providing the communication interfaces with the user, as well as the \n         process of the specific domain language called Aspida. Using this module, the user can define \n         the different profiles to work with and the actions to be performed.\n         \n- **egida-roles**: This module contains the definition of the Ansible roles that contains the actions corresponding to \n        the security controls that are defined for each profile that a machine may have assigned. These actions can be \n        either hardening operations (CIS Benchmarks) or setup actions to prepare that machine so it can be \n        used correctly by Egida.\n        \n- **egida-api**: The functionality of this module is to provide information of each machine to be used by Egida. \n        This information can be varied: the services that are currently running, the operating system version or the \n        score obtained with the [Lynis](https://cisofy.com/lynis/) tool… any kind of information that we determine it is \n        interesting to better deploy any security control. \n\n\n![Egida Network](img/esquema.png)\n\n\u003c!-- LICENSE --\u003e\n## License\n\nDistributed under the Apache 2.0 License. See `LICENSE` for more information.\n\n\u003c!-- CONTACT --\u003e\n## Contact\n\nAuthors:\n\n* [Antonio Payá González](https://antoniopg.tk)\n* [Alba Cotarelo Tuñón](https://antoniopg.tk)\n* [Jose Manuel Redondo Lopez](http://orcid.org/0000-0002-0939-0186)\n\nProject Link: [https://github.com/egida-kassandra/egida](https://github.com/egida-kassandra/egida)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegida-kassandra%2Fegida","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fegida-kassandra%2Fegida","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegida-kassandra%2Fegida/lists"}