{"id":41905427,"url":"https://github.com/urbanware-org/wideredist","last_synced_at":"2026-01-25T15:16:38.329Z","repository":{"id":37848079,"uuid":"183318052","full_name":"urbanware-org/wideredist","owner":"urbanware-org","description":"Windows Defender definition update tool for local network clients without internet access","archived":false,"fork":false,"pushed_at":"2025-02-26T17:23:26.000Z","size":384,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T18:23:57.587Z","etag":null,"topics":["bsd","client","defender","definitions","linux","local","server","web","windows"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/urbanware-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2019-04-24T22:56:35.000Z","updated_at":"2025-02-26T17:20:04.000Z","dependencies_parsed_at":"2025-02-10T22:38:20.023Z","dependency_job_id":null,"html_url":"https://github.com/urbanware-org/wideredist","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/urbanware-org/wideredist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urbanware-org%2Fwideredist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urbanware-org%2Fwideredist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urbanware-org%2Fwideredist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urbanware-org%2Fwideredist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/urbanware-org","download_url":"https://codeload.github.com/urbanware-org/wideredist/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urbanware-org%2Fwideredist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28754820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T13:59:49.818Z","status":"ssl_error","status_checked_at":"2026-01-25T13:59:33.728Z","response_time":113,"last_error":"SSL_read: 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":["bsd","client","defender","definitions","linux","local","server","web","windows"],"created_at":"2026-01-25T15:16:37.596Z","updated_at":"2026-01-25T15:16:38.324Z","avatar_url":"https://github.com/urbanware-org.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# *WiDeRedist* \u003cimg src=\"https://raw.githubusercontent.com/urbanware-org/wideredist/master/wideredist.png\" alt=\"WiDeRedist logo\" height=\"128px\" width=\"128px\" align=\"right\"/\u003e\n\n**Table of contents**\n\n* [Definition](#definition)\n* [Details](#details)\n* [Requirements](#requirements)\n* [Installation](#installation)\n* [Contact](#contact)\n\n----\n\n## Definition\n\nDedicated tool to update the *Windows Defender* definitions in the local network without client internet access via internal web server.\n\n[Top](#wideredist-)\n\n## Details\n\nThe *WiDeRedist* project was not developed to lock out or even screw *Microsoft*, rather than for updating *Windows Defender* definitions (or signatures) in internal environments that are completely separated from the internet. However, this requires at least one system with access to the internet, of course.\n\nIt consists of two components. The server-side component takes advantage of a *Linux* server (or alternatively *BSD*) which downloads the definition files and redistributes them using a web server. The client-side component on *Windows* uses the *PowerShell* to obtain and install the definition updates provided by the web server.\n\nThis project transitioned into maintenance mode. Details can be found [here](https://github.com/urbanware-org/wideredist/wiki#maintenance-mode).\n\n[Top](#wideredist-)\n\n## Requirements\n\nThe project does not have many requirements.\n\n### Server\n\n* Either a ***Linux*** or ***BSD*** operating system\n* Some web server such as *Apache* or *nginx* (latter has been used in development)\n* The *Bash* shell (must be installed, but it does not have to be set as the default one)\n* The following tools or packages:\n  * `curl` or `wget`\n  * `file` (optional, used to verify the MIME type of the downloaded files)\n  * `rsync`\n\n### Client\n\n* *Windows 7* and above or *Windows Server 2016* and above\n* *PowerShell* 2.0 or higher\n\nIn September 2024, it is still possible to manually update the *Windows Defender* definitions under *Windows 7* using the downloadable updates from the *Microsoft* website, even though the support of the operating was discontinued in January 2020.\n\n## Installation\n\nYou can find the documentation containing the installation instructions and further information inside the [wiki](https://github.com/urbanware-org/wideredist/wiki).\n\nPlease keep *WiDeRedist* up to date, as earlier versions may not work anymore. Usually, outdated versions should not be a problem, but in the past there was the case that *WiDeRedist* did not download the definition files correctly, obviously because of a change on the side of the *Microsoft* servers. Details can be found [here](https://github.com/urbanware-org/wideredist/wiki#required-update-for-old-versions)\u003c/a\u003e.\n\nAnyway, it is recommended to run either the server-side or client-side script manually once in a while. Since version 1.2.9 both of the scripts return if a newer version is available, unless the update check was disabled.\n\n[Top](#wideredist-)\n\n## Contact\n\nAny suggestions, questions, bugs to report or feedback to give?\n\nYou can contact us by sending an email to [dev@urbanware.org](mailto:dev@urbanware.org) or by opening a *GitHub* issue (which I would prefer if you have a *GitHub* account).\n\n[Top](#wideredist-)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furbanware-org%2Fwideredist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Furbanware-org%2Fwideredist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furbanware-org%2Fwideredist/lists"}