Can We Hide exe files behind other type of fies?

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 10-29-2005
bwaqas's Avatar
Curious

Join Date: Jul 2005
Posts: 3
bwaqas is an unknown quantity at this point
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?
Reply With Quote
  #2 (permalink)  
Old 10-29-2005
Creating
Hypography Staff Member
Administrator
Editor

Join Date: May 2005
Location: Silver Spring, MD, USA
Posts: 4,492
CraigD has a reputation beyond reputeCraigD has a reputation beyond reputeCraigD has a reputation beyond reputeCraigD has a reputation beyond reputeCraigD has a reputation beyond reputeCraigD has a reputation beyond reputeCraigD has a reputation beyond reputeCraigD has a reputation beyond reputeCraigD has a reputation beyond reputeCraigD has a reputation beyond reputeCraigD has a reputation beyond repute
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.
Reply With Quote
  #3 (permalink)  
Old 10-29-2005
rockytriton's Avatar
Explaining

Join Date: Apr 2005
Location: Antarctica
Posts: 916
rockytriton is just really nicerockytriton is just really nicerockytriton is just really nicerockytriton is just really nicerockytriton is just really nice
Send a message via AIM to rockytriton
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.
Reply With Quote
  #4 (permalink)  
Old 10-29-2005
C1ay's Avatar
¿42?
Hypography Staff Member
Administrator
Senior Editor
Editor

Join Date: Feb 2005
Location: 33.78N 84.66W
Posts: 5,756
C1ay has a brilliant futureC1ay has a brilliant futureC1ay has a brilliant futureC1ay has a brilliant futureC1ay has a brilliant futureC1ay has a brilliant futureC1ay has a brilliant futureC1ay has a brilliant futureC1ay has a brilliant futureC1ay has a brilliant future
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."
Reply With Quote
  #5 (permalink)  
Old 10-29-2005
alexander's Avatar
Resident USSRian
Hypography Staff Member
Administrator
Gallery Curator
Dev Team Member
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....
__________________
And remember that great question that Pierre-Simon Laplace and Sir Isaac Newton, Andrei Markov and David Hilbert, Richard Feynman and Enrico Fermi, Albert Einstein and Edmund Halley did not come to ask throughout all of their dedication and work: "Who the hell is IMing me?"


This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 License.
Reply With Quote
  #6 (permalink)  
Old 02-01-2008
Hecman's Avatar
Curious

Join Date: Feb 2008
Location: Monterey,CA
Posts: 2
Hecman is an unknown quantity at this point
Question Re: Can We Hide exe files behind other type of fies?

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
Reply With Quote
  #7 (permalink)  
Old 02-01-2008
Buffy's Avatar
Resident Slayer
Hypography Staff Member
Administrator
3D Championship Golf Champion!
Join Date: Jan 2005
Location: Sunnydale, CA
Posts: 6,657
Buffy has a reputation beyond reputeBuffy has a reputation beyond reputeBuffy has a reputation beyond reputeBuffy has a reputation beyond reputeBuffy has a reputation beyond reputeBuffy has a reputation beyond reputeBuffy has a reputation beyond reputeBuffy has a reputation beyond reputeBuffy has a reputation beyond reputeBuffy has a reputation beyond reputeBuffy has a reputation beyond repute
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

"The shrinks diagnosed me a sociopath with paranoid delusions. But they’re just out to get me cause I threatened to kill them."


Forum Administrator
Hypography Science Forums - Science for Boys and Girls! Its not for nothing that we hang out here.
Reply With Quote
  #8 (permalink)  
Old 02-01-2008
Creating
Hypography Staff Member
Administrator
Editor

Join Date: May 2005
Location: Silver Spring, MD, USA
Posts: 4,492
CraigD has a reputation beyond reputeCraigD has a reputation beyond reputeCraigD has a reputation beyond reputeCraigD has a reputation beyond reputeCraigD has a reputation beyond reputeCraigD has a reputation beyond reputeCraigD has a reputation beyond reputeCraigD has a reputation beyond reputeCraigD has a reputation beyond reputeCraigD has a reputation beyond reputeCraigD has a reputation beyond repute
Post A quick & simple solution that might not work

Quote:
Originally Posted by Hecman View Post
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
Reply With Quote
  #9 (permalink)  
Old 02-01-2008
Buffy's Avatar
Resident Slayer
Hypography Staff Member
Administrator
3D Championship Golf Champion!
Join Date: Jan 2005
Location: Sunnydale, CA
Posts: 6,657
Buffy has a reputation beyond reputeBuffy has a reputation beyond reputeBuffy has a reputation beyond reputeBuffy has a reputation beyond reputeBuffy has a reputation beyond reputeBuffy has a reputation beyond reputeBuffy has a reputation beyond reputeBuffy has a reputation beyond reputeBuffy has a reputation beyond reputeBuffy has a reputation beyond reputeBuffy has a reputation beyond repute
Re: A quick & simple solution that might not work

Quote:
Originally Posted by CraigD View Post
...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

"The shrinks diagnosed me a sociopath with paranoid delusions. But they’re just out to get me cause I threatened to kill them."


Forum Administrator
Hypography Science Forums - Science for Boys and Girls! Its not for nothing that we hang out here.
Reply With Quote
  #10 (permalink)  
Old 02-01-2008
Southtown's Avatar
Still Learning

Join Date: Jun 2005
Location: Cascades
Posts: 1,508
Blog Entries: 1
Southtown is a name known to allSouthtown is a name known to allSouthtown is a name known to allSouthtown is a name known to allSouthtown is a name known to allSouthtown is a name known to allSouthtown is a name known to all
Re: Can We Hide exe files behind other type of fies?

Quote:
Originally Posted by Hecman View Post
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
__________________
“Welcome to the desert of the real.” -- Morpheus
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

» Current Poll
Favorite James Bond?
Sean Connery - 63.64%
7 Votes
George Lazenby - 0%
0 Votes
David Niven - 9.09%
1 Vote
Roger Moore - 9.09%
1 Vote
Timothy Dalton - 9.09%
1 Vote
Pierce Brosnan - 0%
0 Votes
Daniel Craig - 9.09%
1 Vote
Hate 'em all - 0%
0 Votes
Who's James Bond? - 0%
0 Votes
Total Votes: 11
You may not vote on this poll.

All times are GMT -8. The time now is 12:40 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
Copyright © 2000-2008 Hypography
Part of the Hypography - Science for Everyone Network