{"id":21392172,"url":"https://github.com/sysdiglabs/aws-control-tower-integration","last_synced_at":"2025-03-16T13:41:44.754Z","repository":{"id":46280632,"uuid":"416702745","full_name":"sysdiglabs/aws-control-tower-integration","owner":"sysdiglabs","description":"Sysdig AWS Control Tower","archived":false,"fork":false,"pushed_at":"2023-03-10T10:33:30.000Z","size":740,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-01-23T01:22:03.879Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sysdiglabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-10-13T11:01:15.000Z","updated_at":"2021-11-08T11:44:14.000Z","dependencies_parsed_at":"2024-11-22T16:15:33.375Z","dependency_job_id":null,"html_url":"https://github.com/sysdiglabs/aws-control-tower-integration","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysdiglabs%2Faws-control-tower-integration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysdiglabs%2Faws-control-tower-integration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysdiglabs%2Faws-control-tower-integration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysdiglabs%2Faws-control-tower-integration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sysdiglabs","download_url":"https://codeload.github.com/sysdiglabs/aws-control-tower-integration/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243878409,"owners_count":20362431,"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":[],"created_at":"2024-11-22T13:39:28.943Z","updated_at":"2025-03-16T13:41:44.734Z","avatar_url":"https://github.com/sysdiglabs.png","language":"Python","readme":"# :no_entry: This repository is [DEPRECATED] and will be archived. \nTo access to the AWS deployment options please go to the Sysdig documenation for AWS https://docs.sysdig.com/en/docs/installation/sysdig-secure-for-cloud/deploy-sysdig-secure-for-cloud-on-aws/\n\n# Sysdig AWS Control Tower Integration\n\nThis repo provide example of integration for Sysdig CloudConnector (Real-Time Threat Investigation based on CloudTrail) inside AWS Control Tower environment.\n\n## Architecture\n\n![Architecture Diagram](sysdig-ct-architecture.png)\n\nThis solution utilize existing AWS Control Tower infrastructure and centralized the CloudTrail log collection in the `log archive` account. CloudTrail logs from existing linked accounts and future vending accounts is automatically ingested.\n\n## Getting Started \n\nRun the following command on your AWS Control Tower management account (requires Admin privilege)\n\n```\naws cloudformation create-stack --stack-name Sysdig-CT --template-url https://cf-templates-cloudvision-controltower.s3.amazonaws.com/sysdig/templates/sysdig_ct_onboarding.yaml --parameters file://params.json --capabilities CAPABILITY_NAMED_IAM\n```\n\nExample of the `params.json`:\n\n```\n[\n  {\n    \"ParameterKey\": \"SysdigSecureEndpoint\",\n    \"ParameterValue\": \"CHANGE WITH YOUR SYSDIG ENDPOINT, i.e. https://us2.app.sysdig.com\"\n  }, \n  {\n    \"ParameterKey\": \"SysdigSecureAPIToken\",\n    \"ParameterValue\": \"REDACTED - CHANGE WITH YOUR SYSDIG TOKEN\"\n  },\n  {\n    \"ParameterKey\": \"StackSetName\",\n    \"ParameterValue\": \"Sysdig-Secure-CT\"\n  },\n  {\n    \"ParameterKey\": \"StackSetUrl\",\n    \"ParameterValue\": \"https://cf-templates-cloudvision-controltower.s3.amazonaws.com/sysdig/templates/sysdig_ct_stackset.yaml\"\n  },\n  {\n    \"ParameterKey\": \"QSS3BucketName\",\n    \"ParameterValue\": \"cf-templates-cloudvision-controltower\"\n  },\n  {\n    \"ParameterKey\": \"QSS3KeyPrefix\",\n    \"ParameterValue\": \"sysdig/\"\n  },\n  {\n    \"ParameterKey\": \"AuditAccount\",\n    \"ParameterValue\": \"CHANGE WITH YOUR AWS CT AUDIT ACCOUNT\"\n  },\n  {\n    \"ParameterKey\": \"LogArchiveAccount\",\n    \"ParameterValue\": \"CHANGE WITH YOUR AWS CT LOG ARCHIVE ACCOUNT\"\n  }\n]\n```\n\n## Build\n\nTo build this solution:\n- git clone `https://github.com/wellsiau-aws/sysdig-ct-integration.git`\n- Locate the `Makefile` in the root directory\n- Update the `BUCKET_PREFIX` with your own S3 bucket (require public read)\n- Run `make build`\n- Run `make upload`\n- Launch the onboarding stack: `aws cloudformation create-stack --stack-name Sysdig-CT --template-url https://[BUCKET_PREFIX].s3.amazonaws.com/sysdig/templates/sysdig_ct_onboarding.yaml --parameters file://params.json --capabilities CAPABILITY_NAMED_IAM`\n- See reference to `params.json` in the getting started section\n\n## Maintenance\n\n### Control Tower solution\n\n### Deployment Pipeline\n- Beta. Pending to review GitHub actions.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsysdiglabs%2Faws-control-tower-integration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsysdiglabs%2Faws-control-tower-integration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsysdiglabs%2Faws-control-tower-integration/lists"}