kippo/README.md

68 lines
2.8 KiB
Markdown
Raw Normal View History

2015-05-24 13:21:18 +02:00
NOTE: For more recent development, check out [Michel Oosterhof's fork](https://github.com/micheloosterhof/cowrie)
2014-05-27 22:31:54 +02:00
# Kippo
Kippo is a medium interaction SSH honeypot designed to log brute force attacks and, most importantly, the entire shell interaction performed by the attacker.
Kippo is inspired, but not based on [Kojoney](http://kojoney.sourceforge.net/).
## Demo
Some interesting logs from a live Kippo installation below (viewable within a web browser with the help of Ajaxterm). Note that some commands may have been improved since these logs were recorded.
* [2009-11-22](http://kippo.rpg.fi/playlog/?l=20091122-075013-5055.log)
* [2009-11-23](http://kippo.rpg.fi/playlog/?l=20091123-003854-3359.log)
* [2009-11-23](http://kippo.rpg.fi/playlog/?l=20091123-012814-626.log)
* [2010-03-16](http://kippo.rpg.fi/playlog/?l=20100316-233121-1847.log)
## Features
Some interesting features:
* Fake filesystem with the ability to add/remove files. A full fake filesystem resembling a Debian 5.0 installation is included
2014-05-28 06:13:55 +02:00
* Possibility of adding fake file contents so the attacker can 'cat' files such as /etc/passwd. Only minimal file contents are included
* Session logs stored in an [UML Compatible](http://user-mode-linux.sourceforge.net/) format for easy replay with original timings
2014-05-27 22:31:54 +02:00
* Just like Kojoney, Kippo saves files downloaded with wget for later inspection
2014-05-28 06:13:55 +02:00
* Trickery; ssh pretends to connect somewhere, exit doesn't really exit, etc
2014-05-27 22:31:54 +02:00
## Requirements
Software required:
* An operating system (tested on Debian, CentOS, FreeBSD and Windows 7)
* Python 2.5+
* Twisted 8.0 to 15.1.0
2014-05-27 22:31:54 +02:00
* PyCrypto
* Zope Interface
See Wiki for some installation instructions.
## How to run it?
Edit kippo.cfg to your liking and start the honeypot by running:
`./start.sh`
start.sh is a simple shell script that runs Kippo in the background using twistd. Detailed startup options can be given by running twistd manually. For example, to run Kippo in foreground:
`twistd -y kippo.tac -n`
2014-09-14 10:27:51 +02:00
By default Kippo listens for ssh connections on port 2222. You can change this, but do not change it to 22 as it requires root privileges. Use port forwarding instead. (More info: [MakingKippoReachable](https://github.com/desaster/kippo/wiki/Making-Kippo-Reachable)).
2014-05-27 22:31:54 +02:00
Files of interest:
* dl/ - files downloaded with wget are stored here
* log/kippo.log - log/debug output
* log/tty/ - session logs
* utils/playlog.py - utility to replay session logs
* utils/createfs.py - used to create fs.pickle
* fs.pickle - fake filesystem
* honeyfs/ - file contents for the fake filesystem - feel free to copy a real system here
## Is it secure?
2014-05-27 22:39:50 +02:00
Maybe. See [FAQ](https://github.com/desaster/kippo/wiki/FAQ)
2014-05-27 22:31:54 +02:00
## I have some questions!
I ~~am~~ _might be_ reachable via e-mail: *desaster* at *gmail* dot *com*, or as *desaster* on the *#honeypots* channel in the *freenode* IRC network.