 |
10-29-2005
|
#1 (permalink)
|
|
Curious
|
Not Ranked
:
+0 / -0
0 score
Can We Hide exe files behind other type of fies?
The title of the post itself is my question? Is it possible that we send a picture file or any other file (e.g. word file, text file, mo3 or anyother media file) to someone but when he/she opens the file, a hidden exe file starts working behind?
|
|
10-29-2005
|
#2 (permalink)
|
|
Creating
Location: Silver Spring, MD, USA
|
Not Ranked
:
+0 / -0
0 score
Re: Can We Hide exe files behind other type of fies?
Quote:
|
Originally Posted by bwaqas
The title of the post itself is my question? Is it possible that we send a picture file or any other file (e.g. word file, text file, mo3 or anyother media file) to someone but when he/she opens the file, a hidden exe file starts working behind?
|
I don’t know the exact specifics of it, but it is possible for a MSWord (.doc) file to define instance of ActiveX (formerly known as OLE) class objects that invokes that class’s LocalServer32 attribute, which is usually a program (.exe) file.
Years ago, my shop was badly infected by such an Office97-type virus, which spread rapidly because of our widespread use of Word documents. It turned out to be exploiting a class created by a 3rd party .vbx file installed by an in-house Visual Basic app common to most of our Windows machines, and was damn difficult to eradicate.
I’m sure there are other, similar vulnerabilities in any OS that relies on embedded object served by many poorly known an managed executables that use no sort of security handshaking. There’s even a setting for WindowsOS browsers that allow an http page from a remote host to invoke ActiveX controls registered on the client machine, though, sensibly, few people ever switch it on.
|
|
10-29-2005
|
#3 (permalink)
|
|
Explaining
|
Not Ranked
:
+0 / -0
0 score
Re: Can We Hide exe files behind other type of fies?
You could rename an exe file to .jpg but you would need to modify the file type information in windows to specify jpg's type handler to be an application type. I hope you aren't asking for advice on how to infect someone though.
----------------
/home/God $ cd projects/universe
/home/God/projects/universe $ make
/home/physicist $ cat /home/God/projects/universe/main.c
ksh: /home/God/projects/universe/main.c: Permission Denied.
|
|
10-29-2005
|
#4 (permalink)
|
|
¿42?
|
Not Ranked
:
+0 / -0
0 score
Re: Can We Hide exe files behind other type of fies?
Why do you keep asking about ways to cause problems for other computer users here? All of your posts have had this tone about them.
----------------
Clay
Editor and Forum Administrator
stego anyone?
Add yourself to Hypography's Frappr.
"There are only 10 kinds of people in the world --
.....Those who understand binary, and those who don't."
"Draw no conclusions before their time."
|
|
10-29-2005
|
#5 (permalink)
|
|
Dedicated Smart-ass
Location: Just before 0xAA55
|
Not Ranked
:
+0 / -0
0 score
Re: Can We Hide exe files behind other type of fies?
in short, yes you can hide executables behind other extensions, yes you can have those run in the backgrond, and if you were good, you can still even have the functionality of the original file, say a picture for example, will still open up. But if you run a REAL OS, file extensions mean squat anyways and nifty utils such as file will reveal such an ordeal, other then that....
----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.
Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.
Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.

|
|
02-01-2008
|
#7 (permalink)
|
|
Resident Slayer
|
Not Ranked
:
+0 / -0
0 score
Re: Can We Hide exe files behind other type of fies?
Blocked by what? In general, you need to have some sort of virus detection software running to stop it on the server end, and if you do have it, there are usually mechanisms that will allow you to create exceptions for "verified" files (how you do this depends on the software).
IE and some client-side plug-ins/tool bars/virus/adware software will prevent *download* of exe files, but usually don't block zip files unless you tell them to.
Can you describe the environment a little bit more?
That which is not prohibited is required, 
Buffy
----------------
"If you do not agree with anything I say, I'll not only retract it, but deny under oath that I ever said it!"
__________________________________________________ ______________-- Tom Lehrer
"No Robbie, not Europe!"
Forum Administrator
Hypography Science Forums - Science for Boys and Girls! Its not for nothing that we hang out here.
|
|
02-01-2008
|
#8 (permalink)
|
|
Creating
Location: Silver Spring, MD, USA
|
Not Ranked
:
+0 / -0
0 score
A quick & simple solution that might not work
Quote:
Originally Posted by Hecman
Have an authoring tool that creates exe presentation files. these file in turn need to be distributed. On a network or through the web (even in zip) they are being stripped or identified (rightfully so) as a problem. Does anyone have a possible solution as to how to distribute the files without being blocked?
|
After creating file mydemo.exe, use Explorer, a command line, etc. to rename it mydemo.ChangeThisExtension or similar. Distribute mydemo.ChangeThisExtension, along with instructions for the recipient to rename it back to mydemo.exe (circumventing any pesky file extension hiding preferences they may have), then run it.
If the filtering programs are smart enough to check file contents (such as a typical antivirus does), or the recipient’s security policy won’t let him change file extensions to exe, this wouldn’t work, but it’s a quick and simple solution which I’d give a try before looking into something more sophisticated.
Assuming the recipient knows and trusts you, there’s nothing especially unholy about renaming files to circumvent security filters.
----------------
Moderator: Computers and Technology; Medical Science; Science Projects and Homework; Philosophy of Science; Physics and Mathematics; Environmental Studies 
|
|
02-01-2008
|
#9 (permalink)
|
|
Resident Slayer
|
Not Ranked
:
+0 / -0
0 score
Re: A quick & simple solution that might not work
Quote:
Originally Posted by CraigD
...Distribute mydemo.ChangeThisExtension, along with instructions for the recipient to rename it back to mydemo.exe (circumventing any pesky file extension hiding preferences they may have), then run it.
If the filtering programs are smart enough to check file contents (such as a typical antivirus does), or the recipient’s security policy won’t let him change file extensions to exe, this wouldn’t work...
|
...or also if there is a process that monitors and prevents execution of "unapproved" applications.
As I mentioned to hecman in a PM, unless you know what the "blocker" is doing, its hard to say how to go about circumventing it....Craig's technique is probably one of the first I'd try though!
You know I could have been in the NSA, but they found out my parents were married, 
Buffy
----------------
"If you do not agree with anything I say, I'll not only retract it, but deny under oath that I ever said it!"
__________________________________________________ ______________-- Tom Lehrer
"No Robbie, not Europe!"
Forum Administrator
Hypography Science Forums - Science for Boys and Girls! Its not for nothing that we hang out here.
|
|
02-01-2008
|
#10 (permalink)
|
|
Bury, then water
|
Not Ranked
:
+0 / -0
0 score
Re: Can We Hide exe files behind other type of fies?
Quote:
Originally Posted by Hecman
Hey there, Not sure if this thread started with alterior motives but I have a real problem I am trying to solve. Have an authoring tool that creates exe presentation files. these file in turn need to be distributed. On a network or through the web (even in zip) they are being stripped or identified (rightfully so) as a problem. Does anyone have a possible solution as to how to distribute the files without being blocked? The files are presentations and do not install anything they unpack and run in memory.
Thanks
|
Did you write the authoring tool?
No hope for M$ users sorry.
Yah. Linux/OpenOffice
|
|
 |
|
Currently Active Users Viewing This Thread: 3 (0 members and 3 guests)
|
|
|
|
» Advertisement |
|
|
|