Dynamic Content Analysis for intelligent web content filter

Unlike Other content filtering methord this does not have any list of websites (domains/urls) ,
It blocks the occurrence of blocked Words

Dynamic Content Analysis works as follows:

  • As the user request a web page address.

  • Web pages are received to content filter engine.

  • The Dynamic Content Analysis engine compares the parsed text against categorized word and phrase lists.

  • Every time a match is made, a weighting value for the word or phrase is added to a page score.

  • Level 1: Will block a page if it contains one or more blocked words or one or more occurrence of any word.
    Level 2: Will block a page if it contains two or more blocked words or two or more occurrence of any word.
    Level 3: Will block a page if it contains three or more blocked word or threee or more occurrence of any word.
  • Once the page score reaches a threshold blocking value, the page will be blocked, and a “Blocked Page” Page is sent to the user’s Browser instead of the page Actually requested.

  • The strength of the Dynamic Content Analysis filter works on the number of occurrence of any word from the Blocked Words list. It looks for these words in webpages that are accessed.