SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

IDSA

IDSA is an integrated access control, logging and IDS system for applications. It can be downloaded from http://jade.cs.uct.ac.za/idsa/

FK includes IDSA instrumentation for the pop and ftp proxy, making it possible to implement fine grained access control policies.

Example rules which can be added to idsad.conf

  • Disallow deletion of mail messages on weekends:

    %time wday saturday, sunday & scheme fk & service pop & name DELE: deny

  • Only allow anonymous mpeg downloads between midnight and 5am and log transgressors:

    scheme fk & service ftp & ! %time hour 0,1,3,4 & name RETR & %regex filename "mpe?g" & (username:string ftp | username:string anonymous) : deny ; log file /var/log/denied-downloads

$Id: README.idsa,v 1.1 2001/10/25 15:45:13 matthew Exp $


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.