mirror of
https://github.com/Yara-Rules/rules
synced 2026-06-08 12:58:40 +00:00
Create urls.yar
This commit is contained in:
@@ -15,7 +15,6 @@ rule with_urls : mail {
|
||||
|
||||
$url_regex = /https?:\/\/([\w\.-]+)([\/\w \.-]*)/
|
||||
condition:
|
||||
all of ( $eml_* ) and
|
||||
all of them
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user