{"id":21392192,"url":"https://github.com/sysdiglabs/sysdig-trial-lab","last_synced_at":"2026-03-19T20:11:16.681Z","repository":{"id":98014651,"uuid":"540007685","full_name":"sysdiglabs/sysdig-trial-lab","owner":"sysdiglabs","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-20T10:07:53.000Z","size":20,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-01-30T14:56:59.383Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/sysdiglabs.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":"2022-09-22T13:56:21.000Z","updated_at":"2022-10-13T13:22:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"d316bc72-bb84-40f8-86aa-3847ba4bd339","html_url":"https://github.com/sysdiglabs/sysdig-trial-lab","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sysdiglabs/sysdig-trial-lab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysdiglabs%2Fsysdig-trial-lab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysdiglabs%2Fsysdig-trial-lab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysdiglabs%2Fsysdig-trial-lab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysdiglabs%2Fsysdig-trial-lab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sysdiglabs","download_url":"https://codeload.github.com/sysdiglabs/sysdig-trial-lab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysdiglabs%2Fsysdig-trial-lab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29613202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T10:52:55.328Z","status":"ssl_error","status_checked_at":"2026-02-19T10:52:26.323Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-11-22T13:39:34.060Z","updated_at":"2026-02-19T12:33:13.897Z","avatar_url":"https://github.com/sysdiglabs.png","language":null,"readme":"\u003cdiv align=\"center\"\u003e\n\n# Sysdig Trial Lab\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Sysdig Logo\" src=\"https://avatars.githubusercontent.com/u/5068817\" height=\"140\" /\u003e\n  \u003ch3 align=\"center\"\u003eSysdig Trial Lab\u003c/h3\u003e\n\u003c/p\u003e\n\n| :warning: **This is unofficial and unsupported procedure. See the [official documentation](https://docs.sysdig.com/en/docs/sysdig-secure/).** |\n| --- |\n\n\u003c/div\u003e\n\nThe objective of this document is to provide instructions (automated ish) to get the most out of a Sysdig trial, including:\n\n* Deploying a small Kubernetes cluster (minikube, kind or eksctl)\n* Deploy the Sysdig Agent\n* Deploy a vulnerable application\n* Deploy a cryptominer application\n\nThen:\n\n* How to create scanning policies\n* How to perform a vulnerability scanner against a container image\n* How to create runtime policies and rules\n* How to trigger alerts based on the policies/rules\n* Enabling rapid response\n* Machine Learning detection and response\n* Drift detection\n* Risk Spotlight\n\n# Environment\n\nIn order to have a frictionless environment, a new Kubernetes cluster will be deployed.\n\n# References\n\n* [Sysdig official documentation](https://docs.sysdig.com/en/docs/sysdig-secure)\n\n# Steps\n\n* [0 - Prerequisites](docs/0-prerequisites.md)\n* [1 - Kubernetes cluster deployment](docs/1-kubernetes-cluster-deployment.md)\n* [1.1 - Minikube](docs/1.1-minikube.md)\n* [1.2 - Kind](docs/1.2-kind.md)\n* [1.3 - eksctl](docs/1.3-eksctl.md)\n* [2 - Deploy Sysdig Agent](docs/2-deploy-sysdig-agent.md)\n* [3 - Deploy a vulnerable application](docs/3-deploy-a-vulnerable-application.md)\n* [4 - Deploy a cryptominer application](docs/4-deploy-a-cryptominer-application.md)\n* [5 - Creating scanning policies](docs/5-creating-scanning-policies.md)\n* [6 - Perform a vulnerability scan](docs/6-perform-a-vulnerability-scan.md)\n* [7 - Create runtime policies and rules](docs/7-create-runtime-policies-and-rules.md)\n* [8 - Trigger alerts based on policies/rules](docs/8-trigger-alerts-based-on-policies-rules.md)\n* [9 - Enabling rapid response](docs/9-enabling-rapid-response.md)\n* [10 - Machine Learning detection and response](docs/10-machine-learning-detection-and-response.md)\n* [11 - Drift detection](docs/11-drift-detection.md)\n* [12 - Risk Spotlight](docs/12-risk-spotlight.md)\n* [99 - Tips and tricks](docs/99-tips-and-tricks.md)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsysdiglabs%2Fsysdig-trial-lab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsysdiglabs%2Fsysdig-trial-lab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsysdiglabs%2Fsysdig-trial-lab/lists"}