Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rules
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
rules
Commits
bbb12c4a
Commit
bbb12c4a
authored
Feb 26, 2016
by
mmorenog
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update and rename WhiskeyBravo.yara.error to WhiskeyBravo_mod.yara
parent
4effdfa4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
WhiskeyBravo_mod.yara
malware/Operation_Blockbuster/WhiskeyBravo_mod.yara
+2
-1
No files found.
malware/Operation_Blockbuster/WhiskeyBravo
.yara.error
→
malware/Operation_Blockbuster/WhiskeyBravo
_mod.yara
View file @
bbb12c4a
// This rule has been modified by @mmorenog @yararules to fix some syntax errors, it's not the original rule
import "pe"
import "pe"
...
@@ -39,7 +40,7 @@ rule WhiskeyBravo
...
@@ -39,7 +40,7 @@ rule WhiskeyBravo
FF D7 call edi ; _wcsnicmp
FF D7 call edi ; _wcsnicmp
*/
*/
$a = {68 [4] 5?
(FF D? | E8 [4]) 83 C4 (08 | 0C) 85 C0 0F 84 [4] [0-2] 68 [4] 5? (FF D? | E8 [4]) 83 C4 (08 | 0C) 85 C0 0F 84 [4] [0-2] 68 [4] 5? (FF D? | E8 [4]) 83 C4 (08 | 0C)
85 C0 0F 84 }
$a = {68 [4] 5?
FF D? 83 C4 0C 85 C0 0F 84 [4] [0-2] 68 [4] 5? FF D? 83 C4 0C 85 C0 0F 84 [4] [0-2] 68 [4] 5? FF D? 83 C4 0C
85 C0 0F 84 }
$ext1 = ".wpd" wide nocase
$ext1 = ".wpd" wide nocase
$ext2 = ".doc" wide nocase
$ext2 = ".doc" wide nocase
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment