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
88b28789
Commit
88b28789
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_Dexter.yar
parent
96bd24c5
master
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
14 deletions
+22
-14
MALW_Dexter.yar
malware/MALW_Dexter.yar
+22
-14
No files found.
malware/MALW_Dexter.yar
View file @
88b28789
...
@@ -5,33 +5,41 @@
...
@@ -5,33 +5,41 @@
import "pe"
import "pe"
rule Dexter_Malware {
rule Dexter_Malware
meta:
{
description = "Detects the Dexter Trojan/Agent http://goo.gl/oBvy8b"
author = "Florian Roth"
meta:
reference = "http://goo.gl/oBvy8b"
description = "Detects the Dexter Trojan/Agent http://goo.gl/oBvy8b"
date = "2015/02/10"
author = "Florian Roth"
score = 70
reference = "http://goo.gl/oBvy8b"
strings:
date = "2015/02/10"
$s0 = "Java Security Plugin" fullword wide
score = 70
$s1 = "%s\\%s\\%s.exe" fullword wide
$s2 = "Sun Java Security Plugin" fullword wide
strings:
$s3 = "\\Internet Explorer\\iexplore.exe" fullword wide
$s0 = "Java Security Plugin" fullword wide
condition:
$s1 = "%s\\%s\\%s.exe" fullword wide
all of them
$s2 = "Sun Java Security Plugin" fullword wide
$s3 = "\\Internet Explorer\\iexplore.exe" fullword wide
condition:
all of them
}
}
rule dexter_strings
rule dexter_strings
{
{
meta:
meta:
author = "Brian Wallace @botnet_hunter"
author = "Brian Wallace @botnet_hunter"
author_email = "bwall@ballastsecurity.net"
author_email = "bwall@ballastsecurity.net"
date = "2014-09-10"
date = "2014-09-10"
description = "Identify Dexter POSGrabber"
description = "Identify Dexter POSGrabber"
strings:
strings:
$s1 = "UpdateMutex:"
$s1 = "UpdateMutex:"
$s2 = "response="
$s2 = "response="
$s3 = "page="
$s3 = "page="
$s4 = "scanin:"
$s4 = "scanin:"
condition:
condition:
all of them
all of them
}
}
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