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:
- Login to the IMSS Linux Shell.
- Go to/lib/pattern/tmase/rules/.
- Create a tmaseng.cfg file using the command:
# touch tmaseng.cfg
- Open the file and add the line DisableDNSQuery=yes
[root@imss71jp rules]# cat tmaseng.cfg
DisableDNSQuery=yes
- Restart IMSS using the command:
# /opt/trend/imss/script/S99IMSS restart
The In-the-Cloud Hash Query feature is now turned off.