Commit 86567efd by mmorenog Committed by GitHub

Update and rename Angler_EK.yar to EK_Angleryar

parent 51b88076
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
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 AnglerEKredirector rule AnglerEKredirector : EK
{ {
meta: meta:
description = "Angler Exploit Kit Redirector" description = "Angler Exploit Kit Redirector"
...@@ -20,7 +20,7 @@ rule AnglerEKredirector ...@@ -20,7 +20,7 @@ rule AnglerEKredirector
condition: condition:
all of them all of them
} }
rule angler_flash rule angler_flash : EK
{ {
meta: meta:
author = "Josh Berry" author = "Josh Berry"
...@@ -48,7 +48,7 @@ strings: ...@@ -48,7 +48,7 @@ strings:
condition: condition:
14 of them 14 of them
} }
rule angler_flash2 rule angler_flash2 : EK
{ {
meta: meta:
author = "Josh Berry" author = "Josh Berry"
...@@ -76,7 +76,7 @@ strings: ...@@ -76,7 +76,7 @@ strings:
condition: condition:
14 of them 14 of them
} }
rule angler_flash4 rule angler_flash4 : EK
{ {
meta: meta:
author = "Josh Berry" author = "Josh Berry"
...@@ -106,7 +106,7 @@ strings: ...@@ -106,7 +106,7 @@ strings:
condition: condition:
16 of them 16 of them
} }
rule angler_flash5 rule angler_flash5 : EK
{ {
meta: meta:
author = "Josh Berry" author = "Josh Berry"
...@@ -132,7 +132,7 @@ strings: ...@@ -132,7 +132,7 @@ strings:
condition: condition:
12 of them 12 of them
} }
rule angler_flash_uncompressed rule angler_flash_uncompressed : EK
{ {
meta: meta:
author = "Josh Berry" author = "Josh Berry"
...@@ -163,7 +163,7 @@ strings: ...@@ -163,7 +163,7 @@ strings:
condition: condition:
17 of them 17 of them
} }
rule angler_html rule angler_html : EK
{ {
meta: meta:
author = "Josh Berry" author = "Josh Berry"
...@@ -195,7 +195,7 @@ strings: ...@@ -195,7 +195,7 @@ strings:
condition: condition:
18 of them 18 of them
} }
rule angler_html2 rule angler_html2 : EK
{ {
meta: meta:
author = "Josh Berry" author = "Josh Berry"
...@@ -227,7 +227,7 @@ strings: ...@@ -227,7 +227,7 @@ strings:
condition: condition:
18 of them 18 of them
} }
rule angler_jar rule angler_jar : EK
{ {
meta: meta:
author = "Josh Berry" author = "Josh Berry"
...@@ -250,7 +250,7 @@ strings: ...@@ -250,7 +250,7 @@ strings:
condition: condition:
9 of them 9 of them
} }
rule angler_js rule angler_js : EK
{ {
meta: meta:
author = "Josh Berry" author = "Josh Berry"
......
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