rulebase-ips { rule http { match { application default; attacks { predefined-attack-groups [ "HTTP - Critical" "HTTP - Major" "HTTP - Minor" ]; } } then { action { recommended; } notification { log-attacks; } } } rule smtp { match { application default; attacks { predefined-attack-groups [ "SMTP - Critical" "SMTP - Major" "SMTP - Minor" ]; } } then { action { recommended; } notification; } } rule ssl { match { application default; attacks { predefined-attack-groups [ "SSL - Critical" "SSL - Major" "SSL - Minor" ]; } } then { action { recommended; } notification; } } } } active-policy Cache_IDP_Policy; security-package { url https://services.netscreen.com/cgi-bin/index.cgi; }