Users accessing specific URLs with a .dll extension, such as https://<URL>/$login.dll receive Antivirus_Engine_Error ICAP error.
In the Access Logs (can be manually exported in Account Configuration > Log Export) this additional error can be seen:
Sample is of unsupported mimeType
The Cloud SWG Antivirus engine performs a consistency check between the file extension and its actual content. When a URL contains a .dll extension, the service expects the payload to be a binary executable and not an HTML file.
In cases like coursesondemand.com, the $login.dll is used as a gateway for web login (similar to an HTML file) rather than a standard binary. Because the file content does not match the expected binary signature for a DLL, the engine triggers a "Sample is of unsupported mimeType" mismatch and fails the scan with an antivirus_engine_error.
To resolve this issue, a policy exception to bypass the Antivirus engine for the affected domain or specific file pattern needs to be configured.