Data Loss Prevention

 View Only
  • 1.  Number of ICAP connection to DLP Web

    Posted Apr 20, 2017 02:26 PM

    Hello,

    Its possible to verify how many icap connection are recieved DLP prevent for Web? 

    Any alert for example? 

    In the traffic only see the amount of Messages 

    Regards



  • 2.  RE: Number of ICAP connection to DLP Web

    Posted Apr 21, 2017 08:23 AM

    I'm sure the debug logs would help but the easiest way I feel is to simply perform -->

    netstat -ano | find "1344"


    Maybe even write a 'netstat capture' script, schedule it to capture and dump the netstat snapshot at multiple intervals. Generally I would stay at that and validate that manually. However your point towards getting automated alerts might take this effort to a level wherin  you might want to - use something like a simple VB/.net program to publish/organize the log files in a UI based format later even configure alerting.