I've been able to identify the agent installed and process running. My problem is that I cannot figure out how to detect the version number of those. Awesome community has lots of Extension Attributes for other security agents, but I didn't have any luck with these two.
Page 1 / 1
I have one for forescout
!/bin/sh
Check the version of Forescout SecureConnector
SecureConnectorVersion=/usr/bin/defaults read /Applications/ForeScout SecureConnector.app/Contents/Info CFBundleShortVersionString
echo "<result> $SecureConnectorVersion </result>"
exit 0
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.