# Copyright (c) 2010 Flowerfire, Inc. All Rights Reserved. iss = { plugin_version = "1.0.1" # Initial creation - 1.0 # 2011-03-23 - 1.0.1 - MSG - Edited info lines. info.1.manufacturer = "Internet Security Systems" info.1.device = "Firewall" info.1.version.1 = "" # The name of the log format log.format.format_label = "ISS Log Format" log.miscellaneous.log_data_type = "firewall" log.miscellaneous.log_format_type = "internet_device" # The log is in this format if any of the first ten lines match this regular expression log.format.autodetect_regular_expression = "^#attack-list" # Parse with this regular expression log.format.parsing_regular_expression = "^([0-9]*), ([0-9-]+) ([0-9:]+), ([^,]*), ([^,]*), ([^,]*), ([^,]*), ([^,]*), ([^,]*), ([^,]*), ([^,]*), ([^,]*), ([^,]*), ([^,]*), ([^,]*)$" # Entries are called accesses statistics.miscellaneous.entry_name = "attacks" # The format of dates and times in this log log.format.date_format = "auto" log.format.time_format = "auto" # Ignore .csv extension on file -- it's not really a CSV file log.format.ignore_format_lines = "true" # Log fields log.fields = { severity = { label = "$lang_stats.field_labels.severity" type = "flat" index = 0 subindex = 0 } # severity date = { label = "$lang_stats.field_labels.date" type = "date" index = 0 subindex = 0 hierarchy_dividers = "" left_to_right = false leading_divider = "false" } # date time = { label = "$lang_stats.field_labels.time" type = "time" index = 0 subindex = 0 hierarchy_dividers = "" left_to_right = false leading_divider = "false" } # time issue_id = { label = "$lang_stats.field_labels.issue_id" type = "flat" index = 0 subindex = 0 } # issue_id issue_name = { label = "$lang_stats.field_labels.issue_name" type = "flat" index = 0 subindex = 0 } # issue_name intruder_ip = { label = "$lang_stats.field_labels.intruder_ip" type = "flat" index = 0 subindex = 0 } # intruder_ip intruder_name = { label = "$lang_stats.field_labels.intruder_name" type = "flat" index = 0 subindex = 0 } # intruder_name victim_ip = { label = "$lang_stats.field_labels.victim_ip" type = "flat" index = 0 subindex = 0 } # victim_ip victim_name = { label = "$lang_stats.field_labels.victim_name" type = "flat" index = 0 subindex = 0 } # victim_name parameters = { label = "$lang_stats.field_labels.parameters" type = "flat" index = 0 subindex = 0 } # parameters count = { label = "$lang_stats.field_labels.count" type = "flat" index = 0 subindex = 0 } # count response_level = { label = "$lang_stats.field_labels.response_level" type = "flat" index = 0 subindex = 0 } # response_level intruder_port = { label = "$lang_stats.field_labels.intruder_port" type = "flat" index = 0 subindex = 0 } # intruder_port victim_port = { label = "$lang_stats.field_labels.victim_port" type = "flat" index = 0 subindex = 0 } # victim_port packet_flags = { label = "$lang_stats.field_labels.packet_flags" type = "flat" index = 0 subindex = 0 } # packet_flags } # log.fields # Database fields database.fields = { date_time = { label = "$lang_stats.field_labels.date_time" log_field = "date_time" type = "string" suppress_top = 0 suppress_bottom = 3 display_format_type = "date_time" } # date_time day_of_week = { label = "$lang_stats.field_labels.day_of_week" log_field = "day_of_week" type = "string" suppress_top = 0 suppress_bottom = 2 display_format_type = "day_of_week" } # day_of_week hour_of_day = { label = "$lang_stats.field_labels.hour_of_day" log_field = "hour_of_day" type = "string" suppress_top = 0 suppress_bottom = 2 display_format_type = "hour_of_day" } # hour_of_day severity = { label = "$lang_stats.field_labels.severity" log_field = "severity" type = "string" suppress_top = 0 suppress_bottom = 2 } # severity issue_id = { label = "$lang_stats.field_labels.issue_id" log_field = "issue_id" type = "string" suppress_top = 0 suppress_bottom = 2 } # issue_id issue_name = { label = "$lang_stats.field_labels.issue_name" log_field = "issue_name" type = "string" suppress_top = 0 suppress_bottom = 2 } # issue_name intruder_ip = { label = "$lang_stats.field_labels.intruder_ip" log_field = "intruder_ip" type = "string" suppress_top = 0 suppress_bottom = 2 } # intruder_ip intruder_name = { label = "$lang_stats.field_labels.intruder_name" log_field = "intruder_name" type = "string" suppress_top = 0 suppress_bottom = 2 } # intruder_name victim_ip = { label = "$lang_stats.field_labels.victim_ip" log_field = "victim_ip" type = "string" suppress_top = 0 suppress_bottom = 2 } # victim_ip victim_name = { label = "$lang_stats.field_labels.victim_name" log_field = "victim_name" type = "string" suppress_top = 0 suppress_bottom = 2 } # victim_name parameters = { label = "$lang_stats.field_labels.parameters" log_field = "parameters" type = "string" suppress_top = 0 suppress_bottom = 2 } # parameters response_level = { label = "$lang_stats.field_labels.response_level" log_field = "response_level" type = "string" suppress_top = 0 suppress_bottom = 2 } # response_level intruder_port = { label = "$lang_stats.field_labels.intruder_port" log_field = "intruder_port" type = "string" suppress_top = 0 suppress_bottom = 2 } # intruder_port victim_port = { label = "$lang_stats.field_labels.victim_port" log_field = "victim_port" type = "string" suppress_top = 0 suppress_bottom = 2 } # victim_port packet_flags = { label = "$lang_stats.field_labels.packet_flags" log_field = "packet_flags" type = "string" suppress_top = 0 suppress_bottom = 2 } # packet_flags } # database.fields # Log Filters log.filters = { mark_entry = { label = '$lang_admin.log_filters.mark_entry_label' comment = '$lang_admin.log_filters.mark_entry_comment' value = 'attacks = 1;' } # mark_entry } # log.filters database.numerical_fields = { attacks = { label = "$lang_stats.field_labels.attacks" default = true requires_log_field = false type = "int" display_format_type = "integer" entries_field = true } # attacks counts = { label = "$lang_stats.field_labels.counts" requires_log_field = false type = "int" display_format_type = "integer" } # counts } # database.numerical_fields create_profile_wizard_options = { date_time_tracking = true host_tracking = true # How the reports should be grouped in the report menu report_groups = { date_time_group = "" } # report_groups } # create_profile_wizard_options not_supported = { pageviews = true sessionpages = true } # not_supported } # iss