https://github.com/roguecybersecuritychannel/pycanary-python-canary-token-alternative
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.
https://github.com/roguecybersecuritychannel/pycanary-python-canary-token-alternative
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
Last synced: 5 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/roguecybersecuritychannel/pycanary-python-canary-token-alternative
- Owner: RogueCyberSecurityChannel
- License: mit
- Created: 2024-05-23T07:04:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-26T13:46:00.000Z (about 2 years ago)
- Last Synced: 2025-10-20T09:46:51.978Z (9 months ago)
- 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
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PyCanary
----------------------------
________ ________ _______ ________ ________ ________ ________ ________
╱ ╲╱ ╱ ╲╱╱ ╲╱ ╲╱ ╱ ╲╱ ╲╱ ╲╱ ╱ ╲
╱ ╱ ╱╱ ╱ ╱ ╱ ╱ ╱ ╱
╱╱ __╱╲__ ╱ --╱ ╱ ╱ ╱ _╱╲__ ╱
╲╲_____╱ ╲_____╱╲________╱╲___╱____╱╲__╱_____╱╲___╱____╱╲____╱___╱ ╲_____╱
{GitHub:https://github.com/RogueCyberSecurityChannel}
- Create a .txt file of directory paths you would like to monitor
- Pass in the path to the .txt file using the -pF command. Example: -pF <./dir_paths.txt>
- Wait to see if the files are accessed
- Windows Alert box will pop up if any file in the specified directories are accessed or altered
- Fully implemented process monitoring & logging
- Ongoing logging both in the background, and upon file access
- Simple, lightweight, and highly effective
git clone
```sh
git clone https://github.com/RogueCyberSecurityChannel/PyCanary-Python-Canary-Token-Alternative
```