Skip to content

Antivirus and System Configuration

For the HuLoop Discovery Agent to operate effectively, certain folders and executable files must be excluded from antivirus scanning. Additionally, a few system-level configurations must be enabled on each end-user device.

This section provides a checklist-style overview to guide IT teams during agent rollout.

Antivirus Exclusion Guidelines

Exclude the following folders and subfolders from your antivirus software:

Folder to ExcludePurpose
C:Program Fileskyp-clientMain application installation folder
C:Users{Username}AppDataRoamingKypClientUser-specific settings and logs
C:UsersPublicKypCacheCache used for temporary data and images
Important: Antivirus scanning in these directories may block agent components or reduce data capture accuracy.
IG_antivirus_exclusion_powershell
Adding folder exclusions in Windows Defender settings

Executable Whitelisting (Optional but Recommended)

If your antivirus or endpoint protection system supports SHA256-based whitelisting, you can whitelist individual agent executables.

Executable FileDefault Location
KypSupervisor.exe…KypClientsupervisor
javaw.exe…KypClientjre-17.0.12bin
KypClient.exe…KypClientrecorder
promtail-windows-386-291.exe…KypClientlogger
KypOcr.exe…KypClientKypOcr
KypNativeMessagingHostRunner.exe…Host
Security Tip: SHA256 hashes can be provided by HuLoop Support if needed. Always verify hash values before whitelisting.
IG_antivirus_exclusion_remotesigned
PowerShell execution policy set to RemoteSigned

Additional System Settings

Make sure the following settings are configured on each desktop before installation:

SettingRequirement
Chrome Developer ToolsMust be enabled on port 9222
Local Admin RightsAgent must be installed with local administrator privileges
PowerShell Execution PolicyMust be set to allow execution (RemoteSigned or higher)
Firewall ExceptionsAllow outbound HTTPS access (port 443) to the IPD Server

These settings can be managed via Group Policy (GPO), script-based automation, or device management tools like Intune or SCCM.

Resource Consumption Guidelines

Here’s a recap of typical agent resource usage:

  • CPU: ~2%
  • RAM: ~700 MB
  • Network: ~2 MB–10 MB per hour (depending on screenshot capture and activity level)
Note: Agent resource usage is intentionally lightweight to avoid slowing down the user’s machine.

Last updated: Sep 09, 2025
Back To Top