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
00795bcc
Commit
00795bcc
authored
Jan 21, 2017
by
Marc Rivero López
Committed by
GitHub
Jan 21, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update APT_Carbanak.yar
Fixed rule style
parent
889dbf03
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
44 deletions
+55
-44
APT_Carbanak.yar
malware/APT_Carbanak.yar
+55
-44
No files found.
malware/APT_Carbanak.yar
View file @
00795bcc
...
...
@@ -11,52 +11,63 @@
/* Rule Set ----------------------------------------------------------------- */
rule Carbanak_0915_1 : APT {
meta:
description = "Carbanak Malware"
author = "Florian Roth"
reference = "https://www.csis.dk/en/csis/blog/4710/"
date = "2015-09-03"
score = 70
strings:
$s1 = "evict1.pdb" fullword ascii
$s2 = "http://testing.corp 0" fullword ascii
condition:
uint16(0) == 0x5a4d and filesize < 100KB and 1 of them
rule Carbanak_0915_1
{
meta:
description = "Carbanak Malware"
author = "Florian Roth"
reference = "https://www.csis.dk/en/csis/blog/4710/"
date = "2015-09-03"
score = 70
strings:
$s1 = "evict1.pdb" fullword ascii
$s2 = "http://testing.corp 0" fullword ascii
condition:
uint16(0) == 0x5a4d and filesize < 100KB and 1 of them
}
rule Carbanak_0915_2 : APT {
meta:
description = "Carbanak Malware"
author = "Florian Roth"
reference = "https://www.csis.dk/en/csis/blog/4710/"
date = "2015-09-03"
score = 70
strings:
$x1 = "8Rkzy.exe" fullword wide
$s1 = "Export Template" fullword wide
$s2 = "Session folder with name '%s' already exists." fullword ascii
$s3 = "Show Unconnected Endpoints (Ctrl+U)" fullword ascii
$s4 = "Close All Documents" fullword wide
$s5 = "Add &Resource" fullword ascii
$s6 = "PROCEXPLORER" fullword wide /* Goodware String - occured 1 times */
$s7 = "AssocQueryKeyA" fullword ascii /* Goodware String - occured 4 times */
condition:
uint16(0) == 0x5a4d and filesize < 500KB and ( $x1 or all of ($s*) )
rule Carbanak_0915_2
{
meta:
description = "Carbanak Malware"
author = "Florian Roth"
reference = "https://www.csis.dk/en/csis/blog/4710/"
date = "2015-09-03"
score = 70
strings:
$x1 = "8Rkzy.exe" fullword wide
$s1 = "Export Template" fullword wide
$s2 = "Session folder with name '%s' already exists." fullword ascii
$s3 = "Show Unconnected Endpoints (Ctrl+U)" fullword ascii
$s4 = "Close All Documents" fullword wide
$s5 = "Add &Resource" fullword ascii
$s6 = "PROCEXPLORER" fullword wide /* Goodware String - occured 1 times */
$s7 = "AssocQueryKeyA" fullword ascii /* Goodware String - occured 4 times */
condition:
uint16(0) == 0x5a4d and filesize < 500KB and ( $x1 or all of ($s*) )
}
rule Carbanak_0915_3 : APT {
meta:
description = "Carbanak Malware"
author = "Florian Roth"
reference = "https://www.csis.dk/en/csis/blog/4710/"
date = "2015-09-03"
score = 70
strings:
$s1 = "wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww" fullword ascii
$s2 = "SHInvokePrinterCommandA" fullword ascii
$s3 = "Ycwxnkaj" fullword ascii
condition:
uint16(0) == 0x5a4d and filesize < 700KB and all of them
rule Carbanak_0915_3
{
meta:
description = "Carbanak Malware"
author = "Florian Roth"
reference = "https://www.csis.dk/en/csis/blog/4710/"
date = "2015-09-03"
score = 70
strings:
$s1 = "wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww" fullword ascii
$s2 = "SHInvokePrinterCommandA" fullword ascii
$s3 = "Ycwxnkaj" fullword ascii
condition:
uint16(0) == 0x5a4d and filesize < 700KB and all of them
}
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