From Fedora Project Wiki
No edit summary
No edit summary
Line 37: Line 37:
     * display debug info (--debug)
     * display debug info (--debug)
   * create custom configuration in /etc/sectool/sectool.conf and run it (-a)
   * create custom configuration in /etc/sectool/sectool.conf and run it (-a)
      
  * check diff option
 
     * sectool --run suid; chmod a+s /bin/cp; sectool --run suid --diff; chmod a-s /bin/cp
* run tests in graphical and textual interface
  * remove results.xml (--clean)
* run the tool with increasing 'security levels', watch it reporting more potential problems
  * check email support
* add a test with a description to the 'test repository', watch it being recognized by sectool
    * sectool --run home_files --mail jhrozek@redhat.com
* have a test result or even diff against previous run mailed to you
    * via sectool.conf (SEND_ATTACHMENT=diff, SEND_BODY=full)
* the rest pretty much depends on the tests, a few examples on what we currently have:
  * check /var/log/sectool.log file
** add '.' to your $PATH, watch it being reported by the path test
  * if properly formated
** add a new suid executable, watch it being reported by the suid test
  * logrotate handles this file
** allow remote root login, watch it being repoted by the openssh test
  * check "--refresh" option
** ..and many more (see list of existing tests below)
  * certain tests(route,suid,selinux,openssh) use persistent data, that could be re-initialized
* some sanity/smoke tests that we run before a new release are summed up https://fedorahosted.org/sectool/wiki/NewReleaseTesting
* check that the tests do what they are supposed to do
* see documentation /usr/share/doc/sectool-0.9.0/tests_documentation.html
* play with sectool-gui
* different switches
* create custom selections of test in your favourite level and see if it persist app. restart
* another sources:
* https://fedorahosted.org/sectool/wiki/NewReleaseTesting
* https://fedorahosted.org/sectool/wiki/UserDocumentation


== User Experience ==
== User Experience ==

Revision as of 11:01, 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)
 * check diff option
   * sectool --run suid; chmod a+s /bin/cp; sectool --run suid --diff; chmod a-s /bin/cp
 * remove results.xml (--clean)
 * check email support
   * sectool --run home_files --mail jhrozek@redhat.com
   * via sectool.conf (SEND_ATTACHMENT=diff, SEND_BODY=full)
 * check /var/log/sectool.log file
  * if properly formated
  * logrotate handles this file
 * check "--refresh" option
  * certain tests(route,suid,selinux,openssh) use persistent data, that could be re-initialized
  • check that the tests do what they are supposed to do
* see documentation /usr/share/doc/sectool-0.9.0/tests_documentation.html
  • play with sectool-gui
* different switches
* create custom selections of test in your favourite level and see if it persist app. restart
  • another sources:
* https://fedorahosted.org/sectool/wiki/NewReleaseTesting
* https://fedorahosted.org/sectool/wiki/UserDocumentation

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