Skip to content

loltan/Canotary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Canotary

A script to detect Canarytokens without triggering them

Supported tokens

Currently the script only supports the following tokens:

  • Windows PE (EXE/DLL)
  • Windows Folder
  • PDF document
  • Microsoft Office documents (xlsx/docx)

Installing

The only non-standard library dependency of Canotary is LIEF, which can be installed like so:

pip install lief

Usage

python canotary.py [--file | --folder] <file_to_be_analyzed>

TODO

  • support for more file formats
  • regex-based alert URL detection
  • recursive checks on folders
  • multi-file checks

About

A script to detect Canarytokens without triggering them

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages