Views:

To bypass TMproxy:

  1. Close the Agent. Right-click on the WFBS Agent and click Unload Agent.
  2. Open the Registry Editor.
     
    Always back up the whole registry before making any modifications. Incorrect changes to the registry can cause serious system problems.
     
  3. Enable UseWhiteList and create SEG_WhiteListIPNum.

    UseWhiteList=dword:00000001
    SEG_WhiteListIPNum= dword:00000001

    If you need to add more IPs, change the number of SEG_WhiteListIPNum=xx.

  4. Create the following hive:

    [HKEY_LOCAL_MACHINE\SOFTWARE\Trendmicro\NSC\TmProxy\WhiteList\SEG_WhiteListIP0]

    Each time you add a new IP address, you need to create a new hive.

    Example:

    SEG_WhiteListIP0
    SEG_WhiteListIP1
    SEG_WhiteListIP2
    SEG_WhiteListIPX

     
    For newer operating systems like Windows 8, 8.1, 2012 and newer, set the exclusions in the following registry key:
    HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\Osprey\WhiteList
     
  5. Create the following dword on the new hive:

    IPv4 = dword:********

    You need to convert each octet of the IP address into decimal before adding it in the registry.

    Example:
    192.168.10.59 = C0 A8 0A 3B

    Then add this value from the last octet to the first octet: 3B 0A A8 C0

    In the end you will get: IPv4 = dword: 3B0AA8C0/

  6. Restart the Agent.
    1. Go to the Start menu.
    2. Search for the Trend Micro entry.
    3. Click the Security Agent icon to restart.