home *** CD-ROM | disk | FTP | other *** search
Wrap
INI File | 2004-11-23 | 10.9 KB | 361 lines
;Last modify build: #355 ;Last modify date: 01.09.2004 ;10000xx - reserved by Ads presets ;10001xx - reserved by Content presets ;10002xx - reserved by DNS presets ;10003xx - reserved by Attachment presets ;10004xx - reserved by Attack Detection ;10005xx - reserved by Active Content ;10006xx - reserved by Connection Log [PresetsVer] IniSectionVer=355, 00000000 [Fields] ;Ads 100000="%ps_ads_key_count%", VISIBLE|FORMAT_RIGHT, 80, TEXT_INTEGER, ;content 100100="%ps_content_key_count%", VISIBLE|FORMAT_RIGHT, 80, TEXT_INTEGER, 100101="%ps_content_url_count%", VISIBLE|FORMAT_RIGHT, 80, TEXT_INTEGER, ;DNS 100200="%ps_dns_count%", VISIBLE|FORMAT_RIGHT, 80, TEXT_INTEGER, :Attachment 100300="%ps_attach_file_count%", VISIBLE|FORMAT_RIGHT, 80, TEXT_INTEGER, ;Attack ;Active Content 100500="%ps_act_cont_event_count%", VISIBLE|FORMAT_RIGHT, 80, TEXT_INTEGER, [AliaseToIDMapping] ;Ads ps_ads_key_count=100000 ;content ps_content_key_count=100100 ps_content_url_count=100101 ;DNS ps_dns_count=100200 ;Attachment ps_attach_file_count=100300 ;Attack ;Active Content ps_act_cont_event_count=100500 ;//////////////////////////////////////////////////////// ;// ;// presets ;// ;//////////////////////////////////////////////////////// ;//////////////////////////////////////////////////////// ;Ads [ps_ads_block] _PARENT=Ads DisplayName=%Last 10 Ads blocked% Icon=op_log.dll, 16 OpenIcon=op_log.dll, 16 DataTable=SELECT TOP 10 * from ads_log order by fld_20005_11 desc DefaultOrder=20005, 20002, 20003, 20004 MaxRecordCount=10 [ps_ads_keywords] _PARENT=Ads DisplayName=%Most popular keywords% Icon=op_log.dll, 16 OpenIcon=op_log.dll, 16 DataTable=SELECT fld_20004_9/*Keyword*/, count(fld_20004_9) as ps_ads_key_count from ads_log group by fld_20004_9 order by 2 desc DefaultOrder=20004, 100000 ;//////////////////////////////////////////////////////// ;Content [ps_content_keywords] _PARENT=Content DisplayName=%Most often keywords used for blocking% Icon=op_log.dll, 16 OpenIcon=op_log.dll, 16 DataTable=SELECT fld_21004_9/*Keyword*/, count(fld_21004_9) as ps_content_key_count from cnt_log group by fld_21004_9 order by 2 desc DefaultOrder=21004, 100100 [ps_content_often] _PARENT=Content DisplayName=%Most often sites blocked% Icon=op_log.dll, 16 OpenIcon=op_log.dll, 16 DataTable=SELECT fld_21003_9/*URL*/, count(fld_21003_9) as ps_content_url_count from cnt_log group by fld_21003_9 order by 2 desc DefaultOrder=21003, 100101 [ps_content_10] _PARENT=Content DisplayName=%Last 10 sites blocked% Icon=op_log.dll, 16 OpenIcon=op_log.dll, 16 DataTable=SELECT TOP 10 * FROM cnt_log order by fld_21005_11/*Date Time*/ desc DefaultOrder=21005, 21002, 21003, 21004 MaxRecordCount=10 ;//////////////////////////////////////////////////////// ;DNS Cache [ps_dNS_cache_used] _PARENT=Dns DisplayName=%Most used records% Icon=op_log.dll, 16 OpenIcon=op_log.dll, 16 DataTable=SELECT fld_22004_9/*Host*/, count(fld_22004_9) as ps_dns_count from dns_log WHERE fld_22002_7=2/*Event Type*/ group by fld_22004_9 order by 2 desc DefaultOrder=22004, 100200 [ps_dNS_cache_10_used] _PARENT=Dns DisplayName=%Last 10 used records% Icon=op_log.dll, 16 OpenIcon=op_log.dll, 16 DataTable=SELECT TOP 10 fld_22003_9/*IP*/, fld_22004_9/*Host*/, fld_22005_11/*Date Time*/ FROM dns_log WHERE fld_22002_7=2/*Event Type*/ order by fld_22005_11/*Date Time*/ desc DefaultOrder=22005, 22004, 22003 MaxRecordCount=10 [ps_dNS_cache_10_new] _PARENT=Dns DisplayName=%Last 10 new records% Icon=op_log.dll, 16 OpenIcon=op_log.dll, 16 DataTable=SELECT TOP 10 fld_22003_9/*IP*/, fld_22004_9/*Host*/, fld_22005_11/*Date Time*/ FROM dns_log WHERE fld_22002_7=0/*Event Type*/ order by fld_22005_11/*Date Time*/ desc DefaultOrder=22005, 22004, 22003 MaxRecordCount=10 ;//////////////////////////////////////////////////////// ;Attachment filter [ps_attachment_quar] _PARENT=EmailAttachments DisplayName=%Most often renamed file types% Icon=op_log.dll, 16 OpenIcon=op_log.dll, 16 DataTable=SELECT fld_23006_9/*File type*/, count(fld_23006_9) as ps_attach_file_count FROM email_log where fld_23007_2=1 or fld_23007_2=3 group by fld_23006_9 order by 2 desc DefaultOrder=23006, 100300 [ps_attachment_10] _PARENT=EmailAttachments DisplayName=%Last 10 e-mails with attachments% Icon=op_log.dll, 16 OpenIcon=op_log.dll, 16 DataTable=SELECT TOP 10 * FROM email_log order by fld_23002_11/*Date Time*/ desc DefaultOrder=23002, 23003, 23004, 23005, 23006, 23007 MaxRecordCount=10 ;//////////////////////////////////////////////////////// ;Attack Detection [ps_suspicious_packets] _PARENT=Protect DisplayName=%Suspicious packets% Icon=op_log.dll, 16 OpenIcon=op_log.dll, 16 DataTable=select fld_24007_11/*Date Time*/, fld_24002_8/*IP*/, fld_24006_10/*Scan data*/, fld_24005_7/*Scan count*/, fld_24003_8/*IP1*/ from prot_log where fld_24004_6=3 order by 1 desc DefaultOrder=24007, 24002, 24006 [ps_atack_10] _PARENT=Protect DisplayName=%Last 10 Attacks detected% Icon=op_log.dll, 16 OpenIcon=op_log.dll, 16 DataTable=SELECT TOP 10 * FROM prot_log where fld_24004_6 <> 3 ORDER BY fld_24007_11/*Date Time*/ desc DefaultOrder=24007, 24004, 24002, 24006 MaxRecordCount=10 ;//////////////////////////////////////////////////////// ;Active Content [ps_active_content_blocked] _PARENT=Web DisplayName=%Most often active elements blocked% Icon=op_log.dll, 16 OpenIcon=op_log.dll, 16 DataTable=SELECT fld_25002_7/*Event Type*/, count(fld_25002_7) as ps_act_cont_event_count from web_log group by fld_25002_7/*Event Type*/ order by 2 desc DefaultOrder=25002, 100500 [ps_active_content_active] _PARENT=Web DisplayName=%Sites with a lot of active elements% Icon=op_log.dll, 16 OpenIcon=op_log.dll, 16 DataTable=SELECT fld_25003_9/*URL*/, count(fld_25003_9) as ps_act_cont_event_count from web_log group by fld_25003_9 order by 2 desc DefaultOrder=25003, 100500 [ps_active_content_10] _PARENT=Web DisplayName=%Last 10 active elements blocked% Icon=op_log.dll, 16 OpenIcon=op_log.dll, 16 DataTable=SELECT TOP 10 fld_25003_9/*URL*/, fld_25002_7/*Elements*/, fld_25005_11/*Date Time*/ FROM web_log order by fld_25005_11/*Date Time*/ desc DefaultOrder=25005, 25002, 25003 MaxRecordCount=10 ;//////////////////////////////////////////////////////// ;Allowed history [ps_conn_log_allow_today] _PARENT=conn_log_allow DisplayName=%Allowed Today% IsFilter=true EnableDBNotify=false DefaultOrder=30023, 30027, 30038, 30024, 30033, 30031, 30032, 30029, 30030, 30025, 30037, 30028, 30036, 30034, 30035 SortField=fld_30027_11 AscSort=no [ps_conn_log_allow_today\Filter] _NoCopyIfExist=true 30027={Enable:=1}{UseLastTime:=true}{LastTimeType:=5}{LastTimeValue:=1}{FromTime:=2003.2.16.17.39.1}{ToTime:=2003.2.16.17.39.1} [ps_conn_log_allow_10_min] _PARENT=conn_log_allow DisplayName=%Allowed during last 10 min% IsFilter=true EnableDBNotify=false DefaultOrder=30023, 30027, 30038, 30024, 30033, 30031, 30032, 30029, 30030, 30025, 30037, 30028, 30036, 30034, 30035 SortField=fld_30027_11 AscSort=no [ps_conn_log_allow_10_min\Filter] _NoCopyIfExist=true 30027={Enable:=1}{UseLastTime:=true}{LastTimeType:=1}{LastTimeValue:=10}{FromTime:=2003.2.16.17.39.1}{ToTime:=2003.2.16.17.39.1} ;//////////////////////////////////////////////////////// ;Blocked history [ps_conn_log_block_today] _PARENT=conn_log_block DisplayName=%Blocked Today% IsFilter=true EnableDBNotify=false DefaultOrder=30023, 30027, 30038, 30024, 30033, 30031, 30032, 30029, 30030, 30025, 30037, 30028, 30036, 30034, 30035 SortField=fld_30027_11 AscSort=no [ps_conn_log_block_today\Filter] _NoCopyIfExist=true 30027={Enable:=1}{UseLastTime:=true}{LastTimeType:=5}{LastTimeValue:=1}{FromTime:=2003.2.16.17.39.1}{ToTime:=2003.2.16.17.39.1} [ps_conn_log_block_today_10_min] _PARENT=conn_log_block DisplayName=%Blocked during last 10 min% IsFilter=true CanAddFilter=0 EnableDBNotify=false DefaultOrder=30023, 30027, 30038, 30024, 30033, 30031, 30032, 30029, 30030, 30025, 30037, 30028, 30036, 30034, 30035 SortField=fld_30027_11 AscSort=no [ps_conn_log_block_today_10_min\Filter] _NoCopyIfExist=true 30027={Enable:=1}{UseLastTime:=true}{LastTimeType:=1}{LastTimeValue:=10}{FromTime:=2003.2.16.17.39.1}{ToTime:=2003.2.16.17.39.1} ;//////////////////////////////////////////////////////// ;Netbios history [conn_log_allow_netbios_filter] _PARENT=conn_log_allow DisplayName=%NetBios history Allow% IsFilter=true CanAddFilter=0 EnableDBNotify=false DefaultOrder=30023, 30027, 30038, 30024, 30033, 30031, 30032, 30029, 30030, 30025, 30037, 30028, 30036, 30034, 30035 SortField=fld_30027_11 AscSort=no [conn_log_allow_netbios_filter\Filter] _NoCopyIfExist=true 30038={Enable:=1}{Values_0:=NETBIOS} [conn_log_allow_netbios_filter\FieldsState] _NoCopyIfExist=true 30027=VISIBLE, 1, 100 30038=HIDE, 3, 120 30024=VISIBLE, 3, 80 30033=HIDE, 4, 100 30031=VISIBLE, 2, 100 30032=HIDE, 5, 100 30029=HIDE, 7, 100 30030=HIDE, 8, 100 30025=HIDE, 6, 300 30037=HIDE, 9, 300 30028=HIDE, 10, 100 30036=HIDE, 11, 100 30034=HIDE, 12, 100 30035=HIDE, 13, 100 ;//////////////////////////////////////////////////////// ;Web History [conn_log_allow_web_filter] _PARENT=conn_log_allow DisplayName=%Web history Allow% IsFilter=true CanAddFilter=0 EnableDBNotify=false DefaultOrder=30023, 30027, 30038, 30024, 30033, 30031, 30032, 30029, 30030, 30025, 30037, 30028, 30036, 30034, 30035 SortField=fld_30027_11 AscSort=no [conn_log_allow_web_filter\Filter] _NoCopyIfExist=true 30033={Enable:=1}{TCP:=true} 30032={Enable:=1}{Ports:=80-83, 443, 1080, 3128, 8080, 8088} [conn_log_allow_web_filter\FieldsState] _NoCopyIfExist=true 30027=VISIBLE, 1, 100 30038=HIDE, 4, 120 30024=HIDE, 6, 80 30033=HIDE, 5, 100 30031=VISIBLE, 2, 100 30032=HIDE, 7, 100 30029=HIDE, 9, 100 30030=HIDE, 10, 100 30025=HIDE, 8, 300 30037=HIDE, 11, 300 30028=HIDE, 12, 100 30036=HIDE, 13, 100 30034=VISIBLE, 3, 100 30035=VISIBLE, 4, 100 ;//////////////////////////////////////////////////////// ;Email history [conn_log_allow_email_filter] _PARENT=conn_log_allow DisplayName=%Email history Allow% IsFilter=true CanAddFilter=0 EnableDBNotify=false DefaultOrder=30023, 30027, 30038, 30024, 30033, 30031, 30032, 30029, 30030, 30025, 30037, 30028, 30036, 30034, 30035 SortField=fld_30027_11 AscSort=no [conn_log_allow_email_filter\Filter] _NoCopyIfExist=true 30033={Enable:=1}{TCP:=true} 30032={Enable:=1}{Ports:=25, 109, 110, 143, 995} [conn_log_allow_email_filter\FieldsState] _NoCopyIfExist=true 30027=VISIBLE, 1, 100 30038=HIDE, 5, 120 30024=VISIBLE, 3, 80 30033=HIDE, 6, 100 30031=VISIBLE, 2, 100 30032=HIDE, 7, 100 30029=HIDE, 9, 100 30030=HIDE, 10, 100 30025=HIDE, 8, 300 30037=HIDE, 11, 300 30028=HIDE, 12, 100 30036=HIDE, 13, 100 30034=VISIBLE, 4, 100 30035=VISIBLE, 5, 100 ;//////////////////////////////////////////////////////// ;eof presets ////////////////////////////////////////////////////////