Reply To: I have some question about web redirection.

Home Forums Discussions Support I have some question about web redirection. Reply To: I have some question about web redirection.

#6036
Vadim Smirnov
Keymaster

    if we detect some harmful site(http packet) in winpkfilter we redirect alert site.

    Since connection to the harmful site already established it can’t be easily redirected (normally redirection should occure during connection establishment). However, you can terminate connection to the harmful site and drop all packet to/from it, alert user about harmful site, redirect all newly established HTTP user sessions from the registered harmful site to the alert site and etc…