# Copyright (c) 2010 Flowerfire, Inc. All Rights Reserved. enterasys_dragon_ids = { plugin_version = "1.0.1" # Initial creation - 1.0 # 2010-11-02 - 1.0.1 - MSG - Edited info lines. info.1.manufacturer = "Enterasys Networks" info.1.device = "Dragon IDS" info.1.version.1 = "" # The name of the log format log.format.format_label = "Enterasys Dragon IDS Log Format" log.miscellaneous.log_data_type = "firewall" log.miscellaneous.log_format_type = "firewall" # The log is in this format if any of the first ten lines match this regular expression log.format.autodetect_regular_expression = "^[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9] [0-9][0-9]:[0-9][0-9]:[0-9][0-9]\\|[^|]*\\|[^|]*\\|[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+\\|[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+\\|[0-9]+\\|[0-9]+\\|[TFI]\\|[^|]*\\|[0-9]+\\|[^|]*\\|[^|]*\\|" # This regular expression is used to parse the log fields out of the log entry log.format.parsing_regular_expression = "^([0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]) ([0-9][0-9]:[0-9][0-9]:[0-9][0-9])\\|([^|]*)\\|([^|]*)\\|([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)\\|([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)\\|([0-9]+)\\|([0-9]+)\\|([TFI])\\|([^|]*)\\|([0-9]+)\\|([^|]*)\\|([^|]*)\\|" # The format of dates and times in this log log.format.date_format = "auto" log.format.time_format = "auto" # Log fields log.fields = { date = "" time = "" sensor_name = "" event_id = "" source_ip.type = "host" destination_ip = "" source_port = "" destination_port = "" direction = "" tcp_flags = "" protocol = "" event_header = "" event_data = "" } # log.fields # Database fields database.fields = { date_time = "" hour_of_day = "" day_of_week = "" sensor_name = "" event_id = "" source_ip = "" location = "" destination_ip = "" source_port = "" destination_port = "" direction = "" tcp_flags = "" protocol = "" event_header = "" event_data = "" } # database.fields database.numerical_fields = { events = { label = "$lang_stats.field_labels.events" default = true requires_log_field = false type = "int" display_format_type = "integer" entries_field = true } # events } # database.numerical_fields log.filters = { convert_protocol = { label = 'convert protocol' comment = '' value = "if (protocol == 6) then protocol = 'tcp' else if (protocol == 17) then protocol = 'udp' else if (protocol == 1) then protocol = 'icmp'" } mark_entry = { label = '$lang_admin.log_filters.mark_entry_label' comment = '$lang_admin.log_filters.mark_entry_comment' value = 'events = 1;' } # mark_entry } # log.filters 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 = "" sensor_name = "" event_id = "" source_ip = "" location = "" destination_ip = "" source_port = "" destination_port = "" direction = "" tcp_flags = "" protocol = "" event_header = "" event_data = "" } # report_groups } # create_profile_wizard_options } # enterasys_dragon_ids