2015-09-16 11:11:33 +04:30
2015-10-25 16:41:32 +03:30
2015-09-16 11:11:33 +04:30
2015-10-25 16:12:59 +03:30
2015-10-25 15:22:45 +03:30

fsipd

fsipd - Fake SIP Daemon

fsipd is a minimal SIP honeypot. It listens on TCP/UDP 5060 and logs all incoming SIP requests along with SRC/DST Source and Port in CSV format.

LOG Format

Incoming packets are logged in CSV format in "fsipd.log". Log format is described below:

epoch timestamp, protocol, src ip, src port, "message"

example:

1445775973,UDP,127.0.0.1,50751,"INVITE"

Dependencies

This program depends on libpidutil

Description
fsipd - Fake SIP Daemon
Readme 70 KiB
Languages
C 96.8%
Makefile 3.2%