Whitelist Telivy
How to get your Anti-Virus to allow smooth installation of Telivy
To whitelist your Anti-Virus or EDR, follow these instructions:- If installation is failing:
- First, whitelist the domain install.telivy.com
- Then, if still not working, whitelist directory: “C:\Program Files (x86)\Telivy”
- If installation succeeds, but Telivy cannot connect to our services:
- Domains:
- Executables:
- C:\Program Files (x86)\Telivy\Telivy Agent\Telivy.Agent.Windows.exe 2. C:\Program Files (x86)\Telivy\Telivy Agent\Telivy.Scanner.Windows.exe 3. C:\Program Files (x86)\Telivy\Telivy Agent\Telivy.Launcher.Windows.exe 4. C:\Program Files (x86)\Telivy\Telivy Agent\Telivy.Updater.Windows.exe
- If neither of the above work, we advise broader whitelisting:
- Domains: *.telivy.com
- Folders: “C:\Program Files (x86)\Telivy\Telivy Agent”
Installation Timeline
Once the installation has been kicked off, here is the sequence of events to be performed:- When using RMM installation, the first step is to download the MSI from install.telivy.com and install the package. If you notice that the download has failed, please check your Anti-Virus status (instructions seen above).
- Our installation process is as follows:
- Extracting the necessary executables to the installation folder
- Setting registry entries
- Creating and starting a Windows Service
- Telivy Agent is a Windows Service. Once an hour it sends a heartbeat log and starts Telivy Scanner. The scanner only collects what is actually due, so an hourly start is not an hourly full scan. Scanning Schedule covers how often each check runs again.
- The first step for the Telivy Scanner is to reach the Telivy servers to create an asset in your assessment. It gathers a hostname, OS name, and any other machine-identifying metadata.
- The asset scan is then triggered, which includes vulnerability scanning, application scanning, PII scans, and password analysis.
- The status then changes to “In Progress” in the Telivy portal.
- The controller checks in hourly to see whether that first scan has finished. The PII scan is usually the slowest part, depending on how many files are on the asset.
Under the Hood
What happens under the hood
Some of the executables that we run are as follows:- C:\Program Files (x86)\Telivy\Telivy Agent\Telivy.Agent.Windows.exe: Registers as Windows Service, a controller orchestrating the scanning process. Responsible for periodically running Telivy Scanner and sending heartbeat log to Telivy services.
- C:\Program Files (x86)\Telivy\Telivy Agent\Telivy.Scanner.Windows.exe: Performs the actual scanning.
- C:\Program Files (x86)\Telivy\Telivy Agent\Telivy.Launcher.Windows.exe: Wrapper for running scanner on user context, since Agent runs on SYSTEM one (due to Windows Service)
- C:\Program Files (x86)\Telivy\Telivy Agent\Telivy.Updater.Windows.exe: Performs auto-update of the agent if such feature is enabled