Yara Rule for Safari window.parent.close()

Posted: May 8th, 2010 | Author: | Filed under: IT Related | Tags: , , , , , | 1 Comment »
rule SafariWindowParentClose
{
   meta:
      ref = "Safari window.parent.close()"
      impact = 7
   strings:
      $SafariWindowParentClose_1 = /.*?.prompt\(alert\)/
      $SafariWindowParentClose_2 = /.*?.prompt\(.*?\)/
      $SafariWindowParentClose_3 = /.*?.close\(\)/
   condition:
      all of them
}

Safari 0day

Posted: May 8th, 2010 | Author: | Filed under: IT Related | Tags: , , , | 1 Comment »

I love the smell of Safari 0day in the morning 🙂