2019-07-16 16:08:08 +02:00
2015-11-01 12:05:46 +03:30
2015-09-16 11:11:33 +04:30
2016-08-16 11:24:31 +04:30
2016-04-06 12:42:13 +04:30
2016-04-06 12:42:13 +04:30
2016-08-16 11:26:40 +04:30
2016-04-06 12:42:13 +04:30
2015-10-27 10:42:05 +03:30
2019-07-16 16:08:08 +02:00

Build Status

fsipd

fsipd - Fake SIP Daemon

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.

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,UDP4,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%