Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.
Open
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
5 changes: 3 additions & 2 deletions rules/SilentTrinity_Delivery.yara
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ rule SilentTrinity_Delivery_Document
$s11 = "2. Da biste pogledali dokument, molimo kliknite \"OMOGU" fullword wide

condition:
uint16(0) == 0xcfd0 and filesize < 200KB
and (8 of ($s*) or all of them)
uint16(0) == 0xcfd0
and filesize < 200KB
and 8 of ($s*)
}