Skip to content
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`