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
0ece5ec4
Commit
0ece5ec4
authored
8 years ago
by
Marc Rivero López
Committed by
GitHub
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update MALW_Bublik.yar
parent
51d9a1ad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
12 deletions
+13
-12
MALW_Bublik.yar
malware/MALW_Bublik.yar
+13
-12
No files found.
malware/MALW_Bublik.yar
View file @
0ece5ec4
...
@@ -5,17 +5,18 @@
...
@@ -5,17 +5,18 @@
import "pe"
import "pe"
rule Bublik
: Downloader
rule Bublik
{
{
meta:
author="Kevin Falcoz"
meta:
date="29/09/2013"
author="Kevin Falcoz"
description="Bublik Trojan Downloader"
date="29/09/2013"
description="Bublik Trojan Downloader"
strings:
$signature1={63 6F 6E 73 6F 6C 61 73}
strings:
$signature2={63 6C 55 6E 00 69 6E 66 6F 2E 69 6E 69}
$signature1={63 6F 6E 73 6F 6C 61 73}
$signature2={63 6C 55 6E 00 69 6E 66 6F 2E 69 6E 69}
condition:
$signature1 and $signature2
condition:
$signature1 and $signature2
}
}
This diff is collapsed.
Click to expand it.
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