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
9e912d75
Commit
9e912d75
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_Buzus_Softpulse.yar
parent
0ece5ec4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
MALW_Buzus_Softpulse.yar
malware/MALW_Buzus_Softpulse.yar
+6
-7
No files found.
malware/MALW_Buzus_Softpulse.yar
View file @
9e912d75
...
@@ -3,26 +3,25 @@
...
@@ -3,26 +3,25 @@
*/
*/
rule Win32_Buzus_Softpulse : win32 {
rule Win32_Buzus_Softpulse
{
meta:
meta:
description = "Trojan Buzus / Softpulse"
description = "Trojan Buzus / Softpulse"
author = "Florian Roth"
author = "Florian Roth"
date = "2015-05-13"
date = "2015-05-13"
hash = "2f6df200e63a86768471399a74180466d2e99ea9"
hash = "2f6df200e63a86768471399a74180466d2e99ea9"
score = 75
score = 75
strings:
strings:
$x1 = "pi4izd6vp0.com" fullword ascii
$x1 = "pi4izd6vp0.com" fullword ascii
$s1 = "SELECT * FROM Win32_Process" fullword wide
$s1 = "SELECT * FROM Win32_Process" fullword wide
$s4 = "CurrentVersion\\Uninstall\\avast" fullword wide
$s4 = "CurrentVersion\\Uninstall\\avast" fullword wide
$s5 = "Find_RepeatProcess" fullword ascii
$s5 = "Find_RepeatProcess" fullword ascii
$s6 = "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\" fullword wide
$s6 = "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\" fullword wide
$s7 = "myapp.exe" fullword ascii
$s7 = "myapp.exe" fullword ascii
$s14 = "/c ping -n 1 www.google" wide
$s14 = "/c ping -n 1 www.google" wide
condition:
condition:
uint16(0) == 0x5a4d and
uint16(0) == 0x5a4d and ( ( $x1 and 2 of ($s*) ) or all of ($s*) )
(
( $x1 and 2 of ($s*) ) or
all of ($s*)
)
}
}
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