Skip to main content

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.

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