Bypassing Antivirus with Ten Lines of Code
attactics.org
Bypassing Antivirus with Ten Lines of Code
1–10 of 100 posts
Re: Bypassing Antivirus with Ten Lines of Code
#2Re: Bypassing Antivirus with Ten Lines of Code
#3Should I be shocked? Shouldn't I be? I'm currently shocked but I don't know if it's justified, not an expert in the field.
Re: Bypassing Antivirus with Ten Lines of Code
#4Somewhat related: http://security.stackexchange.com/a/117312
Re: Bypassing Antivirus with Ten Lines of Code
#5Laughable. Ages ago I realised you could just take an exploit, base64 the contents of the binary code, save it in a string. You could then unbase64 it and execute the binary in memory. Nothing seemed to catch it.
Re: Bypassing Antivirus with Ten Lines of Code
#6Re: Bypassing Antivirus with Ten Lines of Code
#7Is this an oversight of the AV software companies? Did no one come up with this before? Could it be that if people did come up with this before that a lot of Windows computers have viruses without them knowing? Is their virus detection scheme fundamentally flawed? Should I be shocked? Shouldn't I be? I'm currently shocked but I don't know if it's justified, not an expert in the field.
It's impossible to determine whether software is malicious or not (Rice's theorem).
Antivirus software only reliably detects code that is identical to known malicious software.
Re: Bypassing Antivirus with Ten Lines of Code
#8Re: Bypassing Antivirus with Ten Lines of Code
#9Is this an oversight of the AV software companies? Did no one come up with this before? Could it be that if people did come up with this before that a lot of Windows computers have viruses without them knowing? Is their virus detection scheme fundamentally flawed? Should I be shocked? Shouldn't I be? I'm currently shocked but I don't know if it's justified, not an expert in the field.
No, this is a principle limitation of any AV software that is based on blacklisting.
> Did no one come up with this before?
Of course other people came up with similar ideas before.
> Should I be shocked?
If and only if you had trust in your AV software before.