Re: Talk about text files and embedded malware...
- From: PantsOnFire <mtc7@xxxxxxxxxxxx>
- Date: Wed, 28 May 2008 07:50:38 -0700 (PDT)
On May 27, 4:33 pm, "David H. Lipman" <DLipman~nosp...@xxxxxxxxxxx>
wrote:
From: "PantsOnFire" <m...@xxxxxxxxxxxx>
| 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)?
Yes if is eecutable or interpreted. For example VBS:Psyme or HTML:Trojan.Generic type
detections.
|
| 2. What needs happen to have this threat executed?
It could be on a web site or in email are set in the Registry to load the interpreter
automatically.
|
| 3. Can I limit the number of acceptable ASCII characters such that
| threats cannot execute (e.g. do not allow characters like + < > _ \ /
| & % $ @ # : ; " , etc....)
No. Won't help.
|
| 4. Do I need to worry about obfuscated malware even given my limiting
| of the characters allowed.
Yes. Many Javascripts are encoded to obfuscate their malicious intent.
--
Davehttp://www.claymania.com/removal-trojan-adware.html
Multi-AV -http://www.pctipp.ch/downloads/dl/35905.asp
Thanks Dave,
Just a quick followup.
Say a file called "bad.txt" contains some perl script. Assuming there
is no hidden extension, double-clicking on this should open notepad
(WindowsXP) and the contents will be viewed as text. Someone who
knows perl could recognize the structure. However, it is possible to
go into the file associations and change the program that
executes .txt files to perl.
So am right to assume that:
1. This is now bad that .txt is associated with perl and thus any
user double-clicking a bad file will execute some code?
2. Can a network policy be set such that users cannot change file
associations and thus administrators can offer some protection in that
manner?
3. Dragging and dropping this bad file into an open notepad window
will not execute the script?
.
- Follow-Ups:
- Re: Talk about text files and embedded malware...
- From: David H. Lipman
- Re: Talk about text files and embedded malware...
- From: Dave Budd
- Re: Talk about text files and embedded malware...
- References:
- Talk about text files and embedded malware...
- From: PantsOnFire
- Re: Talk about text files and embedded malware...
- From: David H. Lipman
- Talk about text files and embedded malware...
- Prev by Date: Re: 1 year FREE trial of CA Anti-Virus
- Next by Date: Re: Talk about text files and embedded malware...
- Previous by thread: Re: Talk about text files and embedded malware...
- Next by thread: Re: Talk about text files and embedded malware...
- Index(es):
Relevant Pages
|