From owner-freebsd-questions@FreeBSD.ORG Wed Apr 11 08:43:48 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD255106566B for ; Wed, 11 Apr 2012 08:43:48 +0000 (UTC) (envelope-from pstreem@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6FFC58FC08 for ; Wed, 11 Apr 2012 08:43:48 +0000 (UTC) Received: by iahk25 with SMTP id k25so1254606iah.13 for ; Wed, 11 Apr 2012 01:43:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2XynRKrR0+UgL4XDzwpBmXEYxGq75Kco0GeUbbWtv5k=; b=iqX3oZKGLYw1pyZe/0P6H26T6tNPZdk5L4BnsnINIEpqEhICpKBOsJKdzzxW0IGSOe ZLnCCoe2ga6a2WNIFQSMKjsSa7qIawBIObjaCpE0QJ0WT8D4ijl4jE+hIUZb6mzrHuVQ pOs/ivd75SzFEc594E+jpWCfxmpDN8RENCJcUZZj8mmStMnNJ0vApuLYlass50lN2iIK IBGDSLGUhiXwin9ZMCs38vwhKQJ0d83fVK9ipLtMRwOvEXt6SxhVzgd26KnmcGj3L2fM akp1IdvbnXypFGPFUwKWLasDD23OdHFWImHD9PZ7/Oimo3y3GtP5TV0yhy0e1iKuNHAn qpkw== MIME-Version: 1.0 Received: by 10.50.149.163 with SMTP id ub3mr1255908igb.30.1334133827069; Wed, 11 Apr 2012 01:43:47 -0700 (PDT) Received: by 10.231.199.203 with HTTP; Wed, 11 Apr 2012 01:43:47 -0700 (PDT) In-Reply-To: <4F853B11.8060301@poniki.net> References: <4F853B11.8060301@poniki.net> Date: Wed, 11 Apr 2012 16:43:47 +0800 Message-ID: From: PstreeM China To: FreeBSD-Questions Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ufs Subject: Re: install IDS from port , but can not find the Ports security/acid X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2012 08:43:48 -0000 On Wed, Apr 11, 2012 at 4:04 PM, ufs wrote: > On 11.04.2012 11:41, PstreeM China wrote: > >> hi everyone : >> >> i want use the snort like IDS in my network , google the document from >> internet . >> there is ACID (analyst center) used provided web UI , can install from >> security/acid . >> >> but after i fetch port (portsnap fetch ; portsnap extract ) , i can not >> find the ports "security/acid" >> OS version=EF=BC=9A freebsd 8.2 >> >> so , i want to know how can i install ACID ?? anybody can help me ? >> >> >> BR PstreeM >> ______________________________**_________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/**mailman/listinfo/freebsd-**questions >> To unsubscribe, send any mail to "freebsd-questions-** >> unsubscribe@freebsd.org " >> > #more /usr/ports/security/base/pkg-**descr > > BASE is the Basic Analysis and Security Engine. It is based on the code > from the ACID project. This application provides a PHP-based web front-en= d > to query and analyze the alerts coming from a Snort IDS system. > > BASE is a web interface to perform analysis of intrusions that Snort has > detected on your network. It uses a user authentication and role-base > system, so that you as the security admin can decide what and how much > information each user can see. It also has a simple to use, web-based > setup program for people not comfortable with editing files directly. > > Use ../security/base/ > > i think this is what i want . thanks very much . i will have a test .