freebsd-ports/security/fwknop/pkg-plist
Edwin Groothuis be29a34732 New port: security/fwknop fwknop,"FireWall KNock OPerator", implements
Single Packet Authorization (SPA).

	fwknop stands for the "FireWall KNock OPerator", and
	implements an authorization scheme called Single Packet
	Authorization (SPA). This method of authorization is based
	around a default-drop packet filter (fwknop supports both
	iptables on Linux systems and ipfw on FreeBSD and Mac OS X
	systems) and libpcap.

	SPA requires only a single encrypted packet in order to
	communicate various pieces of information including desired
	access through an iptables policy and/or complete commands
	to execute on the target system. By using iptables to
	maintain a "default drop" stance, the main application of
	this program is to protect services such as OpenSSH with
	an additional layer of security in order to make the
	exploitation of vulnerabilities (both 0-day and unpatched
	code) much more difficult. With fwknop deployed, anyone
	using nmap to look for sshd can't even tell that it is
	listening; it makes no difference if they have a 0-day
	exploit or not. The authorization server passively monitors
	authorization packets via libcap and hence there is no
	"server" to which to connect in the traditional sense.
	Access to a protected service is only granted after a valid
	encrypted and non-replayed packet is monitored from an
	fwknop client (see the following network diagram; the SSH
	session can only take place after the SPA packet is monitored):

PR:		ports/118229
Submitted by:	Sean Greven <sean.greven@gmail.com>
2008-06-13 03:43:51 +00:00

44 lines
1.3 KiB
Text

bin/fwknop
sbin/fwknop_serv
sbin/fwknopd
sbin/knopmd
sbin/knoptm
sbin/knopwatchd
etc/fwknop/access.conf
etc/fwknop/fwknop.conf
etc/fwknop/pf.os
etc/rc.d/fwknop
lib/fwknop/NetPacket.pm
lib/fwknop/NetPacket/ARP.pm
lib/fwknop/NetPacket/Ethernet.pm
lib/fwknop/NetPacket/ICMP.pm
lib/fwknop/NetPacket/IGMP.pm
lib/fwknop/NetPacket/IP.pm
lib/fwknop/NetPacket/TCP.pm
lib/fwknop/NetPacket/UDP.pm
lib/fwknop/i386-freebsd-64int/auto/NetPacket/.packlist
lib/fwknop/i386-freebsd-64int/perllocal.pod
lib/fwknop/lib/perl5/5.8.8/man/man3/NetPacket.3
lib/fwknop/lib/perl5/5.8.8/man/man3/NetPacket::ARP.3
lib/fwknop/lib/perl5/5.8.8/man/man3/NetPacket::Ethernet.3
lib/fwknop/lib/perl5/5.8.8/man/man3/NetPacket::ICMP.3
lib/fwknop/lib/perl5/5.8.8/man/man3/NetPacket::IGMP.3
lib/fwknop/lib/perl5/5.8.8/man/man3/NetPacket::IP.3
lib/fwknop/lib/perl5/5.8.8/man/man3/NetPacket::TCP.3
lib/fwknop/lib/perl5/5.8.8/man/man3/NetPacket::UDP.3
@dirrm lib/fwknop/lib/perl5/5.8.8/man/man3
@dirrm lib/fwknop/lib/perl5/5.8.8/man
@dirrm lib/fwknop/lib/perl5/5.8.8
@dirrm lib/fwknop/lib/perl5
@dirrm lib/fwknop/lib
@dirrm lib/fwknop/i386-freebsd-64int/auto/NetPacket
@dirrm lib/fwknop/i386-freebsd-64int/auto
@dirrm lib/fwknop/i386-freebsd-64int
@dirrm lib/fwknop/NetPacket
@dirrm lib/fwknop
@dirrm etc/fwknop/archive
@dirrm etc/fwknop