+ Reply to Thread
Results 1 to 7 of 7

Thread: How do you check executables downloaded from warez sites?

  1. #1

    How do you check executables downloaded from warez sites?

    Assuming, an application can only be downloaded from warez release forums, how do you check the content of an archive without infecting yourself? All downloaded application are archived, and from what I uderstand a malicious executable can infect your system simply through windows explorer, like when explorer reads the file metadata and other things.
    All of this assuming one does not have an antivirus installed, only say an on-demand virus scanner.
    Reply With QuoteReply With Quote
    Thanks

  2. #2
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,430
    Activity Longevity
    7/20 19/20
    Today Posts
    1/5 ssss39430
    Quote Originally Posted by Master Razor View Post
    from what I uderstand a malicious executable can infect your system simply through windows explorer, like when explorer reads the file metadata and other things.
    Can you elaborate on this?

    I use a virtual machine with nonpersistent storage and no network access (unless the program in question needs it).
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  3. #3
    I'm no expert but here goes:
    Windows executable format (.exe) uses a header in which it stores several bits of information. From basic metadata like version, name, author, to minimal payload data like .manifests and others. Supposedly, one could alter that header and modify this data, that is automatically read by windows explorer as soon as you open its containg directory.
    Reply With QuoteReply With Quote
    Thanks

  4. #4
    Quote Originally Posted by anon View Post
    Can you elaborate on this?

    I use a virtual machine with nonpersistent storage and no network access (unless the program in question needs it).
    I assume you download the executables directly to it?
    Or you download them to your PC and then transfer?
    Reply With QuoteReply With Quote
    Thanks

  5. #5
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,430
    Activity Longevity
    7/20 19/20
    Today Posts
    1/5 ssss39430
    Quote Originally Posted by Master Razor View Post
    I'm no expert but here goes:
    Windows executable format (.exe) uses a header in which it stores several bits of information. From basic metadata like version, name, author, to minimal payload data like .manifests and others. Supposedly, one could alter that header and modify this data, that is automatically read by windows explorer as soon as you open its containg directory.
    Reading and executing are two different things. This should never happen unless there was a serious vulnerability on how Explorer parses the data it displays (there isn't), and even then, Data Execution Prevention would take care of it.

    Quote Originally Posted by Master Razor View Post
    I assume you download the executables directly to it?
    Or you download them to your PC and then transfer?
    Read/write shared folder used only for this purpose.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  6. #6
    Reading and executing are two different things. This should never happen unless there was a serious vulnerability on how Explorer parses the data it displays (there isn't), and even then, Data Execution Prevention would take care of it.
    I've seen some a example of this. You don't have to believe.
    Reply With QuoteReply With Quote
    Thanks

  7. #7
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,430
    Activity Longevity
    7/20 19/20
    Today Posts
    1/5 ssss39430
    Care to share? If I'm wrong, I want to be one step closer to the truth
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •