I recently gave my laptop to Apple for repair, and they required my admin password. Of course I supplied a temporary password, but they still had access to the admin account.
I trust Apple, but I'm still a little paranoid that someone may have added something malicious to my computer during that time. I dropped my computer off a few days ago and received it today, so I simply ran find / -type f -mtime -4
and manually checked for anything strange, but found nothing.
I don't know if the above is very effective since an attacker could just use touch
to change the creation dates.
I also ran a ClamAV scan (though I'm not sure if it's that good on OS X since it's really a Linux tool?) which found nothing.
Is there anything else I can do to ensure the integrity of my OS X system?