Hi all,

I am a beginner in computer security. I am designing a program for performing code analysis on a script to determine if it is malicious or not. Assuming my program is able to interpret the code, how do I deduce whether the script is malicious or not? What is the behavior/characteristics of malicious scripts? (E.g. Performing deletion of system files)

Please advise.

Thanks.