diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-12-21 13:35:49 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-12-21 13:35:49 +0000 |
commit | d64abcf879a0bffb719bcdd082dd9f54417aa972 (patch) | |
tree | e1183035a176bc411143708eb31d66f64c1bba4d /security | |
parent | 750aebec5a393eea5373b2efaab9517f4e8df802 (diff) | |
download | pkgsrc-d64abcf879a0bffb719bcdd082dd9f54417aa972.tar.gz |
Import rip-1.11:
Remote Intrusion Detection to track down compromised hosts
Purpose: To use intrusion fingerprints to track down compromised hosts.
Scope: TCP/UDP/ICMP (No fragmentation reassembly)
Specs: Program can create somewhat arbitrary UDP/ICMP/TCP packets/streams
and send them to a range of hosts. It also listens promiscuously
for predefined intrusion "fingerprints".
Diffstat (limited to 'security')
-rw-r--r-- | security/rid/Makefile | 22 | ||||
-rw-r--r-- | security/rid/files/md5 | 3 | ||||
-rw-r--r-- | security/rid/pkg/COMMENT | 1 | ||||
-rw-r--r-- | security/rid/pkg/DESCR | 5 | ||||
-rw-r--r-- | security/rid/pkg/PLIST | 9 |
5 files changed, 40 insertions, 0 deletions
diff --git a/security/rid/Makefile b/security/rid/Makefile new file mode 100644 index 00000000000..51d8d28dda0 --- /dev/null +++ b/security/rid/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/21 13:35:49 hubertf Exp $ +# + +DISTNAME= rid-1.11 +CATEGORIES= security net +MASTER_SITES= http://www.theorygroup.com/Software/RID/ +EXTRACT_SUFX= .tgz + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://www.theorygroup.com/Software/RID/ + +GNU_CONFIGURE= YES + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/rid ${PREFIX}/sbin + ${INSTALL_DATA} ${WRKSRC}/rid.conf ${PREFIX}/etc + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/rid + ${INSTALL_DATA} ${WRKSRC}/BUGS ${WRKSRC}/CHANGES \ + ${WRKSRC}/COPYRIGHT ${WRKSRC}/CREDITS ${WRKSRC}/README \ + ${PREFIX}/share/doc/rid + +.include "../../mk/bsd.pkg.mk" diff --git a/security/rid/files/md5 b/security/rid/files/md5 new file mode 100644 index 00000000000..0c8a738d5f2 --- /dev/null +++ b/security/rid/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/12/21 13:35:49 hubertf Exp $ + +MD5 (rid-1.11.tgz) = fe5ad41c29f8418aba7a8399edbe57fa diff --git a/security/rid/pkg/COMMENT b/security/rid/pkg/COMMENT new file mode 100644 index 00000000000..4ca6157cfab --- /dev/null +++ b/security/rid/pkg/COMMENT @@ -0,0 +1 @@ +Remote Intrusion Detection to track down compromised hosts diff --git a/security/rid/pkg/DESCR b/security/rid/pkg/DESCR new file mode 100644 index 00000000000..474047ebab7 --- /dev/null +++ b/security/rid/pkg/DESCR @@ -0,0 +1,5 @@ +Purpose: To use intrusion fingerprints to track down compromised hosts. +Scope: TCP/UDP/ICMP (No fragmentation reassembly) +Specs: Program can create somewhat arbitrary UDP/ICMP/TCP packets/streams + and send them to a range of hosts. It also listens promiscuously + for predefined intrusion "fingerprints". diff --git a/security/rid/pkg/PLIST b/security/rid/pkg/PLIST new file mode 100644 index 00000000000..55cdd042d26 --- /dev/null +++ b/security/rid/pkg/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/21 13:35:49 hubertf Exp $ +sbin/rid +etc/rid.conf +share/doc/rid/BUGS +share/doc/rid/CHANGES +share/doc/rid/COPYRIGHT +share/doc/rid/CREDITS +share/doc/rid/README +@dirrm share/doc/rid |