Feature Request: Add support for GitHub Canarytokens #928
Replies: 4 comments
-
|
Thanks for the great write up! We've explored this path before and gotten stuck on the enterprise subscription requirement. It's quite expensive per year and users are limited in the number of PATs they can generate. The safety net idea is great as well, we've never thought about that method before. |
Beta Was this translation helpful? Give feedback.
-
|
@ranok SSH Deploy Keys might be something that could be supported without requiring a large number of users (really only 1 admin) since they are tied to a repository not a user and can be created programmatically. Though if I'm being honest I think the utility of them is a bit limited compared to PATs. It would also be easier to profile them since you could collect the names of the canarytokens.org organizations/repositories by doing |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
The API insights endpoints are also interesting from a safety-net standpoint (pointed out by @AdnaneKhan), though they seem to have similar visibility gaps from audit logs with non-org endpoints like |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I took at stab at implementing GitHub Canarytokens from scratch, I would love to figure out a way to integrate with canarytokens.org based on my learnings, adding support for GitHub PATs and/or Deploy Keys: blog.bored.engineer/github-canarytokens-5c9e36ad7ecf
Beta Was this translation helpful? Give feedback.
All reactions