Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 666 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 666 Bytes

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 IP Addresses and Port numbers 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