P
PantsOnFire
Let's say I have a process which can check the entire content of a
file. This process can determine that the entire file is made up of
ASCII characters only.
So my questions are:
1. What can be written in ASCII that can be a threat (e.g. a Perl
script or VBS script)?
2. What needs happen to have this threat executed?
3. Can I limit the number of acceptable ASCII characters such that
threats cannot execute (e.g. do not allow characters like + < > _ \ /
& % $ @ # : ; " , etc....)
4. Do I need to worry about obfuscated malware even given my limiting
of the characters allowed.
file. This process can determine that the entire file is made up of
ASCII characters only.
So my questions are:
1. What can be written in ASCII that can be a threat (e.g. a Perl
script or VBS script)?
2. What needs happen to have this threat executed?
3. Can I limit the number of acceptable ASCII characters such that
threats cannot execute (e.g. do not allow characters like + < > _ \ /
& % $ @ # : ; " , etc....)
4. Do I need to worry about obfuscated malware even given my limiting
of the characters allowed.