Hello All,
My organization's McAfee AV is flagging a process as suspicious for Log4J exploitation. This is on a server with ArcGIS server 10.8.1 installed. The command in question is:
cmd.exe /c .\bin\pg_isready -h localhost -p 9876 -d <db> -U <user>
The source path C:\Program Files\ArcGIS\DataStore\framework\runtime\jre\bin\java.exe.
From what I can tell this is a normal PostgreSQL db check, but I need to confirm for higher ups that this is expected behavior and not an actual exploit attempt. Does anyone know if this is quote-unquote normal?
Thanks so much.