
Ivanti EPM can provide a patch management tool (Patch Management). The necessary configuration of the server is described in the documentation[1]. Before setting up the "Download updates" dialog, the SQL table "Patch" is empty. EPM does not know anything about the patches and the sources of obtaining them:

When the appropriate configuration in the "Download updates" window has been carried out, and the EPM Core server can communicate with the indicated "patch server" (in my do me landesk.com), the table is filled with data, including the URL for downloading patches[2].

Using the following SQL query, you can get the names of the hosts you need access to:
SELECT DISTINCT CASE
WHEN URL like 'http://%' THEN 'HTTP'
WHEN URL like 'https://%' THEN 'HTTPS'
WHEN URL like 'ftp://%' THEN 'FTP'
ELSE 'unknown' END as URLPrefix
, CASE
WHEN URL like 'http://%' THEN LEFT(REPLACE(URL,'http://',"),PATINDEX('%/%',REPLACE(URL,'http://',"))-1)
WHEN URL like 'https://%' THEN LEFT(REPLACE(URL,'https://',"),PATINDEX('%/%',REPLACE(URL,'https://',"))-1)
WHEN URL like 'ftp://%' THEN LEFT(REPLACE(URL,'ftp://',"),PATINDEX('%/%',REPLACE(URL,'ftp://',"))-1)
ELSE 'unknown'
END as ExtractedHost
FROM patch
WHERE Download = 1 and SupercededByVulID is NULL AND URL is NOT NULL AND URL "
The results of the query will resemble the screenshot below:

We get a list of hosts that the EPM Core server should have access to in order to correctly download the patch files.
________________________________________________________________________
[1] https://forums.ivanti.com/s/article/How-to-Get-Started-with-EPM-Patching?language=en_US
[2] https://forums.ivanti.com/s/article/LANDESK-Security-and-Compliance-Manager-List-of-URL-sources-for-downloaded-patches-5-Dec-2017?language=en_US
- Support and development of Microsoft and Nintex based applications
- Application design and development including digital processes
- Invoice management
- Requisition management
- Contract management
- Modern Intranet
ISCG sp. z o.o.
Al. Jerozolimskie 178, 02-486 Warsaw
NIP: 5262798378
KRS: 0000220621
Phone