Other Ways to Use Tracer

Copyright (c), 1995-6 by Management Analytics - All Rights Reserved


Because Tracer provides a command line interface, a common mode of operation is to set up hourly, daily, weekly, and monthly audits.

An Hourly Example

For example, in a critical environment, it might be worth doing a few tests every hour:

These tests are very fast, and in a properly tuned system, they will detect the most common symptoms of attack in less than a minute. A script like this one:

can be placed automatically run by "cron" to perform this task for you and send mail when anomalies are detected.

A Daily Example

On a daily basis, it might be worth spending the time to perform more rigorous checks. For example:

would be quite effective in a daily or even weekly check of your system. Again, a comparison script can be used to automatically detect new situations.