{"id":20666164,"url":"https://github.com/hazcod/miro2sentinel","last_synced_at":"2025-04-19T16:41:58.923Z","repository":{"id":255130737,"uuid":"848634940","full_name":"hazcod/miro2sentinel","owner":"hazcod","description":"Log ingestor that retrieves audit logs from Miro and stores them in Microsoft Sentinel SIEM\u003e","archived":false,"fork":false,"pushed_at":"2025-04-15T00:20:32.000Z","size":82,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T14:19:20.182Z","etag":null,"topics":["miro","sentinel","siem"],"latest_commit_sha":null,"homepage":"","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/hazcod.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":"2024-08-28T05:58:05.000Z","updated_at":"2025-03-25T07:12:09.000Z","dependencies_parsed_at":"2024-08-28T06:59:22.783Z","dependency_job_id":"1fea1661-8e97-4eb0-a15a-7029d131db24","html_url":"https://github.com/hazcod/miro2sentinel","commit_stats":null,"previous_names":["hazcod/miro2sentinel"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazcod%2Fmiro2sentinel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazcod%2Fmiro2sentinel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazcod%2Fmiro2sentinel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazcod%2Fmiro2sentinel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hazcod","download_url":"https://codeload.github.com/hazcod/miro2sentinel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249740328,"owners_count":21318686,"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":["miro","sentinel","siem"],"created_at":"2024-11-16T19:35:39.602Z","updated_at":"2025-04-19T16:41:58.896Z","avatar_url":"https://github.com/hazcod.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# miro2sentinel\n\nA Go program that exports Miro audit logs to Microsoft Sentinel SIEM.\nTwo tables are used; `MiroAuditLogs`.\n\n## Running\n\nFirst create a yaml file, such as `config.yml`:\n```yaml\nlog:\n  level: INFO\n\nmicrosoft:\n  app_id: \"\"\n  secret_key: \"\"\n  tenant_id: \"\"\n  subscription_id: \"\"\n  resource_group: \"\"\n  workspace_name: \"\"\n  retention_days: 90\n\n  dcr:\n    endpoint: \"\"\n    rule_id: \"\"\n    stream_name: \"\"\n\n  expires_months: 6\n\nmiro:\n  lookback_days: 7\n  access_token: \"\" # non-expiring Miro access token\n\n```\n\nAnd now run the program from source code:\n```shell\n% make\ngo run ./cmd/... -config=dev.yml\nINFO[0000] shipping logs                                 module=sentinel_logs table_name=MiroAuditLogs total=82\nINFO[0002] shipped logs                                  module=sentinel_logs table_name=MiroAuditLogs\nINFO[0002] successfully sent logs to sentinel            total=82\n```\n\nOr binary:\n```shell\n% miro2sen -config=config.yml\n```\n\n## Building\n\n```shell\n% make build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhazcod%2Fmiro2sentinel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhazcod%2Fmiro2sentinel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhazcod%2Fmiro2sentinel/lists"}