Q: What is Escrow Security Alert.app?
After upgrading to Mavericks, I ran Activity Monitor and saw some new background daemons. The one that stood out to me was "Escrow Security Alert". Anyone know what this is? Its open files & ports list is:
/
/System/Library/PrivateFrameworks/CloudServices.framework/Versions/A/Resources/E scrowSecurityAlert.app/Contents/MacOS/EscrowSecurityAlert
/System/Library/PrivateFrameworks/AOSUI.framework/Versions/A/AOSUI
/System/Library/ColorSync/Profiles/sRGB Profile.icc
/System/Library/Caches/com.apple.IntlDataCache.le.kbdx
/usr/share/icu/icudt51l.dat
/System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
/System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/AppleKeyboardLayouts-L.d at
/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/Resources/SArtFile .bin
/usr/lib/dyld
/private/var/run/dyld_shared_cache_x86_64
/dev/null
/dev/null
/dev/null
MacBook Pro (15-inch 2.4/2.2 GHz), OS Xi Spinal Tap (11)
Posted on Oct 29, 2013 3:34 AM
I've taken a (very) brief look at the EscrowSecurityAlert application's code and it appears to sync your icloud keychain information. The whole process also looks like it might sync other settings with iCloud as well. If you open a finder window and press shift + Command + G and copy the path: /System/Library/PrivateFrameworks/CloudServices.framework/Versions/A/Resources/
paste it into the open "Go to the folder:" field. Once there you can inspect items by right clicking them and selecting open with>change the "enable" pull down to "all applications"> select text edit> click open.
***IMPORTANT*** close without saving changes (you should not try to make any either).
You will have to scroll a ways down to get to items that you can actually read. Once you have scrolled a ways down, you can see in plain text-ish what items are being sync'd and what the code is doing. Again I took a very brief look at this code, but I am fairly certain it is legitimate.
source: I'm a former Mac Genius and current information security professional for a fortune 100 company.
Posted on Nov 18, 2013 10:13 AM