Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add deleter binaries, and update the README.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added CanaryDeleter.zip
Binary file not shown.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,12 @@ In the future, we'll likely update this script to take a list of hosts from an e
**Author:** Dominic White (singe)
**Purpose:** A simple binary wrapper that will trigger a Canarytoken when a binary is executed.
**Link to Repo:** [singe/yellow](https://github.com/singe/yellow)

### CanaryDeleter
**Author:** Thinkst (Sherif)
**Purpose:** Delete all incidents from a specific flock (using flock's name), or from a specific Canary device (using its NodeID); tool will optionally dump all incidents to a json file.
**Usage:**
#### _Deleting all incidents from the default flock._
`./CanaryDeleter -apikey $API_KEY -console $CONSOLE_HASH -flock "Default Flock"`
#### _Deleting all incidents from a specific node, without dumping incidents to a json file_
`./CanaryDeleter -apikey $API_KEY -console $CONSOLE_HASH -node 00034d476ff8e02d -dump=false`