In preparation for migrating servers after an infiltration, we want to scrub our data and make sure it doesn't contain any malicious hacks or security holes.
To give you an idea of what I mean, here's a list (so far) of tests we'll run:
1) Compare each file against a keywords list of malicious keywords (eval,base64,iframe,viagra,etc) 2) Scan over any file with more than one period (has been a symptom of hacked files in the past) 3) Pinpoint any files with excessively long names (another symptom)
Any ideas of things I should add to this list?