{"id":21889384,"url":"https://github.com/irtimmer/tivan","last_synced_at":"2025-04-15T11:24:40.008Z","repository":{"id":76668451,"uuid":"262864789","full_name":"irtimmer/tivan","owner":"irtimmer","description":"Event Collector","archived":false,"fork":false,"pushed_at":"2021-01-23T16:24:13.000Z","size":21,"stargazers_count":9,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T19:21:24.536Z","etag":null,"topics":["binxml","event-log","mseven6","sldc","wec","windows"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/irtimmer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2020-05-10T19:56:07.000Z","updated_at":"2025-02-03T11:17:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"ce882fb7-762a-4771-9460-c02d50567296","html_url":"https://github.com/irtimmer/tivan","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/irtimmer%2Ftivan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irtimmer%2Ftivan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irtimmer%2Ftivan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irtimmer%2Ftivan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irtimmer","download_url":"https://codeload.github.com/irtimmer/tivan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249059474,"owners_count":21206158,"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":["binxml","event-log","mseven6","sldc","wec","windows"],"created_at":"2024-11-28T11:24:05.169Z","updated_at":"2025-04-15T11:24:40.001Z","avatar_url":"https://github.com/irtimmer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tivan\n\nTivan is an utiliy to remotely retrieve logs from the Windows Event Log.\nLogs can be retrieved via RPC (MSEVEN6) or SOAP (WEC).\n\nNote that this is mostly a PoC, and therefore can contain some bugs and undocomunted limitations and requirements.\n\n## Usage\n\n### RPC\n\nTivan can pull log from Windows machines using RPC.\n\nExample:\n```\npython tivan --host win10.lan --username user --password 1234 --path security --query \"*\"\n```\n\n### WEC\n\nTivan can run a SOAP server to which Windows can push logs.\nThe SOAP server also provides the configuration for the subscriptions which the Windows machine will retrieve.\n\nCurrently, the SOAP server requires a certificate which is signed by a seperate CA certificate.\n\nsubscriptions.ini\n```\n[Test]\nheartbeat = PT10.000S\nquery = \u003cQueryList\u003e\u003cQuery Id=\"0\"\u003e\u003cSelect Path=\"Security\"\u003e*\u003c/Select\u003e\u003c/Query\u003e\u003c/QueryList\u003e\nconnection_retry = PT60.0S\nconnection_retry_total = 5\nmax_time = PT20.000S\ncontent_format = RenderedText\nca_thumbprint = 45E1A985F8A5431FB0383C27FB974CBA26B84385 # Thumbprint of CA, used to sign certificate\nurl = HTTPS://tivan-host:5986/wsman/subscriptions/07C41EF8-1EE6-4519-86C5-47A78FB16DED/1\nclient = https://win10.lan:5986/wsman\nusername = user\npassword = 1234\n```\n\nExample:\n```\npython tivan --host 0.0.0.0 --port 8443 --cert cert.crt --key cert.key --config subscriptions.ini\n```\n\n## Contribute\n\n1. Fork us\n2. Write code\n3. Send Pull Requests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firtimmer%2Ftivan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firtimmer%2Ftivan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firtimmer%2Ftivan/lists"}