Perform the following changes for a TIE Server responsible for reputation lookups and GTI updates (Primary, Secondary, Reputation Cache):
- Access the following file:
/opt/McAfee/tieserver/conf/tie.properties
- Using a text editor, identify the line containing the following value:
gti.native.gtiConnectionUrl
- Change the new value for this setting to tie.repl.gti.trellix.com
Example line after the change:
gti.native.gtiConnectionUrl=tie.repl.gti.trellix.com
- Add the following lines to the end of the tie.properties file:
gti.rest.conn.url=https://tieserver.rest.gti.trellix.com/1
gti.rest.client.host=tieserver.rest.gti.trellix.com
gti.rest.file.conn.url=https://tieserver.rest.gti.trellix.com/reputation/file-sha256/v1.0
gti.rest.file.client.host=tieserver.rest.gti.trellix.com
- Save the changes to this file and update the TIE Server services using the following command:
service tieserver restart
NOTE: These changes are already included in the TIE 4.x release.