Could someone check this Terminal log for keystroke loggers?
Last login: Mon Nov 4 16:23:37 on ttys000
Rebeccas-MacBook-Pro:~ RebeccaMurray$ kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'
Rebeccas-MacBook-Pro:~ RebeccaMurray$ sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|edu\.mit|org\.(amavis|apache|cups|isc|ntp|postfi x|x)/{print $3}'
WARNING: Improper use of the sudo command could lead to data loss
or the deletion of important system files. Please double-check your
typing when using sudo. Type "man sudo" for more information.
To proceed, enter your password, or type Ctrl-C to abort.
Password:
Sorry, try again.
Password:
- com.microsoft.office.licensing.helper
- com.google.keystone.daemon
- com.adobe.fpsaud
Rebeccas-MacBook-Pro:~ RebeccaMurray$ launchctl list | sed 1d | awk '!/0x|com\.apple|edu\.mit|org\.(x|openbsd)/{print $3}'
- com.google.keystone.system.agent
- com.spotify.webhelper
- com.facebook.videochat.RebeccaMurray.updater
Rebeccas-MacBook-Pro:~ RebeccaMurray$ ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/**,P*P,Priv,Qu,Scripti,Servi,Spo,Sta} * L*/Fonts 2> /dev/null
/Library/Components:
/Library/Extensions:
/Library/Frameworks:
- AEProfiling.framework
- AERegistration.framework
Adobe AIR.framework
- AudioMixEngine.framework
- NyxAudioAnalysis.framework
- PluginManager.framework
- TSLicense.framework
- iTunesLibrary.framework
/Library/Input Methods:
/Library/Internet Plug-Ins:
- AdobePDFViewer.plugin
- AdobePDFViewerNPAPI.plugin
Flash Player.plugin
Flip4Mac WMV Plugin.plugin
JavaAppletPlugin.plugin
Quartz Composer.webplugin
QuickTime Plugin.plugin
- SharePointBrowserPlugin.plugin
- SharePointWebKitPlugin.webplugin
- Silverlight.plugin
- flashplayer.xpt
- googletalkbrowserplugin.plugin
npgtpo3dautoplugin.plugin
nsIQTScriptablePlugin.xpt
o1dbrowserplugin.plugin
/Library/Keyboard Layouts:
/Library/LaunchAgents:
com.google.keystone.agent.plist
/Library/LaunchDaemons:
- com.adobe.fpsaud.plist
- com.google.keystone.daemon.plist
- com.microsoft.office.licensing.helper.plist
/Library/PreferencePanes:
Flash Player.prefPane
Flip4Mac WMV.prefPane
/Library/PrivilegedHelperTools:
com.microsoft.office.licensing.helper
/Library/QuickLook:
- iBooksAuthor.qlgenerator
- iWork.qlgenerator
/Library/QuickTime:
AppleIntermediateCodec.component
AppleMPEG2Codec.component
Flip4Mac WMV Advanced.component
Flip4Mac WMV Export.component
Flip4Mac WMV Import.component
/Library/ScriptingAdditions:
Adobe Unit Types.osax
/Library/Spotlight:
Microsoft Office.mdimporter
- iBooksAuthor.mdimporter
- iWork.mdimporter
/Library/StartupItems:
/etc/mach_init.d:
/etc/mach_init_per_login_session.d:
/etc/mach_init_per_user.d:
Library/Address Book Plug-Ins:
- SkypeABDialer.bundle
- SkypeABSMS.bundle
Library/Fonts:
Library/Input Methods:
.localized
Library/Internet Plug-Ins:
FacebookVideoCalling.bundle
Library/Keyboard Layouts:
Library/LaunchAgents:
- com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.604394D0-D959-402F-9BA9-EA4 9EC2C3AA7.plist
- com.apple.FolderActions.enabled.plist
- com.apple.FolderActions.folders.plist
- com.facebook.videochat.RebeccaMurray.plist
- com.spotify.webhelper.plist
Library/PreferencePanes:
Rebeccas-MacBook-Pro:~ RebeccaMurray$ osascript -e 'tell application "System Events" to get name of every login item' 2> /dev/null
iTunesHelper, Android File Transfer Agent, Dropbox
Rebeccas-MacBook-Pro:~ RebeccaMurray$