IntegrityCheck

Differences between revisions 14 and 15
Revision 14 as of 2006-12-13 08:23:10
Size: 3052
Editor: gordian
Comment: add wget test and possible solution
Revision 15 as of 2006-12-13 10:46:02
Size: 3034
Editor: gordian
Comment: update status
Deletions are marked like this. Additions are marked like this.
Line 27: Line 27:
   * adapt the client to use https (busybox wget does not support https. consider packaging wget-udeb - need discussion with cjwatson).    * adapt the client to use https (busybox wget does not support https. Packaged wget-udeb with cjwatson consensum).

Please check the status of this specification in Launchpad before editing it. If it is Approved, contact the Assignee or another knowledgeable person before making changes.

Summary

This spec is a more detailed one that has been splitted from [https://wiki.ubuntu.com/ServerCandy] and there is no real summary for it.

Rationale

A lot of sysadmins have the need to do lightweight intrusion detection to ensure system integrity. system-integrity-check provides a way to at least verify a big set of data on an installed system to ensure that main set of tools have not been compromised. The checker is *NOT* a replacement for a full intrusion detection system.

Use cases

  • Elmo wants to verify that all the binaries on a certain system are still ok. He knows that system-integrity-check can do that offline using a trusted source of data (pkgsum.ubuntu.com). Once verified that the main set of binaries are still intact, he will be able to reinstall whatever is corrupted or compromised with very little effort due to the detailed report that's generated by the scan. He is also aware that not everything can be checked, but at least the system is safe enough to be accessible.

Implementation

  • Infrastructure at the datacenter (pkgsum.ubuntu.com) is now available and updated automatically.
  • move to use https (high priority):
    • change pkgsum.ubuntu.com (done - 28/11/2006)
    • adapt the client to use https (busybox wget does not support https. Packaged wget-udeb with cjwatson consensum).
  • system-integrity-check code is in the archive and hooked up to rescue d-i boot option (done).
  • move system-integrity-check to main and make it part of cd images.
  • add more checks to system-integrity-check:
    • check for orphaned files.
    • add SHA1 checks (does it add anything compared to md5)?
    • attempt to not rely on dpkg database on the installed system.
  • offer the code as deb to run on the running system (low priority due to the hooks with d-i).
  • in the long term, get soyuz to populate pkgsum (separate spec in progress with malcc that's not available yet).
  • add option to "add external pkgsum archive" for internal company use that do not want to use pkgsum or add pkgs to the archive.
  • add concept of Origin: on server (need to provide) and client (need to understand) to support mixed archives from pkgsum and custom repositories.

Unresolved issues

  • Abstracting the tool from the dpkg db on the installed system is not trivial and might end up in tons of false positive. is it actually worth doing it? also in front of the fact that the system will need a reinstall if such db is compromised.
  • find a more fancy name (cockfosters?)


CategorySpec

IntegrityCheck (last edited 2008-08-06 16:14:39 by localhost)