From Fedora Project Wiki
No edit summary
No edit summary
Line 10: Line 10:


== Current status ==
== Current status ==
* Targeted release:
* Targeted release: sectool-0.9.0
* Last updated: Jul 14th 2008
* Last updated: Jul 14th 2008
* Percentage of completion: 100%
* Percentage of completion: 100%
Line 17: Line 17:


== Detailed Description ==
== Detailed Description ==
sectool is a security tool that can be used both as a security audit and
sectool is a security tool that can be used both as a security audit as well as a part of an intrusion detection system. It consists of set of tests, library and textual/graphical frontend. Tests are sorted into groups and security levels. Administrators can run selected tests, groups or whole security levels.  
an intrusion detection. It consists of set of tests, library and
textual/graphical frontend. Tests are sorted into groups and security
levels. Admins can run selected tests, groups or whole security levels.


== Benefit to Fedora ==
== Benefit to Fedora ==
Line 29: Line 26:


== Test Plan ==
== Test Plan ==
* perfom sectool engine test via TUI
  * basic options: --help/--version/--list/--info
  * run tests:
    * run test in default setting (--run testname)
    * run bootloader test in level 5 settings (--level 5 --run bootloader)
    * run all test selected for certain level (sectool --level 3)
    * all tests from level 1 + path - integrity (--level 1 --include path --exclude integrity)
  * more info
    * display hints (--hint)
    * display debug info (--debug)
  * create custom configuration in /etc/sectool/sectool.conf and run it (-a)
   
* run tests in graphical and textual interface
* run tests in graphical and textual interface
* run the tool with increasing 'security levels', watch it reporting more potential problems
* run the tool with increasing 'security levels', watch it reporting more potential problems

Revision as of 10:00, 9 October 2008

secTool

Summary

A security audit system and intrusion detection tool

Owner

Current status

  • Targeted release: sectool-0.9.0
  • Last updated: Jul 14th 2008
  • Percentage of completion: 100%
  • Project homepage: https://fedorahosted.org/sectool
  • Already built in rawhide

Detailed Description

sectool is a security tool that can be used both as a security audit as well as a part of an intrusion detection system. It consists of set of tests, library and textual/graphical frontend. Tests are sorted into groups and security levels. Administrators can run selected tests, groups or whole security levels.

Benefit to Fedora

Fedora will include a modern security audit tool.

Scope

Implementing the tool and write tests and documentation, so community can write their own tests.

Test Plan

  • perfom sectool engine test via TUI
 * basic options: --help/--version/--list/--info
 * run tests:
   * run test in default setting (--run testname)
   * run bootloader test in level 5 settings (--level 5 --run bootloader)
   * run all test selected for certain level (sectool --level 3)
   * all tests from level 1 + path - integrity (--level 1 --include path --exclude integrity)
 * more info 
   * display hints (--hint)
   * display debug info (--debug)
 * create custom configuration in /etc/sectool/sectool.conf and run it (-a)
   
  • run tests in graphical and textual interface
  • run the tool with increasing 'security levels', watch it reporting more potential problems
  • add a test with a description to the 'test repository', watch it being recognized by sectool
  • have a test result or even diff against previous run mailed to you
  • the rest pretty much depends on the tests, a few examples on what we currently have:
    • add '.' to your $PATH, watch it being reported by the path test
    • add a new suid executable, watch it being reported by the suid test
    • allow remote root login, watch it being repoted by the openssh test
    • ..and many more (see list of existing tests below)
  • some sanity/smoke tests that we run before a new release are summed up https://fedorahosted.org/sectool/wiki/NewReleaseTesting

User Experience

Users will have a tool that could check their systems for a security issues. They will also have documentation and libraries that help them write their own tests. Advanced users could benefit from having the text interface that is more easily scriptable and usable from cron.

Dependencies

python, gtk(for GUI frontend) + interpreters for languages in which the tests are written - currently bash, python, clisp, perl. All these are in Fedora already, so this should be no problem.

Contingency Plan

None needed, this is an addition to Fedora.

Documentation

Release Notes

sectool offers an security audit tool, which contains set of tests that scan system for security vulnerabilities.

Comments and Discussion

See Talk:Features/SecurityAudit