Best Practice For Viruses
Description:
Viruses get on PC’s in a number of ways but the most common is through pop up ads on the internet or email attachments. I tell customers all the time that the people who write viruses nowadays don’t require you to be on the internet to get a virus, you computer just has to have CONNECTION to the internet to get infected. Remember to tell them that there is no absolute way not to get a virus on a computer unless you unplug the ethernet cable and never install anything on it.
Recommended virus removal steps can be found at: Best Virus Removal Link
Common Signs of An Infection:
Computer is real slow -If you can try and open Task Manager and look at the Performance tab, or just Run => resmon.
Annoying Pop Up Windows => Customer will have pop ups about a program “scanning” their computer for a virus when it is itself a virus.
Anything that Blocks you from desktop when you login. These are common like the FBI and CryptoViruses. They belong to a class called ransomware.
First Things to Check:
Memory Usage
Processes
Run => %temp% (Windows 7)
List of Best Practices:
-
Don’t let users run arbitrary code. Set SRP on Windows and whitelist only trusted directories and executable hashes.
-
Make sure users can’t write on trusted directories.
-
Make sure users don’t have admin privileges at all.
-
Use an updated Antivirus.
-
Block any executable code (and zipped executables) on mail servers.
-
Install Chrome+uBlock/AdBlock to filter out adware. Ads are a big source of malware.
-
Add L-7/IPS/IDS filtering on your corporate firewall.
-
Use OpenDNS or another DNS filtering to stop malware requests.
-
Enable File System Resource Manager (FSRM) to detect early infection on Shared Folders. You can have a rule for strange behaviour (warn) and another for 100% sure infection (block user or disable the whole sharing service).
-
Keep Windows Updated.
-
Limit network privileges to users. They should only write on folders they need, the same for read access.
-
Ensure you have Shadow Copies both on users’ computers and file servers.
-
Make backup of files and servers.
-
Ditch Flash and Java on web browsers.
-
Make your own Cryptowall Filters/Detectors. You can’t trust commercial ones because these are the first that malware creator will test.
Comments