Views:
In-the-Cloud Hash Query is a feature that uses DNS to send queries to Trend Micro cloud servers. This can help incease the SPAM detection rate.
However, some customers may want to disable In-the-Cloud Hash Queries. To disable the feature:
  1. Login to the IMSS Linux Shell.
  2. Go to/lib/pattern/tmase/rules/.
  3. Create a tmaseng.cfg file using the command:
    # touch tmaseng.cfg
  4. Open the file and add the line DisableDNSQuery=yes
    [root@imss71jp rules]# cat tmaseng.cfg
    DisableDNSQuery=yes
  5. Restart IMSS using the command:
    # /opt/trend/imss/script/S99IMSS restart
The In-the-Cloud Hash Query feature is now turned off.