{"id":20716347,"url":"https://github.com/mvladislav/sca","last_synced_at":"2026-04-24T14:03:17.752Z","repository":{"id":260358589,"uuid":"881050774","full_name":"MVladislav/SCA","owner":"MVladislav","description":"SCA Script \u0026 SCA yml CIS Ubuntu 24.04 (in work)","archived":false,"fork":false,"pushed_at":"2026-03-05T15:04:52.000Z","size":461,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-05T18:34:51.110Z","etag":null,"topics":["assessment","cis","conf","security","ubuntu","ubuntu24"],"latest_commit_sha":null,"homepage":"","language":"YAML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MVladislav.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-30T20:37:29.000Z","updated_at":"2026-03-05T15:04:56.000Z","dependencies_parsed_at":"2024-10-30T22:25:59.026Z","dependency_job_id":"7dcb1851-476b-48d5-af57-f10e3c6773ae","html_url":"https://github.com/MVladislav/SCA","commit_stats":null,"previous_names":["mvladislav/sca"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MVladislav/SCA","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MVladislav%2FSCA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MVladislav%2FSCA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MVladislav%2FSCA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MVladislav%2FSCA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MVladislav","download_url":"https://codeload.github.com/MVladislav/SCA/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MVladislav%2FSCA/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32226408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["assessment","cis","conf","security","ubuntu","ubuntu24"],"created_at":"2024-11-17T03:05:34.196Z","updated_at":"2026-04-24T14:03:17.727Z","avatar_url":"https://github.com/MVladislav.png","language":"YAML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SCA Tooling\n\n```sh\n  MVladislav\n```\n\n---\n\n- [SCA Tooling](#sca-tooling)\n  - [Test Script to run Wazuh-SCA-YAML files](#test-script-to-run-wazuh-sca-yaml-files)\n  - [Download other SCA-YAML files](#download-other-sca-yaml-files)\n  - [SCA :: in work :: CIS Ubuntu 24.04](#sca--in-work--cis-ubuntu-2404)\n  - [License](#license)\n  - [References](#references)\n\n---\n\n## Test Script to run Wazuh-SCA-YAML files\n\nDependencies install for `wazuh-regex` and `yq`+`jq`:\n\n```sh\n$wget https://packages.wazuh.com/4.x/apt/pool/main/w/wazuh-manager/wazuh-manager_4.9.1-1_amd64.deb\n$mkdir wazuh-manager \u0026\u0026 dpkg-deb -R wazuh-manager_4.9.1-1_amd64.deb wazuh-manager\n$cp ./wazuh-manager/var/ossec/bin/wazuh-regex .\n$mkdir wazuh-lib \u0026\u0026 cp -r ./wazuh-manager/var/ossec/lib/* ./wazuh-lib\n$rm wazuh-manager* -rf\n$chmod u+x wazuh-regex\n\n$apt install yq jq\n```\n\nExamples how to run the script:\n\n```sh\n# Run all sca rules with file './cis_ubuntu24-04.yml'\n$bash ./sca.sh -pdc\n\n# Get help info\n$bash ./sca.sh -h\n\n# Run sca rule by ID from file './cis_ubuntu24-04.yml'\n$bash ./sca.sh -soc -pdc -i \u003cID\u003e\n```\n\n## Download other SCA-YAML files\n\n```sh\n$wget -O ./cis_ubuntu22-04.yml \\\nhttps://raw.githubusercontent.com/wazuh/wazuh/refs/heads/master/ruleset/sca/ubuntu/cis_ubuntu22-04.yml\n```\n\n## SCA :: in work :: CIS Ubuntu 24.04\n\n- [x] Section1 (66) (63) (-3)\n- [x] Section2 (43) (42) (-1)\n- [x] Section3 (18) (17) (-1)\n- [x] Section4 (29) (23) (-6)\n- [x] Section5 (71) (68) (-3)\n- [x] Section6 (62) (53) (-9)\n- [x] Section7 (23) (18) (-5)\n\n---\n\n## License\n\nMIT\n\n## References\n\n- \u003chttps://github.com/MVladislav/ansible-cis-ubuntu-2404\u003e\n- \u003chttps://gist.github.com/MVladislav/b186d7dc6f151301cdd7b3943993d47c\u003e\n- \u003chttps://github.com/wazuh/wazuh/blob/enhancement/23194-create-sca-policy-for-ubuntu-24-04-lts/ruleset/sca/ubuntu/cis_ubuntu24-04.yml\u003e\n- Wazuh Docs\n  - \u003chttps://documentation.wazuh.com/current/user-manual/capabilities/sec-config-assessment/creating-custom-policies.html\u003e\n  - \u003chttps://github.com/wazuh/wazuh/blob/enhancement/23194-create-sca-policy-for-ubuntu-24-04-lts/ruleset/sca/ubuntu/cis_ubuntu24-04.yml\u003e\n- Wazuh Issues\n  - \u003chttps://github.com/wazuh/wazuh/issues/7623\u003e\n  - \u003chttps://github.com/wazuh/wazuh/issues/23194\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvladislav%2Fsca","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmvladislav%2Fsca","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvladislav%2Fsca/lists"}