HP VPN Firewall Appliances Attack Protection Command Reference

69
Default
No keyword filtering entry is specified for body filtering.
Views
HTTP filtering policy view, POP3 filtering policy view, SMTP filtering policy view
Default command level
2: System level
Parameters
keyword-entry-name: Specifies the name of the keyword filtering entry, a case-sensitive string or 1 to 32
characters. The keyword filtering entry must already exist.
Usage guidelines
You can specify multiple keyword filtering entries for body filtering.
Examples
# Create a keyword filtering entry WordofGame and add a keyword CounterStrike to the entry.
<Sysname> system-view
[Sysname] content-filtering keyword-entry WordofGame
[Sysname-contflt-keyword-WordofGame] keyword fix-string CounterStrike
[Sysname-contflt-keyword-WordofGame] quit
# Apply the keyword filtering entry WordofGame for body filtering in the HTTP filtering policy
HTTPBanned.
[Sysname] content-filtering http-policy HTTPBanned
[Sysname-contflt-http-policy-HTTPBanned] body-filtering keyword-entry WordofGame
# Create a keyword filtering entry Job and add a keyword recruitment to the entry.
<Sysname> system-view
[Sysname] content-filtering keyword-entry Job
[Sysname-contflt-keyword-Job] keyword fix-string recruitment
[Sysname-contflt-keyword-Job] quit
# Apply the keyword filtering entry Job for body filtering in the SMTP filtering policy SMTPBanned.
[Sysname] content-filtering smtp-policy SMTPBanned
[Sysname-contflt-smtp-policy-SMTPBanned] body-filtering keyword-entry Job
[Sysname-contflt-smtp-policy-SMTPBanned] quit
# Apply the keyword filtering entry Job for body filtering in the POP3 filtering policy POP3Banned.
[Sysname] content-filtering pop3-policy pop3Banned
[Sysname-contflt-pop3-policy-POP3PBanned] body-filtering keyword-entry Job
Related commands
content-filtering keyword-entry
content-filtering http-policy
content-filtering pop3-policy
content-filtering smtp-policy
command-filtering keyword-entry
Use command-filtering keyword-entry to specify a keyword filtering entry for command word filtering.