Advertisement
ydklijnsma

Microsoft Word Intruder YARA rule

Apr 30th, 2015
9,860
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. rule mwi_document : exploitdoc
  2. {
  3. meta:
  4. description = "MWI generated document"
  5.  
  6. strings:
  7. $field_creation_tag = "{\\field{\\*\\fldinst { INCLUDEPICTURE"
  8. $mwistat_url = ".php?id="
  9. $field_closing_tag = "\\\\* MERGEFORMAT \\\\d}}{\\fldrslt}}"
  10.  
  11. condition:
  12. all of them
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement