Here are a pair of parse and report programs. Roughly illustrate how to
use various Perl features for doing ad hoc reporting:
- Typical auth.log from honey-pot server: auth.log
- Parsing program (writes data to SQLite to database): parse-auth-log.pl
- Reporting program (reads data from SQLITE and writes some reports, augment with some live AS information: report-auth-log.pl