Author Topic: Bypassing AntiVirus Scanner  (Read 5272 times)

0 Members and 1 Guest are viewing this topic.

Offline Axon

  • VIP
  • King
  • *
  • Posts: 2047
  • Cookies: 319
    • View Profile
Bypassing AntiVirus Scanner
« on: March 29, 2012, 09:08:44 pm »
Quote
Anti-Virus manufacturers nowadays implements more and more complex functions and algorithms in order to detect the latest and newest viruses along with their variants. There is however simple methods that can be used to bypass most of these, especially those that doesn’t use heuristics and similar techniques at all




Offline Exon

  • /dev/null
  • *
  • Posts: 11
  • Cookies: 0
    • View Profile
Re: Bypassing AntiVirus Scanner
« Reply #1 on: April 23, 2012, 03:26:17 pm »
This method will only fool the stupidest of AVs, but thanks for posting nontheless, was an interesting read.

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Bypassing AntiVirus Scanner
« Reply #2 on: April 23, 2012, 03:58:23 pm »
lol I have this paper laying on my desktop for a year probably... still haven't read it, but I'm always hoping I will one day :D

Offline Exon

  • /dev/null
  • *
  • Posts: 11
  • Cookies: 0
    • View Profile
Re: Bypassing AntiVirus Scanner
« Reply #3 on: April 23, 2012, 07:26:31 pm »
I wonder if you could fool AVs if you use a really complex custom encoder, or if they'd still detect it...

Offline jibudada

  • NULL
  • Posts: 4
  • Cookies: -1
    • View Profile
Re: Bypassing AntiVirus Scanner
« Reply #4 on: May 21, 2012, 12:21:13 pm »
there are number of encoder in metasploit. some of them are really great in performance .

Quote
root@bt:~# msfencode -l Framework Encoders ================== Name                    Rank       Description ----                    ----       ----------- cmd/generic_sh          good       Generic Shell Variable Substitution Command Encoder cmd/ifs                 low        Generic ${IFS} Substitution Command Encoder cmd/printf_php_mq       manual     printf(1) via PHP magic_quotes Utility Command Encoder generic/none            normal     The "none" Encoder mipsbe/longxor          normal     XOR Encoder mipsle/longxor          normal     XOR Encoder php/base64              great      PHP Base64 encoder ppc/longxor             normal     PPC LongXOR Encoder ppc/longxor_tag         normal     PPC LongXOR Encoder sparc/longxor_tag       normal     SPARC DWORD XOR Encoder x64/xor                 normal     XOR Encoder x86/alpha_mixed         low        Alpha2 Alphanumeric Mixedcase Encoder x86/alpha_upper         low        Alpha2 Alphanumeric Uppercase Encoder x86/avoid_utf8_tolower  manual     Avoid UTF8/tolower x86/call4_dword_xor     normal     Call+4 Dword XOR Encoder x86/context_cpuid       manual     CPUID-based Context Keyed Payload Encoder x86/context_stat        manual     stat(2)-based Context Keyed Payload Encoder x86/context_time        manual     time(2)-based Context Keyed Payload Encoder x86/countdown           normal     Single-byte XOR Countdown Encoder x86/fnstenv_mov         normal     Variable-length Fnstenv/mov Dword XOR Encoder x86/jmp_call_additive   normal     Jump/Call XOR Additive Feedback Encoder x86/nonalpha            low        Non-Alpha Encoder x86/nonupper            low        Non-Upper Encoder x86/shikata_ga_nai      excellent  Polymorphic XOR Additive Feedback Encoder x86/single_static_bit   manual     Single Static Bit x86/unicode_mixed       manual     Alpha2 Alphanumeric Unicode Mixedcase Encoder x86/unicode_upper       manual     Alpha2 Alphanumeric Unicode Uppercase Encoder

you can bypass antivirus using these decoder
you can also visit
http://www.securitytube.net/groups?operation=view&groupId=10  for detail
« Last Edit: May 07, 2013, 08:10:18 am by Kulverstukas »

Offline Axon

  • VIP
  • King
  • *
  • Posts: 2047
  • Cookies: 319
    • View Profile
Re: Bypassing AntiVirus Scanner
« Reply #5 on: May 21, 2012, 01:10:17 pm »
there are number of encoder in metasploit. some of them are really great in performance .



 root@bt:~# msfencode -l Framework Encoders ================== Name                    Rank       Description ----                    ----       ----------- cmd/generic_sh          good       Generic Shell Variable Substitution Command Encoder cmd/ifs                 low        Generic ${IFS} Substitution Command Encoder cmd/printf_php_mq       manual     printf(1) via PHP magic_quotes Utility Command Encoder generic/none            normal     The "none" Encoder mipsbe/longxor          normal     XOR Encoder mipsle/longxor          normal     XOR Encoder php/base64              great      PHP Base64 encoder ppc/longxor             normal     PPC LongXOR Encoder ppc/longxor_tag         normal     PPC LongXOR Encoder sparc/longxor_tag       normal     SPARC DWORD XOR Encoder x64/xor                 normal     XOR Encoder x86/alpha_mixed         low        Alpha2 Alphanumeric Mixedcase Encoder x86/alpha_upper         low        Alpha2 Alphanumeric Uppercase Encoder x86/avoid_utf8_tolower  manual     Avoid UTF8/tolower x86/call4_dword_xor     normal     Call+4 Dword XOR Encoder x86/context_cpuid       manual     CPUID-based Context Keyed Payload Encoder x86/context_stat        manual     stat(2)-based Context Keyed Payload Encoder x86/context_time        manual     time(2)-based Context Keyed Payload Encoder x86/countdown           normal     Single-byte XOR Countdown Encoder x86/fnstenv_mov         normal     Variable-length Fnstenv/mov Dword XOR Encoder x86/jmp_call_additive   normal     Jump/Call XOR Additive Feedback Encoder x86/nonalpha            low        Non-Alpha Encoder x86/nonupper            low        Non-Upper Encoder x86/shikata_ga_nai      excellent  Polymorphic XOR Additive Feedback Encoder x86/single_static_bit   manual     Single Static Bit x86/unicode_mixed       manual     Alpha2 Alphanumeric Unicode Mixedcase Encoder x86/unicode_upper       manual     Alpha2 Alphanumeric Unicode Uppercase Encoder


you can bypass antivirus using these decoder
you can also visit
http://www.securitytube.net/groups?operation=view&groupId=10  for detail



Start a new thread?