{"id":13757430,"url":"https://github.com/tenable/KaiMonkey","last_synced_at":"2025-05-10T05:32:06.186Z","repository":{"id":37978230,"uuid":"304345239","full_name":"tenable/KaiMonkey","owner":"tenable","description":"KaiMonkey provides vulnerable infrastructure as code (IaC) to help explore and understand common cloud security threats exposed via IaC.","archived":false,"fork":false,"pushed_at":"2023-12-18T10:47:05.000Z","size":186,"stargazers_count":99,"open_issues_count":7,"forks_count":231,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-06T04:16:06.480Z","etag":null,"topics":["aws","security","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","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/tenable.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-10-15T14:04:30.000Z","updated_at":"2025-04-04T21:49:18.000Z","dependencies_parsed_at":"2023-12-18T11:41:22.881Z","dependency_job_id":null,"html_url":"https://github.com/tenable/KaiMonkey","commit_stats":null,"previous_names":["accurics/kaimonkey"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tenable%2FKaiMonkey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tenable%2FKaiMonkey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tenable%2FKaiMonkey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tenable%2FKaiMonkey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tenable","download_url":"https://codeload.github.com/tenable/KaiMonkey/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253371076,"owners_count":21897998,"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":["aws","security","terraform"],"created_at":"2024-08-03T12:00:37.817Z","updated_at":"2025-05-10T05:32:05.868Z","avatar_url":"https://github.com/tenable.png","language":"HCL","funding_links":[],"categories":["Other Awesome Lists"],"sub_categories":["Terraform"],"readme":"# KaiMonkey - Vulnerable Terraform Infrastructure\n\n[![License: Apache 2.0](https://img.shields.io/badge/license-Apache%202-blue)](https://github.com/tenable/KaiMonkey/blob/master/LICENSE)\n[![GitHub release](https://img.shields.io/github/release/tenable/KaiMonkey)](https://github.com/tenable/kaimonkey)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/tenable/KaiMonkey/pulls)\n\nKaiMonkey provides vulnerable infrastructure as code (IaC) to help explore and understand common cloud security threats exposed via IaC.\n\n## Introduction\n\nKaiMonkey is an effort to provide a playground of vulnerable infrastructure as code to help analyze \u0026 strategize the approach to be taken to secure from code to cloud.\n\nThe project can help you get familiar with IaC security issues and verify that your [IaC scanner](https://github.com/tenable/terrascan) is working.  The project is maintained and enhanced over time to increase the types of problems represented and to add support for additional IaC and Cloud providers. Contributions are welcome.\n\nTo learn more about the security risks in KaiMonkey, you can leverage [Terrascan](https://github.com/tenable/terrascan), our open-source tool to detect compliance and security violations before provisioning the infrastructure. You can also use the [Tenable.cs](https://www.tenable.com/products/tenable-cs/evaluate) platform for an experience that extends beyond the command line with a SaaS console and pre-built integrations into your source code repositories, ticketing systems, CI/CD pipelines, etc.\n\n## Where to get help\n\n* To learn more about Terrascan's features and capabilities, see the documentation portal: https://runterrascan.io\n\n\u003cp align=\"center\"\u003e\n    Join our community\n\u003cbr/\u003e\n\u003ca href=\"https://discord.gg/ScUPMzyG3n\"\u003e\n    \u003cimg src=\"http://fig.io/icons/discord-logo-square.png\" width=\"80px\" height=\"80px\" /\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n## KaiMonkey Pre-requisites\n\n* Terraform 0.12\n* aws cli\n* azure cli\n* Optional - Terrascan open source tool to scan KaiMonkey\n\n## Getting Started with KaiMonkey\n\n1. `git clone https://github.com/tenable/KaiMonkey.git`\n2. `cd KaiMonkey/terraform/aws/`\n3. `terraform init`\n4. `terraform plan` \u0026#10229; optional\n5. `terraform apply`\n\n## Getting Started with Terrascan\n\nDocker is typically the easiest way to get started because you don't need to install Terrascan on your system.  Terrascan builds are also available from the [releases page](https://github.com/tenable/terrascan/releases).\n\n### With Docker\n\n1. `git clone https://github.com/tenable/KaiMonkey.git`\n2. `cd KaiMonkey/terraform/aws`\n3. `docker run --rm -v \"$(pwd):/iac\" -w /iac tenable/terrascan scan -t aws`\n\n### With native executables\n\n0. Download the appropriate binary from the [releases page](https://github.com/tenable/terrascan/releases).\n1. `git clone https://github.com/tenable/KaiMonkey.git`\n2. `cd KaiMonkey/terraform/aws`\n3. `path/to/terrascan scan -t aws`\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftenable%2FKaiMonkey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftenable%2FKaiMonkey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftenable%2FKaiMonkey/lists"}