Posted on 06-13-2019 01:17 PM
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.
Solved! Go to Solution.
Posted on 06-16-2019 03:14 PM
I have one for forescout
SecureConnectorVersion=/usr/bin/defaults read /Applications/ForeScout SecureConnector.app/Contents/Info CFBundleShortVersionString
echo "<result> $SecureConnectorVersion </result>"
exit 0
Posted on 06-16-2019 03:14 PM
I have one for forescout
SecureConnectorVersion=/usr/bin/defaults read /Applications/ForeScout SecureConnector.app/Contents/Info CFBundleShortVersionString
echo "<result> $SecureConnectorVersion </result>"
exit 0