ProxySG & Advanced Secure Gateway

 View Only
  • 1.  How to show CAS module is virus detected exception page on ASG

    Posted Jul 31, 2018 11:08 PM

    Hi Guy 

     

    Sorry for asking I'm not have ASG to testing 

    How to show CAS module is virus detected  exception page on ASG ? 

    What exception code in ASG for Proxy module is a virus detected ?

     

    BR

    PK



  • 2.  RE: How to show CAS module is virus detected exception page on ASG

    Posted Aug 03, 2018 05:30 AM

    Dear PK,

     

    By default if is block  any AV it throw exception page stating "Block by kaspersky Engine"

     

    Also refer this KB for your reference.

     

    https://support.symantec.com/en_US/article.TECH248252.html

     

    BR

    Aboonaim

    ----------

    If you are satisfied with an answer, please click "Accept Solution"



  • 3.  RE: How to show CAS module is virus detected exception page on ASG

    Posted Aug 03, 2018 05:57 AM

    Dear PK,

    By default if is block by any AV it throw exception page stating "Block by kaspersky Engine"

    Also refer this KB for your reference.

    https://support.symantec.com/en_US/article.TECH248...

    BR

    Aboonaim

    ----------

    If you are satisfied with an answer, please click "Accept Solution"



  • 4.  RE: How to show CAS module is virus detected exception page on ASG
    Best Answer

    Posted Aug 21, 2018 12:22 AM

     

    Hi Guy I found it. 

     

    Bulid in exceptions on Proxy 
     

    (exception.virus_detected

        (contact)

        (details "Content contained $(quot)$(x-virus-id)$(quot). Details:$(crlf)$(x-virus-details)")

        (format)

              (help)

        (summary "A threat was detected in the content")

        (http

          (code "200")

          (contact)

          (details)

          (format)

          (help)

          (summary)

        )

      )

     

    Modify Bulid in exceptions on Proxy with your html code as you want

    (exception.virus_detected

        (contact)

        (details "Virus Content contained $(quot)$(x-virus-id)$(quot). Details:$(crlf)$(x-virus-details)")

        (format<<--11111111.55555--

                <html>

                <b>your html code</b><br>

               <img src="https://saverocity.com/chasingthepoints/wp-content/uploads/sites/12/2015/08/denied.jpg">
     

                Virus Content contained $(quot)$(x-virus-id)$(quot). Details:$(crlf)$(x-virus-details)

                </html>

                --11111111.55555--

                )

              (help)

        (summary "A threat was detected in the content")

        (http

          (code "200")

          (contact)

          (details)

          (format)

          (help)

          (summary)

        )

      )

    ============================

     

    You must have  a format number "<<--xxxxxxxx.xxxxx--"you can random x to number or alphabet   
     

    Sample 

    <<--12345678.12345--
    <<--1a3b5c7d.abc45--