{"id":18131653,"url":"https://github.com/mrtc0/threatester","last_synced_at":"2025-06-10T12:06:58.450Z","repository":{"id":162789451,"uuid":"637281242","full_name":"mrtc0/threatester","owner":"mrtc0","description":"Threatester is a Kubernetes Operator for testing threat detection.","archived":false,"fork":false,"pushed_at":"2023-07-31T08:58:41.000Z","size":1203,"stargazers_count":1,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-03T21:52:59.761Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://mrtc0.github.io/threatester/","language":"Go","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/mrtc0.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":"2023-05-07T04:11:29.000Z","updated_at":"2023-12-13T01:30:52.000Z","dependencies_parsed_at":"2024-06-21T15:43:56.196Z","dependency_job_id":"c74adde4-e978-44ad-9590-51053537da02","html_url":"https://github.com/mrtc0/threatester","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/mrtc0%2Fthreatester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtc0%2Fthreatester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtc0%2Fthreatester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtc0%2Fthreatester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrtc0","download_url":"https://codeload.github.com/mrtc0/threatester/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtc0%2Fthreatester/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259072715,"owners_count":22801074,"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-01T12:08:28.936Z","updated_at":"2025-06-10T12:06:58.431Z","avatar_url":"https://github.com/mrtc0.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Threatester\n\nThreatester is a Kubernetes Operator for testing threat detection.  \n\n## ⚠ WARNING\n\nThreatester is currently under active development and is not suited for any production environment.\n\n## Description\n\n![](docs/img/workload.png)\n\nthreatester allows you to create a custom resource called a scenario. When you create a scenario with a specified threat scenario, threatester executes it and confirms whether it triggers an alert in your SIEM.  \nThis allows you to perform continuous and declarative security testing.\n\nHere is an example scenario manifest:\n\n```yaml\n# Expect Datadog Monitor alert ID 12345 into an 'Alert' state\napiVersion: threatester.github.io/v1alpha1\nkind: Scenario\nmetadata:\n  name: scenario-sample\nspec:\n  templates:\n    - name: access-sa-token\n      container:\n        name: 'access-sa-token'\n        image: alpine\n        command: ['cat', '/var/run/secrets/kubernetes.io/serviceaccount/token']\n  expectations:\n    - timeout: 10s\n      datadog:\n        monitor:\n          id: \"12345\"\n          status: Alert\n```\n\n## Development\n\nSee [docs/development.md](docs/development.md)\n\n## License\n\nCopyright 2023.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrtc0%2Fthreatester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrtc0%2Fthreatester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrtc0%2Fthreatester/lists"}