HP-UX Host Intrusion Detection System Version 4.3 administrator guide

Table Of Contents
Example C-7 To generate a report for an agent showing only the date and time (local), severity,
attacker, target, and to email the report in text format to a specified email address
/opt/ids/bin/idsadmin r a ariel --alert-fields localdate,
severity,attacker,target --report-format text -email-to
admin@xyz.com
Figure C-3 shows a portion of the report generated in text format:
Figure C-3 Screenshot of the Generated Report in text Format
Example C-8 To generate individual reports for all agents listed in the sentinal.hosts file,
sorted by severity starting from January 01 2007
/opt/ids/bin/idsadmin r a all --report-type perhost
--sort-by severity --start-date 20070101
Example C-9 To generate a report listing only the critical alerts for all agents listed in the
sentinal.hosts file starting from January 01 2007, and to display the report in raw format
using commas to delimit alert fields
/opt/ids/bin/idsadmin r a abc.hp.com,xyz.hp.com
--alert-severities critical --report-format raw
--report-delimiter , --start-date 20070101
Generating Alert Reports Using the idsadmin Command 189