Commit 3dcef576 by Marc Rivero López Committed by GitHub

Update MALW_AdGholas.yar

parent a5eaf2cc
/* /*
This Yara ruleset is under the GNU-GPLv2 license (http://www.gnu.org/licenses/gpl-2.0.html) and open to any user or organization, as long as you use it under this license. This Yara ruleset is under the GNU-GPLv2 license (http://www.gnu.org/licenses/gpl-2.0.html) and open to any user or organization, as long as you use it under this license.
*/ */
rule AdGholas_mem : memory rule AdGholas_mem
{ {
meta: meta:
malfamily = "AdGholas" malfamily = "AdGholas"
ref = "https://www.proofpoint.com/us/threat-insight/post/massive-adgholas-malvertising-campaigns-use-steganography-and-file-whitelisting-to-hide-in-plain-sight" ref = "https://www.proofpoint.com/us/threat-insight/post/massive-adgholas-malvertising-campaigns-use-steganography-and-file-whitelisting-to-hide-in-plain-sight"
...@@ -22,13 +22,13 @@ rule AdGholas_mem : memory ...@@ -22,13 +22,13 @@ rule AdGholas_mem : memory
all of ($a*) all of ($a*)
} }
rule AdGholas_mem_MIME : memory rule AdGholas_mem_MIME
{ {
meta: meta:
malfamily = "AdGholas" malfamily = "AdGholas"
ref = "https://www.proofpoint.com/us/threat-insight/post/massive-adgholas-malvertising-campaigns-use-steganography-and-file-whitelisting-to-hide-in-plain-sight" ref = "https://www.proofpoint.com/us/threat-insight/post/massive-adgholas-malvertising-campaigns-use-steganography-and-file-whitelisting-to-hide-in-plain-sight"
strings: strings:
$b1=".300000000" ascii nocase wide fullword $b1=".300000000" ascii nocase wide fullword
$b2=".saz" ascii nocase wide fullword $b2=".saz" ascii nocase wide fullword
...@@ -43,6 +43,7 @@ rule AdGholas_mem_MIME : memory ...@@ -43,6 +43,7 @@ rule AdGholas_mem_MIME : memory
//expensive //expensive
rule AdGholas_mem_antisec : memory rule AdGholas_mem_antisec : memory
{ {
meta: meta:
malfamily = "AdGholas" malfamily = "AdGholas"
ref = "https://www.proofpoint.com/us/threat-insight/post/massive-adgholas-malvertising-campaigns-use-steganography-and-file-whitelisting-to-hide-in-plain-sight" ref = "https://www.proofpoint.com/us/threat-insight/post/massive-adgholas-malvertising-campaigns-use-steganography-and-file-whitelisting-to-hide-in-plain-sight"
...@@ -83,8 +84,9 @@ rule AdGholas_mem_antisec : memory ...@@ -83,8 +84,9 @@ rule AdGholas_mem_antisec : memory
any of ($vid*) and #antisec > 20 any of ($vid*) and #antisec > 20
} }
rule AdGholas_mem_antisec_M2 : memory rule AdGholas_mem_antisec_M2
{ {
meta: meta:
malfamily = "AdGholas" malfamily = "AdGholas"
ref = "https://www.proofpoint.com/us/threat-insight/post/massive-adgholas-malvertising-campaigns-use-steganography-and-file-whitelisting-to-hide-in-plain-sight" ref = "https://www.proofpoint.com/us/threat-insight/post/massive-adgholas-malvertising-campaigns-use-steganography-and-file-whitelisting-to-hide-in-plain-sight"
...@@ -100,8 +102,9 @@ rule AdGholas_mem_antisec_M2 : memory ...@@ -100,8 +102,9 @@ rule AdGholas_mem_antisec_M2 : memory
all of ($s*) all of ($s*)
} }
rule AdGholas_mem_MIME_M2 : memory rule AdGholas_mem_MIME_M2
{ {
meta: meta:
malfamily = "AdGholas" malfamily = "AdGholas"
ref = "https://www.proofpoint.com/us/threat-insight/post/massive-adgholas-malvertising-campaigns-use-steganography-and-file-whitelisting-to-hide-in-plain-sight" ref = "https://www.proofpoint.com/us/threat-insight/post/massive-adgholas-malvertising-campaigns-use-steganography-and-file-whitelisting-to-hide-in-plain-sight"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment