{"id":22100784,"url":"https://github.com/secnex/teams-webhook-finder","last_synced_at":"2025-07-25T00:30:58.463Z","repository":{"id":250032490,"uuid":"833217340","full_name":"SecNex/teams-webhook-finder","owner":"SecNex","description":"Find all teams where used the webhook connector in Microsoft Teams","archived":false,"fork":false,"pushed_at":"2024-07-27T19:32:37.000Z","size":92232,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-09-22T05:46:08.436Z","etag":null,"topics":["deprecated","microsoft","teams","webhook"],"latest_commit_sha":null,"homepage":"https://docs.secnex.io/tb/microsoft-teams/teams-webhook-finder","language":"Go","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/SecNex.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}},"created_at":"2024-07-24T15:28:20.000Z","updated_at":"2024-08-26T23:14:18.000Z","dependencies_parsed_at":"2024-07-27T07:34:54.699Z","dependency_job_id":null,"html_url":"https://github.com/SecNex/teams-webhook-finder","commit_stats":null,"previous_names":["secnex/teams-webhook-finder"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecNex%2Fteams-webhook-finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecNex%2Fteams-webhook-finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecNex%2Fteams-webhook-finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecNex%2Fteams-webhook-finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SecNex","download_url":"https://codeload.github.com/SecNex/teams-webhook-finder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227489195,"owners_count":17780529,"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":["deprecated","microsoft","teams","webhook"],"created_at":"2024-12-01T05:15:46.516Z","updated_at":"2024-12-01T05:15:49.327Z","avatar_url":"https://github.com/SecNex.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Microsoft Teams Webhook Finder\n\nThis tool builds on the Microsoft Graph API and the [Microsoft API Wrapper](https://github.com/SecNex/ms-api-wrapper) by [SecNex](https://secnex.io)\n\n![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/SecNex/teams-webhook-finder/total)\n\n## Prerequirements\n\n- Entra ID Enterprise Application registered in Azure AD/Entra ID tenant.\n- Azure AD application with the following permissions:\n  - `AppCatalog.Read.All`\n  - `Team.ReadBasic.All`\n  - `TeamAppInstallation.ReadForTeam.All`\n- Client ID, client secret, and tenant ID of the app registration.\n\n## Quick Start\n\n1. Download the latest release from GitHub.\n2. Create the configuration file `config.json` in the same directory as the executable file.\n3. Add the following content to the configuration file:\n\n```json\n{\n    \"client\": {\n        \"client_id\": \"YOUR_CLIENT_ID\",\n        \"client_secret\": \"YOUR_CLIENT_SECRET\",\n        \"tenant_id\": \"YOUR_TENANT_ID\"\n    }\n}\n```\n\n4. Run the executable file.\n\n**On Windows:**\n\n```powershell\n.\\webhook-finder.exe\n```\n\n**On Unix:**\n\n```bash\nchmod +x webhook-finder\n./webhook-finder\n```\n5. Read the display name of the Microsoft Teams teams where the webhook is installed/used.\n\n## Configuration\n\nThe configuration file `config.json` must contain the following fields:\n\n- `client_id`: The client ID of the Azure AD application.\n- `client_secret`: The client secret of the Azure AD application.\n- `tenant_id`: The tenant ID of the Azure AD application.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecnex%2Fteams-webhook-finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecnex%2Fteams-webhook-finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecnex%2Fteams-webhook-finder/lists"}