{"id":15164208,"url":"https://github.com/roguecybersecuritychannel/pycanary-python-canary-token-alternative","last_synced_at":"2026-02-19T02:01:40.589Z","repository":{"id":241266454,"uuid":"804736941","full_name":"RogueCyberSecurityChannel/PyCanary-Python-Canary-Token-Alternative","owner":"RogueCyberSecurityChannel","description":"PyCanary:  CMD line tool to monitor any directory for file access or file changes, log event,  send basic alert to user, and dump and process information collected. There is also a background thread monitoring all created processes and logging them for later analysis. ","archived":false,"fork":false,"pushed_at":"2024-05-26T13:46:00.000Z","size":48,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T09:46:51.978Z","etag":null,"topics":["antivirus","blueteam","blueteam-tools","blueteaming","blueteaming-tools","canary","canary-tokens","cyber-security","cybersecurity","edr","huristic","logging","multithreading","process-monitor","python","threat-hunting","windows-10","windows-11"],"latest_commit_sha":null,"homepage":"","language":"Python","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/RogueCyberSecurityChannel.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-23T07:04:43.000Z","updated_at":"2025-09-13T08:29:07.000Z","dependencies_parsed_at":"2024-05-23T08:26:06.532Z","dependency_job_id":"257ede74-e839-42ce-9692-fc2cc8e5224d","html_url":"https://github.com/RogueCyberSecurityChannel/PyCanary-Python-Canary-Token-Alternative","commit_stats":null,"previous_names":["roguecybersecuritychannel/pycanary","roguecybersecuritychannel/pycanary-python-canary-token-alternative"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RogueCyberSecurityChannel/PyCanary-Python-Canary-Token-Alternative","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RogueCyberSecurityChannel%2FPyCanary-Python-Canary-Token-Alternative","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RogueCyberSecurityChannel%2FPyCanary-Python-Canary-Token-Alternative/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RogueCyberSecurityChannel%2FPyCanary-Python-Canary-Token-Alternative/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RogueCyberSecurityChannel%2FPyCanary-Python-Canary-Token-Alternative/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RogueCyberSecurityChannel","download_url":"https://codeload.github.com/RogueCyberSecurityChannel/PyCanary-Python-Canary-Token-Alternative/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RogueCyberSecurityChannel%2FPyCanary-Python-Canary-Token-Alternative/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29600844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T00:59:38.239Z","status":"online","status_checked_at":"2026-02-19T02:00:07.702Z","response_time":117,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["antivirus","blueteam","blueteam-tools","blueteaming","blueteaming-tools","canary","canary-tokens","cyber-security","cybersecurity","edr","huristic","logging","multithreading","process-monitor","python","threat-hunting","windows-10","windows-11"],"created_at":"2024-09-27T03:01:59.925Z","updated_at":"2026-02-19T02:01:40.573Z","avatar_url":"https://github.com/RogueCyberSecurityChannel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"PyCanary \n----------------------------\n\u003cpre\u003e\n     ________  ________   _______  ________  ________  ________  ________  ________\n    ╱        ╲╱    ╱   ╲╱╱       ╲╱        ╲╱    ╱   ╲╱        ╲╱        ╲╱    ╱   ╲\n   ╱         ╱         ╱╱        ╱         ╱         ╱         ╱         ╱         ╱\n  ╱╱      __╱╲__      ╱       --╱         ╱         ╱         ╱        _╱╲__      ╱\n  ╲╲_____╱     ╲_____╱╲________╱╲___╱____╱╲__╱_____╱╲___╱____╱╲____╱___╱   ╲_____╱\n                {GitHub:https://github.com/RogueCyberSecurityChannel} \u003c/pre\u003e\n\n\n- Create a .txt file of directory paths you would like to monitor\n- Pass in the path to the .txt file using the -pF command. Example: -pF \u003c./dir_paths.txt\u003e \n- Wait to see if the files are accessed\n- Windows Alert box will pop up if any file in the specified directories are accessed or altered\n- Fully implemented process monitoring \u0026 logging\n- Ongoing logging both in the background, and upon file access\n- Simple, lightweight, and highly effective\n\ngit clone\n```sh\ngit clone https://github.com/RogueCyberSecurityChannel/PyCanary-Python-Canary-Token-Alternative\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froguecybersecuritychannel%2Fpycanary-python-canary-token-alternative","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froguecybersecuritychannel%2Fpycanary-python-canary-token-alternative","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froguecybersecuritychannel%2Fpycanary-python-canary-token-alternative/lists"}