An open API service indexing awesome lists of open source software.

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.

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
```