Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion yara/gen_mal_scripts.yar
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ rule Certutil_Decode_OR_Download {
reference = "Internal Research"
score = 40
date = "2017-08-29"
modified = "2023-10-19"
modified = "2026-04-01"
id = "63bdefd2-225a-56d5-b615-5e236c97f050"
strings:
$a1 = "certutil -decode " ascii wide
Expand All @@ -86,6 +86,7 @@ rule Certutil_Decode_OR_Download {
$a6 = "certutil.exe -urlcache -split -f http" ascii wide

$fp_msi = { 52 00 6F 00 6F 00 74 00 20 00 45 00 6E 00 74 00 72 00 79 }
$fp_doc = "https://docs.aws.amazon.com" ascii
condition:
filesize < 700KB
and 1 of ($a*)
Expand Down
Loading