# Copyright (c) 2010 Flowerfire, Inc. All Rights Reserved. secure_iis_binary = { plugin_version = "1.0.1" # Initial creation - 1.0 # 2011-07-14 - 1.0.1 - MSG - Edited info lines. info.1.manufacturer = "eEye Digital Security" info.1.device = "SecureIIS Binary" info.1.version.1 = "" # The name of the log format log.format.format_label = "SecureIIS Binary Log Format (SUPPORTED ONLY AFTER TEXT EXPORT)" log.miscellaneous.log_data_type = "error" log.miscellaneous.log_format_type = "web_server" # The log is in this format if any of the first ten lines match this regular expression log.format.autodetect_expression = " (contains(volatile.log_data_line, 'SecureIIS') and node_exists('volatile.processing_log_filename') and ends_with(lowercase(volatile.processing_log_filename), '.cdx')) or (contains(volatile.log_data_line, '') and node_exists('volatile.processing_log_filename') and ends_with(lowercase(volatile.processing_log_filename), '.fpt')) " create_profile_wizard_options = { # 17/April/2009 - Disabled "lang_messages.not_supported_binary_log_format.secure_iis_binary" because it doesn't exist # and would throw an error due expand() upon the not_supported_message node. # not_supported_message = "$lang_messages.not_supported_binary_log_format.secure_iis_binary" not_supported_message = "" } # create_profile_wizard_options } # secure_iis_binary