Linux deployment includes some prerequisite verification before accessing the command line and installing the tool.
After deploying the tool to Linux endpoints, you must choose which endpoints to enable XDR capabilities on from the Endpoint Inventory screen.
For more information, see Endpoint Inventory 2.0.
Download the package locally and deploy the tmxbc_linux64.tgz archive to target endpoints.
Copy the download link and execute the following wget command on the target endpoint, which downloads and renames the file:
$ wget <download_link> -O tmxbc_linux64.tgz
Each package is specific to your company. After installing the package, the endpoint starts reporting to your company's Trend Vision One console.
openssl version
tar -xvf tmxbc_linux64.tgz
Where "tmxbc_linux64.tgz" is the name of the package.
checksum
checksum.p7
manifest
.property
README
tmxbc
openssl cms -verify -binary -in checksum.p7 -inform DER -verify -content checksum -purpose any -certsout need_to_check.certs -out /dev/null
The expected output is Verification successful.
Use the need_to_check.certs certificate generated by the command in the subsequent verification steps.
openssl crl2pkcs7 -nocrl -certfile need_to_check.certs | openssl pkcs7 -print_certs -noout
The output should be:
subject=C = US, O = "DigiCert, Inc.", CN = DigiCert Trusted G4 Code Signing RSA4096 SHA384 2021 CA1
issuer=C = US, O = DigiCert Inc, OU = www.digicert.com, CN = DigiCert Trusted Root G4
subject=businessCategory = Private Organization, jurisdictionC = TW, serialNumber = 23310837, C = TW, ST = Taipei City, L = Da\E2\80\99an District, O = "Trend Micro, Inc.", CN = "Trend Micro, Inc."
issuer=C = US, O = "DigiCert, Inc.", CN = DigiCert Trusted G4 Code Signing RSA4096 SHA384 2021 CA1
sha256sum -c checksum
If the system does not return an error, you can begin installing the package.
To install the Endpoint Basecamp program without a proxy, execute the following command:
$ ./tmxbc install
To install the Endpoint Basecamp program with a proxy, execute the following command:
$ ./tmxbc install --proxyURL <IPv4 or IPv6 address of proxy server>
For example:
$ ./tmxbc install --proxyURL http://10.1.1.1:80
Endpoint Basecamp only supports HTTP proxies and does not support the use of proxy credentials.
For a complete list of available CLI commands, see Linux CLI Commands.