fsipd/README.md

22 lines
640 B
Markdown
Raw Normal View History

2015-10-27 11:19:08 +03:30
[![Build Status](https://travis-ci.org/farrokhi/fsipd.svg?branch=master)](https://travis-ci.org/farrokhi/fsipd)
2015-09-16 11:11:33 +04:30
# fsipd
2015-09-16 11:20:00 +04:30
2015-09-16 11:11:33 +04:30
fsipd - Fake SIP Daemon
2015-09-16 17:10:51 +04:30
2015-10-26 18:17:51 +03:30
fsipd is a minimal SIP honeypot. It listens on TCP/UDP 5060 (ipv4 as well as IPv6 if available) and logs all incoming SIP requests along with SRC/DST Source and Port in CSV format.
2015-10-25 15:58:23 +03:30
## LOG Format
2015-09-16 17:10:51 +04:30
2015-10-25 15:58:23 +03:30
Incoming packets are logged in CSV format in "fsipd.log". Log format is described below:
2015-10-25 16:12:59 +03:30
`epoch timestamp, protocol, src ip, src port, "message"`
2015-10-25 15:58:23 +03:30
example:
2015-10-26 18:17:51 +03:30
`1445775973,UDP4,127.0.0.1,50751,"INVITE"`
2015-10-25 15:58:23 +03:30
## Dependencies
This program depends on [libpidutil](https://github.com/farrokhi/libpidutil)