pe-union icon indicating copy to clipboard operation
pe-union copied to clipboard

Modify Stub / Private fud

Open bl4cklabel88 opened this issue 2 years ago • 6 comments

Looking for tips on where to start making a private stub for FUD crypt.

bl4cklabel88 avatar Jun 03 '22 21:06 bl4cklabel88

I would probably start learning how to program

RyanSpeciale avatar Jun 04 '22 00:06 RyanSpeciale

@RyanSpeciale I already assume that everyone who wants to modify another developers' project already knows how to program well enough.

@bl4cklabel88 You need a service such as AntiScan.me, where you can scan with multiple AV without sending your test files to the vendors. That way, you can trial and error until you figure out what causes and what evades detection.

Modifications are primarily relevant to the first stage. This code only checks for emulators and decrypts the second stage. This second stage contains particularly malicious code that performs all the RunPE / dropping and whatever. So, at scantime all this stuff is encrypted. The first stage, however, needs adjustments.

Some things that could be flagged:

  • Structure, layout & executable format
  • Maybe AV has found the decryption routine? -> Change it
  • Lack of anything useful that the binary does - may seem malicious
  • I've already found that removing some of the emulator detection routines evades some AV. This might be a good place to start.

Whatever pops into your mind, try it out and upload to AntiScan.me. It's a tedious task that requires a lot of patience, but you will eventually succeed as long as you don't publish your modifications.

bytecode77 avatar Jun 04 '22 11:06 bytecode77

@bytecode77 all his repos are forks, that's why I said that. I'm guessing its a kid trying to write malware.

RyanSpeciale avatar Jun 04 '22 15:06 RyanSpeciale

I appreciate your input. I've got a C# project I've been picking apart and customizing. I learn more effectively when I've got an actual project / goal. This is my first real attempt at tackling C.

-------- Original Message -------- On Jun 4, 2022, 7:35 AM, Martin Fischer < @.***> wrote:

@.***RyanSpeciale I already assume that everyone who wants to modify another developers' project already knows how to program well enough.

@.***bl4cklabel88 You need a service such as AntiScan.me, where you can scan with multiple AV without sending your test files to the vendors. That way, you can trial and error until you figure out what causes and what evades detection.

Modifications are primarily relevant to the first stage. This code only checks for emulators and decrypts the second stage. This second stage contains particularly malicious code that performs all the RunPE / dropping and whatever. So, at scantime all this stuff is encrypted. The first stage, however, needs adjustments.

Some things that could be flagged:

  • Structure, layout & executable format
  • Maybe AV has found the decryption routine? -> Change it
  • Lack of anything useful that the binary does - may seem malicious
  • I've already found that removing some of the emulator detection routines evades some AV. This might be a good place to start.

Whatever pops into your mind, try it out and upload to AntiScan.me. It's a tedious task that requires a lot of patience, but you will eventually succeed as long as you don't publish your modifications.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.AWJIAYYOYJGSPHKDTHH2FJTVNM5QLA5CNFSM5X2HRM72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOIRLZ2SI.gifMessage ID: @.***>

bl4cklabel88 avatar Jun 04 '22 22:06 bl4cklabel88

I was just messing around, I thought you were some kid just trying to throw some malware together. Glad to see that you are not.

RyanSpeciale avatar Jun 05 '22 17:06 RyanSpeciale

I'm terrible at writing C

RyanSpeciale avatar Jun 05 '22 17:06 RyanSpeciale

Closing due to inactivity

bytecode77 avatar Sep 10 '22 16:09 bytecode77