mirror of
https://github.com/Yara-Rules/rules
synced 2026-06-08 12:58:40 +00:00
Update scam.yar
This commit is contained in:
+3
-3
@@ -3,7 +3,7 @@
|
||||
long as you use it under this license.
|
||||
*/
|
||||
|
||||
rule content {
|
||||
rule content : mail {
|
||||
meta:
|
||||
author = "A.Sanchez <asanchez@koodous.com>"
|
||||
description = "Detects scam emails with phishing attachment."
|
||||
@@ -17,7 +17,7 @@ rule content {
|
||||
all of them
|
||||
}
|
||||
|
||||
rule attachment {
|
||||
rule attachment : mail {
|
||||
meta:
|
||||
author = "A.Sanchez <asanchez@koodous.com>"
|
||||
description = "Detects scam emails with phishing attachment."
|
||||
@@ -32,4 +32,4 @@ rule attachment {
|
||||
|
||||
condition:
|
||||
all of them
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user