View Issue Details

IDProjectCategoryView StatusLast Update
0002645Kali LinuxNew Tool Requestspublic2020-03-18 17:59
Reporteraz Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionsuspended 
Summary0002645: OpenCanary
Description

OpenCanary is an easy to deploy alerting honeypot for internal networks and, like many security tools, is dual-use across both offensive and defensive work

https://github.com/thinkst/opencanary

An example use is to collect credentials by setting up an SSH service and logging incoming credentials (inventory systems or authenticated vulnerability scanners are examples where this happens). OpenCanary lets you set that up in moments, across multiple protocols. Alternatively, use as tripwire for when a machine of interest is being poked at. For more see our blackhat 2015 talk:

https://www.youtube.com/watch?v=W7U2u-qLAB8

Install on Kali-linux 2.0:

apt-get install python-virtualenv
virtualenv env
source env/bin/activate
pip install opencanary

To run:

opencanaryd --copyconfig
vi /root/.opencanary.conf # set tftp.enabled to false
opencanaryd --start
nmap -sV localhost

Resource requirements: minimal (the code even runs on Raspberry
Pis)

License: BSD 3-clause

ps. I'm one of the devs, so any feedback is welcome

Attached Files
2015-09-10_11-41-30_.jpg (114,748 bytes)   
2015-09-10_11-41-30_.jpg (114,748 bytes)   

Activities

g0tmi1k

g0tmi1k

2018-01-29 15:06

administrator   ~0008439

To help speed up the process of evaluating the tool, please make sure to include the following information (the more information you include, the more beneficial it will for us):

  • [Name] - The name of the tool
  • [Version] - What version of the tool should be added?
    --- If it uses source control (such as git), please make sure there is a release to match (e.g. git tag)
  • [Homepage] - Where can the tool be found online? Where to go to get more information?
  • [Download] - Where to go to get the tool?
  • [Author] - Who made the tool?
  • [Licence] - How is the software distributed? What conditions does it come with?
  • [Description] - What is the tool about? What does it do?
  • [Dependencies] - What is needed for the tool to work?
  • [Similar tools] - What other tools are out there?
  • [How to install] - How do you compile it?
  • [How to use] - What are some basic commands/functions to demonstrate it?
g0tmi1k

g0tmi1k

2020-03-18 17:59

administrator   ~0012467

No response since 2018 (2 years).... Closing.

Please reopen if the information can be provided.

Issue History

Date Modified Username Field Change
2015-09-11 14:31 az New Issue
2015-09-11 14:31 az File Added: 2015-09-10_11-41-30_.jpg
2015-11-06 23:44 bhjr Issue cloned: 0002782
2018-01-29 10:24 g0tmi1k Summary Adding OpenCanary to Kali => OpenCanary
2018-01-29 15:06 g0tmi1k Note Added: 0008439
2019-12-09 13:29 g0tmi1k Priority none => normal
2019-12-09 13:30 g0tmi1k Severity minor => feature
2020-03-18 17:59 g0tmi1k Status new => closed
2020-03-18 17:59 g0tmi1k Resolution open => suspended
2020-03-18 17:59 g0tmi1k Note Added: 0012467