Changeset 731

Show
Ignore:
Timestamp:
01/05/07 22:09:10 (2 years ago)
Author:
oxff
Message:

nepenthes.shellcode-signatures: added xor::marburganderlahn (thanks to tillmann werner for providing sample)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nepenthes/trunk/modules/shellcode-signatures/shellcode-signatures.sc

    r729 r731  
    177177        "\\xED\\xFF\\xFF\\xFF)(.*)$"; 
    178178        mapping (none,pre,decoder,size,key,post);  
     179}; 
     180 
     181xor::marburganderlahn 
     182{ 
     183        pattern 
     184        "(.*)(\\xEB.\\x5A\\x4A\\x31\\xC9\\xB1(.)\\x80..(.)\\xE2.\\xEB.\\xE8.)(.*)$"; 
     185        mapping (none,pre,decoder,size,key,post); 
    179186}; 
    180187 
     
    10521059 
    10531060// taken from shellcode-generic/sch_generic_url.cpp 
    1054 url::anyurl 
     1061/*url::anyurl 
    10551062{ 
    10561063        pattern 
    10571064        ".*((http|https|ftp):\/\/[@a-zA-Z0-9\-\/\\\.\+:]+).*"; 
    10581065        mapping (none,uri); 
    1059 }; 
     1066};* 
    10601067 
    10611068