``find_ddos'' will detect these denial of service programs: tfn2k client,
tfn2k daemon, trinoo daemon, trinoo master, tfn daemon, tfn client, stacheldraht master, stacheldraht client, stachelddraht demon and tfn-rush client.
This commit is contained in:
parent
85b3b3d5b3
commit
29828e3fa2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25803
28
security/find_ddos/Makefile
Normal file
28
security/find_ddos/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: find_ddos
|
||||
# Version required: 3.1
|
||||
# Date created: Sun Feb 12, 2000
|
||||
# Whom: David O'Brien (obrien@NUXI.com)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= find_ddos_v31_linux
|
||||
PKGNAME= find_ddos-3.1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.fbi.gov/nipc/
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
do-build:
|
||||
@brandelf -t Linux ${WRKSRC}/find_ddos
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/find_ddos ${PREFIX}/sbin
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${PREFIX}/share/doc/find_ddos
|
||||
@${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/find_ddos
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/find_ddos/distinfo
Normal file
1
security/find_ddos/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (find_ddos_v31_linux.tar.Z) = e2687f1cfaa3cca954836fa8a1846eb8
|
1
security/find_ddos/pkg-comment
Normal file
1
security/find_ddos/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Scans a host filesystem for distributed denial of service programs
|
11
security/find_ddos/pkg-descr
Normal file
11
security/find_ddos/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
In response to a number of distributed denial-of-service (DDOS) attacks that
|
||||
have been reported, the National Infrastructure Proctection Center (NIPC)
|
||||
Special Technology Applications Unit (STAU) has developed a tool to assist in
|
||||
combating this threat. ``find_ddos'' is intended to scan a local system that
|
||||
is either known or suspected to contain a DDOS program.
|
||||
|
||||
``find_ddos'' will detect tfn2k client, tfn2k daemon, trinoo daemon, trinoo
|
||||
master, tfn daemon, tfn client, stacheldraht master, stacheldraht client,
|
||||
stachelddraht demon and tfn-rush client.
|
||||
|
||||
WWW: http://www.fbi.gov/nipc/trinoo.htm
|
1
security/find_ddos/pkg-plist
Normal file
1
security/find_ddos/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
sbin/find_ddos
|
Loading…
Reference in New Issue
Block a user