we have many scripts in shared folders in our IT Department.
Are malicious scripts in batch files detected by antiviruses?
|
we have many scripts in shared folders in our IT Department. Are malicious scripts in batch files detected by antiviruses? |
||||
|
|
It depends what's in it. If it finds In general, batch scripts are too variable in order to write a working malicious script detector that catches new or "custom" malware scripts. You're likely to see the AV catching anything particularly prolific, but almost certainly not anything new or custom. Don't rely on your AV for protection, even if the sales guy told you it's the best protection money can buy. It's a last line of defence at best, and is usually only good for saving you time by preventing the most basic attacks, giving you the ability to prioritise your resources into dealing with the more targeted attacks. |
|||
|
|
|
We can't say that it applies to every anti-virus, but for most of them, yes. Naming a specific anti-virus that you use would help us give you a better answer. Batch files shouldn't be the most significant risk on your list so keep a strong anti-virus and firewall up at all times on your network. |
|||
|
|
|
There are a number of options that will have different outcomes depending on the risk profile of the server that contains the scripts. Certainly, AV/AM tools will pick up false positives every now and then with custom coded scripts because they all include PHP heuristics and so on nowadays.
|
|||
|
|
|
Commonly anti viruses uses virus definition which are viruses signatures from viruses written by malware developer and heuristic analysis. There might be a chance of false positives. But would not post much threat. A good practice is to update your antivirus and do regular scan. |
|||
|
|