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
1b1c9665
Commit
1b1c9665
authored
Jan 22, 2017
by
Marc Rivero López
Committed by
GitHub
Jan 22, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update APT_Hellsing.yar
Fixed style rule
parent
b047b622
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
14 deletions
+12
-14
APT_Hellsing.yar
malware/APT_Hellsing.yar
+12
-14
No files found.
malware/APT_Hellsing.yar
View file @
1b1c9665
...
...
@@ -4,9 +4,9 @@
import "pe"
rule apt_hellsing_implantstrings : PE
rule apt_hellsing_implantstrings
{
meta:
Author = "Costin Raiu, Kaspersky Lab"
Date = "2015-04-07"
...
...
@@ -15,16 +15,12 @@ rule apt_hellsing_implantstrings : PE
strings:
$mz="MZ"
$a1="the file uploaded failed !"
$a2="ping 127.0.0.1"
$b1="the file downloaded failed !"
$b2="common.asp"
$c="xweber_server.exe"
$d="action="
$debugpath1="d:\\Hellsing\\release\\msger\\" nocase
$debugpath2="d:\\hellsing\\sys\\xrat\\" nocase
$debugpath3="D:\\Hellsing\\release\\exe\\" nocase
...
...
@@ -32,7 +28,6 @@ rule apt_hellsing_implantstrings : PE
$debugpath5="e:\\Hellsing\\release\\clare" nocase
$debugpath6="e:\\Hellsing\\release\\irene\\" nocase
$debugpath7="d:\\hellsing\\sys\\irene\\" nocase
$e="msger_server.dll"
$f="ServiceMain"
...
...
@@ -40,8 +35,9 @@ rule apt_hellsing_implantstrings : PE
($mz at 0) and (all of ($a*)) or (all of ($b*)) or ($c and $d) or (any of ($debugpath*)) or ($e and $f) and filesize < 500000
}
rule apt_hellsing_installer
: PE
rule apt_hellsing_installer
{
meta:
Author = "Costin Raiu, Kaspersky Lab"
Date = "2015-04-07"
...
...
@@ -50,9 +46,7 @@ rule apt_hellsing_installer : PE
strings:
$mz="MZ"
$cmd="cmd.exe /c ping 127.0.0.1 -n 5&cmd.exe /c del /a /f \"%s\""
$a1="xweber_install_uac.exe"
$a2="system32\\cmd.exe" wide
$a4="S11SWFOrVwR9UlpWRVZZWAR0U1aoBHFTUl2oU1Y="
...
...
@@ -67,8 +61,9 @@ rule apt_hellsing_installer : PE
($mz at 0) and ($cmd and (2 of ($a*))) and filesize < 500000
}
rule apt_hellsing_proxytool
: PE
rule apt_hellsing_proxytool
{
meta:
Author = "Costin Raiu, Kaspersky Lab"
Date = "2015-04-07"
...
...
@@ -88,8 +83,9 @@ rule apt_hellsing_proxytool : PE
($mz at 0) and (2 of ($a*)) and filesize < 300000
}
rule apt_hellsing_xkat
: PE
rule apt_hellsing_xkat
{
meta:
Author = "Costin Raiu, Kaspersky Lab"
Date = "2015-04-07"
...
...
@@ -115,8 +111,9 @@ rule apt_hellsing_xkat : PE
($mz at 0) and (6 of ($a*)) and filesize < 300000
}
rule apt_hellsing_msgertype2
: PE
rule apt_hellsing_msgertype2
{
meta:
Author = "Costin Raiu, Kaspersky Lab"
Date = "2015-04-07"
...
...
@@ -136,8 +133,9 @@ rule apt_hellsing_msgertype2 : PE
($mz at 0) and (4 of ($a*)) and filesize < 500000
}
rule apt_hellsing_irene
: PE
rule apt_hellsing_irene
{
meta:
Author = "Costin Raiu, Kaspersky Lab"
Date = "2015-04-07"
...
...
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